diff options
-rw-r--r-- | math/R-date/DESCR | 1 | ||||
-rw-r--r-- | math/R-date/Makefile | 15 | ||||
-rw-r--r-- | math/R-date/PLIST | 1 | ||||
-rw-r--r-- | math/R-date/distinfo | 5 |
4 files changed, 22 insertions, 0 deletions
diff --git a/math/R-date/DESCR b/math/R-date/DESCR new file mode 100644 index 00000000000..b895be7fa85 --- /dev/null +++ b/math/R-date/DESCR @@ -0,0 +1 @@ +Functions for handling dates. diff --git a/math/R-date/Makefile b/math/R-date/Makefile new file mode 100644 index 00000000000..2d1e1e71f60 --- /dev/null +++ b/math/R-date/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 08:12:44 rillig Exp $ +# + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= mchittur@cs.nmsu.edu +HOMEPAGE= ${R_HOMEPAGE_BASE}/date.html +COMMENT= Functions for handling dates + +R_PKGNAME= date +R_PKGVER= 1.2-18 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-date/PLIST b/math/R-date/PLIST new file mode 100644 index 00000000000..2d3e9c4a4d3 --- /dev/null +++ b/math/R-date/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/04 08:12:44 rillig Exp $ diff --git a/math/R-date/distinfo b/math/R-date/distinfo new file mode 100644 index 00000000000..c43f699e7ea --- /dev/null +++ b/math/R-date/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/11/04 08:12:44 rillig Exp $ + +SHA1 (R/date_1.2-18.tar.gz) = 8bf96e17663becf0a0f3c0923a5219e201531354 +RMD160 (R/date_1.2-18.tar.gz) = bac8e6976b086d0e29e9096e9de09686c3e96c1d +Size (R/date_1.2-18.tar.gz) = 7914 bytes |