diff options
author | erwin <erwin@FreeBSD.org> | 2003-08-06 05:06:25 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-08-06 05:06:25 +0800 |
commit | 825fefc73831fc887088016db4c329ab7e7a59cb (patch) | |
tree | 1924683139af71462c44c4f270dc01d8a0ef296d /www/p5-Apache-AxKit-Plugin-AddXSLParams-Request | |
parent | 0c7a8380bd979fe300539747a8affd885953ffe5 (diff) | |
download | freebsd-ports-graphics-825fefc73831fc887088016db4c329ab7e7a59cb.tar.gz freebsd-ports-graphics-825fefc73831fc887088016db4c329ab7e7a59cb.tar.zst freebsd-ports-graphics-825fefc73831fc887088016db4c329ab7e7a59cb.zip |
Add p5-Apache-AxKit-Plugin-AddXSLParams-Request 1.01,
provides a
way to pass info from the Apache::Request to XSLT params.
PR: 55141
Submitted by: Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>
Diffstat (limited to 'www/p5-Apache-AxKit-Plugin-AddXSLParams-Request')
4 files changed, 44 insertions, 0 deletions
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 00000000000..ead0a0727cb --- /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 00000000000..314b7d003ac --- /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 00000000000..7663132bdd9 --- /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 00000000000..4079e5c899b --- /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 |