diff options
author | rillig <rillig> | 2005-11-04 07:59:58 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-11-04 07:59:58 +0000 |
commit | 6efaa0482a76a3c04fbf15e6a69a9f15673c840a (patch) | |
tree | bbf87068637c482517e0809a98287c08c2a48d4b /math | |
parent | bf1b8ed67d7b1f406ac2f6676e124211b72a1f59 (diff) | |
download | pkgsrc-6efaa0482a76a3c04fbf15e6a69a9f15673c840a.tar.gz |
Imported R-chron from pkgsrc-wip.
Chronological objects which can handle dates and times.
Diffstat (limited to 'math')
-rw-r--r-- | math/R-chron/DESCR | 1 | ||||
-rw-r--r-- | math/R-chron/Makefile | 15 | ||||
-rw-r--r-- | math/R-chron/PLIST | 1 | ||||
-rw-r--r-- | math/R-chron/distinfo | 5 |
4 files changed, 22 insertions, 0 deletions
diff --git a/math/R-chron/DESCR b/math/R-chron/DESCR new file mode 100644 index 00000000000..15345282651 --- /dev/null +++ b/math/R-chron/DESCR @@ -0,0 +1 @@ +Chronological objects which can handle dates and times. diff --git a/math/R-chron/Makefile b/math/R-chron/Makefile new file mode 100644 index 00000000000..071eb47f1c7 --- /dev/null +++ b/math/R-chron/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 07:59:58 rillig Exp $ +# + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= mchittur@cs.nmsu.edu +HOMEPAGE= ${R_HOMEPAGE_BASE}/chron.html +COMMENT= Chronological objects which can handle dates and times + +R_PKGNAME= chron +R_PKGVER= 2.2-31 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-chron/PLIST b/math/R-chron/PLIST new file mode 100644 index 00000000000..98b7c3be1fe --- /dev/null +++ b/math/R-chron/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/04 07:59:58 rillig Exp $ diff --git a/math/R-chron/distinfo b/math/R-chron/distinfo new file mode 100644 index 00000000000..d7b4ce913e5 --- /dev/null +++ b/math/R-chron/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/11/04 07:59:58 rillig Exp $ + +SHA1 (R/chron_2.2-31.tar.gz) = 6ac945a48a6901351443b2c92666bbbea90d8bb5 +RMD160 (R/chron_2.2-31.tar.gz) = 52726b76d972033d03efa69ae8aab3a2022fdba4 +Size (R/chron_2.2-31.tar.gz) = 27204 bytes |