summaryrefslogtreecommitdiff
path: root/textproc/expat
AgeCommit message (Collapse)AuthorFilesLines
2001-11-22Handle gcc pre-2.8 - do not use -fexceptions in that case.abs2-1/+22
So I found a 1.3 box running pkgsrc and wanted to update apache...
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-01Mark as USE_BUILDLINK_ONLY as this package is strongly-buildlinked.jlam1-4/+5
2001-09-14Add a buildlink.mk for for use by other package Makefiles. Closesjlam1-0/+34
pkg/13784 by Martti Kuparinen <martti.kuparinen@iki.fi>.
2001-08-07update to 1.95.2drochner3-9/+10
changes: - Added compile-time constants that can be used to determine the Expat version - Removed a lot of GNU-specific dependencies to aide portability among the various Unix flavors. - Fix the UTF-8 BOM bug. - Cleaned up warning messages for several compilers. - Added the -Wall, -Wstrict-prototypes options for GCC.
2001-05-15install the html documentation, bump version to 1.95.1nb1dillo2-2/+13
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-07This is James Clark's expat XML parser library in C. It is a stream orienteddrochner4-0/+29
parser that requires setting handlers to deal with the structure that the parser discovers in the document.