pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/scew Import scew from pkgsrc-wip. Provided b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/15ab3bb3ead4
branches: trunk
changeset: 468688:15ab3bb3ead4
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon Feb 16 01:19:45 2004 +0000
description:
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:
textproc/scew/DESCR | 12 ++++++++++++
textproc/scew/Makefile | 22 ++++++++++++++++++++++
textproc/scew/PLIST | 13 +++++++++++++
textproc/scew/distinfo | 4 ++++
4 files changed, 51 insertions(+), 0 deletions(-)
diffs (67 lines):
diff -r 8c4518f3d3fa -r 15ab3bb3ead4 textproc/scew/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/scew/DESCR Mon Feb 16 01:19:45 2004 +0000
@@ -0,0 +1,12 @@
+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.
diff -r 8c4518f3d3fa -r 15ab3bb3ead4 textproc/scew/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/scew/Makefile Mon Feb 16 01:19:45 2004 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/16 01:19:45 minskim Exp $
+#
+
+DISTNAME= scew-0.3.1
+CATEGORIES= textproc devel
+MASTER_SITES= http://www.ccd.uab.es/~aleix/scew/
+
+MAINTAINER= thorbjorn%jemander.net@localhost
+HOMEPAGE= http://www.nongnu.org/scew/
+COMMENT= Light-weight DOM-like object model API for Expat
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
+GNU_CONFIGURE= YES
+
+PKGCONFIG_OVERRIDE= etc/pkg-config/scew.pc.in
+
+.include "../../textproc/expat/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r 8c4518f3d3fa -r 15ab3bb3ead4 textproc/scew/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/scew/PLIST Mon Feb 16 01:19:45 2004 +0000
@@ -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
diff -r 8c4518f3d3fa -r 15ab3bb3ead4 textproc/scew/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/scew/distinfo Mon Feb 16 01:19:45 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/02/16 01:19:45 minskim Exp $
+
+SHA1 (scew-0.3.1.tar.gz) = 7a6a437957bc7aefc840af322da180f84fd77520
+Size (scew-0.3.1.tar.gz) = 106116 bytes
Home |
Main Index |
Thread Index |
Old Index