Add three Apache 2 modules from http://apache.webthing.com/ mod_xmlns 'mod_xmlns adds XML Namespace support to Apache, and may form the basis of XML-driven publishing systems. It runs as an output filter, so it works automatically with any content generator.' http://apache.webthing.com/mod_xmlns/ mod_proxy_xml 'mod_proxy_xml is an output filter to rewrite links in a proxy situation, to ensure that links work for users outside the proxy. It serves the same purpose as Apache's ProxyPassReverse directive does for HTTP headers, and is an essential component of a reverse proxy.' http://apache.webthing.com/mod_proxy_xml/ mod_line_edit 'mod_line_edit is a general-purpose filter for text documents. It operates as a simple on-the-fly line editor, applying search-and-replace rules defined in a configuration or .htaccess file.' http://apache.webthing.com/mod_line_edit/ Fix: Tested with portlint and built them. We are using mod_line_edit on a server with success. mod_xmlns.shar mod_proxy_xml.shar mod_line_edit.shar How-To-Repeat: NA.
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2007-01-22 07:48:39 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/mod_line_edit Makefile distinfo pkg-descr pkg-plist Log: mod_line_edit is a general-purpose filter for text documents. It operates as a simple on-the-fly line editor, applying search-and-replace rules defined in a configuration or .htaccess file. WWW: http://apache.webthing.com/mod_line_edit/ PR: ports/108053 Submitted by: Dominic Marks <dom at goodforbusiness.co.uk> Revision Changes Path 1.1686 +1 -0 ports/www/Makefile 1.1 +36 -0 ports/www/mod_line_edit/Makefile (new) 1.1 +3 -0 ports/www/mod_line_edit/distinfo (new) 1.1 +6 -0 ports/www/mod_line_edit/pkg-descr (new) 1.1 +3 -0 ports/www/mod_line_edit/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
miwi 2007-01-22 07:49:29 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/mod_xmlns Makefile distinfo pkg-descr pkg-plist Log: mod_xmlns adds XML Namespace support to Apache, and may form the basis of XML-driven publishing systems. It runs as an output filter, so it works automatically with any content generator. WWW: http://apache.webthing.com/mod_xmlns/ PR: ports/108053 Submitted by: Dominic Marks <dom at goodforbusiness.co.uk> Revision Changes Path 1.1687 +1 -0 ports/www/Makefile 1.1 +40 -0 ports/www/mod_xmlns/Makefile (new) 1.1 +6 -0 ports/www/mod_xmlns/distinfo (new) 1.1 +5 -0 ports/www/mod_xmlns/pkg-descr (new) 1.1 +3 -0 ports/www/mod_xmlns/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!
miwi 2007-01-22 07:50:40 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/mod_proxy_xml Makefile distinfo pkg-descr pkg-plist Log: mod_proxy_xml is an output filter to rewrite links in a proxy situation, to ensure that links work for users outside the proxy. It serves the same purpose as Apache's ProxyPassReverse directive does for HTTP headers, and is an essential component of a reverse proxy. WWW: http://apache.webthing.com/mod_proxy_xml/ PR: ports/108053 Submitted by: Dominic Marks <dom at goodforbusiness.co.uk> Revision Changes Path 1.1688 +1 -0 ports/www/Makefile 1.1 +40 -0 ports/www/mod_proxy_xml/Makefile (new) 1.1 +6 -0 ports/www/mod_proxy_xml/distinfo (new) 1.1 +7 -0 ports/www/mod_proxy_xml/pkg-descr (new) 1.1 +3 -0 ports/www/mod_proxy_xml/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"