diff options
author | brook <brook@pkgsrc.org> | 2014-09-19 21:21:16 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2014-09-19 21:21:16 +0000 |
commit | c1069cc9b22bce377e864e0a9c45f2cbc7d9f82e (patch) | |
tree | 06a1b2613b7c372d09ad2d28d7eec4e61e6838eb | |
parent | e11b93fc75d41a9bbaef6902a76269fe16ca7655 (diff) | |
download | pkgsrc-c1069cc9b22bce377e864e0a9c45f2cbc7d9f82e.tar.gz |
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
-rw-r--r-- | math/Makefile | 3 | ||||
-rw-r--r-- | math/R-evaluate/Makefile | 4 | ||||
-rw-r--r-- | math/R-stringr/DESCR | 6 | ||||
-rw-r--r-- | math/R-stringr/Makefile | 15 | ||||
-rw-r--r-- | math/R-stringr/distinfo | 5 | ||||
-rw-r--r-- | textproc/Makefile | 3 |
6 files changed, 5 insertions, 31 deletions
diff --git a/math/Makefile b/math/Makefile index f99abbd5ec9..384f782b375 100644 --- a/math/Makefile +++ b/math/Makefile @@ -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-sp SUBDIR+= R-spacetime SUBDIR+= R-splancs SUBDIR+= R-statmod -SUBDIR+= R-stringr SUBDIR+= R-wle SUBDIR+= R-xts SUBDIR+= R-zoo diff --git a/math/R-evaluate/Makefile b/math/R-evaluate/Makefile index d3f58df2fc0..13d75a72088 100644 --- a/math/R-evaluate/Makefile +++ b/math/R-evaluate/Makefile @@ -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 @@ COMMENT= Parsing and evaluation tools 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 --git a/math/R-stringr/DESCR b/math/R-stringr/DESCR deleted file mode 100644 index 64e96d29433..00000000000 --- a/math/R-stringr/DESCR +++ /dev/null @@ -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 --git a/math/R-stringr/Makefile b/math/R-stringr/Makefile deleted file mode 100644 index 9e35cdbb36f..00000000000 --- a/math/R-stringr/Makefile +++ /dev/null @@ -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 -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 --git a/math/R-stringr/distinfo b/math/R-stringr/distinfo deleted file mode 100644 index 6db8d904079..00000000000 --- a/math/R-stringr/distinfo +++ /dev/null @@ -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 --git a/textproc/Makefile b/textproc/Makefile index 83ba9777d36..2b711ee86c4 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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+= GutenMark-words SUBDIR+= Markdown SUBDIR+= OdfConverter SUBDIR+= R-formatR +SUBDIR+= R-stringr SUBDIR+= WordNet SUBDIR+= aiksaurus SUBDIR+= antiword |