aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEinar Bjarni Halldórsson <einar@isnic.is>2024-04-05 11:51:05 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-04-06 14:42:37 +0000
commit46e08d165269691c76e99f5abdda6a0abb05f557 (patch)
treee376b83f152680578dbba0d9d3dfa4c8751fd8ad
parent1d536ab05b625812a63e428cb832b88abed674c8 (diff)
downloadports-46e08d165269691c76e99f5abdda6a0abb05f557.tar.gz
ports-46e08d165269691c76e99f5abdda6a0abb05f557.zip
devel/R-cran-ids: New port: Generate Random Identifiers
- Submitter becomes maintainer Generate random or human readable and pronounceable identifiers. WWW: https://github.com/richfitz/ids Differential Revision: https://reviews.freebsd.org/D43735
-rw-r--r--devel/Makefile1
-rw-r--r--devel/R-cran-ids/Makefile20
-rw-r--r--devel/R-cran-ids/distinfo3
-rw-r--r--devel/R-cran-ids/pkg-descr1
4 files changed, 25 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index a1dbfe6f242a..261e588bcd59 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -70,6 +70,7 @@
SUBDIR += R-cran-gtools
SUBDIR += R-cran-hardhat
SUBDIR += R-cran-hms
+ SUBDIR += R-cran-ids
SUBDIR += R-cran-ini
SUBDIR += R-cran-iterators
SUBDIR += R-cran-itertools
diff --git a/devel/R-cran-ids/Makefile b/devel/R-cran-ids/Makefile
new file mode 100644
index 000000000000..9c9341de70a2
--- /dev/null
+++ b/devel/R-cran-ids/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= ids
+DISTVERSION= 1.0.1
+CATEGORIES= devel
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= einar@isnic.is
+COMMENT= Generate Random Identifiers
+WWW= https://github.com/richfitz/ids
+
+LICENSE= MIT
+
+CRAN_DEPENDS= R-cran-openssl>0:security/R-cran-openssl \
+ R-cran-uuid>0:devel/R-cran-uuid
+BUILD_DEPENDS= ${CRAN_DEPENDS}
+RUN_DEPENDS= ${CRAN_DEPENDS}
+TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>
diff --git a/devel/R-cran-ids/distinfo b/devel/R-cran-ids/distinfo
new file mode 100644
index 000000000000..6cc1df908ae5
--- /dev/null
+++ b/devel/R-cran-ids/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1706918804
+SHA256 (ids_1.0.1.tar.gz) = b6212a186063c23116c5cbd3cca65dbb8977dd737261e4526ebee8f64852cfe8
+SIZE (ids_1.0.1.tar.gz) = 91213
diff --git a/devel/R-cran-ids/pkg-descr b/devel/R-cran-ids/pkg-descr
new file mode 100644
index 000000000000..87628b3b990b
--- /dev/null
+++ b/devel/R-cran-ids/pkg-descr
@@ -0,0 +1 @@
+Generate random or human readable and pronounceable identifiers.