Package: expat Version: 1.95.7 Revision: 1 Patch: %n.patch Depends: %N-shlibs (= %v-%r) BuildDependsOnly: true Source: mirror:sourceforge:expat/%n-%v.tar.gz Source-MD5: 2ff59c2a5cbdd21a285c5f343e214fa9 SetCPPFlags: -no-cpp-precomp NoSetLDFLAGS: true ConfigureParams: --mandir=%p/share/man InstallScript: make install DESTDIR=%d DocFiles: << COPYING MANIFEST README doc/reference.html doc/style.css examples/elements.c examples/outline.c << SplitOff: << Package: %N-shlibs Replaces: %N (<= 1.95.1-2) Files: lib/libexpat.*.dylib Shlibs: %p/lib/libexpat.0.dylib 5.0.0 %n (>= 1.95.5-1) DocFiles: COPYING Changes MANIFEST README doc/reference.html doc/style.css examples/elements.c examples/outline.c << Description: C library for parsing XML DescDetail: << This is expat, a C library for parsing XML, written by James Clark. Expat is a stream-oriented XML parser. This means that you register handlers with the parser before starting the parse. These handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures for which you may register handlers. << DescPort: << undefined XMLCALL. cdecl is not supported by darwin, AFAIK. placed hooks in Makefile for --mandir, and $DESTDIR << License: BSD Homepage: http://expat.sourceforge.net Maintainer: Jeremy Erwin