Bug 148248 - [NEW PORT]: www/mod_rivet - Apache Rivet (inline Tcl support for Apache httpd)
Summary: [NEW PORT]: www/mod_rivet - Apache Rivet (inline Tcl support for Apache httpd)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-29 23:40 UTC by Peter Lai
Modified: 2010-09-09 04:30 UTC (History)
0 users

See Also:


Attachments
file.shar (5.90 KB, text/plain)
2010-06-29 23:40 UTC, Peter Lai
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Lai 2010-06-29 23:40:04 UTC
New port: www/mod_rivet

New port to support Apache Rivet, an apache module allowing the Tcl interpreter to evaluate Tcl statements within webpages. It also ships with a bunch of Tcl modules that implement common web application components and their handlers.

WWW: http://tcl.apache.org/rivet/

Fix: See attached shar

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-29 23:40:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

apache@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2010-09-09 01:37:12 UTC
Responsible Changed
From-To: apache->pgollucci

I will take it
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2010-09-09 04:21:58 UTC
State Changed
From-To: open->closed

Committed, Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-09-09 04:22:12 UTC
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)
_______________________________________________
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"