summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/p5-XML-LibXML-Common/DESCR3
-rw-r--r--textproc/p5-XML-LibXML-Common/Makefile22
-rw-r--r--textproc/p5-XML-LibXML-Common/distinfo6
-rw-r--r--textproc/p5-XML-LibXML-Common/patches/patch-aa13
4 files changed, 0 insertions, 44 deletions
diff --git a/textproc/p5-XML-LibXML-Common/DESCR b/textproc/p5-XML-LibXML-Common/DESCR
deleted file mode 100644
index 36d8ed8e7c0..00000000000
--- a/textproc/p5-XML-LibXML-Common/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index be6b44855d3..00000000000
--- a/textproc/p5-XML-LibXML-Common/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.14 2008/10/19 19:18:59 he Exp $
-#
-
-DISTNAME= XML-LibXML-Common-0.13
-PKGNAME= p5-${DISTNAME}
-PKGREVISION= 7
-SVR4_PKGNAME= p5xlc
-CATEGORIES= textproc perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/~phish/XML-LibXML-Common/
-COMMENT= Routines and constants common for XML::LibXML and XML::GDOME
-
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
-
-PERL5_PACKLIST= auto/XML/LibXML/Common/.packlist
-
-.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/p5-XML-LibXML-Common/distinfo b/textproc/p5-XML-LibXML-Common/distinfo
deleted file mode 100644
index 9e34e706067..00000000000
--- a/textproc/p5-XML-LibXML-Common/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 14:48:46 agc Exp $
-
-SHA1 (XML-LibXML-Common-0.13.tar.gz) = 0a8fd1fef22101633556529223508e7f9c7af186
-RMD160 (XML-LibXML-Common-0.13.tar.gz) = 96c7e638b6edb47223b9e77a03f4e803d498d2ff
-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
deleted file mode 100644
index 6592001c216..00000000000
--- a/textproc/p5-XML-LibXML-Common/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$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