aboutsummaryrefslogtreecommitdiff
path: root/www/p5-WWW-Mechanize
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to new options target helperSunpoet Po-Chuan Hsieh2015-11-152-2/+2
| | | | | | | - Sort PLIST Notes: svn path=/head/; revision=401661
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-1/+1
| | | | | | | | | | | | | | | | | | | - 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
* - Update to 1.75Sunpoet Po-Chuan Hsieh2015-06-032-4/+6
| | | | | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/WWW-Mechanize/Changes Notes: svn path=/head/; revision=388486
* - Add LICENSESunpoet Po-Chuan Hsieh2015-02-232-6/+9
| | | | | | | - Sort PLIST Notes: svn path=/head/; revision=379663
* Update to 1.74.Adam Weinberger2015-02-142-4/+3
| | | | | | | Changes: https://metacpan.org/changes/distribution/WWW-Mechanize Notes: svn path=/head/; revision=378974
* 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
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-2/+2
| | | | Notes: svn path=/head/; revision=360680
* - Wrap up cd && foo in parenthesis, it'd break with bmake -jMathieu Arnold2013-11-241-2/+2
| | | | | | | - Replace some FIND ... CPIO with COPYTREE_SHARE. Notes: svn path=/head/; revision=334748
* Support STAGEDIR.Vanilla I. Shu2013-11-072-17/+12
| | | | Notes: svn path=/head/; revision=333137
* Try and be consistent with what commands are silent and not in *install.Mathieu Arnold2013-10-221-2/+2
| | | | | | | | | | | | | | - MKDIR is silent - ECHO is silent - INSTALL_* are not silent - CP/FIND/... are not silent I fixed a few PORTDOCS misusage, I'll do a second pass. With Hat: perl@ Notes: svn path=/head/; revision=331301
* 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 1.73.Anton Berezin2013-08-302-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/WWW-Mechanize/Changes Notes: svn path=/head/; revision=325687
* - 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
* - Fix testsSteve Wills2012-04-121-0/+11
| | | | | | | | PR: ports/166712 Submitted by: Mel Flynn <rflynn@acsalaska.net> Notes: svn path=/head/; revision=294705
* - Update to 1.72Sunpoet Po-Chuan Hsieh2012-02-102-9/+9
| | | | | | | | | - Do not silence installation message Changes: http://search.cpan.org/dist/WWW-Mechanize/Changes Notes: svn path=/head/; revision=290819
* - Update to 1.71Sunpoet Po-Chuan Hsieh2011-12-092-4/+7
| | | | | | | | Changes: http://search.cpan.org/dist/WWW-Mechanize/Changes Feature safe: yes Notes: svn path=/head/; revision=287128
* Standardize WWW: tags a bit more:Doug Barton2011-11-061-5/+4
| | | | | | | | | | | | | | | | 1. Remove white space from the beginning of lines 2. Make the canonical WWW the last line of the file 3. Remove lines to the effect of, "More information can be found at..." that's the stated purpose of the WWW: tags in the first place. 4. Change secondary WWW: lines to use other text to avoid confusion While I'm here, remove some more useless Author: lines, and some prepended white space to other lines. Mentioned (in part) by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Notes: svn path=/head/; revision=285197
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-6/+3
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Update to 1.70Sunpoet Po-Chuan Hsieh2011-08-282-12/+20
| | | | | | | Changes: http://search.cpan.org/dist/WWW-Mechanize/Changes Notes: svn path=/head/; revision=280621
* - add missing dependency HTML::FormYen-Ming Lee2011-07-241-1/+3
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=278220
* - Update to 1.68Frederic Culot2011-04-262-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/WWW-Mechanize/Changes Notes: svn path=/head/; revision=273213
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - 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.66Baptiste Daroussin2010-09-212-4/+4
| | | | | | | - Changes: http://cpansearch.perl.org/src/PETDANCE/WWW-Mechanize-1.66/Changes Notes: svn path=/head/; revision=261535
* - Update to 1.64Wen Heping2010-07-022-4/+4
| | | | | | | | | PR: ports/148303 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Feature safe: yes Notes: svn path=/head/; revision=257282
* - update to 1.62Yen-Ming Lee2010-04-122-5/+5
| | | | Notes: svn path=/head/; revision=252589
* - Remove test only and stale dependencies.Jun Kuriyama2009-12-161-6/+2
| | | | | | | - Update dependency versions. Notes: svn path=/head/; revision=245995
* Update to 1.60Andrej Zverev2009-08-182-4/+4
| | | | | | | Changelog: http://cpansearch.perl.org/src/PETDANCE/WWW-Mechanize-1.60/Changes Notes: svn path=/head/; revision=239836
* Update to 1.58.Anton Berezin2009-07-152-6/+5
| | | | | | | Changes: http://search.cpan.org/dist/WWW-Mechanize/Changes Notes: svn path=/head/; revision=237867
* - update to 1.54Yen-Ming Lee2009-01-132-4/+4
| | | | Notes: svn path=/head/; revision=225985
* - update to 1.52Yen-Ming Lee2008-11-282-8/+13
| | | | Notes: svn path=/head/; revision=223501
* - update to 1.50Yen-Ming Lee2008-10-282-16/+12
| | | | Notes: svn path=/head/; revision=222172
* - Update to 1.34Cheng-Lung Sung2007-12-122-7/+6
| | | | Notes: svn path=/head/; revision=203131
* - Update to 1.30Cheng-Lung Sung2007-05-252-4/+4
| | | | | | | - this should fix some charset problems.. Notes: svn path=/head/; revision=191734
* - Update to 1.22Martin Wilke2007-03-042-10/+7
| | | | | | | | PR: 109847 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=186484
* Update to 1.20Mathieu Arnold2006-08-192-4/+4
| | | | | | | | PR: 102263 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=170981
* Update to 1.18.Anton Berezin2006-02-063-20/+5
| | | | Notes: svn path=/head/; revision=155305
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Take a perl@ hat and add SHA256 checksumsMathieu Arnold2005-11-141-0/+1
| | | | Notes: svn path=/head/; revision=148244
* Update to 1.16.Anton Berezin2005-10-302-3/+3
| | | | Notes: svn path=/head/; revision=146730
* search.cpan.org redirect reduction canonicalization project, pass 1:Bill Fenner2005-09-211-1/+1
| | | | | | | | | | | URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search Notes: svn path=/head/; revision=143304
* Update to 1.14Mathieu Arnold2005-09-052-4/+3
| | | | | | | | PR: 85743 Submitted by: Emanuel Haupt <ehaupt at critical dot ch> Notes: svn path=/head/; revision=141998
* * reflect renaming on CPAN File-Spec to PathToolsSergey Skvortsov2005-06-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | + add devel/p5-PathTools, remove devel/p5-File-Spec + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports module was renamed * reflect renaming on CPAN PodParser to Pod-Parser + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports * for all changed ports make dependencies on File::Temp, Digest::MD5, Storable unconditional * remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's (this variable is forced by bsd.port.mk now) * update Class-Autouse to 1.17 * update POE-API-Hooks to 1.05 * make portlint happy (clean IGNORE, convert spaces to tabs and so on) Notes: svn path=/head/; revision=137264
* Update to 0.12Mathieu Arnold2005-02-253-4/+5
| | | | Notes: svn path=/head/; revision=129776
* fix plistMathieu Arnold2005-02-041-2/+3
| | | | | | | Pointed out by: kris via pointyhat Notes: svn path=/head/; revision=128025
* Update to 1.10Mathieu Arnold2005-02-022-13/+13
| | | | | | | neer perl 5.6+ Notes: svn path=/head/; revision=127916
* Bad me, bad bad me, I forgot thatMathieu Arnold2004-12-282-1/+2
| | | | | | | Pointed out by: Kris "Ports Janitor" Kennaway Notes: svn path=/head/; revision=125334
* Update to 1.08Mathieu Arnold2004-12-272-5/+6
| | | | Notes: svn path=/head/; revision=125270
* - Reduce dependencies with perl-5.8.Jun Kuriyama2004-10-161-4/+4
| | | | | | | | | - Remove depends on Test::More module which is used on test target only. Reviewed by: perl Notes: svn path=/head/; revision=119568
* Update to 1.04Mathieu Arnold2004-10-122-3/+3
| | | | Notes: svn path=/head/; revision=118918