diff options
author | brook <brook@pkgsrc.org> | 2012-04-15 14:55:50 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2012-04-15 14:55:50 +0000 |
commit | 787b53ed2267c440dafbb79149350a83fbc12605 (patch) | |
tree | e1c037e341bc08e69eac91faee06fb493edf6644 /math | |
parent | ee65b25ed0d602586e034d6155e56c388576dbfc (diff) | |
download | pkgsrc-787b53ed2267c440dafbb79149350a83fbc12605.tar.gz |
Update to abind v1.4-0, add LICENSE and regularize package files.
Diffstat (limited to 'math')
-rw-r--r-- | math/R-abind/DESCR | 7 | ||||
-rw-r--r-- | math/R-abind/Makefile | 18 | ||||
-rw-r--r-- | math/R-abind/distinfo | 8 |
3 files changed, 17 insertions, 16 deletions
diff --git a/math/R-abind/DESCR b/math/R-abind/DESCR index 30bc88d41c8..f67a21c6397 100644 --- a/math/R-abind/DESCR +++ b/math/R-abind/DESCR @@ -1,3 +1,4 @@ -Combine multi-dimensional arrays. This is a generalization of cbind -and rbind. Takes a sequence of vectors, matrices, or arrays and -produces a single array of the same or higher dimension. +Combine multi-dimensional arrays into a single array. This is a +generalization of cbind and rbind. Works with vectors, matrices, and +higher-dimensional arrays. Also provides functions adrop, asub, and +afill for manipulating, extracting and replacing data in arrays. diff --git a/math/R-abind/Makefile b/math/R-abind/Makefile index 5ee372abaab..eb88fdb42cd 100644 --- a/math/R-abind/Makefile +++ b/math/R-abind/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.4 2008/10/13 11:30:50 markd Exp $ +# $NetBSD: Makefile,v 1.5 2012/04/15 14:55:50 brook Exp $ # -PKGREVISION= 1 -CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} -MAINTAINER= mchittur@cs.nmsu.edu -HOMEPAGE= ${R_HOMEPAGE_BASE}/abind/ -COMMENT= Combine multi-dimensional arrays +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/abind/ +COMMENT= Combine multi-dimensional arrays +LICENSE= gnu-lgpl-v2 -R_PKGNAME= abind -R_PKGVER= 1.1-0 +R_PKGNAME= abind +R_PKGVER= 1.4-0 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" diff --git a/math/R-abind/distinfo b/math/R-abind/distinfo index 41047deabbf..e0ed024521a 100644 --- a/math/R-abind/distinfo +++ b/math/R-abind/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/11/04 08:11:36 rillig Exp $ +$NetBSD: distinfo,v 1.2 2012/04/15 14:55:50 brook Exp $ -SHA1 (R/abind_1.1-0.tar.gz) = d0c4c2aff944e1ee7c97fba8dccc5861096986e9 -RMD160 (R/abind_1.1-0.tar.gz) = 728391990ae80b68ff715eeedf36fca2bfe73c34 -Size (R/abind_1.1-0.tar.gz) = 10280 bytes +SHA1 (R/abind_1.4-0.tar.gz) = 93df0b3f0a57b8cba424354e5ec9779fc1bb3240 +RMD160 (R/abind_1.4-0.tar.gz) = 16fa9f565f41e380a8f7590508339d2ecb78e724 +Size (R/abind_1.4-0.tar.gz) = 19642 bytes |