svn commit: r349040 - in head/textproc: . p5-XML-CommonNS

Tom Judge tj at FreeBSD.org
Mon Mar 24 18:00:36 UTC 2014


Author: tj
Date: Mon Mar 24 18:00:35 2014
New Revision: 349040
URL: http://svnweb.freebsd.org/changeset/ports/349040
QAT: https://qat.redports.org/buildarchive/r349040/

Log:
  A list of commonly used namespaces.
  
  WWW: http://search.cpan.org/dist/XML-CommonNS/

Added:
  head/textproc/p5-XML-CommonNS/
  head/textproc/p5-XML-CommonNS/Makefile   (contents, props changed)
  head/textproc/p5-XML-CommonNS/distinfo   (contents, props changed)
  head/textproc/p5-XML-CommonNS/pkg-descr   (contents, props changed)
  head/textproc/p5-XML-CommonNS/pkg-plist   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon Mar 24 17:57:23 2014	(r349039)
+++ head/textproc/Makefile	Mon Mar 24 18:00:35 2014	(r349040)
@@ -902,6 +902,7 @@
     SUBDIR += p5-XML-Catalog
     SUBDIR += p5-XML-Clean
     SUBDIR += p5-XML-Code
+    SUBDIR += p5-XML-CommonNS
     SUBDIR += p5-XML-Compile
     SUBDIR += p5-XML-Compile-Cache
     SUBDIR += p5-XML-Compile-Dumper

Added: head/textproc/p5-XML-CommonNS/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-XML-CommonNS/Makefile	Mon Mar 24 18:00:35 2014	(r349040)
@@ -0,0 +1,22 @@
+# Created by: Tom Judge <tj at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	XML-CommonNS
+PORTVERSION=	0.06
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	tj at FreeBSD.org
+COMMENT=	List of commonly used namespaces
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-XML-NamespaceFactory>=0:${PORTSDIR}/textproc/p5-XML-NamespaceFactory
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+USES=		perl5
+USE_PERL5=	configure
+
+.include <bsd.port.mk>

Added: head/textproc/p5-XML-CommonNS/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-XML-CommonNS/distinfo	Mon Mar 24 18:00:35 2014	(r349040)
@@ -0,0 +1,2 @@
+SHA256 (XML-CommonNS-0.06.tar.gz) = e5b42fa00235b41b630656935359aaee7a7ba64a6af8d45d82e40aa8fef319a1
+SIZE (XML-CommonNS-0.06.tar.gz) = 3700

Added: head/textproc/p5-XML-CommonNS/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-XML-CommonNS/pkg-descr	Mon Mar 24 18:00:35 2014	(r349040)
@@ -0,0 +1,3 @@
+A list of commonly used namespaces.
+
+WWW: http://search.cpan.org/dist/XML-CommonNS/

Added: head/textproc/p5-XML-CommonNS/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-XML-CommonNS/pkg-plist	Mon Mar 24 18:00:35 2014	(r349040)
@@ -0,0 +1,6 @@
+%%PERL5_MAN3%%/XML::CommonNS.3.gz
+%%SITE_PERL%%/XML/CommonNS.pm
+%%SITE_PERL%%/mach/auto/XML/CommonNS/.packlist
+ at dirrm %%SITE_PERL%%/mach/auto/XML/CommonNS
+ at dirrmtry %%SITE_PERL%%/mach/auto/XML
+ at dirrmtry %%SITE_PERL%%/XML


More information about the svn-ports-all mailing list