summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authormarkd <markd>2002-04-23 01:43:43 +0000
committermarkd <markd>2002-04-23 01:43:43 +0000
commit4bb1698c030addbc629b16a3f4cd1e534c9e507a (patch)
tree071a8dcaed34be96b4d9c1424e0fde32b5ada8a3 /math
parent51b1cc004fa2374e5505181ca275459e92343eb9 (diff)
downloadpkgsrc-4bb1698c030addbc629b16a3f4cd1e534c9e507a.tar.gz
Inital import of meta-package for the recommended extension library set
for the R-1.4.1 release.
Diffstat (limited to 'math')
-rw-r--r--math/R-recommended/DESCR1
-rw-r--r--math/R-recommended/Makefile31
2 files changed, 32 insertions, 0 deletions
diff --git a/math/R-recommended/DESCR b/math/R-recommended/DESCR
new file mode 100644
index 00000000000..a58c75c2b35
--- /dev/null
+++ b/math/R-recommended/DESCR
@@ -0,0 +1 @@
+Recommended standard modules for R
diff --git a/math/R-recommended/Makefile b/math/R-recommended/Makefile
new file mode 100644
index 00000000000..9448c8a92d2
--- /dev/null
+++ b/math/R-recommended/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/04/23 01:43:43 markd Exp $
+
+DISTNAME= R-recommended-1.4.1
+CATEGORIES= math
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= markd@netbsd.org
+HOMEPAGE= http://www.R-project.org/
+COMMENT= Recommended packages "meta-package" for R
+
+DEPENDS+= R-KernSmooth-2.22.7:../../math/R-KernSmooth
+DEPENDS+= R-VR-6.3.2:../../math/R-VR
+DEPENDS+= R-boot-1.2.7:../../math/R-boot
+DEPENDS+= R-cluster-1.4.0:../../math/R-cluster
+DEPENDS+= R-foreign-0.4.9:../../math/R-foreign
+DEPENDS+= R-mgcv-0.7.1:../../math/R-mgcv
+DEPENDS+= R-nlme-3.1.23:../../math/R-nlme
+DEPENDS+= R-rpart-3.1.5:../../math/R-rpart
+DEPENDS+= R-survival-2.8.2:../../math/R-survival
+
+EXTRACT_ONLY= # empty
+NO_CHECKSUM= yes
+NO_PATCH= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
+PLIST_SRC= /dev/null
+
+do-install: # empty
+
+.include "../../mk/bsd.pkg.mk"