aboutsummaryrefslogtreecommitdiff
path: root/www/mod_rivet
Commit message (Collapse)AuthorAgeFilesLines
* - add itcl to LIB_DEPENDSOlli Hauer2012-09-211-6/+5
| | | | | | | | | | | - adopt new Makefile header PR: 171210 Submitted by: Pietro Cerutti <gahr@FreeBSD.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=304639
* - update to version 2.0.5Olli Hauer2012-07-013-5/+9
| | | | | | | | | PR: 169468 Submitted by: Jeff Lawson <jeff@bovine.net> Approved by: Peter Lai <cowbert@gmail.com> (maintainer) Notes: svn path=/head/; revision=300337
* - Update to 2.0.4Philip M. Gollucci2012-01-183-10/+9
| | | | | | | | | | | | Correct some errors in patch from drift and autotools overuse - Respect PREFIX PR: ports/162814 Submitted by: gahr@ Approved by: maintainer timeout (cowbert@gmail.com; 54 days) Notes: svn path=/head/; revision=289397
* - The proper acronym for Apache Software License 2 is really AL2Thomas Abthorpe2012-01-091-1/+1
| | | | | | | | | | | | - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav Notes: svn path=/head/; revision=288824
* - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is definedOlli Hauer2011-08-201-1/+1
| | | | Notes: svn path=/head/; revision=280086
* - 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