pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ap2-transform Initial import of ap2-transform-0.4.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88501b271ccb
branches:  trunk
changeset: 475954:88501b271ccb
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sun May 30 13:27:16 2004 +0000

description:
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.

diffstat:

 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(+), 0 deletions(-)

diffs (47 lines):

diff -r c67a2ee61c23 -r 88501b271ccb www/ap2-transform/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap2-transform/DESCR   Sun May 30 13:27:16 2004 +0000
@@ -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 -r c67a2ee61c23 -r 88501b271ccb www/ap2-transform/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap2-transform/Makefile        Sun May 30 13:27:16 2004 +0000
@@ -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@localhost
+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 -r c67a2ee61c23 -r 88501b271ccb www/ap2-transform/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap2-transform/PLIST   Sun May 30 13:27:16 2004 +0000
@@ -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 -r c67a2ee61c23 -r 88501b271ccb www/ap2-transform/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap2-transform/distinfo        Sun May 30 13:27:16 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index