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
This commit is contained in:
parent
312c623188
commit
0dc0261741
6 changed files with 5 additions and 31 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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.
|
|
@ -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"
|
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue