Port details |
- distilator Command-line script to check the availability of a ports distfiles
- 1.5.0 ports-mgmt =2 1.4Version of this port present on the latest quarterly branch.
- Maintainer: ehaupt@FreeBSD.org
- Port Added: 2010-10-19 15:50:21
- Last Update: 2024-10-26 10:11:59
- Commit Hash: ae45f28
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://critical.ch/distilator/
- Description:
- A command-line script to check the availability of a FreeBSD ports
distfiles in parallel.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- distilator>0:ports-mgmt/distilator
- To install the port:
- cd /usr/ports/ports-mgmt/distilator/ && make install clean
- To add the package, run one of these commands:
- pkg install ports-mgmt/distilator
- pkg install distilator
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: distilator
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1729936669
SHA256 (distilator-1.5.0.tar.gz) = 4416fadbefba948142c314a479380297f5641ba568bb94832b556bca9a2dcdb4
SIZE (distilator-1.5.0.tar.gz) = 3823
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:
-
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-requests-ftp>=0.3.1 : ftp/py-requests-ftp@py311
- py311-requests>=2.18.4_1 : www/py-requests@py311
- py311-validators>=0.18 : devel/py-validators@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- ports-mgmt_distilator
- USES:
- python shebangfix
- 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 |
1.5.0 26 Oct 2024 10:11:59 |
Emanuel Haupt (ehaupt) |
ports-mgmt/distilator: Update to 1.5.0
This version correctly handles multiple URLs in WWW.
PR: 282318
Notified by: yuri |
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.4 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.4 20 Jul 2022 14:22:46 |
Tobias C. Berner (tcberner) |
ports-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alex Stangl <alex@stangl.us>
* Anders F Bjorklund <afb@users.sourceforge.net>
* Benjamin Lutz
* Brendan Molloy <brendan+freebsd@bbqsrc.net>
* Conrad J. Sabatier <conrads@cox.net>
* Edwin Groothuis (edwin@mavetju.org)
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Gabriel Linder <linder.gabriel@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.4 10 Sep 2021 16:08:49 |
Emanuel Haupt (ehaupt) |
ports-mgmt/distilator: Update to 1.4
This version has improved url validation.
PR: 258389 (based on)
Reported by: yuri |
1.3_1 07 May 2021 06:29:51 |
Emanuel Haupt (ehaupt) |
ports-mgmt/distilator: Fix warnings emitted by python 3.8
PR: 255672
Reported by: yuri |
1.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3 18 Jul 2020 08:34:13 |
ehaupt |
Update to 1.3
This fixes URL detection in cases when `make fetch-urlall-list` does not produce
pure URL's (eg. is prefixed with fetch arguments). This is the case for all
Rust-based ports.
PR: 247988 (based on)
Reported by: yuri |
1.2 11 Apr 2019 11:42:52 |
ehaupt |
Pacify portlint |
1.2 04 Sep 2018 08:58:07 |
ehaupt |
- Update to 1.2
- Improve pylint score from 4.73 to 9.08
- Set a distinctive User-Agent when making HTTP/HTTPS requests |
1.1.1 31 Aug 2018 09:12:27 |
ehaupt |
- Update to 1.1.1
- Support for python3 [1]
- Specify LICENSE_FILE since it's available in the distfile [1]
Requested by: sunpoet [1] |
1.1 29 Aug 2018 07:57:19 |
ehaupt |
Allow building without privileges.
Submitted by: ohauer |
1.1 28 Aug 2018 15:15:39 |
ehaupt |
- Update to 1.1
- Correctly handle hostnames that do not resolve
- Implemented a --silent option which will only show errors |
1.0 27 Aug 2018 16:28:42 |
ehaupt |
- Update to 1.0
- Add WWW and provide an additional mirror
- Provide a longer description as requested by portlint
- Distilator will now report when an URL gives a redirect
- Rewritten in python using requests and requests_ftp
- Licensed under BSD2CLAUSE
PR: 215425
Requested by: mat |
0.3_1 09 Jul 2018 08:40:18 |
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 |
0.3_1 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.3_1 08 Dec 2016 09:08:29 |
ehaupt |
Provide an option to add SSL protocol support |
0.3 06 Dec 2016 12:27:23 |
ehaupt |
Adjust description as perl threads are no longer used.
MFH: 2016Q4 |
0.3 06 Dec 2016 12:24:32 |
ehaupt |
Update to 0.3.
Switch from perl threads to Parallel::ForkManager. With perl 5.24, threads
used in distilator produce a many random warnings hinting at the fact that the
modules used to check the links are not (and never were) thread safe.
Remove WWW. There is no public website available.
PR: 208506 (based on)
Notified by: mat
MFH: 2016Q4 |
0.2_2 10 Sep 2016 10:48:57 |
ehaupt |
Mark NO_ARCH |
0.2_2 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
0.2_2 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.2_2 06 Jan 2015 09:39:54 |
ehaupt |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt |
0.2_2 25 Dec 2014 17:08:59 |
sunpoet |
- Add LICENSE
Approved by: portmgr (implicit) |
0.2_2 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.2_1 08 Oct 2014 14:26:26 |
ehaupt |
Remove @dirrm, @dirrmtry |
0.2_1 23 Oct 2013 10:26:46 |
ehaupt |
Support staging. |
0.2_1 20 Sep 2013 22:36:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
ports-mgmt) |
0.2_1 06 Sep 2013 17:55:21 |
az |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
0.2_1 24 Jul 2013 08:19:07 |
ehaupt |
Remove MAKE_JOBS_SAFE which is now default. |
0.2_1 08 May 2013 12:24:27 |
ehaupt |
Mark MAKE_JOBS_SAFE |
0.2_1 08 Mar 2013 14:00:31 |
ehaupt |
Remove indefinite article from COMMENT |
0.2_1 16 Dec 2012 06:12:28 |
az |
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@) |
0.2_1 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.2_1 06 Jun 2012 10:43:19 |
ehaupt |
Get rid of ${SITE_PERL} in *_DEPENDS
Submitted by: az |
0.2_1 02 Nov 2010 15:20:16 |
ehaupt |
Add p5-libwww as dependency.
PR: 151889
Submitted by: Florian Smeets <flo@smeets.im> |
0.2 29 Oct 2010 23:17:46 |
ehaupt |
- Update to 0.2
- Don't need www/p5-HTTP-SimpleLinkChecker anymore |
0.1 19 Oct 2010 20:34:41 |
ehaupt |
This port requires at least perl 5.10.1
Notified by: glarkin |
0.1 19 Oct 2010 15:50:02 |
ehaupt |
Add ports-mgmt/distilator, a command-line script to check the availability of a
ports distfiles. This script can take advantage of perl threads if available. |