summaryrefslogtreecommitdiff
path: root/textproc/scew/PLIST
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-02-16 01:19:45 +0000
committerminskim <minskim@pkgsrc.org>2004-02-16 01:19:45 +0000
commitb13e8501840560c273f4e17f9a887c853f769060 (patch)
treeeaf8a5b6e97c7d2108156b6552f6d37863fffa27 /textproc/scew/PLIST
parent84fb07d57e58999ddecb5fc4a09d3903d9c6cf34 (diff)
downloadpkgsrc-b13e8501840560c273f4e17f9a887c853f769060.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