aboutsummaryrefslogtreecommitdiff
path: root/math/rpy2
diff options
context:
space:
mode:
Diffstat (limited to 'math/rpy2')
-rw-r--r--math/rpy2/Makefile26
-rw-r--r--math/rpy2/distinfo2
-rw-r--r--math/rpy2/files/patch-src:setenv.c11
-rw-r--r--math/rpy2/pkg-descr8
-rw-r--r--math/rpy2/pkg-plist9
5 files changed, 0 insertions, 56 deletions
diff --git a/math/rpy2/Makefile b/math/rpy2/Makefile
deleted file mode 100644
index e82c0566289d..000000000000
--- a/math/rpy2/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: rpy
-# Date created: Jan 14, 2003
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= rpy
-PORTVERSION= 0.3.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"
-
-.include <bsd.port.mk>
diff --git a/math/rpy2/distinfo b/math/rpy2/distinfo
deleted file mode 100644
index d1fdd7fd1ec3..000000000000
--- a/math/rpy2/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (rpy-0.3.1.tar.gz) = 3fd3e825523521bd5084748a60ba4a37
-SIZE (rpy-0.3.1.tar.gz) = 219278
diff --git a/math/rpy2/files/patch-src:setenv.c b/math/rpy2/files/patch-src:setenv.c
deleted file mode 100644
index adce3e597b9f..000000000000
--- a/math/rpy2/files/patch-src:setenv.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/setenv.c.orig Wed Oct 29 14:47:12 2003
-+++ src/setenv.c Wed Oct 29 14:47:19 2003
-@@ -26,8 +26,6 @@
-
- int setenv(const char *name, const char *value, int clobber)
- {
-- char *malloc();
-- char *getenv();
- char *cp;
-
- if (clobber == 0 && getenv(name) != 0)
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 a2013ba86a99..000000000000
--- a/math/rpy2/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-%%PYTHON_SITELIBDIR%%/io.py
-%%PYTHON_SITELIBDIR%%/io.pyc
-%%PYTHON_SITELIBDIR%%/io.pyo
-%%PYTHON_SITELIBDIR%%/rpy.py
-%%PYTHON_SITELIBDIR%%/rpy.pyc
-%%PYTHON_SITELIBDIR%%/rpy.pyo
-%%PYTHON_SITELIBDIR%%/rpy_version.py
-%%PYTHON_SITELIBDIR%%/rpy_version.pyc
-%%PYTHON_SITELIBDIR%%/rpy_version.pyo