pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-LibXML-Common Initial import of p5-XML...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1dfce36c641d
branches:  trunk
changeset: 462563:1dfce36c641d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 05 11:51:47 2003 +0000

description:
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).

diffstat:

 textproc/p5-XML-LibXML-Common/DESCR            |   3 +++
 textproc/p5-XML-LibXML-Common/Makefile         |  19 +++++++++++++++++++
 textproc/p5-XML-LibXML-Common/PLIST            |   1 +
 textproc/p5-XML-LibXML-Common/distinfo         |   5 +++++
 textproc/p5-XML-LibXML-Common/patches/patch-aa |  13 +++++++++++++
 5 files changed, 41 insertions(+), 0 deletions(-)

diffs (61 lines):

diff -r 9f70c2f1e595 -r 1dfce36c641d textproc/p5-XML-LibXML-Common/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-LibXML-Common/DESCR       Sun Oct 05 11:51:47 2003 +0000
@@ -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 -r 9f70c2f1e595 -r 1dfce36c641d textproc/p5-XML-LibXML-Common/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-LibXML-Common/Makefile    Sun Oct 05 11:51:47 2003 +0000
@@ -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@localhost
+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 -r 9f70c2f1e595 -r 1dfce36c641d textproc/p5-XML-LibXML-Common/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-LibXML-Common/PLIST       Sun Oct 05 11:51:47 2003 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/10/05 11:51:47 wiz Exp $
diff -r 9f70c2f1e595 -r 1dfce36c641d textproc/p5-XML-LibXML-Common/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-LibXML-Common/distinfo    Sun Oct 05 11:51:47 2003 +0000
@@ -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 -r 9f70c2f1e595 -r 1dfce36c641d textproc/p5-XML-LibXML-Common/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-LibXML-Common/patches/patch-aa    Sun Oct 05 11:51:47 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index