aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-SAX
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2003-02-27 17:29:13 +0800
committerskv <skv@FreeBSD.org>2003-02-27 17:29:13 +0800
commit4da66f93e3c75b385d1db1598955306f8289dcaa (patch)
tree4f2b138592ae8f3e31db739d72f44645e948c2ef /textproc/p5-XML-SAX
parent508aeec639e408e4f3f05b92ea2a2ca91ccd07d4 (diff)
downloadfreebsd-ports-gnome-4da66f93e3c75b385d1db1598955306f8289dcaa.tar.gz
freebsd-ports-gnome-4da66f93e3c75b385d1db1598955306f8289dcaa.tar.zst
freebsd-ports-gnome-4da66f93e3c75b385d1db1598955306f8289dcaa.zip
Updated to 0.12
Diffstat (limited to 'textproc/p5-XML-SAX')
-rw-r--r--textproc/p5-XML-SAX/Makefile10
-rw-r--r--textproc/p5-XML-SAX/distinfo2
-rw-r--r--textproc/p5-XML-SAX/pkg-comment1
-rw-r--r--textproc/p5-XML-SAX/pkg-descr2
-rw-r--r--textproc/p5-XML-SAX/pkg-plist62
5 files changed, 38 insertions, 39 deletions
diff --git a/textproc/p5-XML-SAX/Makefile b/textproc/p5-XML-SAX/Makefile
index 2f2d5ebe3dc5..09a4b864cec1 100644
--- a/textproc/p5-XML-SAX/Makefile
+++ b/textproc/p5-XML-SAX/Makefile
@@ -6,16 +6,17 @@
#
PORTNAME= XML-SAX
-PORTVERSION= 0.11
+PORTVERSION= 0.12
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
+COMMENT= Simple API for XML
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/NamespaceSupport.pm:${PORTSDIR}/textproc/p5-XML-NamespaceSupport
+RUN_DEPENDS= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
+ ${SITE_PERL}/XML/NamespaceSupport.pm:${PORTSDIR}/textproc/p5-XML-NamespaceSupport
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
@@ -25,8 +26,7 @@ MAN3= XML::SAX.3 XML::SAX::Base.3 XML::SAX::DocumentLocator.3 \
XML::SAX::Exception.3 XML::SAX::Intro.3 \
XML::SAX::ParserFactory.3 XML::SAX::PurePerl.3 \
XML::SAX::PurePerl::Reader.3
-
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
post-configure:
# dirty hack to deceive irritable pod2man
diff --git a/textproc/p5-XML-SAX/distinfo b/textproc/p5-XML-SAX/distinfo
index f73651ab9322..1e4f590ebe28 100644
--- a/textproc/p5-XML-SAX/distinfo
+++ b/textproc/p5-XML-SAX/distinfo
@@ -1 +1 @@
-MD5 (XML-SAX-0.11.tar.gz) = a635fdcba8b94a6a556b0778cabf0385
+MD5 (XML-SAX-0.12.tar.gz) = bff58bd077a9693fc8cf32e2b95f571f
diff --git a/textproc/p5-XML-SAX/pkg-comment b/textproc/p5-XML-SAX/pkg-comment
deleted file mode 100644
index a54a304accf2..000000000000
--- a/textproc/p5-XML-SAX/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Simple API for XML
diff --git a/textproc/p5-XML-SAX/pkg-descr b/textproc/p5-XML-SAX/pkg-descr
index 1c8457f23b25..4753d2fe91b5 100644
--- a/textproc/p5-XML-SAX/pkg-descr
+++ b/textproc/p5-XML-SAX/pkg-descr
@@ -5,7 +5,7 @@ without requiring programmer intervention. Those of you familiar with
the DBI will be right at home. Some of the designs come from the Java
JAXP specification (SAX part), only without the javaness.
-WWW: http://search.cpan.org/search?dist=XML-SAX
+WWW: http://search.cpan.org/dist/XML-SAX/
-- Sergey Skvortsov
skv@FreeBSD.org
diff --git a/textproc/p5-XML-SAX/pkg-plist b/textproc/p5-XML-SAX/pkg-plist
index 0c50aa1bd9af..85fede55996c 100644
--- a/textproc/p5-XML-SAX/pkg-plist
+++ b/textproc/p5-XML-SAX/pkg-plist
@@ -1,31 +1,31 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/SAX/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/XML/SAX.pm
-lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Base.pm
-lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/DocumentLocator.pm
-lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Exception.pm
-lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Intro.pod
-lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/ParserDetails.ini
-lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/ParserFactory.pm
-lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl.pm
-lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/DTDDecls.pm
-lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/DebugHandler.pm
-lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/DocType.pm
-lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/EncodingDetect.pm
-lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Exception.pm
-lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/NoUnicodeExt.pm
-lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Productions.pm
-lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/UnicodeExt.pm
-lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Reader.pm
-lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Reader/NoUnicodeExt.pm
-lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Reader/Stream.pm
-lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Reader/String.pm
-lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Reader/URI.pm
-lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Reader/UnicodeExt.pm
-lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/XMLDecl.pm
-lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/placeholder.pl
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Reader
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML/SAX 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/SAX 2>/dev/null || true
-@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
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SAX/.packlist
+%%SITE_PERL%%/XML/SAX.pm
+%%SITE_PERL%%/XML/SAX/Base.pm
+%%SITE_PERL%%/XML/SAX/DocumentLocator.pm
+%%SITE_PERL%%/XML/SAX/Exception.pm
+%%SITE_PERL%%/XML/SAX/Intro.pod
+%%SITE_PERL%%/XML/SAX/ParserDetails.ini
+%%SITE_PERL%%/XML/SAX/ParserFactory.pm
+%%SITE_PERL%%/XML/SAX/PurePerl.pm
+%%SITE_PERL%%/XML/SAX/PurePerl/DTDDecls.pm
+%%SITE_PERL%%/XML/SAX/PurePerl/DebugHandler.pm
+%%SITE_PERL%%/XML/SAX/PurePerl/DocType.pm
+%%SITE_PERL%%/XML/SAX/PurePerl/EncodingDetect.pm
+%%SITE_PERL%%/XML/SAX/PurePerl/Exception.pm
+%%SITE_PERL%%/XML/SAX/PurePerl/NoUnicodeExt.pm
+%%SITE_PERL%%/XML/SAX/PurePerl/Productions.pm
+%%SITE_PERL%%/XML/SAX/PurePerl/UnicodeExt.pm
+%%SITE_PERL%%/XML/SAX/PurePerl/Reader.pm
+%%SITE_PERL%%/XML/SAX/PurePerl/Reader/NoUnicodeExt.pm
+%%SITE_PERL%%/XML/SAX/PurePerl/Reader/Stream.pm
+%%SITE_PERL%%/XML/SAX/PurePerl/Reader/String.pm
+%%SITE_PERL%%/XML/SAX/PurePerl/Reader/URI.pm
+%%SITE_PERL%%/XML/SAX/PurePerl/Reader/UnicodeExt.pm
+%%SITE_PERL%%/XML/SAX/PurePerl/XMLDecl.pm
+%%SITE_PERL%%/XML/SAX/placeholder.pl
+@dirrm %%SITE_PERL%%/XML/SAX/PurePerl/Reader
+@unexec rmdir %D/%%SITE_PERL%%/XML/SAX/PurePerl 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/XML/SAX 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SAX 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true