aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Plugin-PageCache/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.32, set NO_ARCH, and sort plist.Adam Weinberger2016-10-101-2/+2
| | | | | | | Changes: who knows? Notes: svn path=/head/; revision=423714
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* support STAGEDIR.Vanilla I. Shu2013-11-071-3/+0
| | | | Notes: svn path=/head/; revision=333070
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Convert to new perl frameworkMathieu Arnold2013-08-021-5/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Add missing BUILD_DEPENDS and RUN_DEPENDS so the module worksSteve Wills2012-01-101-2/+7
| | | | | | | | - Bump PORTREVISION due to new RUN_DEPENDS - Add TEST_DEPENDS to enable testing Notes: svn path=/head/; revision=288859
* - Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+Sunpoet Po-Chuan Hsieh2011-09-171-1/+1
| | | | | | | | Suggested by: az With hat: perl Notes: svn path=/head/; revision=281882
* - Update to 0.31Sunpoet Po-Chuan Hsieh2010-11-181-4/+5
| | | | | | | | | Changes: http://search.cpan.org/dist/Catalyst-Plugin-PageCache/Changes PR: ports/152323 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=264730
* Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.Mark Linimon2009-08-161-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=239640
* - Update to 0.22Philip M. Gollucci2009-07-231-1/+1
| | | | | | | | | PR: ports/136578 Approved by: maintainer timeout (lbr; 14 days) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=238291
* Update to 0.21Lars Balker Rasmussen2008-10-031-1/+1
| | | | Notes: svn path=/head/; revision=221154
* Update to 0.19Lars Balker Rasmussen2008-08-241-1/+1
| | | | Notes: svn path=/head/; revision=219117
* Update to 0.18Lars Balker Rasmussen2008-06-291-1/+1
| | | | Notes: svn path=/head/; revision=215967
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-6/+2
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Update to 0.17Lars Balker Rasmussen2007-07-301-3/+2
| | | | Notes: svn path=/head/; revision=196765
* Update to 0.16Lars Balker Rasmussen2007-07-261-2/+2
| | | | Notes: svn path=/head/; revision=196310
* Update to 0.15Lars Balker Rasmussen2007-01-051-1/+1
| | | | | | | | PR: 104603 (was 0.14) Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> Notes: svn path=/head/; revision=181489
* Update to 0.13.Lars Balker Rasmussen2006-08-151-3/+3
| | | | Notes: svn path=/head/; revision=170679
* Update all users of p5-Catalyst to use p5-Catalyst-Runtime, and possiblyLars Balker Rasmussen2006-07-111-1/+1
| | | | | | | p5-Catalyst-Devel as well (if they have Helper modules). Notes: svn path=/head/; revision=167513
* Changing email-address on my 80 ports.Lars Balker Rasmussen2006-05-011-2/+2
| | | | | | | Approved by: erwin (mental) Notes: svn path=/head/; revision=161060
* - Update to 0.12Sergey Matveychuk2006-03-261-1/+1
| | | | | | | | PR: ports/94960 Submitted by: maintainer Notes: svn path=/head/; revision=158188
* Many dynamic websites perform heavy processing on most pages, yet thisErwin Lansing2005-12-191-0/+29
information may rarely change from request to request. 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 a Slashdotting, for example. This plugin requires that you also load a Cache plugin. Please see the Known Issues when choosing a cache backend. WWW: http://search.cpan.org/dist/Catalyst-Plugin-PageCache/ PR: ports/90661 Submitted by: Lars Balker Rasmussen <lars@balker.dk> Notes: svn path=/head/; revision=151585