diff options
author | brook <brook> | 2012-04-15 16:00:01 +0000 |
---|---|---|
committer | brook <brook> | 2012-04-15 16:00:01 +0000 |
commit | adadd44c84e9c423bbb1a70d79c6b896eea2870e (patch) | |
tree | eda7fb87e5c962d9ef9753b5c21591bf0dcd07a9 | |
parent | 5c15f3bbe79cdb4e8b1fbdaa1e6859146f011987 (diff) | |
download | pkgsrc-adadd44c84e9c423bbb1a70d79c6b896eea2870e.tar.gz |
Update to classInt v0.1-17, add LICENSE and regularize package files.
-rw-r--r-- | math/R-classInt/DESCR | 4 | ||||
-rw-r--r-- | math/R-classInt/Makefile | 7 | ||||
-rw-r--r-- | math/R-classInt/distinfo | 8 |
3 files changed, 10 insertions, 9 deletions
diff --git a/math/R-classInt/DESCR b/math/R-classInt/DESCR index 26dd5b27c09..5476da53a45 100644 --- a/math/R-classInt/DESCR +++ b/math/R-classInt/DESCR @@ -1,2 +1,2 @@ -A package for choosing univariate class intervals for mapping or other graphics -purposes. +A package for choosing univariate class intervals for mapping or other +graphics purposes. diff --git a/math/R-classInt/Makefile b/math/R-classInt/Makefile index 7c03b9872ae..8202d2093d4 100644 --- a/math/R-classInt/Makefile +++ b/math/R-classInt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2011/12/19 22:27:04 markd Exp $ +# $NetBSD: Makefile,v 1.6 2012/04/15 16:00:01 brook Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -6,13 +6,14 @@ MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= ${R_HOMEPAGE_BASE}/genetics/ COMMENT= Package for choosing univariate class intervals for graphics +LICENSE= gnu-gpl-v2 R_PKGNAME= classInt -R_PKGVER= 0.1-14 +R_PKGVER= 0.1-17 USE_LANGUAGES= c fortran -DEPENDS+= R-e1071>=1.5:../../math/R-e1071 +DEPENDS+= R-e1071>=1.6:../../math/R-e1071 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" diff --git a/math/R-classInt/distinfo b/math/R-classInt/distinfo index 79a42546006..ac37a8497d8 100644 --- a/math/R-classInt/distinfo +++ b/math/R-classInt/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2010/07/03 07:25:57 adam Exp $ +$NetBSD: distinfo,v 1.3 2012/04/15 16:00:01 brook Exp $ -SHA1 (R/classInt_0.1-14.tar.gz) = 7918f58344be4ebd624dac71e9cbddf21a0a5e1a -RMD160 (R/classInt_0.1-14.tar.gz) = 2290ae0f6e3b48bd114931c7c37509691ca856b9 -Size (R/classInt_0.1-14.tar.gz) = 13660 bytes +SHA1 (R/classInt_0.1-17.tar.gz) = 845758790eee6b2e56e0e431614b40e9c3d245c8 +RMD160 (R/classInt_0.1-17.tar.gz) = 4a6ea5ea5357daf49f9554074d65236df1bc2d85 +Size (R/classInt_0.1-17.tar.gz) = 18642 bytes |