summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-08-09 18:31:06 +0000
committerbrook <brook@pkgsrc.org>2019-08-09 18:31:06 +0000
commit247b725da3aebb5a97984a16d9452d9fa9d87353 (patch)
treebc041cf163810578b8d4278fd91088b50b98f248 /textproc
parentd176c0fd278397207bbcc3708e03aa47d845fcdc (diff)
downloadpkgsrc-247b725da3aebb5a97984a16d9452d9fa9d87353.tar.gz
R-xml2: initial commit
Work with XML files using a simple, consistent interface. Built on top of the 'libxml2' C library.
Diffstat (limited to 'textproc')
-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
4 files changed, 27 insertions, 1 deletions
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