Date: Wed, 8 Sep 2010 21:26:18 +0000 (UTC) From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/rubygem-rack-cache Makefile distinfo pkg-descr Message-ID: <201009082126.o88LQIxe047032@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pgollucci 2010-09-08 21:26:18 UTC
FreeBSD ports repository
Modified files:
www Makefile
Added files:
www/rubygem-rack-cache Makefile distinfo pkg-descr
Log:
Rack::Cache is suitable as a quick drop-in component
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>
Revision Changes Path
1.2688 +1 -0 ports/www/Makefile
1.1 +22 -0 ports/www/rubygem-rack-cache/Makefile (new)
1.1 +3 -0 ports/www/rubygem-rack-cache/distinfo (new)
1.1 +13 -0 ports/www/rubygem-rack-cache/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009082126.o88LQIxe047032>
