diff options
author | markd <markd> | 2006-07-02 13:04:13 +0000 |
---|---|---|
committer | markd <markd> | 2006-07-02 13:04:13 +0000 |
commit | 50eb885d2d474fe4342485355327c942fb4d5d0e (patch) | |
tree | 6b3e68ee0e471cc032ef65103640fb3d75844f4e | |
parent | 070403f33296fde2060474267e6fd46d3a8c4593 (diff) | |
download | pkgsrc-50eb885d2d474fe4342485355327c942fb4d5d0e.tar.gz |
Initial import R-gdata 2.1.2
Various R programming tools for data manipulation
-rw-r--r-- | math/R-gdata/DESCR | 1 | ||||
-rw-r--r-- | math/R-gdata/Makefile | 17 | ||||
-rw-r--r-- | math/R-gdata/PLIST | 1 | ||||
-rw-r--r-- | math/R-gdata/distinfo | 5 |
4 files changed, 24 insertions, 0 deletions
diff --git a/math/R-gdata/DESCR b/math/R-gdata/DESCR new file mode 100644 index 00000000000..14026dc51d8 --- /dev/null +++ b/math/R-gdata/DESCR @@ -0,0 +1 @@ +Various R programming tools for data manipulation diff --git a/math/R-gdata/Makefile b/math/R-gdata/Makefile new file mode 100644 index 00000000000..9b54836763b --- /dev/null +++ b/math/R-gdata/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/07/02 13:04:13 markd Exp $ +# + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/gdata.html +COMMENT= Various R programming tools for data manipulation + +R_PKGNAME= gdata +R_PKGVER= 2.1.2 + +DEPENDS+= R-gtools>=2.2.3:../../math/R-gtools + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-gdata/PLIST b/math/R-gdata/PLIST new file mode 100644 index 00000000000..f5d171108c3 --- /dev/null +++ b/math/R-gdata/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/02 13:04:13 markd Exp $ diff --git a/math/R-gdata/distinfo b/math/R-gdata/distinfo new file mode 100644 index 00000000000..0b7a36c0001 --- /dev/null +++ b/math/R-gdata/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/07/02 13:04:13 markd Exp $ + +SHA1 (R/gdata_2.1.2.tar.gz) = eb8550fe8629f264a82f885f3576e1d5b35bdb73 +RMD160 (R/gdata_2.1.2.tar.gz) = bb85d68ee5e8f63492f48bdbfacedd8d5865668a +Size (R/gdata_2.1.2.tar.gz) = 207087 bytes |