From 6be8675f53ebc1c72b876f72a6da42abf14c77b3 Mon Sep 17 00:00:00 2001 From: drochner Date: Wed, 7 Mar 2001 12:13:04 +0000 Subject: 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. --- textproc/expat/Makefile | 16 ++++++++++++++++ textproc/expat/files/md5 | 3 +++ textproc/expat/pkg/DESCR | 3 +++ textproc/expat/pkg/PLIST | 7 +++++++ 4 files changed, 29 insertions(+) create mode 100644 textproc/expat/Makefile create mode 100644 textproc/expat/files/md5 create mode 100644 textproc/expat/pkg/DESCR create mode 100644 textproc/expat/pkg/PLIST (limited to 'textproc') diff --git a/textproc/expat/Makefile b/textproc/expat/Makefile new file mode 100644 index 00000000000..2f22ac0cc96 --- /dev/null +++ b/textproc/expat/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/07 12:13:04 drochner Exp $ +# + +DISTNAME= expat-1.95.1 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=expat/} + +MAINTAINER= drochner@netbsd.org +HOMEPAGE= http://expat.sourceforge.net/ +COMMENT= XML parser library written in C + +GNU_CONFIGURE= YES +USE_LIBTOOL= yes +LTCONFIG_OVERRIDE= ${WRKSRC}/conftools/ltconfig + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/expat/files/md5 b/textproc/expat/files/md5 new file mode 100644 index 00000000000..8604e2925e9 --- /dev/null +++ b/textproc/expat/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/03/07 12:13:04 drochner Exp $ + +MD5 (expat-1.95.1.tar.gz) = 113ebbf7efaf7179d869341cbb2879f7 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 -- cgit v1.2.3