pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
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.
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@localhost
+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
Home |
Main Index |
Thread Index |
Old Index