diff options
Diffstat (limited to 'math/rpy2')
-rw-r--r-- | math/rpy2/Makefile | 30 | ||||
-rw-r--r-- | math/rpy2/distinfo | 3 | ||||
-rw-r--r-- | math/rpy2/pkg-descr | 8 | ||||
-rw-r--r-- | math/rpy2/pkg-plist | 10 |
4 files changed, 0 insertions, 51 deletions
diff --git a/math/rpy2/Makefile b/math/rpy2/Makefile deleted file mode 100644 index 9eec83745a2c..000000000000 --- a/math/rpy2/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: rpy -# Date created: Jan 14, 2003 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= rpy -PORTVERSION= 0.3.5 -PORTREVISION= 1 -CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Python interface to the R Programming Language - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric.pth:${PORTSDIR}/math/py-numeric \ - R:${PORTSDIR}/math/R -RUN_DEPENDS= ${BUILD_DEPENDS} - -USE_PYTHON= yes -USE_PYDISTUTILS= yes -MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib/R/modules -L${LOCALBASE}/lib/R/lib" - -post-patch: - @${REINPLACE_CMD} -e 's,^statichere ,,' ${WRKSRC}/src/rpymodule.c - -.include <bsd.port.mk> diff --git a/math/rpy2/distinfo b/math/rpy2/distinfo deleted file mode 100644 index 1ac4af2a4a5a..000000000000 --- a/math/rpy2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (rpy-0.3.5.tar.gz) = afc9ee721007ab1f04d4948f5e4c3787 -SHA256 (rpy-0.3.5.tar.gz) = a01697cc8b6f459c27a69bbb2dd8b5be4cdb7158bc53aa9eb9173241d2394f14 -SIZE (rpy-0.3.5.tar.gz) = 72829 diff --git a/math/rpy2/pkg-descr b/math/rpy2/pkg-descr deleted file mode 100644 index d0dfbb55b2bf..000000000000 --- a/math/rpy2/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -RPy is a very simple, yet robust, Python interface to the R Programming -Language. It can manage all kinds of R objects and can execute arbitrary -R functions (including the graphic functions). All the errors from the -R language are converted to Python exceptions. Any module that later were -installed on the R system, can easily be used from within Python, without -introducing any changes. - -WWW: http://rpy.sourceforge.net/ diff --git a/math/rpy2/pkg-plist b/math/rpy2/pkg-plist deleted file mode 100644 index 079bb8361364..000000000000 --- a/math/rpy2/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -%%PYTHON_SITELIBDIR%%/_rpy.so -%%PYTHON_SITELIBDIR%%/rpy.py -%%PYTHON_SITELIBDIR%%/rpy.pyc -%%PYTHON_SITELIBDIR%%/rpy.pyo -%%PYTHON_SITELIBDIR%%/rpy_io.py -%%PYTHON_SITELIBDIR%%/rpy_io.pyc -%%PYTHON_SITELIBDIR%%/rpy_io.pyo -%%PYTHON_SITELIBDIR%%/rpy_version.py -%%PYTHON_SITELIBDIR%%/rpy_version.pyc -%%PYTHON_SITELIBDIR%%/rpy_version.pyo |