diff options
author | wiz <wiz@pkgsrc.org> | 2003-10-05 11:51:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-10-05 11:51:47 +0000 |
commit | 20f599fd32ab0fc218e93b55f0e42321d4550af0 (patch) | |
tree | 29c898b328c0832369137496bd30970949dc4eb4 | |
parent | 05317627d3b4a039d5bf8eb1c1a6ae42e17d1650 (diff) | |
download | pkgsrc-20f599fd32ab0fc218e93b55f0e42321d4550af0.tar.gz |
Initial import of p5-XML-LibXML-Common-0.13:
XML::LibXML::Common contains several constants and functions that
are shared by XML::LibXML, XML::GDOME and XML::LibXSLT (not all
done, yet).
-rw-r--r-- | textproc/p5-XML-LibXML-Common/DESCR | 3 | ||||
-rw-r--r-- | textproc/p5-XML-LibXML-Common/Makefile | 19 | ||||
-rw-r--r-- | textproc/p5-XML-LibXML-Common/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-XML-LibXML-Common/distinfo | 5 | ||||
-rw-r--r-- | textproc/p5-XML-LibXML-Common/patches/patch-aa | 13 |
5 files changed, 41 insertions, 0 deletions
diff --git a/textproc/p5-XML-LibXML-Common/DESCR b/textproc/p5-XML-LibXML-Common/DESCR new file mode 100644 index 00000000000..36d8ed8e7c0 --- /dev/null +++ b/textproc/p5-XML-LibXML-Common/DESCR @@ -0,0 +1,3 @@ +XML::LibXML::Common contains several constants and functions that +are shared by XML::LibXML, XML::GDOME and XML::LibXSLT (not all +done, yet). diff --git a/textproc/p5-XML-LibXML-Common/Makefile b/textproc/p5-XML-LibXML-Common/Makefile new file mode 100644 index 00000000000..4818d36f104 --- /dev/null +++ b/textproc/p5-XML-LibXML-Common/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/10/05 11:51:47 wiz Exp $ +# + +DISTNAME= XML-LibXML-Common-0.13 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5xlc +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/~phish/XML-LibXML-Common/ +COMMENT= Routines and constants common for XML::LibXML and XML::GDOME + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/LibXML/Common/.packlist + +.include "../../textproc/libxml2/buildlink2.mk" +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-XML-LibXML-Common/PLIST b/textproc/p5-XML-LibXML-Common/PLIST new file mode 100644 index 00000000000..2e8b56e9a8a --- /dev/null +++ b/textproc/p5-XML-LibXML-Common/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/10/05 11:51:47 wiz Exp $ diff --git a/textproc/p5-XML-LibXML-Common/distinfo b/textproc/p5-XML-LibXML-Common/distinfo new file mode 100644 index 00000000000..fa598e775d0 --- /dev/null +++ b/textproc/p5-XML-LibXML-Common/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/10/05 11:51:47 wiz Exp $ + +SHA1 (XML-LibXML-Common-0.13.tar.gz) = 0a8fd1fef22101633556529223508e7f9c7af186 +Size (XML-LibXML-Common-0.13.tar.gz) = 12930 bytes +SHA1 (patch-aa) = 2a6e80f65f9d5dd04cd3f82e2280c073aeae0ff0 diff --git a/textproc/p5-XML-LibXML-Common/patches/patch-aa b/textproc/p5-XML-LibXML-Common/patches/patch-aa new file mode 100644 index 00000000000..6592001c216 --- /dev/null +++ b/textproc/p5-XML-LibXML-Common/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2003/10/05 11:51:47 wiz Exp $ + +--- Makefile.PL.orig Sat Sep 14 22:05:11 2002 ++++ Makefile.PL +@@ -83,7 +83,7 @@ if ( $config{DEBUG} ) { + warn "win32 compile\n" if $is_Win32; + } + +-unless (have_library("xml2") or have_library("libxml2")) { ++unless (1 or have_library("xml2") or have_library("libxml2")) { + die <<DEATH; + libxml2 not found + Try setting LIBS and INC values on the command line |