svn commit: r448855 - in head/devel: . R-cran-repr
TAKATSU Tomonari
tota at FreeBSD.org
Mon Aug 28 09:17:15 UTC 2017
Author: tota
Date: Mon Aug 28 09:17:13 2017
New Revision: 448855
URL: https://svnweb.freebsd.org/changeset/ports/448855
Log:
- Add new port: devel/R-cran-repr
String and binary representations of objects for several formats /
mime types.
WWW: https://cran.r-project.org/web/packages/repr/
Added:
head/devel/R-cran-repr/
head/devel/R-cran-repr/Makefile (contents, props changed)
head/devel/R-cran-repr/distinfo (contents, props changed)
head/devel/R-cran-repr/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile (contents, props changed)
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Aug 28 09:01:36 2017 (r448854)
+++ head/devel/Makefile Mon Aug 28 09:17:13 2017 (r448855)
@@ -47,6 +47,7 @@
SUBDIR += R-cran-proto
SUBDIR += R-cran-randomForest
SUBDIR += R-cran-registry
+ SUBDIR += R-cran-repr
SUBDIR += R-cran-reshape
SUBDIR += R-cran-reshape2
SUBDIR += R-cran-rgexf
Added: head/devel/R-cran-repr/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/R-cran-repr/Makefile Mon Aug 28 09:17:13 2017 (r448855)
@@ -0,0 +1,16 @@
+# Created by: TAKATSU Tomonari <tota at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= repr
+PORTVERSION= 0.12.0
+CATEGORIES= devel
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota at FreeBSD.org
+COMMENT= Serializable Reprensentations
+
+LICENSE= GPLv3
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
Added: head/devel/R-cran-repr/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/R-cran-repr/distinfo Mon Aug 28 09:17:13 2017 (r448855)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1503902254
+SHA256 (repr_0.12.0.tar.gz) = 03af0059ecb9b49f3d2c625eceecae7c20b88cd82a066b4d244ec5b27c16cadc
+SIZE (repr_0.12.0.tar.gz) = 22482
Added: head/devel/R-cran-repr/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/R-cran-repr/pkg-descr Mon Aug 28 09:17:13 2017 (r448855)
@@ -0,0 +1,4 @@
+String and binary representations of objects for several formats /
+mime types.
+
+WWW: https://cran.r-project.org/web/packages/repr/
More information about the svn-ports-all
mailing list