diff options
author | tota <tota@FreeBSD.org> | 2011-08-21 12:15:04 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2011-08-21 12:15:04 +0800 |
commit | 60c8a3d5abd58632c73ceb086b9dcaca0f6121e3 (patch) | |
tree | 3e7f16541119c9f2cc3cda16b59dc2df3c9cd654 /textproc | |
parent | 2da9efc209e9feff60ec9972ac0059638378b52e (diff) | |
download | freebsd-ports-gnome-60c8a3d5abd58632c73ceb086b9dcaca0f6121e3.tar.gz freebsd-ports-gnome-60c8a3d5abd58632c73ceb086b9dcaca0f6121e3.tar.zst freebsd-ports-gnome-60c8a3d5abd58632c73ceb086b9dcaca0f6121e3.zip |
- Add a new port: textproc/R-cran-XML
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".
WWW: http://cran.r-project.org/web/packages/XML/
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/R-cran-XML/Makefile | 23 | ||||
-rw-r--r-- | textproc/R-cran-XML/distinfo | 2 | ||||
-rw-r--r-- | textproc/R-cran-XML/pkg-descr | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index c9406413d06c..4ae91147274e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -4,6 +4,7 @@ COMMENT = Text processing utilities (does not include desktop publishing) SUBDIR += 2bsd-diff + SUBDIR += R-cran-XML SUBDIR += add-css-links SUBDIR += af-aspell SUBDIR += aft diff --git a/textproc/R-cran-XML/Makefile b/textproc/R-cran-XML/Makefile new file mode 100644 index 000000000000..e92a15598f72 --- /dev/null +++ b/textproc/R-cran-XML/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: R-cran-XML +# Date created: 2011-08-06 +# Whom: TAKATSU Tomonari <tota@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= XML +DISTVERSION= 3.4-2 +CATEGORIES= textproc +PKGNAMEPREFIX= R-cran- +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Tools for parsing and generating XML + +LICENSE= BSD + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes +USE_GNOME= libxml2 + +.include <bsd.port.mk> diff --git a/textproc/R-cran-XML/distinfo b/textproc/R-cran-XML/distinfo new file mode 100644 index 000000000000..e2a7d87df21f --- /dev/null +++ b/textproc/R-cran-XML/distinfo @@ -0,0 +1,2 @@ +SHA256 (XML_3.4-2.tar.gz) = 558d63324b602f64d655e8481aca30a043e31ed25b1fa5329939c76c5188e7ef +SIZE (XML_3.4-2.tar.gz) = 896294 diff --git a/textproc/R-cran-XML/pkg-descr b/textproc/R-cran-XML/pkg-descr new file mode 100644 index 000000000000..f45b8c3217fb --- /dev/null +++ b/textproc/R-cran-XML/pkg-descr @@ -0,0 +1,5 @@ +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". + +WWW: http://cran.r-project.org/web/packages/XML/ |