pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc R-xml2: initial commit
details: https://anonhg.NetBSD.org/pkgsrc/rev/8982e2c5a80f
branches: trunk
changeset: 399444:8982e2c5a80f
user: brook <brook%pkgsrc.org@localhost>
date: Fri Aug 09 18:31:06 2019 +0000
description:
R-xml2: initial commit
Work with XML files using a simple, consistent interface. Built on top
of the 'libxml2' C library.
diffstat:
doc/CHANGES-2019 | 3 ++-
textproc/Makefile | 3 ++-
textproc/R-xml2/DESCR | 2 ++
textproc/R-xml2/Makefile | 17 +++++++++++++++++
textproc/R-xml2/distinfo | 6 ++++++
5 files changed, 29 insertions(+), 2 deletions(-)
diffs (68 lines):
diff -r cd8152de353b -r 8982e2c5a80f doc/CHANGES-2019
--- a/doc/CHANGES-2019 Fri Aug 09 18:29:50 2019 +0000
+++ b/doc/CHANGES-2019 Fri Aug 09 18:31:06 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3346 2019/08/09 18:29:50 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3347 2019/08/09 18:31:06 brook Exp $
Changes to the packages collection and infrastructure in 2019:
@@ -5469,3 +5469,4 @@
Added devel/R-fs version 1.3.1 [brook 2019-08-09]
Added textproc/R-clisymbols version 1.2.0 [brook 2019-08-09]
Added misc/R-praise version 1.0.0 [brook 2019-08-09]
+ Added textproc/R-xml2 version 1.2.2 [brook 2019-08-09]
diff -r cd8152de353b -r 8982e2c5a80f textproc/Makefile
--- a/textproc/Makefile Fri Aug 09 18:29:50 2019 +0000
+++ b/textproc/Makefile Fri Aug 09 18:31:06 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1042 2019/08/09 18:28:57 brook Exp $
+# $NetBSD: Makefile,v 1.1043 2019/08/09 18:31:06 brook Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -29,6 +29,7 @@
SUBDIR+= R-stringi
SUBDIR+= R-stringr
SUBDIR+= R-utf8
+SUBDIR+= R-xml2
SUBDIR+= R-yaml
SUBDIR+= WordNet
SUBDIR+= aha
diff -r cd8152de353b -r 8982e2c5a80f textproc/R-xml2/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-xml2/DESCR Fri Aug 09 18:31:06 2019 +0000
@@ -0,0 +1,2 @@
+Work with XML files using a simple, consistent interface. Built on top
+of the 'libxml2' C library.
diff -r cd8152de353b -r 8982e2c5a80f textproc/R-xml2/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-xml2/Makefile Fri Aug 09 18:31:06 2019 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 18:31:06 brook Exp $
+
+R_PKGNAME= xml2
+R_PKGVER= 1.2.2
+CATEGORIES= textproc
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Parse XML
+LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
+
+USE_TOOLS+= perl
+USE_LANGUAGES= c c++
+
+.include "../../math/R/Makefile.extension"
+.include "../../devel/R-Rcpp/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cd8152de353b -r 8982e2c5a80f textproc/R-xml2/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-xml2/distinfo Fri Aug 09 18:31:06 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 18:31:06 brook Exp $
+
+SHA1 (R/xml2_1.2.2.tar.gz) = b4cccc91fe32a32df19f9beb5361ddffc476bab8
+RMD160 (R/xml2_1.2.2.tar.gz) = 01050856d4a9ebdaedbad80828a54053c77c43ae
+SHA512 (R/xml2_1.2.2.tar.gz) = 69cb2085cc536e68467a1947f107624ef4a561ed63c26fab04dea92f08fa7a740e71629b43e6adb1484ab57b0b494e0f68aa28a9788d54c8b2df05ddd796a92a
+Size (R/xml2_1.2.2.tar.gz) = 261081 bytes
Home |
Main Index |
Thread Index |
Old Index