aboutsummaryrefslogtreecommitdiff
path: root/www/p5-AxKit-XSP-PerForm
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-01-12 00:25:07 +0000
committerPatrick Li <pat@FreeBSD.org>2002-01-12 00:25:07 +0000
commitba422e29b73898282fa8ceee2dd6e92ec239e116 (patch)
treef952af1e427e3eda7a94c6ad4bf542755e3187c0 /www/p5-AxKit-XSP-PerForm
parent09f4e2dae7bc1f2ced3eedc425c106221553df19 (diff)
downloadports-ba422e29b73898282fa8ceee2dd6e92ec239e116.tar.gz
ports-ba422e29b73898282fa8ceee2dd6e92ec239e116.zip
Notes
Diffstat (limited to 'www/p5-AxKit-XSP-PerForm')
-rw-r--r--www/p5-AxKit-XSP-PerForm/Makefile27
-rw-r--r--www/p5-AxKit-XSP-PerForm/distinfo1
-rw-r--r--www/p5-AxKit-XSP-PerForm/pkg-comment1
-rw-r--r--www/p5-AxKit-XSP-PerForm/pkg-descr10
-rw-r--r--www/p5-AxKit-XSP-PerForm/pkg-plist6
5 files changed, 45 insertions, 0 deletions
diff --git a/www/p5-AxKit-XSP-PerForm/Makefile b/www/p5-AxKit-XSP-PerForm/Makefile
new file mode 100644
index 000000000000..b6dafe35a28f
--- /dev/null
+++ b/www/p5-AxKit-XSP-PerForm/Makefile
@@ -0,0 +1,27 @@
+# Ports collection Makefile for: p5-AxKit-XSP-PerForm
+# Date created: 8 Jan 2002
+# Whom: dom@happygiraffe.net
+#
+# $FreeBSD$
+#
+
+PORTNAME= AxKit-XSP-PerForm
+PORTVERSION= 1.4
+CATEGORIES= www
+MASTER_SITES= http://www.cpan.org/authors/id/M/MS/MSERGEANT/
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= dom@happygiraffe.net
+
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit \
+ ${SITE_PERL}/AxKit/XSP/WebUtils.pm:${PORTSDIR}/www/p5-AxKit-XSP-WebUtils
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
+
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= AxKit::XSP::PerForm.3
+
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>
diff --git a/www/p5-AxKit-XSP-PerForm/distinfo b/www/p5-AxKit-XSP-PerForm/distinfo
new file mode 100644
index 000000000000..4e86945aa2b5
--- /dev/null
+++ b/www/p5-AxKit-XSP-PerForm/distinfo
@@ -0,0 +1 @@
+MD5 (AxKit-XSP-PerForm-1.4.tar.gz) = 161c98589575d05f85676dd69e533337
diff --git a/www/p5-AxKit-XSP-PerForm/pkg-comment b/www/p5-AxKit-XSP-PerForm/pkg-comment
new file mode 100644
index 000000000000..282700995bd8
--- /dev/null
+++ b/www/p5-AxKit-XSP-PerForm/pkg-comment
@@ -0,0 +1 @@
+XSP Taglib for making complex forms easy
diff --git a/www/p5-AxKit-XSP-PerForm/pkg-descr b/www/p5-AxKit-XSP-PerForm/pkg-descr
new file mode 100644
index 000000000000..2852ac1dcbea
--- /dev/null
+++ b/www/p5-AxKit-XSP-PerForm/pkg-descr
@@ -0,0 +1,10 @@
+PerForm is a large and complex taglib for AxKit XSP that facilitates
+creating large and complex HTML, WML, or other types of data-entry
+forms. PerForm tends to make life easier for you if your form data
+is coming from different data sources, such as DBI, or even XML.
+
+PerForm works as an XSP taglib, meaning you simply add some custom
+XML tags to your XSP page, and PerForm does the rest. Well, almost...
+PerForm works mainly by callbacks
+
+WWW: http://search.cpan.org/search?dist=AxKit-XSP-PerForm
diff --git a/www/p5-AxKit-XSP-PerForm/pkg-plist b/www/p5-AxKit-XSP-PerForm/pkg-plist
new file mode 100644
index 000000000000..c78914a38084
--- /dev/null
+++ b/www/p5-AxKit-XSP-PerForm/pkg-plist
@@ -0,0 +1,6 @@
+lib/perl5/site_perl/%%PERL_VER%%/AxKit/XSP/PerForm.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AxKit/XSP/PerForm/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AxKit/XSP/PerForm
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AxKit/XSP 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/AxKit/XSP 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/AxKit 2>/dev/null || true