diff options
author | tobez <tobez@FreeBSD.org> | 2001-11-22 22:23:53 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-11-22 22:23:53 +0000 |
commit | 8cae28987d6fe2b4f389055b19792e8f987b9564 (patch) | |
tree | e75512b13b0cb0a751d9cc2fe7a5152d30b3a1f2 /textproc/p5-XML-NamespaceSupport | |
parent | a29f18038636473e7e2f414269a9be940781d8e0 (diff) | |
download | FreeBSD-ports-8cae28987d6fe2b4f389055b19792e8f987b9564.zip FreeBSD-ports-8cae28987d6fe2b4f389055b19792e8f987b9564.tar.gz |
Add p5-XML-NamespaceSupport 0.03, a simple generic namespace support
class.
PR: 32159
Submitted by: Sergey Skvortsov <skv@protey.ru>
Diffstat (limited to 'textproc/p5-XML-NamespaceSupport')
-rw-r--r-- | textproc/p5-XML-NamespaceSupport/Makefile | 23 | ||||
-rw-r--r-- | textproc/p5-XML-NamespaceSupport/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-XML-NamespaceSupport/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-XML-NamespaceSupport/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/p5-XML-NamespaceSupport/pkg-plist | 5 |
5 files changed, 35 insertions, 0 deletions
diff --git a/textproc/p5-XML-NamespaceSupport/Makefile b/textproc/p5-XML-NamespaceSupport/Makefile new file mode 100644 index 0000000..35b5fc4 --- /dev/null +++ b/textproc/p5-XML-NamespaceSupport/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: XML::NamespaceSupport +# Date created: 19 Nov 2001 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= XML-NamespaceSupport +PORTVERSION= 0.03 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= XML +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@protey.ru + +PERL_CONFIGURE= yes + +MAN3= XML::NamespaceSupport.3 + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/textproc/p5-XML-NamespaceSupport/distinfo b/textproc/p5-XML-NamespaceSupport/distinfo new file mode 100644 index 0000000..8947dd3 --- /dev/null +++ b/textproc/p5-XML-NamespaceSupport/distinfo @@ -0,0 +1 @@ +MD5 (XML-NamespaceSupport-0.03.tar.gz) = 3fbd111ae53407db6273e4dc65b2323f diff --git a/textproc/p5-XML-NamespaceSupport/pkg-comment b/textproc/p5-XML-NamespaceSupport/pkg-comment new file mode 100644 index 0000000..0aef0e2 --- /dev/null +++ b/textproc/p5-XML-NamespaceSupport/pkg-comment @@ -0,0 +1 @@ +A simple generic namespace support class diff --git a/textproc/p5-XML-NamespaceSupport/pkg-descr b/textproc/p5-XML-NamespaceSupport/pkg-descr new file mode 100644 index 0000000..8431b375 --- /dev/null +++ b/textproc/p5-XML-NamespaceSupport/pkg-descr @@ -0,0 +1,5 @@ +This module offers a simple to process namespaced XML names (unames) +from within any application that may need them. It also helps maintain +a prefix to namespace URI map, and provides a number of basic checks. + +WWW: http://search.cpan.org/search?dist=XML-NamespaceSupport diff --git a/textproc/p5-XML-NamespaceSupport/pkg-plist b/textproc/p5-XML-NamespaceSupport/pkg-plist new file mode 100644 index 0000000..689f4df --- /dev/null +++ b/textproc/p5-XML-NamespaceSupport/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/NamespaceSupport/.packlist +lib/perl5/site_perl/%%PERL_VER%%/XML/NamespaceSupport.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/NamespaceSupport +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true |