import p5-Catalyst-Plugin-PageCache
Using the PageCache plugin, you can cache the full output of different pages so they are served to your visitors as fast as possible. This method of caching is very useful for withstanding huge amounts of request in a short time. This plugin requires that you also load a Cache plugin. Please reference the documentation for this module when choosing a cache backend. submitted by Jim Razmus feedback from merdely@ and okan@ ok okan@
This commit is contained in:
parent
e594d14508
commit
671c3e1f1c
23
www/p5-Catalyst-Plugin-PageCache/Makefile
Normal file
23
www/p5-Catalyst-Plugin-PageCache/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/07/15 16:34:12 simon Exp $
|
||||
|
||||
COMMENT = cache the output of entire pages
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = Catalyst-Plugin-PageCache-0.18
|
||||
CATEGORIES = www
|
||||
|
||||
MAINTAINER = Jim Razmus <jim@bonetruck.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
RUN_DEPENDS = ::www/p5-Catalyst-Runtime \
|
||||
::www/p5-Catalyst-Plugin-Cache-FileCache
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
|
||||
MAKE_ENV += TEST_POD=1
|
||||
|
||||
.include <bsd.port.mk>
|
5
www/p5-Catalyst-Plugin-PageCache/distinfo
Normal file
5
www/p5-Catalyst-Plugin-PageCache/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Catalyst-Plugin-PageCache-0.18.tar.gz) = T5lfdOxfXlIgI74/tmc8wg==
|
||||
RMD160 (Catalyst-Plugin-PageCache-0.18.tar.gz) = AzZwgPee3MFczish3n8GkQ5iuXc=
|
||||
SHA1 (Catalyst-Plugin-PageCache-0.18.tar.gz) = PLx6HR+LQA4MzFsQGdX3Ngn/F1E=
|
||||
SHA256 (Catalyst-Plugin-PageCache-0.18.tar.gz) = 0/cl8By0vJs8lNKQNB8VPV3acw3f6wIS3pr3gZKNifQ=
|
||||
SIZE (Catalyst-Plugin-PageCache-0.18.tar.gz) = 28565
|
8
www/p5-Catalyst-Plugin-PageCache/pkg/DESCR
Normal file
8
www/p5-Catalyst-Plugin-PageCache/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
||||
Using the PageCache plugin, you can cache the full output of different
|
||||
pages so they are served to your visitors as fast as possible. This
|
||||
method of caching is very useful for withstanding huge amounts of
|
||||
request in a short time.
|
||||
|
||||
This plugin requires that you also load a Cache plugin. Please
|
||||
reference the documentation for this module when choosing a cache
|
||||
backend.
|
4
www/p5-Catalyst-Plugin-PageCache/pkg/PLIST
Normal file
4
www/p5-Catalyst-Plugin-PageCache/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/07/15 16:34:12 simon Exp $
|
||||
${P5SITE}/Catalyst/Plugin/
|
||||
${P5SITE}/Catalyst/Plugin/PageCache.pm
|
||||
@man man/man3p/Catalyst::Plugin::PageCache.3p
|
Loading…
Reference in New Issue
Block a user