pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/R-stringr Initial import of stringr v0.6.2 as...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87136c502a49
branches:  trunk
changeset: 639625:87136c502a49
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Sep 19 21:03:26 2014 +0000

description:
Initial import of stringr v0.6.2 as textproc/R-stringr.

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.

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:

 textproc/R-stringr/DESCR    |   6 ++++++
 textproc/R-stringr/Makefile |  15 +++++++++++++++
 textproc/R-stringr/distinfo |   5 +++++
 3 files changed, 26 insertions(+), 0 deletions(-)

diffs (38 lines):

diff -r 241f73891b5a -r 87136c502a49 textproc/R-stringr/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-stringr/DESCR  Fri Sep 19 21:03:26 2014 +0000
@@ -0,0 +1,6 @@
+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 241f73891b5a -r 87136c502a49 textproc/R-stringr/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-stringr/Makefile       Fri Sep 19 21:03:26 2014 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2014/09/19 21:03:26 brook Exp $
+
+CATEGORIES=    textproc
+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 241f73891b5a -r 87136c502a49 textproc/R-stringr/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-stringr/distinfo       Fri Sep 19 21:03:26 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/09/19 21:03:26 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



Home | Main Index | Thread Index | Old Index