diff options
author | pat <pat@FreeBSD.org> | 2002-01-12 08:29:16 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-12 08:29:16 +0800 |
commit | 3a7e37d135cb06610050e5bdb8d33d956ed7ff7d (patch) | |
tree | 4de7336c6dc8c3cf3a4dbde65c39e5fa032e046a /www | |
parent | 4b3f0ebb1812de9a8d8588d8104f569d0978723a (diff) | |
download | freebsd-ports-graphics-3a7e37d135cb06610050e5bdb8d33d956ed7ff7d.tar.gz freebsd-ports-graphics-3a7e37d135cb06610050e5bdb8d33d956ed7ff7d.tar.zst freebsd-ports-graphics-3a7e37d135cb06610050e5bdb8d33d956ed7ff7d.zip |
Add port www/p5-AxKit-XSP-WebUtils - Plugin for AxKit that provide
utilities for building XSP web apps
PR: 33697
Submitted by: Dominic Mitchell <dom@happygiraffe.net>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-AxKit-XSP-WebUtils/Makefile | 27 | ||||
-rw-r--r-- | www/p5-AxKit-XSP-WebUtils/distinfo | 1 | ||||
-rw-r--r-- | www/p5-AxKit-XSP-WebUtils/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-AxKit-XSP-WebUtils/pkg-descr | 3 | ||||
-rw-r--r-- | www/p5-AxKit-XSP-WebUtils/pkg-plist | 6 |
6 files changed, 39 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 927664f607e..c5c59efc2b8 100644 --- a/www/Makefile +++ b/www/Makefile @@ -242,6 +242,7 @@ SUBDIR += p5-AxKit-XSP-PerForm SUBDIR += p5-AxKit-XSP-Sendmail SUBDIR += p5-AxKit-XSP-Util + SUBDIR += p5-AxKit-XSP-WebUtils SUBDIR += p5-CGI-Application SUBDIR += p5-CGI-ArgChecker SUBDIR += p5-CGI-Cache diff --git a/www/p5-AxKit-XSP-WebUtils/Makefile b/www/p5-AxKit-XSP-WebUtils/Makefile new file mode 100644 index 00000000000..986280677ca --- /dev/null +++ b/www/p5-AxKit-XSP-WebUtils/Makefile @@ -0,0 +1,27 @@ +# Ports collection Makefile for: p5-AxKit-XSP-WebUtils +# Date created: 8 Jan 2002 +# Whom: dom@happygiraffe.net +# +# $FreeBSD$ +# + +PORTNAME= AxKit-XSP-WebUtils +PORTVERSION= 1.3.90 +CATEGORIES= www +MASTER_SITES= http://www.cpan.org/authors/id/M/MS/MSERGEANT/ +PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:S/3./3_/} + +MAINTAINER= dom@happygiraffe.net + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit +RUN_DEPENDS= ${BUILD_DEPENDS} + +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} + +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= AxKit::XSP::WebUtils.3 + +PERL_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/www/p5-AxKit-XSP-WebUtils/distinfo b/www/p5-AxKit-XSP-WebUtils/distinfo new file mode 100644 index 00000000000..f60f8b94374 --- /dev/null +++ b/www/p5-AxKit-XSP-WebUtils/distinfo @@ -0,0 +1 @@ +MD5 (AxKit-XSP-WebUtils-1.3_90.tar.gz) = 6cde777967e720820825c6958cfc176a diff --git a/www/p5-AxKit-XSP-WebUtils/pkg-comment b/www/p5-AxKit-XSP-WebUtils/pkg-comment new file mode 100644 index 00000000000..7419294ece9 --- /dev/null +++ b/www/p5-AxKit-XSP-WebUtils/pkg-comment @@ -0,0 +1 @@ +Plugin for AxKit that provide utilities for building XSP web apps diff --git a/www/p5-AxKit-XSP-WebUtils/pkg-descr b/www/p5-AxKit-XSP-WebUtils/pkg-descr new file mode 100644 index 00000000000..1c44e8be808 --- /dev/null +++ b/www/p5-AxKit-XSP-WebUtils/pkg-descr @@ -0,0 +1,3 @@ +This perl module provides web utilities for AxKit XSP's. + +WWW: http://search.cpan.org/search?dist=AxKit-XSP-WebUtils diff --git a/www/p5-AxKit-XSP-WebUtils/pkg-plist b/www/p5-AxKit-XSP-WebUtils/pkg-plist new file mode 100644 index 00000000000..cfb9e5f0a19 --- /dev/null +++ b/www/p5-AxKit-XSP-WebUtils/pkg-plist @@ -0,0 +1,6 @@ +lib/perl5/site_perl/%%PERL_VER%%/AxKit/XSP/WebUtils.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AxKit/XSP/WebUtils/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AxKit/XSP/WebUtils +@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 |