summaryrefslogtreecommitdiff
path: root/textproc/scew
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-06-20Add DESTDIR support.joerg1-1/+2
2008-04-19old MASTER_SITES seems dead, use savannah.nongnu instead.obache1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-10Use PTHREAD_* instead of -lpthread.joerg2-1/+32
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-02-16Import scew from pkgsrc-wip. Provided by Thorbjorn Svensson, andminskim4-0/+51
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.