pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Move math/R-stringr to textproc/R-stringr and fix depe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc38ddbecb2e
branches:  trunk
changeset: 639628:dc38ddbecb2e
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Sep 19 21:21:16 2014 +0000

description:
Move math/R-stringr to textproc/R-stringr and fix dependencies.

Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html

diffstat:

 math/Makefile            |   3 +--
 math/R-evaluate/Makefile |   4 ++--
 math/R-stringr/DESCR     |   6 ------
 math/R-stringr/Makefile  |  15 ---------------
 math/R-stringr/distinfo  |   5 -----
 textproc/Makefile        |   3 ++-
 6 files changed, 5 insertions(+), 31 deletions(-)

diffs (90 lines):

diff -r de52c6b17037 -r dc38ddbecb2e math/Makefile
--- a/math/Makefile     Fri Sep 19 21:19:40 2014 +0000
+++ b/math/Makefile     Fri Sep 19 21:21:16 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.290 2014/09/19 20:55:07 brook Exp $
+# $NetBSD: Makefile,v 1.291 2014/09/19 21:21:16 brook Exp $
 
 COMMENT=       Mathematics
 
@@ -56,7 +56,6 @@
 SUBDIR+=       R-spacetime
 SUBDIR+=       R-splancs
 SUBDIR+=       R-statmod
-SUBDIR+=       R-stringr
 SUBDIR+=       R-wle
 SUBDIR+=       R-xts
 SUBDIR+=       R-zoo
diff -r de52c6b17037 -r dc38ddbecb2e math/R-evaluate/Makefile
--- a/math/R-evaluate/Makefile  Fri Sep 19 21:19:40 2014 +0000
+++ b/math/R-evaluate/Makefile  Fri Sep 19 21:21:16 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/09/03 16:59:19 brook Exp $
+# $NetBSD: Makefile,v 1.2 2014/09/19 21:21:17 brook Exp $
 
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
@@ -11,7 +11,7 @@
 R_PKGNAME=     evaluate
 R_PKGVER=      0.5.5
 
-DEPENDS+=      R-stringr>=0.6.2:../../math/R-stringr
+DEPENDS+=      R-stringr>=0.6.2:../../textproc/R-stringr
 
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"
diff -r de52c6b17037 -r dc38ddbecb2e math/R-stringr/DESCR
--- a/math/R-stringr/DESCR      Fri Sep 19 21:19:40 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-stringr is a set of simple wrappers that make R's string functions
-more consistent, simpler and easier to use.  It does this by ensuring
-that: function and argument names (and positions) are consistent, all
-functions deal with NA's and zero length character appropriately, and
-the output data structures from each function matches the input data
-structures of other functions.
diff -r de52c6b17037 -r dc38ddbecb2e math/R-stringr/Makefile
--- a/math/R-stringr/Makefile   Fri Sep 19 21:19:40 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2014/09/03 16:06:48 brook Exp $
-
-CATEGORIES=    math
-MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      ${R_HOMEPAGE_BASE}/stringr/
-COMMENT=       Make it easier to work with strings.
-LICENSE=       gnu-gpl-v2
-
-R_PKGNAME=     stringr
-R_PKGVER=      0.6.2
-
-.include "../../math/R/Makefile.extension"
-.include "../../mk/bsd.pkg.mk"
diff -r de52c6b17037 -r dc38ddbecb2e math/R-stringr/distinfo
--- a/math/R-stringr/distinfo   Fri Sep 19 21:19:40 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1 2014/09/03 16:06:48 brook Exp $
-
-SHA1 (R/stringr_0.6.2.tar.gz) = 6b41bcf589412a9b48ee6357508e35ccbbd77d01
-RMD160 (R/stringr_0.6.2.tar.gz) = 055a34d2a938c2af55374a98f20c700d4b7c5843
-Size (R/stringr_0.6.2.tar.gz) = 20636 bytes
diff -r de52c6b17037 -r dc38ddbecb2e textproc/Makefile
--- a/textproc/Makefile Fri Sep 19 21:19:40 2014 +0000
+++ b/textproc/Makefile Fri Sep 19 21:21:16 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.801 2014/09/19 20:36:53 brook Exp $
+# $NetBSD: Makefile,v 1.802 2014/09/19 21:21:17 brook Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -10,6 +10,7 @@
 SUBDIR+=       Markdown
 SUBDIR+=       OdfConverter
 SUBDIR+=       R-formatR
+SUBDIR+=       R-stringr
 SUBDIR+=       WordNet
 SUBDIR+=       aiksaurus
 SUBDIR+=       antiword



Home | Main Index | Thread Index | Old Index