pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/R-abind Update to abind v1.4-0, add LICENSE and r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/01f7ed59f1af
branches:  trunk
changeset: 602520:01f7ed59f1af
user:      brook <brook%pkgsrc.org@localhost>
date:      Sun Apr 15 14:55:50 2012 +0000

description:
Update to abind v1.4-0, add LICENSE and regularize package files.

diffstat:

 math/R-abind/DESCR    |   7 ++++---
 math/R-abind/Makefile |  18 +++++++++---------
 math/R-abind/distinfo |   8 ++++----
 3 files changed, 17 insertions(+), 16 deletions(-)

diffs (53 lines):

diff -r 3fca7a94c00c -r 01f7ed59f1af math/R-abind/DESCR
--- a/math/R-abind/DESCR        Sun Apr 15 14:51:34 2012 +0000
+++ b/math/R-abind/DESCR        Sun Apr 15 14:55:50 2012 +0000
@@ -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 -r 3fca7a94c00c -r 01f7ed59f1af math/R-abind/Makefile
--- a/math/R-abind/Makefile     Sun Apr 15 14:51:34 2012 +0000
+++ b/math/R-abind/Makefile     Sun Apr 15 14:55:50 2012 +0000
@@ -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@localhost
-HOMEPAGE=              ${R_HOMEPAGE_BASE}/abind/
-COMMENT=               Combine multi-dimensional arrays
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+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 -r 3fca7a94c00c -r 01f7ed59f1af math/R-abind/distinfo
--- a/math/R-abind/distinfo     Sun Apr 15 14:51:34 2012 +0000
+++ b/math/R-abind/distinfo     Sun Apr 15 14:55:50 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index