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.
This commit is contained in:
taca 2013-02-11 14:30:57 +00:00
parent e7354f7a4d
commit 019046e6bf
4 changed files with 51 additions and 0 deletions

View file

@ -0,0 +1,8 @@
= 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.

View file

@ -0,0 +1,15 @@
# $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"

View file

@ -0,0 +1,23 @@
@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

View file

@ -0,0 +1,5 @@
$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