summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/CHANGES-20193
-rw-r--r--textproc/Makefile3
-rw-r--r--textproc/R-xml2/DESCR2
-rw-r--r--textproc/R-xml2/Makefile17
-rw-r--r--textproc/R-xml2/distinfo6
5 files changed, 29 insertions, 2 deletions
diff --git a/doc/CHANGES-2019 b/doc/CHANGES-2019
index 02481274739..27e348beaa8 100644
--- a/doc/CHANGES-2019
+++ b/doc/CHANGES-2019
@@ -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 @@ Changes to the packages collection and infrastructure in 2019:
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 --git a/textproc/Makefile b/textproc/Makefile
index 05c03a38464..2100a2a0218 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -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-readxl
SUBDIR+= R-stringi
SUBDIR+= R-stringr
SUBDIR+= R-utf8
+SUBDIR+= R-xml2
SUBDIR+= R-yaml
SUBDIR+= WordNet
SUBDIR+= aha
diff --git a/textproc/R-xml2/DESCR b/textproc/R-xml2/DESCR
new file mode 100644
index 00000000000..aec2862baaf
--- /dev/null
+++ b/textproc/R-xml2/DESCR
@@ -0,0 +1,2 @@
+Work with XML files using a simple, consistent interface. Built on top
+of the 'libxml2' C library.
diff --git a/textproc/R-xml2/Makefile b/textproc/R-xml2/Makefile
new file mode 100644
index 00000000000..17d89fcb772
--- /dev/null
+++ b/textproc/R-xml2/Makefile
@@ -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
+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 --git a/textproc/R-xml2/distinfo b/textproc/R-xml2/distinfo
new file mode 100644
index 00000000000..8196e0a40b5
--- /dev/null
+++ b/textproc/R-xml2/distinfo
@@ -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