summaryrefslogtreecommitdiff
path: root/www/ap-xslt
AgeCommit message (Collapse)AuthorFilesLines
2002-01-22Fix last commit (package was already at PKGREVISION 1, addingwiz1-3/+3
nb1 to the PKGNAME made it go nb1nb1...). Bump to PKGREVISION 2.
2002-01-05New sablotron needs iconv to be linked in as well.jwise3-6/+6
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-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+3
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-10-23Integrate a patch from the sourceforge page for this project.jwise4-6/+35
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-23Fix previous, and also add new MASTER_SITES.jwise1-3/+3
2001-10-23HOMEPAGE moved...jwise1-2/+2
2001-10-22Need a BUILD_DEPENDS on perl, so we can use apxs...jwise1-1/+4
2001-10-16Import Userworld's Apache mod_xslt into pkgsrc.jwise6-0/+66
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.