non port: ports-mgmt/distilator/Makefile |
SVNWeb
|
Number of commits found: 31 |
Fri, 10 Sep 2021
|
[ 16:08 Emanuel Haupt (ehaupt) ] efc2290
ports-mgmt/distilator: Update to 1.4
This version has improved url validation.
PR: 258389 (based on)
Reported by: yuri
|
Fri, 7 May 2021
|
[ 06:29 Emanuel Haupt (ehaupt) ] 3a978f1
ports-mgmt/distilator: Fix warnings emitted by python 3.8
PR: 255672
Reported by: yuri
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 18 Jul 2020
|
[ 08:34 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
|
Thu, 11 Apr 2019
|
[ 11:42 ehaupt ]
Pacify portlint
|
Tue, 4 Sep 2018
|
[ 08:58 ehaupt ]
- Update to 1.2
- Improve pylint score from 4.73 to 9.08
- Set a distinctive User-Agent when making HTTP/HTTPS requests
|
Fri, 31 Aug 2018
|
[ 09:12 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]
|
Tue, 28 Aug 2018
|
[ 15:15 ehaupt ]
- Update to 1.1
- Correctly handle hostnames that do not resolve
- Implemented a --silent option which will only show errors
|
Mon, 27 Aug 2018
|
[ 16:28 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
|
Mon, 9 Jul 2018
|
[ 08:40 mat ] (Only the first 10 of 429 ports in this commit are shown above. )
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
|
Fri, 15 Sep 2017
|
[ 08:58 mat ] (Only the first 10 of 2495 ports in this commit are shown above. )
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight
|
Thu, 8 Dec 2016
|
[ 09:08 ehaupt ]
Provide an option to add SSL protocol support
|
Tue, 6 Dec 2016
|
[ 12:24 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
|
Sat, 10 Sep 2016
|
[ 10:48 ehaupt ] (Only the first 10 of 17 ports in this commit are shown above. )
Mark NO_ARCH
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 6 Jan 2015
|
[ 09:39 ehaupt ]
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
|
Thu, 25 Dec 2014
|
[ 17:08 sunpoet ]
- Add LICENSE
Approved by: portmgr (implicit)
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
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 )
|
Wed, 23 Oct 2013
|
[ 10:26 ehaupt ] (Only the first 10 of 48 ports in this commit are shown above. )
Support staging.
|
Fri, 20 Sep 2013
|
[ 22:36 bapt ] (Only the first 10 of 81 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
ports-mgmt)
|
Fri, 6 Sep 2013
|
[ 17:55 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
|
Wed, 24 Jul 2013
|
[ 08:19 ehaupt ] (Only the first 10 of 161 ports in this commit are shown above. )
Remove MAKE_JOBS_SAFE which is now default.
|
Wed, 8 May 2013
|
[ 12:24 ehaupt ] (Only the first 10 of 19 ports in this commit are shown above. )
Mark MAKE_JOBS_SAFE
|
Fri, 8 Mar 2013
|
[ 14:00 ehaupt ] (Only the first 10 of 68 ports in this commit are shown above. )
Remove indefinite article from COMMENT
|
Sun, 16 Dec 2012
|
[ 06:12 az ] (Only the first 10 of 113 ports in this commit are shown above. )
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@)
|
Sun, 10 Jun 2012
|
[ 18:42 swills ] (Only the first 10 of 639 ports in this commit are shown above. )
- 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)
|
Wed, 6 Jun 2012
|
[ 10:43 ehaupt ]
Get rid of ${SITE_PERL} in *_DEPENDS
Submitted by: az
|
Tue, 2 Nov 2010
|
[ 15:20 ehaupt ]
Add p5-libwww as dependency.
PR: 151889
Submitted by: Florian Smeets <flo@smeets.im>
|
Fri, 29 Oct 2010
|
[ 23:17 ehaupt ]
- Update to 0.2
- Don't need www/p5-HTTP-SimpleLinkChecker anymore
|
Tue, 19 Oct 2010
|
[ 20:34 ehaupt ]
This port requires at least perl 5.10.1
Notified by: glarkin
|
[ 15:50 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.
|
Number of commits found: 31 |