Mon Feb 11 14:30:57 2013 UTC ()
Add ruby-padrino-cache package version 0.10.7.

= Painless Page and Fragment Caching (padrino-cache)

== Overview

This component enables caching of an application's response contents on
both page- and fragment-levels. Output cached in this manner is persisted,
until it expires or is actively expired, in a configurable store of your
choosing. Several common caching stores are supported out of the box.


(taca)
diff -r0 -r1.1 pkgsrc/www/ruby-padrino-cache/DESCR
diff -r0 -r1.1 pkgsrc/www/ruby-padrino-cache/Makefile
diff -r0 -r1.1 pkgsrc/www/ruby-padrino-cache/PLIST
diff -r0 -r1.1 pkgsrc/www/ruby-padrino-cache/distinfo

File Added: pkgsrc/www/ruby-padrino-cache/DESCR
= Painless Page and Fragment Caching (padrino-cache)

== Overview

This component enables caching of an application's response contents on
both page- and fragment-levels. Output cached in this manner is persisted,
until it expires or is actively expired, in a configurable store of your
choosing. Several common caching stores are supported out of the box.

File Added: pkgsrc/www/ruby-padrino-cache/Makefile
# $NetBSD: Makefile,v 1.1 2013/02/11 14:30:57 taca Exp $

DISTNAME=	padrino-cache-${RUBY_PADRINO_VERS}
CATEGORIES=	www

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	${RUBY_PADRINO_SITE}
COMMENT=	Page and fragment caching for Padrino
LICENSE=	mit

DEPENDS+=	${RUBY_PKGPREFIX}-padrino-core>=${RUBY_PADRINO_VERS}:../../www/ruby-padrino-core

.include "../../www/ruby-padrino/Makefile.common"
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/www/ruby-padrino-cache/PLIST
@comment $NetBSD: PLIST,v 1.1 2013/02/11 14:30:57 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.document
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.yardopts
${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/lib/padrino-cache.rb
${GEM_LIBDIR}/lib/padrino-cache/helpers/cache_store.rb
${GEM_LIBDIR}/lib/padrino-cache/helpers/fragment.rb
${GEM_LIBDIR}/lib/padrino-cache/helpers/page.rb
${GEM_LIBDIR}/lib/padrino-cache/store.rb
${GEM_LIBDIR}/lib/padrino-cache/store/file.rb
${GEM_LIBDIR}/lib/padrino-cache/store/memcache.rb
${GEM_LIBDIR}/lib/padrino-cache/store/memory.rb
${GEM_LIBDIR}/lib/padrino-cache/store/mongo.rb
${GEM_LIBDIR}/lib/padrino-cache/store/redis.rb
${GEM_LIBDIR}/padrino-cache.gemspec
${GEM_LIBDIR}/test/helper.rb
${GEM_LIBDIR}/test/test_padrino_cache.rb
${GEM_LIBDIR}/test/test_stores.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec

File Added: pkgsrc/www/ruby-padrino-cache/distinfo
$NetBSD: distinfo,v 1.1 2013/02/11 14:30:57 taca Exp $

SHA1 (padrino-cache-0.10.7.gem) = e486206a69eef68649a9782aeecc64a44a36d32b
RMD160 (padrino-cache-0.10.7.gem) = d68208cb6db1f342648a6e4755c0d4b90f0d6775
Size (padrino-cache-0.10.7.gem) = 14848 bytes