From 63bf039abba032e72625e817d6ff9df0dab14dec Mon Sep 17 00:00:00 2001 From: xtraeme Date: Sun, 30 May 2004 13:27:16 +0000 Subject: [PATCH] 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. --- www/ap2-transform/DESCR | 3 +++ www/ap2-transform/Makefile | 21 +++++++++++++++++++++ www/ap2-transform/PLIST | 3 +++ www/ap2-transform/distinfo | 4 ++++ 4 files changed, 31 insertions(+) create mode 100644 www/ap2-transform/DESCR create mode 100644 www/ap2-transform/Makefile create mode 100644 www/ap2-transform/PLIST create mode 100644 www/ap2-transform/distinfo diff --git a/www/ap2-transform/DESCR b/www/ap2-transform/DESCR new file mode 100644 index 000000000000..a45773570b5e --- /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 000000000000..11631d22a508 --- /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 000000000000..35706292da24 --- /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 000000000000..eeedd43d6d19 --- /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