diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-05-30 13:27:16 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-05-30 13:27:16 +0000 |
commit | d7f203f3fc706d18a4b980defff2ba200e606748 (patch) | |
tree | 090fc21df2a8dd24d91a28ddb53e745ca0b84e56 | |
parent | 174f88314533f27c51a9b8654a37092228039e83 (diff) | |
download | pkgsrc-d7f203f3fc706d18a4b980defff2ba200e606748.tar.gz |
Initial import of ap2-transform-0.4.0.
mod_transform is a filter module that allows Apache 2.0 to do dynamic XSL
Transformations on either static XML documents, or XML documents generated
from another Apache module or CGI program.
-rw-r--r-- | www/ap2-transform/DESCR | 3 | ||||
-rw-r--r-- | www/ap2-transform/Makefile | 21 | ||||
-rw-r--r-- | www/ap2-transform/PLIST | 3 | ||||
-rw-r--r-- | www/ap2-transform/distinfo | 4 |
4 files changed, 31 insertions, 0 deletions
diff --git a/www/ap2-transform/DESCR b/www/ap2-transform/DESCR new file mode 100644 index 00000000000..a45773570b5 --- /dev/null +++ b/www/ap2-transform/DESCR @@ -0,0 +1,3 @@ +mod_transform is a filter module that allows Apache 2.0 to do dynamic XSL +Transformations on either static XML documents, or XML documents generated +from another Apache module or CGI program. diff --git a/www/ap2-transform/Makefile b/www/ap2-transform/Makefile new file mode 100644 index 00000000000..11631d22a50 --- /dev/null +++ b/www/ap2-transform/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/05/30 13:27:16 xtraeme Exp $ +# + +DISTNAME= mod_transform-0.4.0 +PKGNAME= ${DISTNAME:S/mod_/ap2-/} +CATEGORIES= www +MASTER_SITES= http://www.outoforder.cc/downloads/mod_transform/ + +MAINTAINER= xtraeme@NetBSD.org +HOMEPAGE= http://www.outoforder.cc/projects/apache/mod_transform/ +COMMENT= Filter module for Apache 2.0 to do dynamic XSL transformations + +USE_BUILDLINK3= yes +USE_LIBTOOL= yes +GNU_CONFIGURE= yes + +CONFIGURE_ARGS+= --with-apxs=${APXS} + +.include "../../textproc/libxslt/buildlink3.mk" +.include "../../www/apache2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/ap2-transform/PLIST b/www/ap2-transform/PLIST new file mode 100644 index 00000000000..35706292da2 --- /dev/null +++ b/www/ap2-transform/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/30 13:27:16 xtraeme Exp $ +include/httpd/mod_transform.h +lib/httpd/mod_transform.so diff --git a/www/ap2-transform/distinfo b/www/ap2-transform/distinfo new file mode 100644 index 00000000000..eeedd43d6d1 --- /dev/null +++ b/www/ap2-transform/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/05/30 13:27:16 xtraeme Exp $ + +SHA1 (mod_transform-0.4.0.tar.gz) = 68b77150120783991385f9d3d9602c728f18093f +Size (mod_transform-0.4.0.tar.gz) = 202673 bytes |