Added: trunk/dports/python/py26-rpy2/Portfile (0 => 67084)
--- trunk/dports/python/py26-rpy2/Portfile (rev 0)
+++ trunk/dports/python/py26-rpy2/Portfile 2010-04-28 20:46:32 UTC (rev 67084)
@@ -0,0 +1,28 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id: $
+
+PortSystem 1.0
+
+PortGroup python26 1.0
+name py26-rpy2
+version 2.1.1
+categories-append science
+platforms darwin
+maintainers openmaintainer
+description A simple and efficient access to R from Python
+long_description rpy2 is a redesign and rewrite of rpy. It is providing a \
+ low-level interface to R, a proposed high-level interface, \
+ including wrappers to graphical libraries, as well as R-like \
+ structures and functions.
+
+homepage http://rpy.sourceforge.net/rpy2.html
+master_sites sourceforge:rpy
+distname rpy2-${version}
+checksums md5 da5f58597a7ced6d9480c6fe563a2a40 \
+ sha1 8c63cff1710035fa736c1c50f246518c90a4f034 \
+ rmd160 947c9752e412faf7ebe9e9755865dd4da43538a3
+
+# To continue using your custom R installation instead of MacPorts' R,
+# you have to remove this dependency line and make sure that your R
+# is in MacPorts' binpath, see your macports.conf for details.
+depends_lib port:R