aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Jifty
Commit message (Collapse)AuthorAgeFilesLines
* Clean up the rest of the perl@ Makefiles a bit.Adam Weinberger2015-03-131-4/+4
| | | | | | | | | | | | | | | | | | | - Remove dependencies on modules distributed as part of perl core - Remove references to FreeBSD < 8 and perl < 5.16 - Ensure that DOCS and EXAMPLES options exist for ports installing PORTDOCS or PORTEXAMPLES - Reduce unnecessary inclusions of bsd.port.options.mk by using OPTIONS helpers and the like - Fix some cases where dependencies were only assigned to BUILD_DEPENDS - Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS. This one happens in many, many ports. I only applied it in cases where it interfered with 'make test' but it should maybe be done more generally. - Mute ${MKDIR} in installation - Parethesize compound commands - In www/p5-URI-Fetch, remove the ZLIB option that wasn't used Notes: svn path=/head/; revision=381221
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-137/+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-073-360/+349
| | | | Notes: svn path=/head/; revision=333112
* 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
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-7/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309079
* - Assign clsung's p5- ports to perl@Steve Wills2012-05-011-1/+1
| | | | | | | Approved by: clsung via IRC Notes: svn path=/head/; revision=295750
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+7
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-7/+1
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - Add missing DEPENDSSteve Wills2012-03-051-12/+23
| | | | | | | | | | | | | - Bump PORTREVISION due to new RUN_DEPENDS changing package - Move test only dependencies to TEST_DEPENDS Note: this still fails tests PR: ports/164975 Approved by: maintainer timeout (clsung, > 2 weeks) Notes: svn path=/head/; revision=292710
* - Update to 1.10518Cheng-Lung Sung2011-09-274-5/+3
| | | | Notes: svn path=/head/; revision=282449
* - update to 1.10214Cheng-Lung Sung2011-03-032-3/+4
| | | | Notes: svn path=/head/; revision=270198
* - Update to 1.01209Cheng-Lung Sung2011-02-124-36/+42
| | | | Notes: svn path=/head/; revision=268984
* Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,Martin Matuska2010-09-211-6/+12
| | | | | | | | | p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress. Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903 Bump PORTREVISION Notes: svn path=/head/; revision=261530
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-251-3/+1
| | | | | | | | | (part 5). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248550
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-201-4/+1
| | | | | | | | | (part 1). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248185
* - Remove mail/p5-Email-MIME-Creator, it has been folded into mail/p5-Email-MIMEPav Lucistnik2009-11-241-2/+1
| | | | | | | | | | | | - Remove mail/p5-Email-MIME-Modifier, it has been folded into mail/p5-Email-MIME - Remove mail/p5-Email-Simple-Creator, it has been folded into mail/p5-Email-Simple - Adjust dependencies Reported by: pointyhat With hat: portmgr Notes: svn path=/head/; revision=244732
* - p5-Email-Simple-Creator was merged to p5-Email-SimpleCheng-Lung Sung2009-11-221-2/+2
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=244649
* - Update to 0.91117Cheng-Lung Sung2009-11-204-137/+150
| | | | | | | Changes: http://search.cpan.org/dist/Jifty/ChangeLog Notes: svn path=/head/; revision=244526
* - Update to 0.90701Cheng-Lung Sung2009-07-214-4/+14
| | | | | | | | PR: ports/136586 Submitted by: pgollucci Notes: svn path=/head/; revision=238158
* - Update to 0.90519Cheng-Lung Sung2009-06-174-648/+468
| | | | | | | | PR: ports/135545 Submitted by: Wen Heping <wenheping_AT_gmail dot com> Notes: svn path=/head/; revision=236099
* - Fix plist with perl 5.8.9Pav Lucistnik2009-01-172-0/+10
| | | | Notes: svn path=/head/; revision=226340
* - take the maintainershipCheng-Lung Sung2008-09-251-1/+1
| | | | | | | Approved by: maintainer (tobez) Notes: svn path=/head/; revision=220764
* - Update to 0.80408Cheng-Lung Sung2008-09-254-27/+395
| | | | | | | | | | Changes: http://search.cpan.org/dist/Jifty/Changes PR: ports/122614 Submitted by: clsung Approved by: maintainer timeout Notes: svn path=/head/; revision=220763
* - 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
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-8/+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.70422.Anton Berezin2007-04-234-31/+180
| | | | Notes: svn path=/head/; revision=190722
* Update to 0.70117.Anton Berezin2007-01-294-15/+58
| | | | Notes: svn path=/head/; revision=183615
* Update to 0.60912.Anton Berezin2006-12-224-32/+122
| | | | | | | | | | The patch in the original PR had to be modified. PR: 105996 Submitted by: ijliao Notes: svn path=/head/; revision=180480
* Update to 0.60507.Anton Berezin2006-05-154-223/+259
| | | | Notes: svn path=/head/; revision=162416
* Remove dependency upon p5-JSON-Syck, sinceColin Percival2006-04-071-1/+0
| | | | | | | | | | | | | 1. p5-JSON-Syck no longer exists, and 2. this port already depends upon p5-YAML-Syck, which includes the functionality formerly provided by p5-JSON-Syck. This fixes the INDEX build. Reported by: portsnap buildbox Notes: svn path=/head/; revision=159063
* Update to 0.60213.Anton Berezin2006-02-174-215/+230
| | | | Notes: svn path=/head/; revision=156210
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-34/+34
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Update to 0.51228.Anton Berezin2005-12-292-4/+5
| | | | Notes: svn path=/head/; revision=152343
* Add www/p5-Jifty 0.51225, yet another Perl web framework.Anton Berezin2005-12-274-0/+339
Notes: svn path=/head/; revision=152192