summaryrefslogtreecommitdiff
path: root/www/ap-xslt
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 checksums.wiz1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-05-08Convert to buildlink3.snj1-5/+6
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-08-29Bump package revision to 7 (Sablotron was updated to 1.0).xtraeme1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-31fix a multiline literal, allowing this to be built with gcc-3.3.grant2-7/+27
2003-05-31a dependency (sablotron) uses gcc shlibs, not this package, so nogrant1-4/+3
need to set USE_GCC_SHLIBS. we also don't need libiconv, libstdc++ or libm. bump PKGREVISION.
2003-05-29s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than justgrant1-3/+2
libstdc++ in gcc3. when defined, USE_GCC_SHLIB ensures that the correct rpath is passed to the linker, and a full dependency on the compiler package is registered. packages which define USE_GCC_SHLIB should not include mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled automatically.
2003-05-27use mk/gcc.buildlink2.mkgrant1-2/+2
2003-05-27this uses c++, so set USE_CXX and include gcc/buildlink2.mk. ride thegrant1-1/+3
recent pkgrevision bump.
2003-05-27add LoadFile statements for ap-xsltgrant1-1/+4
2003-05-26as per MESSAGE, this requires libxml{parse,tok}.so from www/libwww, sogrant1-2/+4
include it's buildlink2.mk. bump PKGREVISION.
2003-02-25Remove trailing empty line.wiz1-1/+0
2003-02-25Add WRKSRC to make this build. Closes PR 20484.wiz1-1/+2
2003-02-18use MASTER_SITE_SOURCEFORGE and version numbered distfile.grant2-6/+6
2003-02-17- move LDFLAGS to Makefile, patch-aa no longer needed.grant4-21/+12
fixes runtime problem noted by zuntum. - add MESSAGE.
2003-02-17no need to specify *.c anymore.grant1-2/+1
2003-02-17use buildlink2 and apache/module.mk.grant1-7/+6
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz1-3/+3
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-07-24Change explicit build dependencies on perl into "USE_PERL5=build". Thisjlam1-3/+2
makes these packages build correctly on Darwin where perl>=5.8.0 is required.
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.