aboutsummaryrefslogtreecommitdiff
path: root/www/mod_rivet
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.0.2Martin Wilke2011-03-183-59/+52
| | | | | | | | PR: 155164 Submitted by: Peter C. Lai" <cowbert@gmail.com> (maintainer) Notes: svn path=/head/; revision=271240
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* - Mark 2.2 only until maintainer sends a patch for 2.0Philip M. Gollucci2010-09-221-1/+1
| | | | | | | | With hat: apache@ Reported by: pav via pointyhat x2 (pointyhat to myself) Notes: svn path=/head/; revision=261619
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-1/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - Restrict to 20+Philip M. Gollucci2010-09-131-8/+3
| | | | | | | | Discussed with: cowbert@gmail.com (maintainer) via #bsdports Reported by: pointyhat via pav Notes: svn path=/head/; revision=261099
* - Fix build, APACHE_VERSION containts the VERSION, AP_VERSION is an intermediaryPhilip M. Gollucci2010-09-111-1/+1
| | | | | | | | | based on USE_APACHE Reported by: pointyhat via pav Notes: svn path=/head/; revision=260999
* mod_rivet brings together the full power of the Tcl programming languagePhilip M. Gollucci2010-09-094-0/+147
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> Notes: svn path=/head/; revision=260815