diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-04 07:42:19 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-04 07:42:19 +0000 |
commit | 73b1fc473ca93b5efd03755c602f48ab59a0d03f (patch) | |
tree | 13772c8dffafe5053ccdf3d6bca739bb16a9c687 /math | |
parent | dc88069d4da64022813a4156ea9caa14dbf37249 (diff) | |
download | pkgsrc-73b1fc473ca93b5efd03755c602f48ab59a0d03f.tar.gz |
Imported R-CGIwithR from wip.
Facilities for the use of R to write CGI scripts.
Diffstat (limited to 'math')
-rw-r--r-- | math/R-CGIwithR/DESCR | 1 | ||||
-rw-r--r-- | math/R-CGIwithR/Makefile | 15 | ||||
-rw-r--r-- | math/R-CGIwithR/PLIST | 1 | ||||
-rw-r--r-- | math/R-CGIwithR/distinfo | 5 |
4 files changed, 22 insertions, 0 deletions
diff --git a/math/R-CGIwithR/DESCR b/math/R-CGIwithR/DESCR new file mode 100644 index 00000000000..88b6522f570 --- /dev/null +++ b/math/R-CGIwithR/DESCR @@ -0,0 +1 @@ +Facilities for the use of R to write CGI scripts. diff --git a/math/R-CGIwithR/Makefile b/math/R-CGIwithR/Makefile new file mode 100644 index 00000000000..4de246dd599 --- /dev/null +++ b/math/R-CGIwithR/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 07:42:19 rillig Exp $ +# + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= mchittur@cs.nmsu.edu +HOMEPAGE= ${R_HOMEPAGE_BASE}/CGIwithR.html +COMMENT= Facilities for the use of R to write CGI scripts + +R_PKGNAME= CGIwithR +R_PKGVER= 0.61 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-CGIwithR/PLIST b/math/R-CGIwithR/PLIST new file mode 100644 index 00000000000..2a429cee9ab --- /dev/null +++ b/math/R-CGIwithR/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/04 07:42:19 rillig Exp $ diff --git a/math/R-CGIwithR/distinfo b/math/R-CGIwithR/distinfo new file mode 100644 index 00000000000..6e488bcbec1 --- /dev/null +++ b/math/R-CGIwithR/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/11/04 07:42:19 rillig Exp $ + +SHA1 (R/CGIwithR_0.61.tar.gz) = 08d70b874dd760cf6584552ff48bdec5bd1d32f0 +RMD160 (R/CGIwithR_0.61.tar.gz) = cf15785d0871729a34386b7361d0d4cfbb8ab0d2 +Size (R/CGIwithR_0.61.tar.gz) = 154744 bytes |