summaryrefslogtreecommitdiff
path: root/www/p5-CGI-XMLApplication
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-06-30 12:28:22 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-06-30 12:28:22 +0000
commitd867cd4260075424f8ac2d72779cfac855b173c5 (patch)
tree29443fa37c1661febfa439a7af8b673a2597ecb9 /www/p5-CGI-XMLApplication
parentRecognize named lists in hosts_treat_as_local. (diff)
Update to 1.1.2
Notes
Notes: svn path=/head/; revision=83892
Diffstat (limited to 'www/p5-CGI-XMLApplication')
-rw-r--r--www/p5-CGI-XMLApplication/Makefile8
-rw-r--r--www/p5-CGI-XMLApplication/distinfo2
-rw-r--r--www/p5-CGI-XMLApplication/pkg-descr6
-rw-r--r--www/p5-CGI-XMLApplication/pkg-plist10
4 files changed, 12 insertions, 14 deletions
diff --git a/www/p5-CGI-XMLApplication/Makefile b/www/p5-CGI-XMLApplication/Makefile
index 206d52732d98..85fde987c386 100644
--- a/www/p5-CGI-XMLApplication/Makefile
+++ b/www/p5-CGI-XMLApplication/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= CGI-XMLApplication
-PORTVERSION= 1.1.1
+PORTVERSION= 1.1.2
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= CGI
@@ -15,15 +15,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Object Oriented Interface for CGI Script Applications
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/LibXSLT.pm:${PORTSDIR}/textproc/p5-XML-LibXSLT
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
+ ${SITE_PERL}/${PERL_ARCH}/XML/LibXSLT.pm:${PORTSDIR}/textproc/p5-XML-LibXSLT
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
-PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}"
MAN3= CGI::XMLApplication.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
post-install:
.ifndef(NOPORTDOCS)
diff --git a/www/p5-CGI-XMLApplication/distinfo b/www/p5-CGI-XMLApplication/distinfo
index 753443181db5..6c2f72810171 100644
--- a/www/p5-CGI-XMLApplication/distinfo
+++ b/www/p5-CGI-XMLApplication/distinfo
@@ -1 +1 @@
-MD5 (CGI-XMLApplication-1.1.1.tar.gz) = 128b23f5b297f0730bf454a05cd7a777
+MD5 (CGI-XMLApplication-1.1.2.tar.gz) = 45d05255e14937cd84e1860058b7f01d
diff --git a/www/p5-CGI-XMLApplication/pkg-descr b/www/p5-CGI-XMLApplication/pkg-descr
index db1353cb3716..7024019523b7 100644
--- a/www/p5-CGI-XMLApplication/pkg-descr
+++ b/www/p5-CGI-XMLApplication/pkg-descr
@@ -2,16 +2,16 @@ CGI::XMLApplication is a CGI application class, that intends to enable
perl artists to implement CGIs that make use of XML/XSLT functionality,
without taking too much care about specialized errorchecking or even
care too much about XML itself. It provides the power of the
-XML::LibXML/ XML::LibXSLT module package for content deliverment.
+XML::LibXML/XML::LibXSLT module package for content deliverment.
As well CGI::XMLApplication is designed to support project management on
code level. The class allows to split web applications into several
simple parts. Through this most of the code stays simple and easy to
maintain. Throughout the whole lifetime of a script CGI::XMLApplication
tries to keep the application stable. As well a programmer has not to
-bother about some of XML::LibXML/ XML::LibXSLT transformation pitfalls.
+bother about some of XML::LibXML/XML::LibXSLT transformation pitfalls.
-WWW: http://search.cpan.org/search?dist=CGI-XMLApplication
+WWW: http://search.cpan.org/dist/CGI-XMLApplication/
-- Sergey Skvortsov
skv@FreeBSD.org
diff --git a/www/p5-CGI-XMLApplication/pkg-plist b/www/p5-CGI-XMLApplication/pkg-plist
index 575329620848..f8d52ebe3eb7 100644
--- a/www/p5-CGI-XMLApplication/pkg-plist
+++ b/www/p5-CGI-XMLApplication/pkg-plist
@@ -1,8 +1,8 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/XMLApplication/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/CGI/XMLApplication.pm
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/XMLApplication
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/CGI 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI 2>/dev/null || true
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/XMLApplication/.packlist
+%%SITE_PERL%%/CGI/XMLApplication.pm
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/XMLApplication
+@unexec rmdir %D/%%SITE_PERL%%/CGI 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI 2>/dev/null || true
%%PORTDOCS%%%%EXAMPLESDIR%%/ex2_finish.xsl
%%PORTDOCS%%%%EXAMPLESDIR%%/ex2_form.xsl
%%PORTDOCS%%%%EXAMPLESDIR%%/example1.pl