Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-22 | recursive bump from gettext-lib shlib bump. | obache | 1 | -2/+2 | |
2010-07-08 | DESTDIR support | joerg | 1 | -1/+5 | |
2009-11-30 | Do not depend on the *-config unwrap phase to not leak the .buildlink | joerg | 1 | -2/+5 | |
path. | |||||
2009-06-14 | Convert @exec/@unexec to @pkgdir or drop it. | joerg | 1 | -2/+1 | |
2008-07-27 | Revert previous, wrong Makefile committed. | joerg | 1 | -50/+24 | |
2008-07-27 | Fix Apache 2.2 build. | joerg | 1 | -24/+50 | |
2008-07-27 | Fix build when ${PREFIX}/sbin is not in PATH. | joerg | 1 | -1/+2 | |
2007-08-30 | Installs bash script, so depend on it and bump revision. | joerg | 1 | -2/+5 | |
2007-06-30 | Disable Apache 2.2 support until the APR detection and linkage is fixed. | joerg | 1 | -2/+2 | |
2007-06-30 | Change naming of Apache 2.2 modules to use ap22 prefix. | joerg | 1 | -2/+2 | |
Allow apache22 in some more case and add a hack to devel/subversion to determine the module by the state of the apache22 option. This comes from www/ap2-subversion and should be fixed to properly use build options or so. OK agc@ | |||||
2007-06-29 | Fix pthread linkage for aprutil-0 link test and pthread_setspecific. | joerg | 2 | -1/+41 | |
2007-05-22 | I'm not maintaining these packages anymore. | xtraeme | 1 | -2/+2 | |
2006-12-08 | * Use apache.mk to be compatible with the new apache22 pkg. | xtraeme | 1 | -2/+4 | |
* Use PKG_APACHE_ACCEPTED. | |||||
2006-12-07 | Provide basic info about how to load the module. | xtraeme | 1 | -0/+15 | |
2006-12-07 | Initial import of ap2-xslt2 (known as mod-xslt2). | xtraeme | 9 | -0/+170 | |
mod-xslt2 is a server side module able to transform ``xml'' documents in ``html'' (or to any other format) before they even get back to the browser. mod-xslt2 main features include: * Ability to parse generated xml (ability to parse the output of php or perl scripts). * Ability to use the ``xslt'' indicated by the <?xml-stylesheet processing instruction. * Ability to send back the xml file unparsed to the browser. * Ability to fetch xslt or DTDs from scripts rather than from static files. * Ability to fetch a different xslt depending on the content of the request headers, of the get parameters or the web server environment. * Ability to allow xslt stylesheets to make use of these variables to generate output. -- http://www.mod-xslt2.com/ |