aboutsummaryrefslogtreecommitdiff
path: root/www/p5-URI-Fetch
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-6/+0
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309086
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* Convert to new options frameworkBaptiste Daroussin2012-05-311-4/+7
| | | | Notes: svn path=/head/; revision=297871
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-2/+8
| | | | | | | | | | | | 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-8/+2
| | | | | | | | | | | | | | | | | | 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
* Update to 0.09(0).Anton Berezin2011-12-012-4/+3
| | | | | | | | Changes: http://search.cpan.org/dist/URI-Fetch/Changes Feature safe: yes Notes: svn path=/head/; revision=286725
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Fix previous commit by using bsd.port.[pre|post].mkMartin Matuska2010-09-211-1/+3
| | | | Notes: svn path=/head/; revision=261548
* Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,Martin Matuska2010-09-211-2/+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
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-221-10/+4
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* - simplify dependencyYen-Ming Lee2008-11-112-15/+20
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=222748
* - 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
* Fix up after bsd.perl.mk import.Mark Linimon2007-09-101-2/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=199231
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-3/+0
| | | | | | | | | | | 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.08Cheng-Lung Sung2006-07-252-4/+5
| | | | Notes: svn path=/head/; revision=168706
* - Update to 0.071Lars Thegler2006-07-152-5/+5
| | | | | | | - Assign maintainership to perl@ Notes: svn path=/head/; revision=167902
* Update to 0.07Lars Thegler2006-06-202-4/+4
| | | | Notes: svn path=/head/; revision=165878
* Update to 0.06Lars Thegler2006-04-292-4/+4
| | | | Notes: svn path=/head/; revision=160746
* - Update to 0.05Lars Thegler2006-03-152-5/+19
| | | | | | | - Now includes OPTIONS for ZLib and Cache Notes: svn path=/head/; revision=157251
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Update to 0.04Lars Thegler2005-10-112-3/+3
| | | | Notes: svn path=/head/; revision=144925
* 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
* Add p5-URI-Fetch 0.03, smart URI fetching/caching.Lars Thegler2005-07-304-0/+47
Notes: svn path=/head/; revision=140488