aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/p5-Benchmark-Forking
Commit message (Collapse)AuthorAgeFilesLines
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Reassign to perl@.Adam Weinberger2015-05-081-1/+1
| | | | Notes: svn path=/head/; revision=385808
* - Add LICENSESunpoet Po-Chuan Hsieh2015-03-281-1/+4
| | | | | | | - Remove MASTER_SITE_SUBDIR Notes: svn path=/head/; revision=382526
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-2/+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
* Cleanup plistBaptiste Daroussin2014-10-201-3/+0
| | | | Notes: svn path=/head/; revision=371236
* Return some ports I maintain to the pool.Eitan Adler2014-02-021-1/+1
| | | | Notes: svn path=/head/; revision=342249
* - Convert to stagingEitan Adler2013-10-202-4/+1
| | | | Notes: svn path=/head/; revision=331020
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | benchmarks) Notes: svn path=/head/; revision=327708
* - Convert to new perl frameworkAndrej Zverev2013-08-041-1/+2
| | | | | | | Approved by: eadler@ (maintainer) Notes: svn path=/head/; revision=324222
* - Fix plistMartin Wilke2013-05-162-1/+1
| | | | | | | Reported by: poudriere exp-run Notes: svn path=/head/; revision=318286
* Fix formatting of WWW line for my portsEitan Adler2013-04-241-1/+1
| | | | Notes: svn path=/head/; revision=316449
* grabEitan Adler2012-10-211-6/+2
| | | | | | | | | trim headers Feature safe: yes Notes: svn path=/head/; revision=306244
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* - Update to 1.01Martin Wilke2010-02-123-7/+6
| | | | | | | | PR: 143792 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=249666
* Add p5-Benchmark-Forking 0.99, run benchmarks in separate processes.Cheng-Lung Sung2007-01-084-0/+47
PR: ports/107593 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=181743