Port details |
- p5-Furl Perl extension of lightning-fast URL fetcher
- 3.14 www
=1 3.07Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2011-07-09 09:46:33
- Last Update: 2021-10-13 05:39:42
- Commit Hash: 15659b9
- People watching this port, also watch:: unoconv, py38-pycparser, python
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- Lightning-fast URL fetcher.
WWW: https://metacpan.org/release/Furl
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/www/p5-Furl/ && make install clean
- To add the package, run one of these commands:
- pkg install www/p5-Furl
- pkg install p5-Furl
- PKGNAME: p5-Furl
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1632773746
SHA256 (Furl-3.14.tar.gz) = 35ddbd8880d71f19e202433e1761fd1177385e630bf50685bc48b6b7acb857b9
SIZE (Furl-3.14.tar.gz) = 68759
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Class-Accessor-Lite>=0 : devel/p5-Class-Accessor-Lite
- p5-HTTP-Parser-XS>=0.11 : www/p5-HTTP-Parser-XS
- p5-Mozilla-CA>=0 : www/p5-Mozilla-CA
- perl5>=5.32.r0<5.33 : lang/perl5.32
- p5-Module-Build-Tiny>=0.039 : devel/p5-Module-Build-Tiny
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Class-Accessor-Lite>=0 : devel/p5-Class-Accessor-Lite
- p5-HTTP-Parser-XS>=0.11 : www/p5-HTTP-Parser-XS
- p5-Mozilla-CA>=0 : www/p5-Mozilla-CA
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- textproc/p5-Net-Groonga-HTTP
- www/p5-FurlX-Coro
- www/p5-Net-STF-Client
- for Run
-
- textproc/p5-Net-Groonga-HTTP
- www/p5-FurlX-Coro
- www/p5-Net-STF-Client
- Configuration Options:
- No options to configure
- Options name:
- www_p5-Furl
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
13 Oct 2021 05:39:42 3.14
|
Po-Chuan Hsieh (sunpoet)  |
www/p5-Furl: Update to 3.14
- Add LICENSE_FILE
- Sort PLIST
Changes: https://metacpan.org/dist/Furl/changes |
04 Oct 2021 19:58:01 3.07
|
Rene Ladan (rene)  |
*: re-assign kuriyama@s ports to the pool, commit bit safekept
With hat: portmgr-secretary |
07 Apr 2021 08:09:01 3.07
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 3.07
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
09 Jul 2018 08:40:18
3.07 
|
mat  |
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight |
27 May 2018 20:15:20
3.07
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Sep 2017 08:58:50
3.07
|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
01 Apr 2016 14:33:58
3.07
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
14 Jun 2015 10:38:40
3.07
|
kuriyama  |
- Upgrade to 3.07. |
26 Nov 2014 13:08:38
3.05_1
|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
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 (Only the first 15 lines of the commit message are shown above ) |
20 Nov 2014 13:36:56
3.05
|
kuriyama  |
- Upgrade to 3.05. |
06 Mar 2014 18:51:18
3.00
|
sunpoet  |
- Remove outdated PERL_LEVEL check
With hat: perl |
12 Jan 2014 02:41:03
3.00
|
kuriyama  |
- Upgrade to 3.00. |
04 Nov 2013 13:17:16
2.19
|
kuriyama  |
- Upgrade to 2.19. |
20 Sep 2013 23:36:54
2.18
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
10 Aug 2013 14:44:57
2.18
|
kuriyama  |
- Upgrade to 2.18. |
06 Jun 2013 01:39:33
2.16_1
|
kuriyama  |
Add missing run depends. |
26 May 2013 01:09:49
2.16
|
kuriyama  |
- Upgrade to 2.16. |
21 May 2013 22:41:56
2.15
|
kuriyama  |
- Upgrade to 2.15. |
09 Mar 2013 07:06:34
2.09
|
kuriyama  |
- Upgrade to 2.09. |
03 Mar 2013 14:52:24
2.07
|
kuriyama  |
- Upgrade to 2.07. |
17 Feb 2013 22:58:04
2.06
|
kuriyama  |
- Upgrade to 2.06. |
03 Feb 2013 22:43:27
2.01
|
kuriyama  |
- Upgrade to 2.01 (includes incompatible changes). |
15 Jan 2013 03:38:17
1.03
|
kuriyama  |
- Upgrade to 1.03. |
20 Oct 2012 03:33:56
1.00
|
kuriyama  |
- Upgrade to 1.00.
Feature safe: yes |
16 Jul 2012 11:17:26
0.40
|
kuriyama  |
- Upgrade to 0.40. |
10 Jun 2012 18:42:48
0.38
|
swills  |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
07 Mar 2012 16:03:33
0.38
|
swills  |
- Add TEST_DEPENDS to enable testing
Approved by: portmgr (blanket) |
09 Oct 2011 01:17:21
0.38
|
kuriyama  |
- Upgrade to 0.38. |
31 Aug 2011 12:02:43
0.37
|
kuriyama  |
- Upgrade to 0.37. |
06 Aug 2011 12:17:52
0.34
|
kuriyama  |
- Upgrade to 0.34. |
09 Jul 2011 09:45:26
0.32
|
kuriyama  |
Lightning-fast URL fetcher.
WWW: http://search.cpan.org/dist/Furl/ |