diff options
author | drochner <drochner> | 2001-03-07 12:13:04 +0000 |
---|---|---|
committer | drochner <drochner> | 2001-03-07 12:13:04 +0000 |
commit | e9659c31d477af61e2a941a732a914a055d71fee (patch) | |
tree | 994f12c3646ef167c5efe3b67ec7bd35c484f875 /textproc/expat/pkg | |
parent | 584621d9a1a7c4209fb119bae170106b3d4c1421 (diff) | |
download | pkgsrc-e9659c31d477af61e2a941a732a914a055d71fee.tar.gz |
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.
Diffstat (limited to 'textproc/expat/pkg')
-rw-r--r-- | textproc/expat/pkg/DESCR | 3 | ||||
-rw-r--r-- | textproc/expat/pkg/PLIST | 7 |
2 files changed, 10 insertions, 0 deletions
diff --git a/textproc/expat/pkg/DESCR b/textproc/expat/pkg/DESCR new file mode 100644 index 00000000000..d5dc0fe6a8a --- /dev/null +++ b/textproc/expat/pkg/DESCR @@ -0,0 +1,3 @@ +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. diff --git a/textproc/expat/pkg/PLIST b/textproc/expat/pkg/PLIST new file mode 100644 index 00000000000..c347db99e1a --- /dev/null +++ b/textproc/expat/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/07 12:13:04 drochner Exp $ +include/expat.h +lib/libexpat.a +lib/libexpat.la +lib/libexpat.so +lib/libexpat.so.0 +lib/libexpat.so.0.1 |