summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2003-02-27 04:59:50 +0000
committerknu <knu@FreeBSD.org>2003-02-27 04:59:50 +0000
commit3e26d2155541a1aebcaf1316d9e9f6f8cbb31615 (patch)
tree66258340c658c11969ba9ca3da01295d3fd9d26c /textproc
parent9fe5b82794b033be8539c006c16eec36e1c05c57 (diff)
downloadFreeBSD-ports-3e26d2155541a1aebcaf1316d9e9f6f8cbb31615.zip
FreeBSD-ports-3e26d2155541a1aebcaf1316d9e9f6f8cbb31615.tar.gz
Add p5-XML-LibXML-Common, Routines and Constants common for
XML::LibXML and XML::GDOME.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/p5-XML-LibXML-Common/Makefile27
-rw-r--r--textproc/p5-XML-LibXML-Common/distinfo1
-rw-r--r--textproc/p5-XML-LibXML-Common/pkg-descr5
-rw-r--r--textproc/p5-XML-LibXML-Common/pkg-plist9
5 files changed, 43 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 2e2c917..74816da 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -251,6 +251,7 @@
SUBDIR += p5-XML-Handler-YAWriter
SUBDIR += p5-XML-LibRSVG
SUBDIR += p5-XML-LibXML
+ SUBDIR += p5-XML-LibXML-Common
SUBDIR += p5-XML-LibXSLT
SUBDIR += p5-XML-NamespaceSupport
SUBDIR += p5-XML-Node
diff --git a/textproc/p5-XML-LibXML-Common/Makefile b/textproc/p5-XML-LibXML-Common/Makefile
new file mode 100644
index 0000000..47f6382
--- /dev/null
+++ b/textproc/p5-XML-LibXML-Common/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: XML::LibXML::Common
+# Date created: 27 February 2003
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= XML-LibXML-Common
+PORTVERSION= 0.12
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= XML
+PKGNAMEPREFIX= p5-
+
+# Feel free to update this port when the CPAN module is updated
+MAINTAINER= knu@FreeBSD.org
+COMMENT= Routines and Constants common for XML::LibXML and XML::GDOME
+
+LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
+
+PERL_CONFIGURE= yes
+CONFIGURE_ARGS= INC='-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2'
+
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= XML::LibXML::Common.3
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-XML-LibXML-Common/distinfo b/textproc/p5-XML-LibXML-Common/distinfo
new file mode 100644
index 0000000..bbe9bfe
--- /dev/null
+++ b/textproc/p5-XML-LibXML-Common/distinfo
@@ -0,0 +1 @@
+MD5 (XML-LibXML-Common-0.12.tar.gz) = 88d201d1b485e8701e836ca1e98052d6
diff --git a/textproc/p5-XML-LibXML-Common/pkg-descr b/textproc/p5-XML-LibXML-Common/pkg-descr
new file mode 100644
index 0000000..60ec3b0
--- /dev/null
+++ b/textproc/p5-XML-LibXML-Common/pkg-descr
@@ -0,0 +1,5 @@
+XML::LibXML and XML::GDOME share some of the same functionality. This
+package should bundle some shared constansts and functions, so both
+modules may coexist within the same scripts.
+
+Author: Christian Glahn <christian.glahn@uibk.ac.at>
diff --git a/textproc/p5-XML-LibXML-Common/pkg-plist b/textproc/p5-XML-LibXML-Common/pkg-plist
new file mode 100644
index 0000000..dc9026a
--- /dev/null
+++ b/textproc/p5-XML-LibXML-Common/pkg-plist
@@ -0,0 +1,9 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/LibXML/Common/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/LibXML/Common/Common.bs
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/LibXML/Common/Common.so
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/Common.pm
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/LibXML/Common
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/LibXML 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true
OpenPOWER on IntegriCloud