diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/Makefile | 27 | ||||
-rw-r--r-- | www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/distinfo | 1 | ||||
-rw-r--r-- | www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/pkg-descr | 8 | ||||
-rw-r--r-- | www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/pkg-plist | 8 |
5 files changed, 45 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 28e1285c6629..8d2de0d92450 100644 --- a/www/Makefile +++ b/www/Makefile @@ -289,6 +289,7 @@ SUBDIR += p5-Apache-AuthenCache SUBDIR += p5-Apache-AuthenURL SUBDIR += p5-Apache-AutoIndex + SUBDIR += p5-Apache-AxKit-Plugin-AddXSLParams-Request SUBDIR += p5-Apache-ConfigFile SUBDIR += p5-Apache-DBI SUBDIR += p5-Apache-DumpHeaders diff --git a/www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/Makefile b/www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/Makefile new file mode 100644 index 000000000000..ead0a0727cbd --- /dev/null +++ b/www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-Apache-AxKit-Plugin-AddXSLParams-Request +# Date created: 1.8.2003 +# Whom: Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at> +# +# $FreeBSD$ +# + +PORTNAME= Apache-AxKit-Plugin-AddXSLParams-Request +PORTVERSION= 1.01 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../by-authors/id/K/KH/KHAMPTON +PKGNAMEPREFIX= p5- + +MAINTAINER= hansjoerg.pehofer@uibk.ac.at +COMMENT= Provides a way to pass info from the Apache::Request to XSLT params + +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache/libapreq.pm:${PORTSDIR}/www/p5-libapreq +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Apache::AxKit::Plugin::AddXSLParams::Request.3 + +.include <bsd.port.mk> diff --git a/www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/distinfo b/www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/distinfo new file mode 100644 index 000000000000..314b7d003ac2 --- /dev/null +++ b/www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/distinfo @@ -0,0 +1 @@ +MD5 (Apache-AxKit-Plugin-AddXSLParams-Request-1.01.tar.gz) = f0d233498bbc820bb6bc59dba9cb12d5 diff --git a/www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/pkg-descr b/www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/pkg-descr new file mode 100644 index 000000000000..7663132bdd97 --- /dev/null +++ b/www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/pkg-descr @@ -0,0 +1,8 @@ +Apache::AxKit::Plugin::AddXSLParams::Request offers a way to make +information about the current client request (cookies, headers, uri +info) available as params within XSLT stylesheets. + +WWW: http://search.cpan.org/search?dist=Apache-AxKit-Plugin-AddXSLParams-Request + +- Hansjoerg +hansjoerg.pehofer@uibk.ac.at diff --git a/www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/pkg-plist b/www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/pkg-plist new file mode 100644 index 000000000000..4079e5c899bb --- /dev/null +++ b/www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/Apache/AxKit/Plugin/AddXSLParams/Request.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AxKit/Plugin/AddXSLParams/Request/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AxKit/Plugin/AddXSLParams/Request +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AxKit/Plugin/AddXSLParams 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AxKit/Plugin 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Apache/AxKit/Plugin/AddXSLParams 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Apache/AxKit/Plugin 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Apache/AxKit 2>/dev/null || true |