Port details |
- p5-File-Fetch Generic file fetching mechanism
- 1.04 ftp =4 1.04Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2006-05-31 18:12:26
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: p5-Params-Check, xorg-fonts-truetype, p5-MIME-Tools, php81-pear, libwmf
- Also Listed In: perl5 www
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/File-Fetch
- Description:
- File::Fetch is a generic file fetching mechanism.
It allows you to fetch any file pointed to by a ftp, http, file, or rsync
uri by a number of different means.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-File-Fetch>0:ftp/p5-File-Fetch
- To install the port:
- cd /usr/ports/ftp/p5-File-Fetch/ && make install clean
- To add the package, run one of these commands:
- pkg install ftp/p5-File-Fetch
- pkg install p5-File-Fetch
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-File-Fetch
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1649083062
SHA256 (File-Fetch-1.04.tar.gz) = 804d49fed7516304b41180efca5fb5adf974ec2358fed1880088f2c8e9d78b0f
SIZE (File-Fetch-1.04.tar.gz) = 21026
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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- ftp_p5-File-Fetch
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.04 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.04 20 Jul 2022 14:21:53 |
Tobias C. Berner (tcberner) |
ftp: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Alexander Kriventsov
* Anders Nordby <anders@fix.no>
* Andreas Fehlner <fehlner@gmx.de>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Chris Piazza <cpiazza@FreeBSD.org>
* Damjan Marion <dmarion@open.hr>
* Emanuel Haupt <ehaupt@critical.ch>
* Eric Freeman <freebsdports@chillibear.com> (Only the first 15 lines of the commit message are shown above ) |
1.04 04 Apr 2022 14:39:33 |
Wen Heping (wen) |
ftp/p5-File-Fetch: Update to 1.04 |
1.00 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.00 19 Dec 2020 20:19:38 |
sunpoet |
Update to 1.00
Changes: https://metacpan.org/changes/distribution/File-Fetch |
0.56 12 May 2019 16:38:02 |
sunpoet |
Remove outdated PERL_LEVEL check |
0.56 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.56 03 Dec 2017 20:37:27 |
sunpoet |
Update to 0.56
Changes: http://search.cpan.org/dist/File-Fetch/CHANGES |
0.54 25 Sep 2017 15:12:12 |
sunpoet |
Update to 0.54
Changes: http://search.cpan.org/dist/File-Fetch/CHANGES |
0.52_1 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.52_1 18 Jun 2017 05:51:39 |
sunpoet |
Add PERL_LEVEL check
- Bump PORTREVISION for dependency change |
0.52 09 Oct 2016 15:42:12 |
adamw |
Update to 0.52, and add NO_ARCH.
Changes: https://metacpan.org/changes/distribution/File-Fetch |
0.48_1 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
0.48_1 26 Nov 2014 13:08:38 |
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 ) |
0.48 20 Oct 2014 15:20:22 |
bapt |
Clean up plist |
0.48 04 Feb 2014 16:15:28 |
sunpoet |
- Update to 0.48
Changes: http://search.cpan.org/dist/File-Fetch/CHANGES |
0.46 27 Nov 2013 17:20:11 |
sunpoet |
- Update to 0.46
Changes: http://search.cpan.org/dist/File-Fetch/CHANGES |
0.44 02 Oct 2013 17:50:44 |
sunpoet |
- Update to 0.44
- Support STAGEDIR
Changes: http://search.cpan.org/dist/File-Fetch/CHANGES |
0.42 20 Sep 2013 17:23:19 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
ftp) |
0.42 29 Aug 2013 17:16:53 |
sunpoet |
- Add WWW
- Use single space after WWW:
- Remove Author line |
0.42 31 Jul 2013 11:56:18 |
az |
- Convert to new perl framework
- Trim Makefile header |
0.42 27 Apr 2013 19:18:50 |
culot |
- Update to 0.42
Changes: http://search.cpan.org/dist/File-Fetch/CHANGES |
0.38 29 Mar 2013 00:44:54 |
eadler |
For perl@ owned ports:
- Fix COMMENT
- Trim header |
0.38 12 Jan 2013 16:25:54 |
tobez |
Update to 0.38.
Changes: http://search.cpan.org/dist/File-Fetch/CHANGES |
0.36 17 Dec 2012 15:39:36 |
az |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon. |
0.36 29 Jun 2012 02:54:02 |
sunpoet |
- Update to 0.36
Changes: http://search.cpan.org/dist/File-Fetch/CHANGES |
0.34 16 Apr 2012 07:35:27 |
culot |
- Update to 0.34
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/File-Fetch/CHANGES |
0.32 13 Mar 2012 16:15:36 |
pgollucci |
- Revert ports/165605 as requested by portmgr@
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) |
0.32 08 Mar 2012 18:45:38 |
pgollucci |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
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 |
0.32 28 Dec 2011 08:20:20 |
ehaupt |
End WWW CPAN URL with a "/" |
0.32 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
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 |
0.32 25 Mar 2011 15:04:52 |
bapt |
- update to 0.32
- changes: http://search.cpan.org/src/BINGOS/File-Fetch-0.32/CHANGES |
0.28 09 Nov 2010 06:28:19 |
culot |
- Update to 0.28.
Changes: http://search.cpan.org/dist/File-Fetch/CHANGES
Approved by: sahil@ (mentor) |
0.24 07 Jan 2010 07:06:51 |
wen |
- Update to 0.24 |
0.22 15 Nov 2009 09:17:18 |
wen |
- Update to 0.22 |
0.20 03 Jul 2009 11:35:26 |
tobez |
Update to 0.20. Assign maintainer from ports@ to perl@.
Changes: http://search.cpan.org/dist/File-Fetch/CHANGES |
0.18 19 Dec 2008 19:53:24 |
leeym |
- update to 0.18 |
0.16 17 Oct 2008 19:59:49 |
leeym |
- update to 0.16 |
0.14_1 29 Apr 2008 05:27:10 |
linimon |
Reset aaron's port maintainerships due to many maintainer-timeouts. |
0.14_1 26 Mar 2008 07:25:59 |
leeym |
- use CPAN macro
- fix dependency
- bump PORTREVISION
PR: based on 121634
Submitted by: leeym
Approved by: maintainer timeout |
0.14 23 Feb 2008 19:12:33 |
erwin |
Update to 0.14
PR: 120445
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: maintainer timeout |
0.10 08 Sep 2007 01:00:17 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
0.10 11 Feb 2007 09:39:31 |
erwin |
Update to 0.10
PR: 108909
Submitted by: "Marcelo Araujo" <araujo@bsdmail.org>
Approved by: maintainer timeout |
0.08 13 Sep 2006 20:01:04 |
leeym |
- Update to 0.08
PR: 101258
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Approved by: maintainer timeout |
0.07 31 May 2006 18:07:52 |
aaron |
Adding port ftp/p5-File-Fetch, a generic file fetching mechanism.
Approved by: tobez (implicit) |