Received: by mail.netbsd.org (Postfix, from userid 605) id 00FC484D40; Tue, 6 Feb 2018 20:35:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 801F384D21 for ; Tue, 6 Feb 2018 20:35:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id RHayIBpQ5MQL for ; Tue, 6 Feb 2018 20:35:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0493C84CDC for ; Tue, 6 Feb 2018 20:35:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 012B1FB40; Tue, 6 Feb 2018 20:35:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151794931087810" MIME-Version: 1.0 Date: Tue, 6 Feb 2018 20:35:10 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/devel/R-uuid To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20180206203511.012B1FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_151794931087810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_151794931087810 Content-Disposition: inline Content-Length: 1542 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_151794931087810--