summaryrefslogtreecommitdiff
path: root/www/ap-xslt/patches
AgeCommit message (Collapse)AuthorFilesLines
2003-05-31fix a multiline literal, allowing this to be built with gcc-3.3.grant1-5/+25
2003-02-17- move LDFLAGS to Makefile, patch-aa no longer needed.grant1-18/+0
fixes runtime problem noted by zuntum. - add MESSAGE.
2002-01-05New sablotron needs iconv to be linked in as well.jwise1-2/+2
Dependency is picked up via the sablotron package, so just add to link. Bump version to nb1, as old version will build correctly, but fail to link into apache.
2001-10-23Integrate a patch from the sourceforge page for this project.jwise2-2/+31
With this patch, the sablotron base URI for xslt processing is set to the current working directory, so document inclusion (ala <xsl:apply-templates select="document(data/test.xml)" /> ) will DTRT. Bump the pkg version to 1.1nb1, as stylesheets written for the new version may not work with the old.
2001-10-16Import Userworld's Apache mod_xslt into pkgsrc.jwise2-0/+28
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.