diff options
author | markd <markd@pkgsrc.org> | 2006-07-02 13:16:03 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-07-02 13:16:03 +0000 |
commit | 691c756d2cb0069644f46fbd9ed880be680b6bdd (patch) | |
tree | 1a4c5155e2fae86035b659d94c1f011788076253 | |
parent | c1eac74937dd0674fd526da3d62ee474fcdbc528 (diff) | |
download | pkgsrc-691c756d2cb0069644f46fbd9ed880be680b6bdd.tar.gz |
Initial import R-combinat 0.0.6
Routines for combinatorics
-rw-r--r-- | math/R-combinat/DESCR | 1 | ||||
-rw-r--r-- | math/R-combinat/Makefile | 15 | ||||
-rw-r--r-- | math/R-combinat/PLIST | 1 | ||||
-rw-r--r-- | math/R-combinat/distinfo | 5 |
4 files changed, 22 insertions, 0 deletions
diff --git a/math/R-combinat/DESCR b/math/R-combinat/DESCR new file mode 100644 index 00000000000..8b9ef790427 --- /dev/null +++ b/math/R-combinat/DESCR @@ -0,0 +1 @@ +Routines for combinatorics diff --git a/math/R-combinat/Makefile b/math/R-combinat/Makefile new file mode 100644 index 00000000000..c0f237f708e --- /dev/null +++ b/math/R-combinat/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/07/02 13:16:03 markd Exp $ +# + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/combinat.html +COMMENT= Routines for combinatorics + +R_PKGNAME= combinat +R_PKGVER= 0.0-6 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-combinat/PLIST b/math/R-combinat/PLIST new file mode 100644 index 00000000000..8494eb41359 --- /dev/null +++ b/math/R-combinat/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/02 13:16:03 markd Exp $ diff --git a/math/R-combinat/distinfo b/math/R-combinat/distinfo new file mode 100644 index 00000000000..7363dd410a4 --- /dev/null +++ b/math/R-combinat/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/07/02 13:16:03 markd Exp $ + +SHA1 (R/combinat_0.0-6.tar.gz) = f5e1c073a1df9ef8790d35300c6dc8e679f9accb +RMD160 (R/combinat_0.0-6.tar.gz) = e2fe862834e5061c5b26be8a356d701719cbac8f +Size (R/combinat_0.0-6.tar.gz) = 7677 bytes |