svn commit: r316699 - in head/devel: . R-cran-gdata
TAKATSU Tomonari
tota at FreeBSD.org
Sun Apr 28 03:20:33 UTC 2013
Author: tota
Date: Sun Apr 28 03:20:32 2013
New Revision: 316699
URL: http://svnweb.freebsd.org/changeset/ports/316699
Log:
- Add new port: devel/R-cran-gdata
gdata package provides various R programming tools for data
manipulation.
WWW: http://cran.r-project.org/web/packages/gdata/
Added:
head/devel/R-cran-gdata/
head/devel/R-cran-gdata/Makefile (contents, props changed)
head/devel/R-cran-gdata/distinfo (contents, props changed)
head/devel/R-cran-gdata/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sun Apr 28 03:18:00 2013 (r316698)
+++ head/devel/Makefile Sun Apr 28 03:20:32 2013 (r316699)
@@ -17,6 +17,7 @@
SUBDIR += R-cran-chron
SUBDIR += R-cran-foreach
SUBDIR += R-cran-gbm
+ SUBDIR += R-cran-gdata
SUBDIR += R-cran-glmnet
SUBDIR += R-cran-gsubfn
SUBDIR += R-cran-gtools
Added: head/devel/R-cran-gdata/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/R-cran-gdata/Makefile Sun Apr 28 03:20:32 2013 (r316699)
@@ -0,0 +1,20 @@
+# Created by: TAKATSU Tomonari <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= gdata
+PORTVERSION= 2.12.0.2
+CATEGORIES= devel
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota at FreeBSD.org
+COMMENT= Various R programming tools for data manipulation
+
+LICENSE= GPLv2
+
+RUN_DEPENDS= R-cran-gtools>0:${PORTSDIR}/devel/R-cran-gtools
+
+USE_PERL5_RUN= yes
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Added: head/devel/R-cran-gdata/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/R-cran-gdata/distinfo Sun Apr 28 03:20:32 2013 (r316699)
@@ -0,0 +1,2 @@
+SHA256 (gdata_2.12.0.2.tar.gz) = e81c0c3f7076aa5eb9bdbe7cfcf4d401729a3cccec756e2c97f406092b7180f2
+SIZE (gdata_2.12.0.2.tar.gz) = 708476
Added: head/devel/R-cran-gdata/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/R-cran-gdata/pkg-descr Sun Apr 28 03:20:32 2013 (r316699)
@@ -0,0 +1,4 @@
+gdata package provides various R programming tools for data
+manipulation.
+
+WWW: http://cran.r-project.org/web/packages/gdata/
More information about the svn-ports-all
mailing list