diff options
author | brook <brook@pkgsrc.org> | 2014-08-26 04:32:27 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2014-08-26 04:32:27 +0000 |
commit | 4b33422885a405e1ee790234cc908a58deba1b96 (patch) | |
tree | e7972837487851e0b7a457989e035aef34aaa2b9 /math | |
parent | dfe69c836b5942b60afed2f0d31944e6dc3172b3 (diff) | |
download | pkgsrc-4b33422885a405e1ee790234cc908a58deba1b96.tar.gz |
Initial revision.
Diffstat (limited to 'math')
-rw-r--r-- | math/R-countrycode/DESCR | 3 | ||||
-rw-r--r-- | math/R-countrycode/Makefile | 15 | ||||
-rw-r--r-- | math/R-countrycode/distinfo | 5 |
3 files changed, 23 insertions, 0 deletions
diff --git a/math/R-countrycode/DESCR b/math/R-countrycode/DESCR new file mode 100644 index 00000000000..deb59d593f6 --- /dev/null +++ b/math/R-countrycode/DESCR @@ -0,0 +1,3 @@ +Standardize country names, convert them into one of eleven coding +schemes, convert between coding schemes, and assign region +descriptors. diff --git a/math/R-countrycode/Makefile b/math/R-countrycode/Makefile new file mode 100644 index 00000000000..a109077ae6f --- /dev/null +++ b/math/R-countrycode/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2014/08/26 04:32:27 brook Exp $ + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/countrycode/ +COMMENT= Convert country names and country codes +LICENSE= gnu-gpl-v3 + +R_PKGNAME= countrycode +R_PKGVER= 0.17 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-countrycode/distinfo b/math/R-countrycode/distinfo new file mode 100644 index 00000000000..d39a60d59ad --- /dev/null +++ b/math/R-countrycode/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/08/26 04:32:27 brook Exp $ + +SHA1 (R/countrycode_0.17.tar.gz) = 2fb432637a56b10c441dbd411a3deecacae7b6f6 +RMD160 (R/countrycode_0.17.tar.gz) = f3e126304d870b8016e51cf46024dd8726b9c5c5 +Size (R/countrycode_0.17.tar.gz) = 17555 bytes |