svn commit: r559498 - in head/devel: . R-cran-uuid
Guangyuan Yang
ygy at FreeBSD.org
Mon Dec 28 16:11:27 UTC 2020
Author: ygy (doc committer)
Date: Mon Dec 28 16:11:26 2020
New Revision: 559498
URL: https://svnweb.freebsd.org/changeset/ports/559498
Log:
new port: devel/R-cran-uuid: Tools for Generating and Handling of UUIDs
PR: 252173
Approved by: lwhsu
Added:
head/devel/R-cran-uuid/
head/devel/R-cran-uuid/Makefile (contents, props changed)
head/devel/R-cran-uuid/distinfo (contents, props changed)
head/devel/R-cran-uuid/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Dec 28 16:09:52 2020 (r559497)
+++ head/devel/Makefile Mon Dec 28 16:11:26 2020 (r559498)
@@ -90,6 +90,7 @@
SUBDIR += R-cran-tidyr
SUBDIR += R-cran-tidyselect
SUBDIR += R-cran-tinytest
+ SUBDIR += R-cran-uuid
SUBDIR += R-cran-vcd
SUBDIR += R-cran-vctrs
SUBDIR += R-cran-withr
Added: head/devel/R-cran-uuid/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/R-cran-uuid/Makefile Mon Dec 28 16:11:26 2020 (r559498)
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME= uuid
+DISTVERSION= 0.1-4
+CATEGORIES= devel
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= ygy at FreeBSD.org
+COMMENT= Tools for Generating and Handling of UUIDs
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= cran:auto-plist,compiles
+
+.include <bsd.port.mk>
Added: head/devel/R-cran-uuid/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/R-cran-uuid/distinfo Mon Dec 28 16:11:26 2020 (r559498)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609162905
+SHA256 (uuid_0.1-4.tar.gz) = 98e0249dda17434bfa209c2058e9911e576963d4599be9f7ea946e664f8ca93e
+SIZE (uuid_0.1-4.tar.gz) = 49544
Added: head/devel/R-cran-uuid/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/R-cran-uuid/pkg-descr Mon Dec 28 16:11:26 2020 (r559498)
@@ -0,0 +1,3 @@
+Tools for generating and handling of UUIDs (Universally Unique Identifiers).
+
+WWW: http://www.rforge.net/uuid
More information about the svn-ports-all
mailing list