aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTTP-Async
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.29Sunpoet Po-Chuan Hsieh2015-05-312-4/+6
| | | | | | | | | | - Add more TEST_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/HTTP-Async/Changes Notes: svn path=/head/; revision=388098
* - Update to 0.28Sunpoet Po-Chuan Hsieh2015-03-092-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/HTTP-Async/Changes Notes: svn path=/head/; revision=380866
* - Update to 0.27Sunpoet Po-Chuan Hsieh2015-01-122-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/HTTP-Async/Changes Notes: svn path=/head/; revision=376871
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-5/+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
* - Update to 0.26Philippe Audeoud2014-06-192-3/+3
| | | | Notes: svn path=/head/; revision=358386
* - update to 0.25Andrej Zverev2014-03-222-4/+5
| | | | | | | Changelog: http://search.cpan.org/dist/HTTP-Async/Changes Notes: svn path=/head/; revision=348800
* - Update to 0.23Sunpoet Po-Chuan Hsieh2013-11-043-6/+5
| | | | | | | | | - Support STAGEDIR Changes: http://search.cpan.org/dist/HTTP-Async/Changes Notes: svn path=/head/; revision=332742
* 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
* Update to 0.22.Anton Berezin2013-09-122-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/HTTP-Async/Changes Notes: svn path=/head/; revision=327042
* Update to 0.21.Anton Berezin2013-08-292-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/HTTP-Async/Changes Notes: svn path=/head/; revision=325576
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Update to 0.20Frederic Culot2013-07-182-5/+7
| | | | | | | | | | - Add LICENSE (Artistic 1 & GPL 1) - Pet portlint(1) by moving TEST_DEPENDS section earlier Changes: http://search.cpan.org/dist/HTTP-Async/Changes Notes: svn path=/head/; revision=323226
* Update to 0.18.Anton Berezin2013-05-282-8/+4
| | | | | | | Changes: http://search.cpan.org/dist/HTTP-Async/CHANGES Notes: svn path=/head/; revision=319295
* Update to 0.11.Anton Berezin2012-12-052-3/+3
| | | | | | | | | Changes: http://cpansearch.perl.org/src/EVDB/HTTP-Async-0.11/CHANGES Feature safe: yes Notes: svn path=/head/; revision=308327
* - Update to 0.10Sunpoet Po-Chuan Hsieh2012-03-132-8/+9
| | | | | | | | | | - Sort *_DEPENDS Changes: http://search.cpan.org/dist/HTTP-Async/CHANGES Feature safe: yes Notes: svn path=/head/; revision=293210
* - Add TEST_DEPENDS to enable testingSteve Wills2012-01-111-1/+2
| | | | | | | - Expand value of BUILD_DEPENDS before assigning to RUN_DEPENDS Notes: svn path=/head/; revision=288930
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Remove test-only and included-in-perl-5.8 dependencies.Jun Kuriyama2009-12-251-2/+2
| | | | Notes: svn path=/head/; revision=246603
* Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and noMark Linimon2009-08-281-1/+1
| | | | | | | | | response to email. Hat: portmgr Notes: svn path=/head/; revision=240460
* - Update to 0.09.Chin-San Huang2007-09-182-8/+6
| | | | | | | - Use the CPAN site macro. Notes: svn path=/head/; revision=199727
* Add p5-HTTP-Async 0.07, process multiple HTTP requests in parallelRong-En Fan2007-03-184-0/+51
without blocking. PR: ports/110469 Submitted by: chinsan Notes: svn path=/head/; revision=187665