git: 46e08d165269 - main - devel/R-cran-ids: New port: Generate Random Identifiers

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Sat, 06 Apr 2024 14:52:32 UTC
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=46e08d165269691c76e99f5abdda6a0abb05f557

commit 46e08d165269691c76e99f5abdda6a0abb05f557
Author:     Einar Bjarni Halldórsson <einar@isnic.is>
AuthorDate: 2024-04-05 11:51:05 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-04-06 14:42:37 +0000

    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
---
 devel/Makefile             |  1 +
 devel/R-cran-ids/Makefile  | 20 ++++++++++++++++++++
 devel/R-cran-ids/distinfo  |  3 +++
 devel/R-cran-ids/pkg-descr |  1 +
 4 files changed, 25 insertions(+)

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.