diff options
author | manu <manu@pkgsrc.org> | 2001-04-12 19:23:24 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2001-04-12 19:23:24 +0000 |
commit | 618bd852df34b089c26fcb61b136ce15e2c04d7f (patch) | |
tree | 33d1ac5bccb746e40938845111cee8ca05aaac81 /textproc/xerces-p | |
parent | 2d8ee1582dc6c5079edef1749f8c467b5c24e2ac (diff) | |
download | pkgsrc-618bd852df34b089c26fcb61b136ce15e2c04d7f.tar.gz |
Xerces-P is a Perl API for the Xerces validating XML parser from the
Apache Software Fundation.
Diffstat (limited to 'textproc/xerces-p')
-rw-r--r-- | textproc/xerces-p/Makefile | 24 | ||||
-rw-r--r-- | textproc/xerces-p/files/md5 | 3 | ||||
-rw-r--r-- | textproc/xerces-p/files/patch-sum | 6 | ||||
-rw-r--r-- | textproc/xerces-p/pkg/DESCR | 0 | ||||
-rw-r--r-- | textproc/xerces-p/pkg/PLIST | 1 |
5 files changed, 34 insertions, 0 deletions
diff --git a/textproc/xerces-p/Makefile b/textproc/xerces-p/Makefile new file mode 100644 index 00000000000..dc379381360 --- /dev/null +++ b/textproc/xerces-p/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/04/12 19:23:24 manu Exp $ +# + +DISTNAME= XML-Xerces-1.3.3 +CATEGORIES= textproc +MASTER_SITES= http://xml.apache.org/dist/xerces-p/ + +MAINTAINER= manu@netbsd.org +HOMEPAGE= +COMMENT= Validating XML parser API for Perl + +DEPENDS+= perl>={5.00560,5.6.0}:../../lang/perl5 +DEPENDS+= perl-base>=5.6.0nb1:../../lang/perl5-base +DEPENDS+= swig>=1.1p5:../../devel/swig +DEPENDS+= xerces-c>=1.3.0:../../textproc/xerces-c +DEPENDS+= icu>=1.7:../../textproc/icu + +MAKE_ENV+= XERCES_LIB=/usr/pkg/lib +MAKE_ENV+= XERCES_INCLUDE=/usr/pkg/include + +do-build: + cd ${WRKSRC} && perl Makefile.PL && make + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/xerces-p/files/md5 b/textproc/xerces-p/files/md5 new file mode 100644 index 00000000000..3b0e812050c --- /dev/null +++ b/textproc/xerces-p/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/04/12 19:23:24 manu Exp $ + +SHA1 (XML-Xerces-1.3.3.tar.gz) = adbd528141b0fb538bebeb02e8b0e97f6ef2514a diff --git a/textproc/xerces-p/files/patch-sum b/textproc/xerces-p/files/patch-sum new file mode 100644 index 00000000000..32c8c319bf0 --- /dev/null +++ b/textproc/xerces-p/files/patch-sum @@ -0,0 +1,6 @@ +$NetBSD: patch-sum,v 1.1.1.1 2001/04/12 19:23:24 manu Exp $ + +This placeholder file is generated by the ``makepatchsum'' target +whenever the patches directory is empty or missing. Its purpose +is to ensure that the presence of any obsolete patches will cause +the proper error to be emitted at build time. diff --git a/textproc/xerces-p/pkg/DESCR b/textproc/xerces-p/pkg/DESCR new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/textproc/xerces-p/pkg/DESCR diff --git a/textproc/xerces-p/pkg/PLIST b/textproc/xerces-p/pkg/PLIST new file mode 100644 index 00000000000..b71ae43a524 --- /dev/null +++ b/textproc/xerces-p/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/12 19:23:24 manu Exp $ |