aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Plugin-Server
Commit message (Collapse)AuthorAgeFilesLines
* NO_ARCHDag-Erling Smørgrav2015-10-191-0/+1
| | | | Notes: svn path=/head/; revision=399679
* - Use real PORTVERSIONSunpoet Po-Chuan Hsieh2014-12-081-1/+1
| | | | Notes: svn path=/head/; revision=374287
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-10/+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
* The previous commit was broken - don't know how I managed to install theDag-Erling Smørgrav2014-08-222-8/+40
| | | | | | | | | result. Fix the version requirement for Catalyst::DispatchType::Regex. While there, add a patch that ensures that errors are reported correctly, i.e. 500 for an internal error and 400 for an invalid request. Notes: svn path=/head/; revision=365656
* Add a dependency on Catalyst::DispatchType::Regex, which is no longerDag-Erling Smørgrav2014-08-221-1/+2
| | | | | | | part of the Catalyst core. Notes: svn path=/head/; revision=365652
* Add a patch to enable <nil/> support, cf CPAN RT #85226.Dag-Erling Smørgrav2014-08-212-2/+46
| | | | | | | Take maintainership. Notes: svn path=/head/; revision=365555
* - support STAGEDIRAndrej Zverev2013-11-032-6/+8
| | | | | | | - add LICENSE (where it possible) Notes: svn path=/head/; revision=332617
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Pass maintainership of almost of my "p5-*" ports to "perl@".Sergey Skvortsov2012-05-071-1/+1
| | | | | | | (I hope updating of them will be improved). Notes: svn path=/head/; revision=296145
* - Add missing (undeclared) DEPENDSSteve Wills2012-04-111-1/+3
| | | | | | | | | | | - Avoid use of SITE_PERL in DEPENDS - Bump PORTREVISION PR: ports/166345 Approved by: maintainer timeout (skv, >2 weeks) Notes: svn path=/head/; revision=294663
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Update to 0.28Sergey Skvortsov2010-07-232-4/+6
| | | | | | | Changes: http://cpansearch.perl.org/src/JLMARTIN/Catalyst-Plugin-Server-0.28/Changes Notes: svn path=/head/; revision=258091
* - Update to 0.26Philip M. Gollucci2010-01-092-5/+4
| | | | | | | | | PR: ports/141496 Approved by: maintainer timeout (skv; 25 days) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=247485
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Include some ports in perl5 category.Marcelo Araujo2008-05-191-1/+1
| | | | | | | | | | PR: ports/123530 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: flz (portmgr) Notes: svn path=/head/; revision=213332
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* Add p5-Catalyst-Plugin-Server 0.24, Catalyst Server Plugin: Base &Sergey Skvortsov2007-08-054-0/+50
XMLRPC. Notes: svn path=/head/; revision=197111