diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-12 00:25:07 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-12 00:25:07 +0000 |
commit | ba422e29b73898282fa8ceee2dd6e92ec239e116 (patch) | |
tree | f952af1e427e3eda7a94c6ad4bf542755e3187c0 /www | |
parent | 09f4e2dae7bc1f2ced3eedc425c106221553df19 (diff) | |
download | ports-ba422e29b73898282fa8ceee2dd6e92ec239e116.tar.gz ports-ba422e29b73898282fa8ceee2dd6e92ec239e116.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-AxKit-XSP-PerForm/Makefile | 27 | ||||
-rw-r--r-- | www/p5-AxKit-XSP-PerForm/distinfo | 1 | ||||
-rw-r--r-- | www/p5-AxKit-XSP-PerForm/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-AxKit-XSP-PerForm/pkg-descr | 10 | ||||
-rw-r--r-- | www/p5-AxKit-XSP-PerForm/pkg-plist | 6 |
6 files changed, 46 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 9f434dd4eec4..acbe97bc8cf3 100644 --- a/www/Makefile +++ b/www/Makefile @@ -239,6 +239,7 @@ SUBDIR += p5-AxKit-XSP-Exception SUBDIR += p5-AxKit-XSP-IfParam SUBDIR += p5-AxKit-XSP-Param + SUBDIR += p5-AxKit-XSP-PerForm SUBDIR += p5-AxKit-XSP-Util SUBDIR += p5-CGI-Application SUBDIR += p5-CGI-ArgChecker 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 |