diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-19 22:05:12 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-19 22:05:12 +0000 |
commit | 709f2b29d94c4d5e68b90b8faad21fef4f088e9b (patch) | |
tree | bcffcf15e96535a23dde88f1470e392907a58f43 /devel/pear-XML_NITF | |
parent | ce782defb3a3ae060867a27f8cbed9ef2c787100 (diff) | |
download | ports-709f2b29d94c4d5e68b90b8faad21fef4f088e9b.tar.gz ports-709f2b29d94c4d5e68b90b8faad21fef4f088e9b.zip |
New port: devel/pear-XML_NITF PEAR NITF XML parser
PEAR::XML_NITF provides a NITF XML parser. The parser was designed with NITF
version 3.1, but should be forward-compatible when new versions of the NITF DTD
are produced. Various methods for accessing the major elements of the document,
such as the hedline(s), byline, and lede are provided. This class was originally
tested against the Associated Press's (AP) XML data feed.
PR: ports/78992
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
Notes
Notes:
svn path=/head/; revision=131666
Diffstat (limited to 'devel/pear-XML_NITF')
-rw-r--r-- | devel/pear-XML_NITF/Makefile | 23 | ||||
-rw-r--r-- | devel/pear-XML_NITF/distinfo | 2 | ||||
-rw-r--r-- | devel/pear-XML_NITF/pkg-descr | 7 |
3 files changed, 32 insertions, 0 deletions
diff --git a/devel/pear-XML_NITF/Makefile b/devel/pear-XML_NITF/Makefile new file mode 100644 index 000000000000..0f1661608f57 --- /dev/null +++ b/devel/pear-XML_NITF/Makefile @@ -0,0 +1,23 @@ +# Ports collection makefile for: pear-XML_NITF +# Date created: 18 March 2005 +# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) +# +# $FreeBSD$ +# + +PORTNAME= XML_NITF +PORTVERSION= 1.0.1 +CATEGORIES= devel pear + +MAINTAINER= antonio@php.net +COMMENT= PEAR NITF XML parser + +BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser +RUN_DEPENDS= ${BUILD_DEPENDS} + +CATEGORY= XML +FILES= NITF.php + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include <bsd.port.post.mk> diff --git a/devel/pear-XML_NITF/distinfo b/devel/pear-XML_NITF/distinfo new file mode 100644 index 000000000000..946f273fe715 --- /dev/null +++ b/devel/pear-XML_NITF/distinfo @@ -0,0 +1,2 @@ +MD5 (PEAR/XML_NITF-1.0.1.tgz) = 71e52b23b5c36572f6aaf593203eb1d1 +SIZE (PEAR/XML_NITF-1.0.1.tgz) = 6056 diff --git a/devel/pear-XML_NITF/pkg-descr b/devel/pear-XML_NITF/pkg-descr new file mode 100644 index 000000000000..935c8240536c --- /dev/null +++ b/devel/pear-XML_NITF/pkg-descr @@ -0,0 +1,7 @@ +PEAR::XML_NITF provides a NITF XML parser. The parser was designed with NITF +version 3.1, but should be forward-compatible when new versions of the NITF DTD +are produced. Various methods for accessing the major elements of the document, +such as the hedline(s), byline, and lede are provided. This class was originally +tested against the Associated Press's (AP) XML data feed. + +WWW: http://pear.php.net/package/XML_NITF/ |