cvs commit: ports/www Makefile ports/www/mod_rivet Makefile
distinfo pkg-descr pkg-plist
Philip M. Gollucci
pgollucci at FreeBSD.org
Thu Sep 9 03:21:49 UTC 2010
pgollucci 2010-09-09 03:21:49 UTC
FreeBSD ports repository
Modified files:
www Makefile
Added files:
www/mod_rivet Makefile distinfo pkg-descr pkg-plist
Log:
mod_rivet brings together the full power of the Tcl programming language
and the Apache HTTP server. You can use Tcl to manage Apache, respond to
requests for web pages and much more.
mod_rivet gives you a persistent Tcl interpreter embedded in your web
server. This lets you avoid the overhead of starting an external interpreter
and avoids the penalty of Tcl start-up time, giving you super-fast
dynamic content.
As you'd expect from the Tcl community, there are hundreds of modules
written for mod_rivet, everything from persistent database connections, to
templating sytems, to complete XML content delivery systems. Web sites like
FlightAware use mod_rivet.
WWW: http://tcl.apache.org/rivet/
PR: ports/148248
Submitted by: Peter Lai <cowbert at gmail.com>
Revision Changes Path
1.2689 +1 -0 ports/www/Makefile
1.1 +58 -0 ports/www/mod_rivet/Makefile (new)
1.1 +3 -0 ports/www/mod_rivet/distinfo (new)
1.1 +15 -0 ports/www/mod_rivet/pkg-descr (new)
1.1 +71 -0 ports/www/mod_rivet/pkg-plist (new)
More information about the cvs-ports
mailing list