diff options
author | jwise <jwise@pkgsrc.org> | 2001-10-16 18:23:21 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2001-10-16 18:23:21 +0000 |
commit | 97a178caaa5f0a69e49dbcf69b009951fc22ff66 (patch) | |
tree | a2ef21fe1a6c12980e53fad459f4bae405133e81 /www/ap-xslt/Makefile | |
parent | 2b552b1acff9c753f278d4b974039c883224e94d (diff) | |
download | pkgsrc-97a178caaa5f0a69e49dbcf69b009951fc22ff66.tar.gz |
Import Userworld's Apache mod_xslt into pkgsrc.
mod_xslt provides a simple, fast mechanism for doing XSLT transformations
of XML content for presentation to the user. It doesn't seek to provide
all the bells and whistles of, say, Cocoon, but being implemented natively
and using an XSLT parser (sablotron) which is implemented natively, it
provides a nice lightweight solution.
Diffstat (limited to 'www/ap-xslt/Makefile')
-rw-r--r-- | www/ap-xslt/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/ap-xslt/Makefile b/www/ap-xslt/Makefile new file mode 100644 index 00000000000..8659d1781aa --- /dev/null +++ b/www/ap-xslt/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/10/16 18:23:21 jwise Exp $ + +DISTNAME= modxslt +PKGNAME= ap-xslt-1.1 +CATEGORIES= www +MASTER_SITES= http://modxslt.userworld.com/ + +MAINTAINER= jwise@netbsd.org +HOMEPAGE= http://modxslt.userworld.com/ +COMMENT= Simple, fast XSLT transformations for apache + +DEPENDS+= apache{,6}-1.3.*:../../www/apache +DEPENDS+= sablotron-*:../../textproc/sablotron + +do-install: + ${LOCALBASE}/sbin/apxs -i ${WRKSRC}/mod_xslt.so + +.include "../../mk/bsd.pkg.mk" |