Commit graph

23 commits

Author SHA1 Message Date
jlam
fe69a47fe5 bl3ify 2004-01-05 23:34:03 +00:00
jlam
d279e6f535 Use S/+$// instead of C/\+$// to save a backslash. Very highly
recommended by seb :)
2004-01-05 11:05:44 +00:00
jlam
47bb2aae5f Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk. 2004-01-04 23:34:04 +00:00
jlam
339cd13cb2 Initial sprinkling of work-in-progress buildlink3.mk files for using the
buildlink3 framework.
2004-01-03 23:06:43 +00:00
grant
e52e828f93 expat >= 1.95.4 provide libexpat.4 which other packages need, so bump
BUILDLINK_DEPENDS accordingly.

fixes build problems observed by a couple of users on tech-pkg,
well as fixing PR pkg/21325.
2003-10-11 07:10:52 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jlam
e73435b077 Bump PKGREVISION of textproc/expat to 1: fix an obvious C bug where types
should be declared/defined before they are used.  This should fix errors
of the form:

.../expat.h:657: use of enum `XML_Status' without previous declaration
.../expat.h:736: multiple definition of `enum XML_Status'
2003-02-05 03:57:13 +00:00
drochner
28ea419445 distfile has changed, pointed out by Martti Kuparinen 2003-01-30 11:20:49 +00:00
drochner
2551ff7539 update to 1.95.6
changes:
-Added XML_FreeContentModel().
-Added XML_MemMalloc(), XML_MemRealloc(), XML_MemFree().
-Enhanced the regression test suite.
-bugfixes
2003-01-30 10:49:13 +00:00
wiz
44809c3ab4 Unused. 2002-10-09 19:32:10 +00:00
martti
305a8aeca6 Use correct version number for libs (hi drochner!) 2002-09-18 05:46:35 +00:00
drochner
b75858a853 update to 1.95.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-09-17 21:06:15 +00:00
jlam
e2afa97f51 Merge changes in packages from the buildlink2 branch that have
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-25 18:38:05 +00:00
drochner
794047667e update to 1.95.4
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
2002-08-20 11:46:49 +00:00
abs
dbfb14322d Handle gcc pre-2.8 - do not use -fexceptions in that case.
So I found a 1.3 box running pkgsrc and wanted to update apache...
2001-11-22 00:55:48 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
a6e91a2b32 Mark as USE_BUILDLINK_ONLY as this package is strongly-buildlinked. 2001-10-01 03:07:21 +00:00
jlam
3910aab2a0 Add a buildlink.mk for for use by other package Makefiles. Closes
pkg/13784 by Martti Kuparinen <martti.kuparinen@iki.fi>.
2001-09-14 07:40:36 +00:00
drochner
3daf6f7011 update to 1.95.2
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-08-07 11:16:55 +00:00
dillo
63aee661c5 install the html documentation, bump version to 1.95.1nb1 2001-05-15 10:07:17 +00:00
skrll
88af130dfa Move to sha1 digests, and add distfile sizes. 2001-04-20 15:04:54 +00:00
agc
bbc67fac91 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:53:33 +00:00
drochner
6be8675f53 This is James Clark's expat XML parser library in C. It is a stream oriented
parser that requires setting handlers to deal with the structure that the
parser discovers in the document.
2001-03-07 12:13:04 +00:00