aboutsummaryrefslogtreecommitdiff
path: root/www/p5-libwww
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-15/+15
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* - Update to 6.15Sunpoet Po-Chuan Hsieh2015-12-062-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/libwww/Changes Notes: svn path=/head/; revision=403136
* - Use DISTVERSIONPREFIX instead of DISTNAMESunpoet Po-Chuan Hsieh2015-11-152-8/+8
| | | | | | | - Sort PLIST Notes: svn path=/head/; revision=401659
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-7/+7
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* - Remove p5-Crypt-SSLeay from HTTPS optionSunpoet Po-Chuan Hsieh2015-03-301-4/+2
| | | | Notes: svn path=/head/; revision=382661
* - Update to 6.13Sunpoet Po-Chuan Hsieh2015-02-182-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/libwww-perl/Changes Notes: svn path=/head/; revision=379266
* 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 6.08Sunpoet Po-Chuan Hsieh2014-07-262-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/libwww-perl/Changes Notes: svn path=/head/; revision=362953
* - Update to 6.07Sunpoet Po-Chuan Hsieh2014-07-042-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/libwww-perl/Changes Notes: svn path=/head/; revision=360530
* - Update to 6.06Sunpoet Po-Chuan Hsieh2014-04-263-13/+13
| | | | | | | | | | | - Add LICENSE - Convert to new options helper - Sort PLIST Changes: http://search.cpan.org/dist/libwww-perl/Changes Notes: svn path=/head/; revision=352291
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-09-302-20/+18
| | | | Notes: svn path=/head/; revision=328848
* 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 frameworkSunpoet Po-Chuan Hsieh2013-08-211-1/+2
| | | | Notes: svn path=/head/; revision=325134
* - Update to 6.05Sunpoet Po-Chuan Hsieh2013-03-122-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/libwww-perl/Changes Notes: svn path=/head/; revision=313954
* - Convert to new options frameworkSunpoet Po-Chuan Hsieh2012-10-061-7/+3
| | | | | | | | - Cleanup Makefile header - Rename option: SSL -> HTTPS Notes: svn path=/head/; revision=305399
* - Update to 6.04Sunpoet Po-Chuan Hsieh2012-02-292-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/libwww-perl/Changes Notes: svn path=/head/; revision=292435
* - Update to 6.03Sunpoet Po-Chuan Hsieh2012-01-072-6/+8
| | | | | | | | | - Add BUILD_DEPENDS Changes: http://search.cpan.org/dist/libwww-perl/Changes Notes: svn path=/head/; revision=288688
* - Bump PORTREVISION for security/p5-Authen-NTLM PORTNAME changeSunpoet Po-Chuan Hsieh2011-07-281-2/+3
| | | | Notes: svn path=/head/; revision=278450
* - Fix typoSunpoet Po-Chuan Hsieh2011-07-111-1/+1
| | | | | | | Notified by: ache Notes: svn path=/head/; revision=277521
* - Update to 6.02Sunpoet Po-Chuan Hsieh2011-07-114-77/+43
| | | | | | | | | | | - Take maintainership [1] PR: ports/157629 Submitted by: sunpoet (myself) Approved by: jadawin (maintainer) [1] Notes: svn path=/head/; revision=277514
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Crypt::SSLeay required for httpsPhilippe Audeoud2010-10-071-0/+8
| | | | | | | | PR: ports/151089 Submitted by: pgollucci@ Notes: svn path=/head/; revision=262561
* - Update to 5.837Philippe Audeoud2010-09-222-5/+4
| | | | | | | - Changelog: <http://cpansearch.perl.org/src/GAAS/libwww-perl-5.837/Changes> Notes: svn path=/head/; revision=261627
* Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,Martin Matuska2010-09-211-1/+4
| | | | | | | | | 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
* Update to 5.836.Anton Berezin2010-06-152-4/+4
| | | | | | | | Changes: http://search.cpan.org/dist/libwww-perl/Changes Approved by: maintainer (who doesn't have internet at home) Notes: svn path=/head/; revision=256544
* - Update to 5.834Philippe Audeoud2009-11-232-4/+4
| | | | | | | - Changes: <http://cpansearch.perl.org/src/GAAS/libwww-perl-5.834/Changes> Notes: svn path=/head/; revision=244675
* - Update to 5.833Philippe Audeoud2009-10-072-4/+4
| | | | | | | - Changelog at <http://cpansearch.perl.org/src/GAAS/libwww-perl-5.833/Changes> Notes: svn path=/head/; revision=242539
* - Update to 5.832Philippe Audeoud2009-09-232-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=241946
* - Update to 5.831Philippe Audeoud2009-08-152-4/+4
| | | | Notes: svn path=/head/; revision=239582
* - Update to 5.830Philippe Audeoud2009-07-272-4/+4
| | | | Notes: svn path=/head/; revision=238432
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-221-8/+0
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* - Update to 5.829Philippe Audeoud2009-07-152-4/+4
| | | | Notes: svn path=/head/; revision=237858
* - Update to 5.828Philippe Audeoud2009-06-292-4/+4
| | | | Notes: svn path=/head/; revision=236755
* - Update to 5.827Philippe Audeoud2009-06-173-5/+7
| | | | Notes: svn path=/head/; revision=236150
* - Update to 5.826Philippe Audeoud2009-04-272-4/+4
| | | | Notes: svn path=/head/; revision=232836
* - Update to 5.825Philippe Audeoud2009-02-182-5/+5
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=228587
* - Update to 5.823Philippe Audeoud2009-01-152-4/+4
| | | | Notes: svn path=/head/; revision=226152
* - Update to 5.822Philippe Audeoud2008-12-102-5/+5
| | | | Notes: svn path=/head/; revision=224071
* - Update to 5.821Philippe Audeoud2008-11-252-4/+4
| | | | Notes: svn path=/head/; revision=223385
* - Update to 5.820Philippe Audeoud2008-11-102-4/+4
| | | | Notes: svn path=/head/; revision=222689
* - Update to 5.819Philippe Audeoud2008-10-222-4/+4
| | | | Notes: svn path=/head/; revision=221899
* - Update to 5.817Cheng-Lung Sung2008-10-112-5/+4
| | | | Notes: svn path=/head/; revision=221412
* - simplify dependenciesYen-Ming Lee2008-10-031-13/+16
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=221144
* - Update to 5.816 [1]Cheng-Lung Sung2008-09-303-5/+9
| | | | | | | | | | - add --aliases to CONFIGURE_ARGS [2] Changes: http://search.cpan.org/dist/libwww-perl/Changes [1] PR: porst/127388 [2] Notes: svn path=/head/; revision=221008
* - Update to 5.815Cheng-Lung Sung2008-09-263-5/+7
| | | | Notes: svn path=/head/; revision=220849
* - Update to 5.814Cheng-Lung Sung2008-08-274-9/+6
| | | | | | | Changes: http://search.cpan.org/dist/libwww-perl/Changes Notes: svn path=/head/; revision=219270
* Reassign to perl@ by maintainer request.Mark Linimon2008-08-191-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=218827
* [PATCH] www/p5-libwww: update to 5.812Edwin Groothuis2008-08-152-4/+4
| | | | | | | | | PR: ports/123310 Submitted by: Martin Wilke <miwi@FreeBSD.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=218603
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-1/+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-7/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069