[Midnightbsd-cvs] mports: mports/textproc:

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Nov 7 22:13:34 EST 2007


Log Message:
-----------


Modified Files:
--------------
    mports/textproc:
        Makefile (r1.81 -> r1.82)

Added Files:
-----------
    mports/textproc/p5-XML-LibXML-Common:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/textproc/Makefile,v
retrieving revision 1.81
retrieving revision 1.82
diff -L textproc/Makefile -L textproc/Makefile -u -r1.81 -r1.82
--- textproc/Makefile
+++ textproc/Makefile
@@ -67,6 +67,7 @@
     SUBDIR += p5-XML-Filter-BufferText
     SUBDIR += p5-XML-Grove
     SUBDIR += p5-XML-Handler-YAWriter
+    SUBDIR += p5-XML-LibXML-Common
     SUBDIR += p5-XML-NamespaceSupport
     SUBDIR += p5-XML-Parser
     SUBDIR += p5-XML-RegExp
--- /dev/null
+++ textproc/p5-XML-LibXML-Common/pkg-descr
@@ -0,0 +1,3 @@
+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.
--- /dev/null
+++ textproc/p5-XML-LibXML-Common/pkg-plist
@@ -0,0 +1,9 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/LibXML/Common/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/LibXML/Common/Common.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/LibXML/Common/Common.so
+%%SITE_PERL%%/%%PERL_ARCH%%/XML/LibXML/Common.pm
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/LibXML/Common
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/XML/LibXML
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/XML
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/LibXML
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML
--- /dev/null
+++ textproc/p5-XML-LibXML-Common/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for:	XML::LibXML::Common
+# Date created:		7 Nov 2007
+# Whom:			Lucas Holt <luke at midnightbsd.org>
+#
+# $MidnightBSD: mports/textproc/p5-XML-LibXML-Common/Makefile,v 1.1 2007/11/08 03:13:32 laffer1 Exp $
+
+PORTNAME=	XML-LibXML-Common
+PORTVERSION=	0.13
+CATEGORIES=	textproc perl5
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR=	XML
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Routines and Constants common for XML::LibXML and XML::GDOME
+LICENSE=	perl
+
+LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2
+
+PERL_CONFIGURE=	yes
+CONFIGURE_ARGS=	INC='-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2'
+
+MAN3=		XML::LibXML::Common.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ textproc/p5-XML-LibXML-Common/distinfo
@@ -0,0 +1,3 @@
+MD5 (XML-LibXML-Common-0.13.tar.gz) = 13b6d93f53375d15fd11922216249659
+SHA256 (XML-LibXML-Common-0.13.tar.gz) = 83925d54c7d1dec5575117d11cf4de3cd52e76b7888d6b800cd604b6de2764f2
+SIZE (XML-LibXML-Common-0.13.tar.gz) = 12930


More information about the Midnightbsd-cvs mailing list