Add XML R module, version 3.4-0.
This commit is contained in:
parent
65963fe916
commit
c5d8c0f0ca
4 changed files with 37 additions and 0 deletions
3
math/R-XML/DESCR
Normal file
3
math/R-XML/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
This package provides many approaches for both reading and creating
|
||||
XML (and HTML) documents (including DTDs), both local and accessible
|
||||
via HTTP or FTP. It also offers access to an XPath "interpreter".
|
16
math/R-XML/Makefile
Normal file
16
math/R-XML/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.1 2011/06/14 21:30:08 alnsn Exp $
|
||||
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
|
||||
MAINTAINER= alnsn@NetBSD.org
|
||||
HOMEPAGE= ${R_HOMEPAGE_BASE}/XML/
|
||||
COMMENT= Tools for parsing and generating XML within R
|
||||
LICENSE= 2-clause-bsd
|
||||
|
||||
R_PKGNAME= XML
|
||||
R_PKGVER= 3.4-0
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../textproc/libxml2/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
13
math/R-XML/buildlink3.mk
Normal file
13
math/R-XML/buildlink3.mk
Normal file
|
@ -0,0 +1,13 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2011/06/14 21:30:08 alnsn Exp $
|
||||
|
||||
BUILDLINK_TREE+= RXML
|
||||
|
||||
.if !defined(RXML_BUILDLINK3_MK)
|
||||
RXML_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.RXML+= R-XML>=3.4.0
|
||||
BUILDLINK_ABI_DEPENDS.RXML+= R-XML>=3.4.0
|
||||
BUILDLINK_PKGSRCDIR.RXML?= ../../math/R-XML
|
||||
.endif # RXML_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -RXML
|
5
math/R-XML/distinfo
Normal file
5
math/R-XML/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2011/06/14 21:30:08 alnsn Exp $
|
||||
|
||||
SHA1 (R/XML_3.4-0.tar.gz) = 9f1879c6b14ef4958ef5e924440fd30c259536c6
|
||||
RMD160 (R/XML_3.4-0.tar.gz) = 4a010d105461d740e5dc6cd89767f75eb16498ab
|
||||
Size (R/XML_3.4-0.tar.gz) = 896195 bytes
|
Loading…
Reference in a new issue