Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Aug 2015 12:23:17 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393859 - in head/devel: . R-cran-registry
Message-ID:  <201508101223.t7ACNHCw020166@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	registry
+PORTVERSION=	0.3
+CATEGORIES=	devel
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508101223.t7ACNHCw020166>