pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/R-uuid



Module Name:    pkgsrc
Committed By:   minskim
Date:           Tue Feb  6 20:35:10 UTC 2018

Added Files:
        pkgsrc/devel/R-uuid: DESCR Makefile distinfo

Log Message:
devel/R-uuid: Import version 0.1.2

Tools for generating and handling of UUIDs (Universally Unique
Identifiers).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-uuid/DESCR pkgsrc/devel/R-uuid/Makefile \
    pkgsrc/devel/R-uuid/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/R-uuid/DESCR
diff -u /dev/null pkgsrc/devel/R-uuid/DESCR:1.1
--- /dev/null   Tue Feb  6 20:35:10 2018
+++ pkgsrc/devel/R-uuid/DESCR   Tue Feb  6 20:35:10 2018
@@ -0,0 +1,2 @@
+Tools for generating and handling of UUIDs (Universally Unique
+Identifiers).
Index: pkgsrc/devel/R-uuid/Makefile
diff -u /dev/null pkgsrc/devel/R-uuid/Makefile:1.1
--- /dev/null   Tue Feb  6 20:35:10 2018
+++ pkgsrc/devel/R-uuid/Makefile        Tue Feb  6 20:35:10 2018
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2018/02/06 20:35:10 minskim Exp $
+
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://www.rforge.net/uuid/
+COMMENT=       Tools for generating and handling of UUIDs
+LICENSE=       modified-bsd
+
+R_PKGNAME=     uuid
+R_PKGVER=      0.1-2
+
+USE_LANGUAGES= c
+
+BUILDLINK_API_DEPENDS.R+=      R>=2.9.0
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-uuid/distinfo
diff -u /dev/null pkgsrc/devel/R-uuid/distinfo:1.1
--- /dev/null   Tue Feb  6 20:35:10 2018
+++ pkgsrc/devel/R-uuid/distinfo        Tue Feb  6 20:35:10 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/02/06 20:35:10 minskim Exp $
+
+SHA1 (R/uuid_0.1-2.tar.gz) = 5a795722982e0bafa4d4ec66052e4a91e8d84a50
+RMD160 (R/uuid_0.1-2.tar.gz) = e113023e24cc16e944cfc7a7a5a4a8bf003877c4
+SHA512 (R/uuid_0.1-2.tar.gz) = e13b3a13c913b86e7ff3649b2912ee9f5746d2cdd05a74026c2e89579a259268cdb4ddca77bc6ae7bc9e25e4fae772caaca751efccc573bc5808daf8ffd5837f
+Size (R/uuid_0.1-2.tar.gz) = 46706 bytes



Home | Main Index | Thread Index | Old Index