pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-evaluate Initial import of evaluate v0.5.5 as ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5fb08107e7f
branches:  trunk
changeset: 639639:f5fb08107e7f
user:      brook <brook%pkgsrc.org@localhost>
date:      Sat Sep 20 03:48:56 2014 +0000

description:
Initial import of evaluate v0.5.5 as devel/R-evaluate.

Parsing and evaluation tools that make it easy to recreate the command
line behaviour of R.

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:

 devel/R-evaluate/DESCR    |   2 ++
 devel/R-evaluate/Makefile |  17 +++++++++++++++++
 devel/R-evaluate/distinfo |   5 +++++
 3 files changed, 24 insertions(+), 0 deletions(-)

diffs (36 lines):

diff -r 6f626bfe1cca -r f5fb08107e7f devel/R-evaluate/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-evaluate/DESCR    Sat Sep 20 03:48:56 2014 +0000
@@ -0,0 +1,2 @@
+Parsing and evaluation tools that make it easy to recreate the command
+line behaviour of R.
diff -r 6f626bfe1cca -r f5fb08107e7f devel/R-evaluate/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-evaluate/Makefile Sat Sep 20 03:48:56 2014 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2014/09/20 03:48:56 brook Exp $
+
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      ${R_HOMEPAGE_BASE}/evaluate/
+COMMENT=       Parsing and evaluation tools
+# TODO: LICENSE=       GPL
+
+R_PKGNAME=     evaluate
+R_PKGVER=      0.5.5
+
+DEPENDS+=      R-stringr>=0.6.2:../../textproc/R-stringr
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 6f626bfe1cca -r f5fb08107e7f devel/R-evaluate/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-evaluate/distinfo Sat Sep 20 03:48:56 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/09/20 03:48:56 brook Exp $
+
+SHA1 (R/evaluate_0.5.5.tar.gz) = 312b4978b53dce16dc3c3f66126aeee11e9aff9b
+RMD160 (R/evaluate_0.5.5.tar.gz) = 9409c50d672cda333f64b91ce52bec474130b30d
+Size (R/evaluate_0.5.5.tar.gz) = 17944 bytes



Home | Main Index | Thread Index | Old Index