aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Twig/pkg-descr
diff options
context:
space:
mode:
authorJohann Visagie <wjv@FreeBSD.org>2001-08-13 12:36:48 +0000
committerJohann Visagie <wjv@FreeBSD.org>2001-08-13 12:36:48 +0000
commit9317829c23fa6b8bc04639ed67602da7a7fe523a (patch)
tree29d81300c525bbfb6d2e9ad5b5e68125f82a8980 /textproc/p5-XML-Twig/pkg-descr
parent7c11e3f1821cac263941b3a35db2fe751a8c43bb (diff)
downloadports-9317829c23fa6b8bc04639ed67602da7a7fe523a.tar.gz
ports-9317829c23fa6b8bc04639ed67602da7a7fe523a.zip
Notes
Diffstat (limited to 'textproc/p5-XML-Twig/pkg-descr')
-rw-r--r--textproc/p5-XML-Twig/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/p5-XML-Twig/pkg-descr b/textproc/p5-XML-Twig/pkg-descr
new file mode 100644
index 000000000000..768c4d23cd99
--- /dev/null
+++ b/textproc/p5-XML-Twig/pkg-descr
@@ -0,0 +1,14 @@
+XML::Twig - Tree interface to XML documents allowing chunk by chunk
+processing of huge documents.
+
+From the website:
+
+ XML-Twig is a Perl module that subclasses XML-Parser to allow easy
+ processing of XML documents of all sizes. A flush method allows dumping of
+ a completely processed sub-document to be printed, thus allowing processing
+ of documents of any size.
+
+Author: Michel Rodriguez <m.v.rodriguez@ieee.org>
+WWW: http://www.xmltwig.com/
+
+-- Johann Visagie <wjv@FreeBSD.org>