NetBSD pkgsrc (package source) is a package management system for
Unix-like operating systems
mod_xslt is a simple Apache module to serve XML based content. Data
is stored in XML files on the server. The user requests the XML
file and the translation method via a url such as
this:http://localhost/sourcefile.html The module will parse this
URL into a XML source file and an XSL source file. In the example
above, the XML file will be sourcefile.xml. The module will open
sourcefile.xml and determine its DOCTYPE. Based on the DOCTYPE,
the XSL file will be opened. Should the DOCTYPE be "tutorial", the
XSL file opened would be tutorial_html.xsl. The content-type returned
to the browser is text/html. The translation occurs transparently
to the user.
===========================================================================
$NetBSD: MESSAGE,v 1.2 2003/05/27 05:03:21 grant Exp $
In order to use this module in your Apache installation, you need to
add the following to your httpd.conf file:
LoadFile lib/libsablot.so
LoadFile lib/libxmlparse.so
LoadFile lib/libxmltok.so
LoadModule mod_xslt_module lib/httpd/mod_xslt.so
===========================================================================
# $NetBSD: Makefile,v 1.37 2010/02/20 14:58:45 joerg Exp $
DISTNAME= modxslt-1.1
PKGNAME= ap13-xslt-1.1
PKGREVISION= 2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=modxslt/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.mod-xslt2.com/
COMMENT= Simple, fast XSLT transformations for apache
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS= ap-xslt-[0-9]*
WRKSRC= ${WRKDIR}/modxslt
APACHE_MODULE_NAME= mod_xslt.so
LDFLAGS+= -lsablot
.include "../../www/apache/module.mk"
.include "../../textproc/sablotron/buildlink3.mk"
.include "../../www/libwww/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@comment $NetBSD: PLIST,v 1.1 2001/11/01 02:16:04 zuntum Exp $
lib/httpd/mod_xslt.so
$NetBSD: distinfo,v 1.7 2005/02/24 14:08:28 wiz Exp $
SHA1 (modxslt-1.1.tar.gz) = 136edef75ef6caf53eb865102a2ebfa15383df47
RMD160 (modxslt-1.1.tar.gz) = 463aeb1afd8f375bb6dd25fd85022c37dd35cba7
Size (modxslt-1.1.tar.gz) = 11693 bytes
SHA1 (patch-ab) = 024e79a880835193eba1ad69eedf2c1057240a17