svn commit: r393859 - in head/devel: . R-cran-registry
TAKATSU Tomonari
tota at FreeBSD.org
Mon Aug 10 12:23:18 UTC 2015
Author: tota
Date: Mon Aug 10 12:23:16 2015
New Revision: 393859
URL: https://svnweb.freebsd.org/changeset/ports/393859
Log:
- Add new port: devel/R-cran-registry
Provides a generic infrastructure for creating and using registries.
WWW: https://cran.r-project.org/web/packages/registry/
Added:
head/devel/R-cran-registry/
head/devel/R-cran-registry/Makefile (contents, props changed)
head/devel/R-cran-registry/distinfo (contents, props changed)
head/devel/R-cran-registry/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Aug 10 12:03:26 2015 (r393858)
+++ head/devel/Makefile Mon Aug 10 12:23:16 2015 (r393859)
@@ -34,6 +34,7 @@
SUBDIR += R-cran-plyr
SUBDIR += R-cran-proto
SUBDIR += R-cran-randomForest
+ SUBDIR += R-cran-registry
SUBDIR += R-cran-reshape
SUBDIR += R-cran-reshape2
SUBDIR += SpecTcl
Added: head/devel/R-cran-registry/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/R-cran-registry/Makefile Mon Aug 10 12:23:16 2015 (r393859)
@@ -0,0 +1,16 @@
+# Created by: TAKATSU Tomonari <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= registry
+PORTVERSION= 0.3
+CATEGORIES= devel
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota at FreeBSD.org
+COMMENT= Registry infrastructure
+
+LICENSE= GPLv2
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
Added: head/devel/R-cran-registry/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/R-cran-registry/distinfo Mon Aug 10 12:23:16 2015 (r393859)
@@ -0,0 +1,2 @@
+SHA256 (registry_0.3.tar.gz) = 58a5c43b8012ca5e509fa29a8daf6f24f097b8eb021a723f6a9c33db1dd3f430
+SIZE (registry_0.3.tar.gz) = 177554
Added: head/devel/R-cran-registry/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/R-cran-registry/pkg-descr Mon Aug 10 12:23:16 2015 (r393859)
@@ -0,0 +1,3 @@
+Provides a generic infrastructure for creating and using registries.
+
+WWW: https://cran.r-project.org/web/packages/registry/
More information about the svn-ports-all
mailing list