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>
to enable HTTP caching for Rack-based applications
that produce freshness (Expires, Cache-Control)
and/or validation (Last-Modified, ETag) information.
* Standards-based (see RFC 2616 / Section 13).
* Freshness/expiration based caching
* Validation
* Vary support
* Portable: 100% Ruby / works with any Rack-enabled framework.
* Disk, memcached, and heap memory storage backends.
WWW: http://rtomayko.github.com/rack-cache/
PR: ports/150379
Submitted by: Eric Freeman <freebsdports at chillibear.com>
2010-09-01 net/pathchar: has been broken for 2+ years, no sources available
2010-08-05 www/linux-nvu: NVU 1.0, released June 2005, is the last official release of NVU. Kompozer has picked up where NVU has left off. Please consider using /pr/www/kompozer instead
audio/ecamegapedal||2010-09-08|Has expired: Abandonned since 2004, please use audio/jack-rack or audio/creox instead.
comms/asmodem||2010-09-08|Broken for 6+ months, unmaintained
comms/ltmdm||2010-09-08|Broken for 6+ months, unmaintained
comms/yawmppp||2010-09-08|Broken for 6+ months, unmaintained
devel/p5-ORBit||2010-09-08|Broken for 6+ months, unmaintained
emulators/p-interp||2010-09-08|Broken for 6+ months, unmaintained
graphics/visionegg||2010-09-08|Broken for 6+ months, unmaintained
japanese/okphone||2010-09-08|Broken for 6+ months, unmaintained
java/openjit||2010-09-08|Broken for 6+ months, unmaintained
multimedia/xmps-win32-plugin||2010-09-08|Broken for 6+ months, unmaintained
net-mgmt/tknetmon||2010-09-08|Broken for 6+ months, unmaintained
net/arpd||2010-09-08|Broken for 6+ months, unmaintained
net/vomit||2010-09-08|Broken for 6+ months, unmaintained
sysutils/xwipower||2010-09-08|Broken for 6+ months, unmaintained
www/lws||2010-09-08|Broken for 6+ months, unmaintained
Reported by: FreeBSD unmaintained ports which are currently marked broken
monthly reminder
Do not install meta data (META-INF) since its not needed
allow for xpi-post-extract to still work in xpi-* ports
o fix pkg-plist
o fix XPI_DIRS, XPI_FILES
o Bump PORTREVISION
o s/post-extract/xpi-post-extract/
PR: ports/150327
Submitted by: Lapo Luchini <lapo@lapo.it>, tweaked by myself
Approved by: maintainer timeout (miwi)
Tested by: P6 TB Run, RideCharge Inc. / Taximagic TB Run
- Do not install meta data (META-INF) since its not needed
allow for xpi-post-extract to still work in xpi-* ports [2]
PR: ports/126876 [1], ports/150327 [2]
Submitted by: Lapo Luchini <lapo@lapo.it> [1], [2] tweaked by me
Approved by: maintainer timeout (miwi; ~1 yr) [1] [2]
Tested by: P6 TB Run, RideCharge TB Run
per port OPTION files. You can not set WITHOUT_MODPERL=yes in GLOBAL
b/c some ports have conerted over to the soon to be connical form
of MODPERL already. This resolves the conflict of MODPERL vs MODPERL2
flags until it can properly be conditionalized on APACHE_PORT.
- This does not affect the default package.
With Hat: apache@
Reported by: RideCharge Inc. / Taximagic Tinderbox
Do not remove fastcgi_params configuration file, which may carefully
edited by the user.
Sync DEBUG knob description with www/nginx-devel.
Bump PORTREVISION.
Do not bump PORTREVISIONs.
<ChangeLog>
*) Added feature: multiple $mogilefs_path variables.
*) Fixed bug: segfault on reconfiguration due to uninitialized class
template (thanks to Pyry Hakulinen).
</ChangeLog>
<ChangeLog>
*) Feature: the "secure_link", "secure_link_md5", and
"secure_link_expires" directives of the ngx_http_secure_link_module.
*) Feature: the -q switch.
Thanks to Gena Makhomed.
*) Bugfix: worker processes may got caught in an endless loop during
reconfiguration, if a caching was used; the bug had appeared in
0.8.48.
*) Bugfix: in the "gzip_disable" directive.
Thanks to Derrick Petzold.
*) Bugfix: nginx/Windows could not send stop, quit, reopen, and reload
signals to a process run in other session.
</ChangeLog>
Rack::Test is a small, simple testing API for Rack apps. It can be used on its
own or as a reusable starting point for Web frameworks and testing libraries
to build on. Most of its initial functionality is an extraction of Merb 1.0's
request helpers feature.
WWW: http://rubygems.org/gems/rack-test
Sponsored by: RideCharge Inc. / Taximagic
- add OPTIONS
- use apxs not sed in pkg-plist
- use PLIST_SUB vars in pkg-plist
- bump PORTREVISION
PR: ports/147145
Submitted by: myself (pgollucci)
Approved by: maintainer timeout (tmueko@kommunity.net ; ~3 months)
With Hat: apache@