Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Sep 2010 10:19:29 GMT
From:      Eric Freeman <freebsdports@chillibear.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/150379: New port: www/rubygem-rack-cache (HTTP caching middleware for Rack)
Message-ID:  <201009081019.o88AJTT4077915@www.freebsd.org>
Resent-Message-ID: <201009081020.o88AK1W5009983@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         150379
>Category:       ports
>Synopsis:       New port: www/rubygem-rack-cache  (HTTP caching middleware for Rack)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 08 10:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Eric Freeman
>Release:        7.2
>Organization:
>Environment:
FreeBSD localhost 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May  1 07:18:07 UTC 2009     root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
A Rack middleware component to enable HTTP caching.

http://rtomayko.github.com/rack-cache/
>How-To-Repeat:
n/a
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	rubygem-rack-cache
#	rubygem-rack-cache/Makefile
#	rubygem-rack-cache/pkg-descr
#	rubygem-rack-cache/distinfo
#
echo c - rubygem-rack-cache
mkdir -p rubygem-rack-cache > /dev/null 2>&1
echo x - rubygem-rack-cache/Makefile
sed 's/^X//' >rubygem-rack-cache/Makefile << 'c6bdee95ddf2d96d487eab9a4a917c63'
X# Ports collection makefile for:	rubygem-rack-cache
X# Date created:				8 Sept 2010
X# Whom:					Eric Freeman <freebsdports@chillibear.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	rack-cache
XPORTVERSION=	0.5.2
XCATEGORIES=	www rubygems
XMASTER_SITES=	RG
X
XMAINTAINER=	freebsdports@chillibear.com
XCOMMENT=	A piece of rack middleware to enable HTTP caching
X
XRUN_DEPENDS=	rubygem-rack>=0.4.0:${PORTSDIR}/www/rubygem-rack
X
XUSE_RUBY=		yes
XUSE_RUBYGEMS=		yes
XRUBYGEM_AUTOPLIST=	yes
X
X.include <bsd.port.mk>
c6bdee95ddf2d96d487eab9a4a917c63
echo x - rubygem-rack-cache/pkg-descr
sed 's/^X//' >rubygem-rack-cache/pkg-descr << '90360f6020dacca366e3bce64ffdaf98'
XRack::Cache is suitable as a quick drop-in component
Xto enable HTTP caching for Rack-based applications
Xthat produce freshness (Expires, Cache-Control)
Xand/or validation (Last-Modified, ETag) information.
X
X * Standards-based (see RFC 2616 / Section 13).
X * Freshness/expiration based caching
X * Validation
X * Vary support
X * Portable: 100% Ruby / works with any Rack-enabled framework.
X * Disk, memcached, and heap memory storage backends.
X
XWWW: http://rtomayko.github.com/rack-cache/
90360f6020dacca366e3bce64ffdaf98
echo x - rubygem-rack-cache/distinfo
sed 's/^X//' >rubygem-rack-cache/distinfo << 'dc8baea3aa42648d04d01ea902a94c11'
XMD5 (rubygem/rack-cache-0.5.2.gem) = b3fc80c1b9414d169e4a477170879977
XSHA256 (rubygem/rack-cache-0.5.2.gem) = 7fb3e3deaacfb583830d0f334021a77be63f524778c8e734d1cd972700d541db
XSIZE (rubygem/rack-cache-0.5.2.gem) = 258048
dc8baea3aa42648d04d01ea902a94c11
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009081019.o88AJTT4077915>