summaryrefslogtreecommitdiff
path: root/www/p5-CGI-XMLApplication
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-15 09:57:32 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-15 09:57:32 +0000
commit0062c22d58bde6a3be5d761fa31b63e5f9e093e4 (patch)
tree1682f998313a08ea626d7c012ca9812066835e42 /www/p5-CGI-XMLApplication
parentadd p5-Inline (diff)
add p5-CGI-XMLApplication
Object Oriented Interface for CGI Script Applications PR: 32834 Submitted by: Sergey Skvortsov <skv@protey.ru>
Notes
Notes: svn path=/head/; revision=51558
Diffstat (limited to 'www/p5-CGI-XMLApplication')
-rw-r--r--www/p5-CGI-XMLApplication/Makefile34
-rw-r--r--www/p5-CGI-XMLApplication/distinfo1
-rw-r--r--www/p5-CGI-XMLApplication/pkg-comment1
-rw-r--r--www/p5-CGI-XMLApplication/pkg-descr17
-rw-r--r--www/p5-CGI-XMLApplication/pkg-plist16
5 files changed, 69 insertions, 0 deletions
diff --git a/www/p5-CGI-XMLApplication/Makefile b/www/p5-CGI-XMLApplication/Makefile
new file mode 100644
index 000000000000..6d188c72907b
--- /dev/null
+++ b/www/p5-CGI-XMLApplication/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: CGI::XMLApplication
+# Date created: 13 Dec 2001
+# Whom: Sergey Skvortsov <skv@protey.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= CGI-XMLApplication
+PORTVERSION= 1.0.2
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= CGI
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@protey.ru
+
+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
+BUILD_DEPENDS= ${RUN_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= CGI::XMLApplication.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+post-install:
+.ifndef(NOPORTDOCS)
+ @${MKDIR} ${EXAMPLESDIR}
+ ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/examples/*.pm ${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/examples/*.xsl ${EXAMPLESDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/www/p5-CGI-XMLApplication/distinfo b/www/p5-CGI-XMLApplication/distinfo
new file mode 100644
index 000000000000..efba30c4e13b
--- /dev/null
+++ b/www/p5-CGI-XMLApplication/distinfo
@@ -0,0 +1 @@
+MD5 (CGI-XMLApplication-1.0.2.tar.gz) = 57f971303e154ae5ca384fcba80fd881
diff --git a/www/p5-CGI-XMLApplication/pkg-comment b/www/p5-CGI-XMLApplication/pkg-comment
new file mode 100644
index 000000000000..7b8fa76ab5e2
--- /dev/null
+++ b/www/p5-CGI-XMLApplication/pkg-comment
@@ -0,0 +1 @@
+Object Oriented Interface for CGI Script Applications
diff --git a/www/p5-CGI-XMLApplication/pkg-descr b/www/p5-CGI-XMLApplication/pkg-descr
new file mode 100644
index 000000000000..58b947220ba9
--- /dev/null
+++ b/www/p5-CGI-XMLApplication/pkg-descr
@@ -0,0 +1,17 @@
+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.
+
+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.
+
+WWW: http://search.cpan.org/search?dist=CGI-XMLApplication
+
+-- Sergey Skvortsov
+skv@protey.ru
diff --git a/www/p5-CGI-XMLApplication/pkg-plist b/www/p5-CGI-XMLApplication/pkg-plist
new file mode 100644
index 000000000000..0b813d8ae729
--- /dev/null
+++ b/www/p5-CGI-XMLApplication/pkg-plist
@@ -0,0 +1,16 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/XMLApplication/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/CGI/XMLApplication.pm
+%%PORTDOCS%%share/examples/CGI-XMLApplication/ex2_finish.xsl
+%%PORTDOCS%%share/examples/CGI-XMLApplication/ex2_form.xsl
+%%PORTDOCS%%share/examples/CGI-XMLApplication/example1.pl
+%%PORTDOCS%%share/examples/CGI-XMLApplication/example1.pm
+%%PORTDOCS%%share/examples/CGI-XMLApplication/example2.pl
+%%PORTDOCS%%share/examples/CGI-XMLApplication/example2.pm
+%%PORTDOCS%%share/examples/CGI-XMLApplication/example3.pl
+%%PORTDOCS%%share/examples/CGI-XMLApplication/example3.pm
+%%PORTDOCS%%share/examples/CGI-XMLApplication/example4.pl
+%%PORTDOCS%%share/examples/CGI-XMLApplication/example4.pm
+%%PORTDOCS%%@dirrm share/examples/CGI-XMLApplication
+@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