aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-03-19 22:05:12 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-03-19 22:05:12 +0000
commit709f2b29d94c4d5e68b90b8faad21fef4f088e9b (patch)
treebcffcf15e96535a23dde88f1470e392907a58f43
parentce782defb3a3ae060867a27f8cbed9ef2c787100 (diff)
downloadports-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
-rw-r--r--devel/Makefile1
-rw-r--r--devel/pear-XML_NITF/Makefile23
-rw-r--r--devel/pear-XML_NITF/distinfo2
-rw-r--r--devel/pear-XML_NITF/pkg-descr7
4 files changed, 33 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 2c1bc1184da0..1a14990aab11 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1170,6 +1170,7 @@
SUBDIR += pear-VFS
SUBDIR += pear-Validate
SUBDIR += pear-Var_Dump
+ SUBDIR += pear-XML_NITF
SUBDIR += pear-XML_Parser
SUBDIR += pear-XML_RPC
SUBDIR += pear-XML_RSS
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/