Port details |
- parfetch-overlay Fetch distfiles in parallel and with pipelining
- 0.1.2 ports-mgmt
=0 0.1.2Version of this port present on the latest quarterly branch.
- DEPRECATED: Unmaintained
This port expired on: 2023-08-31
- Maintainer: tobik@FreeBSD.org
- Port Added: 2021-11-26 10:36:06
- Last Update: 2023-08-31 20:47:22
- Commit Hash: aa3dbc9
- License: BSD2CLAUSE
- WWW:
- https://codeberg.org/tobik/parfetch-overlay
- Description:
- Fetch distfiles in parallel and with pipelining
Ports that fetch multiple distfiles from the same host can
especially benefit from this.
This is a glue application between libcurl and the ports
framework. It comes with a ports overlay that replaces the
default do-fetch and checksum targets.
This is an experiment. Use at your own risk.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- parfetch-overlay>0:ports-mgmt/parfetch-overlay
- No installation instructions:
- This port has been deleted.
- PKGNAME: parfetch-overlay
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1650452702
SHA256 (parfetch-0.1.2.tar.lz) = c31095d98be11ef01e5adcffe59242b06252820dfa7785a3c7c267a35cb0402c
SIZE (parfetch-0.1.2.tar.lz) = 5311385
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:
-
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libevent.so : devel/libevent
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- ports-mgmt_parfetch-overlay
- USES:
- compiler:c11 ninja pkgconfig ssl tar:lz
- pkg-message:
- For install:
- Local setup
===========
Add this to /etc/make.conf
OVERLAYS+= /usr/local/share/parfetch/overlay
It replaces the default do-fetch and checksum targets.
Poudriere setup
===============
This requires a Poudriere version that supports overlays like
poudriere-devel.
Make the overlay available to Poudriere
$ poudriere ports -c -p parfetch -m null -M /usr/local/share/parfetch/overlay
Use it
$ poudriere bulk -O parfetch ...
Additional configuration
========================
For additional configuration options please refer to
/usr/local/share/parfetch/overlay/Mk/bsd.overlay.mk
The overlay can be disabled at any time by defining
NO_PARFETCH.
- Master Sites:
|
Port Moves |
- port deleted on 2023-08-31
REASON: Has expired: Unmaintained
|
Number of commits found: 9
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.2 31 Aug 2023 20:47:22 |
Rene Ladan (rene) |
ports-mgmt/parfetch-overlay: Remove expired port
2023-08-31 ports-mgmt/parfetch-overlay: Unmaintained |
0.1.2 30 Jun 2023 11:29:54 |
Tobias Kortkamp (tobik) |
ports-mgmt/parfetch-overlay: Deprecate |
0.1.2 10 Sep 2022 14:36:28 |
Tobias Kortkamp (tobik) |
ports-mgmt/parfetch-overlay: Move to new home |
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.1.2 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.1.2 23 Apr 2022 07:39:20 |
Tobias Kortkamp (tobik) |
ports-mgmt/parfetch-overlay: Update to 0.1.2
Vendor libcurl and unbreak build after
fd03c8280ebad6a0570a9f08a3d589939dff1293 (?) which probably broke
linking libcurl statically.
ld: error: undefined symbol: idn2_lookup_u8
>>> referenced by libpsl_la-psl.o:(is_public_suffix) in archive
/usr/local/lib/libpsl.a
>>> referenced by libpsl_la-psl.o:(psl_load_fp) in archive
/usr/local/lib/libpsl.a
ld: error: undefined symbol: uninorm_nfkc
>>> referenced by libpsl_la-psl.o:(psl_str_to_utf8lower) in archive
/usr/local/lib/libpsl.a
>>> referenced by libpsl_la-psl.o:(psl_str_to_utf8lower) in archive
/usr/local/lib/libpsl.a
ld: error: undefined symbol: u8_tolower
>>> referenced by libpsl_la-psl.o:(psl_str_to_utf8lower) in archive
/usr/local/lib/libpsl.a
>>> referenced by libpsl_la-psl.o:(psl_str_to_utf8lower) in archive
/usr/local/lib/libpsl.a
ld: error: undefined symbol: u8_strlen
>>> referenced by libpsl_la-psl.o:(psl_str_to_utf8lower) in archive
/usr/local/lib/libpsl.a
https://github.com/t6/parfetch/releases/tag/v0.1.2 |
0.1.1 07 Feb 2022 18:39:58 |
Tobias Kortkamp (tobik) |
ports-mgmt/parfetch-overlay: Update to 0.1.1
https://github.com/t6/parfetch/releases/tag/v0.1.1 |
0.1.0 03 Dec 2021 04:48:25 |
Tobias Kortkamp (tobik) |
ports-mgmt/parfetch-overlay: Update to 0.1.0
Changes: https://github.com/t6/parfetch/releases/tag/v0.1.0 |
a20211126 26 Nov 2021 10:33:16 |
Tobias Kortkamp (tobik) |
ports-mgmt/parfetch-overlay: Add overlay to fetch distfiles in parallel and with
pipelining
Ports that fetch multiple distfiles from the same host can
especially benefit from this.
This is a glue application between libcurl and the ports
framework. It comes with a ports overlay that replaces the
default do-fetch and checksum targets.
This is an experiment. Use at your own risk.
WWW: https://github.com/t6/parfetch
Demo: https://asciinema.org/a/ogjs0MiCNZxqwYy2xliHfYEaM
Some unscientific but repeatable numbers: tokei (152 distfiles)
fetch is down from ~44s to ~3s. wlroots (34 distfiles) fetch is
down from ~12s to ~3s. rust makesum (28 distfiles) is down from
~90s to ~50s. |
Number of commits found: 9
|