summaryrefslogtreecommitdiff
path: root/math/rpy2
diff options
context:
space:
mode:
Diffstat (limited to 'math/rpy2')
-rw-r--r--math/rpy2/Makefile32
-rw-r--r--math/rpy2/distinfo3
-rw-r--r--math/rpy2/files/patch-setup.py13
-rw-r--r--math/rpy2/files/patch-src-RPy.h11
-rw-r--r--math/rpy2/pkg-descr8
-rw-r--r--math/rpy2/pkg-plist19
6 files changed, 0 insertions, 86 deletions
diff --git a/math/rpy2/Makefile b/math/rpy2/Makefile
deleted file mode 100644
index d44a6c2c2d01..000000000000
--- a/math/rpy2/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: rpy
-# Date created: Jan 14, 2003
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= rpy
-PORTVERSION= 1.0.3
-PORTREVISION= 6
-CATEGORIES= math
-MASTER_SITES= SF
-
-MAINTAINER= wenheping@gmail.com
-COMMENT= Python interface to the R Programming Language
-
-BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \
- 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"
-
-#BROKEN= Does not compile
-
-post-patch:
- @${REINPLACE_CMD} -e 's,^statichere ,,' ${WRKSRC}/src/rpymodule.c
- @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py
-
-.include <bsd.port.mk>
diff --git a/math/rpy2/distinfo b/math/rpy2/distinfo
deleted file mode 100644
index d31b5e01bbb8..000000000000
--- a/math/rpy2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (rpy-1.0.3.tar.gz) = 10fd4904f622e5647638817279933900
-SHA256 (rpy-1.0.3.tar.gz) = 4ad23632ddcb6318a1af27a7f64526c110d59cbd166a0338c929de952f33c48b
-SIZE (rpy-1.0.3.tar.gz) = 87009
diff --git a/math/rpy2/files/patch-setup.py b/math/rpy2/files/patch-setup.py
deleted file mode 100644
index 6cc97c1af08f..000000000000
--- a/math/rpy2/files/patch-setup.py
+++ /dev/null
@@ -1,13 +0,0 @@
---- setup.py.orig 2008-07-29 22:53:21.000000000 +0200
-+++ setup.py 2008-07-29 22:54:04.000000000 +0200
-@@ -159,8 +159,8 @@
- source_files = source_files + ["src/setenv.c"]
- else: # unix-like systems, this is known to work for Linux and Solaris
- include_dirs = [ os.path.join(RHOME.strip(), 'include'),
-- 'src', '/usr/share/R/include' ]
-- libraries=['R','Rlapack']
-+ 'src', '%%LOCALBASE%%/lib/R/include' ]
-+ libraries=['R','R']
- library_dirs = r_libs
- runtime_libs = r_libs
- extra_compile_args=["-shared"]
diff --git a/math/rpy2/files/patch-src-RPy.h b/math/rpy2/files/patch-src-RPy.h
deleted file mode 100644
index 333d43f91776..000000000000
--- a/math/rpy2/files/patch-src-RPy.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/RPy.h.orig 2008-12-17 16:53:19.000000000 +0800
-+++ src/RPy.h 2008-12-17 16:53:35.000000000 +0800
-@@ -74,7 +74,7 @@
- # endif
- #endif /* _WIN32 */
-
--#include <Rdevices.h> /* must follow Graphics.h */
-+#include <Rembedded.h> /* must follow Graphics.h */
-
-
- /* Missing definitions from Rinterface.h or RStartup.h */
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 083e39622efc..000000000000
--- a/math/rpy2/pkg-plist
+++ /dev/null
@@ -1,19 +0,0 @@
-%%PYTHON_SITELIBDIR%%/_rpy2081.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
-%%PYTHON_SITELIBDIR%%/rpy_options.py
-%%PYTHON_SITELIBDIR%%/rpy_options.pyc
-%%PYTHON_SITELIBDIR%%/rpy_options.pyo
-%%PYTHON_SITELIBDIR%%/rpy_tools.py
-%%PYTHON_SITELIBDIR%%/rpy_tools.pyc
-%%PYTHON_SITELIBDIR%%/rpy_tools.pyo
-%%PYTHON_SITELIBDIR%%/rpy_wintools.py
-%%PYTHON_SITELIBDIR%%/rpy_wintools.pyc
-%%PYTHON_SITELIBDIR%%/rpy_wintools.pyo