summaryrefslogtreecommitdiff
path: root/textproc/expat
AgeCommit message (Collapse)AuthorFilesLines
2002-10-09Unused.wiz1-34/+0
2002-09-18Use correct version number for libs (hi drochner!)martti1-3/+3
2002-09-17update to 1.95.5drochner2-5/+5
changes: Added XML_UseForeignDTD() for improved SAX2 support. Added XML_GetFeatureList(). Defined XML_Bool type and the values XML_TRUE and XML_FALSE. Use an incomplete struct instead of a void* for the parser. Fixed UTF-8 decoding bug that caused legal UTF-8 to be rejected. Finally fixed bug where default handler would report DTD events that were already handled by another handler. Initial patch contributed by Darryl Miller. Reduced line-length for all source code and headers to be no longer than 80 characters, to help with AS/400 support. Reduced memory copying during parsing (SF patch #600964). Fixed a variety of bugs.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam4-4/+23
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-08-20update to 1.95.4drochner4-30/+10
changes since 1.95.2: -Added the XML_ParserReset() API function -Allow xmlwf to read from standard input -Install a man page for xmlwf on Unix systems -bugfixes -unrelated portability enhancements
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.