Port details |
- paraget Parallel FTP-fetching program
- 0.3.0_3 ftp =4 0.3.0_3Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2001-06-05 15:03:58
- Last Update: 2023-11-01 22:11:47
- Commit Hash: 05f0f44
- People watching this port, also watch:: curl, lftp, wget, axel, firefox
- Also Listed In: perl5
- License: GPLv2
- WWW:
- https://paraget.sourceforge.net/
- Description:
- Paraget implements getting a single file in parallel from different mirror
sites.
Given that there are mirror-sites for the file one is downloading, one can
in principle accomplish a much greater bandwidth by downloading from all
the sites in parallel . This is accomplished by dividing the file being
fetched into several pieces, and by getting each piece from a different
server, and then re-assembling them.
If there are enough mirror sites, this partitioning makes it so that the
bottleneck is now placed at the client end, maxing the client's connection.
Paraget is designed to not only do basic n -equal-piece partitioning of a
file and sending requests out to n servers for data, but to also be dynamic
during the downloading process. For example if one server is too slow, and
paraget was done with faster server downloading its piece
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/ftp/paraget/ && make install clean
- To add the package, run one of these commands:
- pkg install ftp/paraget
- pkg install paraget
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: paraget
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (paraget-0.3.0.tar.gz) = 6f19b1cb51c0c69ce6be0f48d4f0d46b5b9842b02fedd7fd6b2f5fc0e4570ccc
SIZE (paraget-0.3.0.tar.gz) = 32345
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-MethodMaker>=0 : devel/p5-Class-MethodMaker
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- p5-Class-MethodMaker>=0 : devel/p5-Class-MethodMaker
- p5-URI>=0 : net/p5-URI
- p5-XML-Simple>=0 : textproc/p5-XML-Simple
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- ftp_paraget
- 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 |
0.3.0_3 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
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) |
0.3.0_3 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 ) |
0.3.0_3 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 ) |
0.3.0_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.3.0_3 31 Mar 2019 13:07:08 |
danfe |
Spell FTP properly (uppercased) when it does not refer to a command name. |
0.3.0_3 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
0.3.0_3 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.3.0_3 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- 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 |
0.3.0_3 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.3.0_2 20 Oct 2014 15:20:22 |
bapt |
Clean up plist |
0.3.0_2 08 Feb 2014 14:34:00 |
danilo |
- Add stage support
- Add LICENSE |
0.3.0_2 20 Sep 2013 17:23:19 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
ftp) |
0.3.0_2 31 Jul 2013 11:56:18 |
az |
- Convert to new perl framework
- Trim Makefile header |
0.3.0_2 28 Jun 2012 18:37:23 |
az |
- Remove SITE_PERL from *_DEPENDS |
0.3.0_2 10 Jun 2012 18:42:48 |
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) |
0.3.0_2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.3.0_2 28 Dec 2010 06:31:49 |
linimon |
Reset ijliao@FreeBSD.org due to maintainer-timeouts and long absence.
We hope to see ijliao back again sometime.
Hat: portmgr |
0.3.0_2 28 Jan 2010 02:32:30 |
kuriyama |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 12).
Approved by: portmgr (itetcu) |
0.3.0_1 22 Aug 2009 00:20:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with E,F |
0.3.0_1 22 Jan 2006 09:48:59 |
edwin |
SHA256ify
Approved by: krion@ |
0.3.0_1 22 Jan 2006 01:55:36 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.3.0_1 02 Dec 2005 00:03:14 |
flz |
- Fix BUILD_DEPENDS after devel/p5-Class-MethodMaker update.
Noticed by: pointyhat via kris |
0.3.0 18 Mar 2004 06:25:52 |
ijliao |
SIZEify
Submitted by: trevor |
0.3.0 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.3.0 07 Mar 2003 06:02:05 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
24 Jan 2002 16:53:08 |
ijliao |
add run depends |
05 Jun 2001 19:03:58 |
ijliao |
add paraget Parallel ftp-fetching program |