summaryrefslogtreecommitdiff
path: root/textproc/scew/PLIST
diff options
context:
space:
mode:
authorminskim <minskim>2004-02-16 01:19:45 +0000
committerminskim <minskim>2004-02-16 01:19:45 +0000
commit9e75df91b9516034804fbc3f3731fdec1204a7da (patch)
treeeaf8a5b6e97c7d2108156b6552f6d37863fffa27 /textproc/scew/PLIST
parent69f4bcd1fea6b64c9de8c4228bed9a031fef286c (diff)
downloadpkgsrc-9e75df91b9516034804fbc3f3731fdec1204a7da.tar.gz
Import scew from pkgsrc-wip. Provided by Thorbjorn Svensson, and
modified by me. The aim of SCEW (by Aleix Conchillo Flaque) is to provide an easy interface around the XML Expat parser. Expat gives an API based on event handling mechanisms to load XML files. SCEW incorporates functions to create XML files and handle XML trees. That is, add and delete nodes, change attribute names and values etc. SCEW provides functions to load and access XML elements without the need to create the event handling routines and probably the most important: without the need to rewrite these functions each time you need to load a different XML document. It also lets you access the internal Expat parser; that means you can still have all the functionality that the Expat library gives you.
Diffstat (limited to 'textproc/scew/PLIST')
-rw-r--r--textproc/scew/PLIST13
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/scew/PLIST b/textproc/scew/PLIST
new file mode 100644
index 00000000000..813f7271d20
--- /dev/null
+++ b/textproc/scew/PLIST
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/16 01:19:45 minskim Exp $
+include/scew/attribute.h
+include/scew/element.h
+include/scew/error.h
+include/scew/mem.h
+include/scew/parser.h
+include/scew/scew.h
+include/scew/str.h
+include/scew/tree.h
+include/scew/types.h
+lib/libscew.a
+lib/pkgconfig/scew.pc
+@dirrm include/scew