Received: by mail.netbsd.org (Postfix, from userid 605) id 0211284D66; Sun, 13 Oct 2019 11:47:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7C96784D64 for ; Sun, 13 Oct 2019 11:47:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id wA8rLCGoLH6l for ; Sun, 13 Oct 2019 11:47:22 +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 E85D884D54 for ; Sun, 13 Oct 2019 11:47:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D7EDCFBF4; Sun, 13 Oct 2019 11:47:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1570967241266610" MIME-Version: 1.0 Date: Sun, 13 Oct 2019 11:47:21 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20191013114721.D7EDCFBF4@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. --_----------=_1570967241266610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sun Oct 13 11:47:21 UTC 2019 Modified Files: pkgsrc/devel: Makefile Added Files: pkgsrc/devel/R-rex: DESCR Makefile distinfo Log Message: devel/R-rex: import version 1.1.2 A friendly interface for the construction of regular expressions. To generate a diff of this commit: cvs rdiff -u -r1.2924 -r1.2925 pkgsrc/devel/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-rex/DESCR pkgsrc/devel/R-rex/Makefile \ pkgsrc/devel/R-rex/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1570967241266610 Content-Disposition: inline Content-Length: 2063 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2924 pkgsrc/devel/Makefile:1.2925 --- pkgsrc/devel/Makefile:1.2924 Mon Oct 7 09:28:09 2019 +++ pkgsrc/devel/Makefile Sun Oct 13 11:47:21 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2924 2019/10/07 09:28:09 prlw1 Exp $ +# $NetBSD: Makefile,v 1.2925 2019/10/13 11:47:21 rillig Exp $ # COMMENT= Development utilities @@ -49,6 +49,7 @@ SUBDIR+= R-rcmdcheck SUBDIR+= R-rematch SUBDIR+= R-remotes SUBDIR+= R-repr +SUBDIR+= R-rex SUBDIR+= R-rio SUBDIR+= R-rlang SUBDIR+= R-roxygen2 Added files: Index: pkgsrc/devel/R-rex/DESCR diff -u /dev/null pkgsrc/devel/R-rex/DESCR:1.1 --- /dev/null Sun Oct 13 11:47:21 2019 +++ pkgsrc/devel/R-rex/DESCR Sun Oct 13 11:47:21 2019 @@ -0,0 +1 @@ +A friendly interface for the construction of regular expressions. Index: pkgsrc/devel/R-rex/Makefile diff -u /dev/null pkgsrc/devel/R-rex/Makefile:1.1 --- /dev/null Sun Oct 13 11:47:21 2019 +++ pkgsrc/devel/R-rex/Makefile Sun Oct 13 11:47:21 2019 @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2019/10/13 11:47:21 rillig Exp $ + +R_PKGNAME= rex +R_PKGVER= 1.1.2 +CATEGORIES= devel + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Friendly Regular Expressions +LICENSE= mit # + file LICENSE + +DEPENDS+= R-lazyeval>=0.2.2:../../devel/R-lazyeval +DEPENDS+= R-magrittr>=1.5:../../devel/R-magrittr + +USE_LANGUAGES= # none + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/R-rex/distinfo diff -u /dev/null pkgsrc/devel/R-rex/distinfo:1.1 --- /dev/null Sun Oct 13 11:47:21 2019 +++ pkgsrc/devel/R-rex/distinfo Sun Oct 13 11:47:21 2019 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/10/13 11:47:21 rillig Exp $ + +SHA1 (R/rex_1.1.2.tar.gz) = 84b90705fda29bbee4b59cc00b1dcaa3fc28d64e +RMD160 (R/rex_1.1.2.tar.gz) = 7f4f94583b8cefc1856b92b343083bf5030b7c48 +SHA512 (R/rex_1.1.2.tar.gz) = bbb7d0d42e98ac77707f42022dacf86b4dfd8f31c0763883d1db53da4ea1cf7c63772b3d61b0d43eef9bd8f4ace0e3771ce12f21e4ce9169a874c60f9241e9a5 +Size (R/rex_1.1.2.tar.gz) = 89430 bytes --_----------=_1570967241266610--