diff options
author | taca <taca@pkgsrc.org> | 2013-02-11 14:30:57 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-02-11 14:30:57 +0000 |
commit | 1838c4ffc14e46a6c870c8d75298dbec5954bc91 (patch) | |
tree | e0445ac9f4b13d75e1e85a381c938e1a5cd835dd | |
parent | ef07a86a9bb8c76f04c8c6fffd22299ae275b316 (diff) | |
download | pkgsrc-1838c4ffc14e46a6c870c8d75298dbec5954bc91.tar.gz |
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.
-rw-r--r-- | www/ruby-padrino-cache/DESCR | 8 | ||||
-rw-r--r-- | www/ruby-padrino-cache/Makefile | 15 | ||||
-rw-r--r-- | www/ruby-padrino-cache/PLIST | 23 | ||||
-rw-r--r-- | www/ruby-padrino-cache/distinfo | 5 |
4 files changed, 51 insertions, 0 deletions
diff --git a/www/ruby-padrino-cache/DESCR b/www/ruby-padrino-cache/DESCR new file mode 100644 index 00000000000..a95dba01c01 --- /dev/null +++ b/www/ruby-padrino-cache/DESCR @@ -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. diff --git a/www/ruby-padrino-cache/Makefile b/www/ruby-padrino-cache/Makefile new file mode 100644 index 00000000000..3285b292ab9 --- /dev/null +++ b/www/ruby-padrino-cache/Makefile @@ -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" diff --git a/www/ruby-padrino-cache/PLIST b/www/ruby-padrino-cache/PLIST new file mode 100644 index 00000000000..c5e38f61259 --- /dev/null +++ b/www/ruby-padrino-cache/PLIST @@ -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 diff --git a/www/ruby-padrino-cache/distinfo b/www/ruby-padrino-cache/distinfo new file mode 100644 index 00000000000..73a57468ae6 --- /dev/null +++ b/www/ruby-padrino-cache/distinfo @@ -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 |