aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/distilator
Commit message (Collapse)AuthorAgeFilesLines
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Provide an option to add SSL protocol supportEmanuel Haupt2016-12-081-0/+6
| | | | Notes: svn path=/head/; revision=428109
* Adjust description as perl threads are no longer used.Emanuel Haupt2016-12-061-2/+1
| | | | | | | MFH: 2016Q4 Notes: svn path=/head/; revision=427951
* Update to 0.3.Emanuel Haupt2016-12-064-10/+6
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=427950
* Mark NO_ARCHEmanuel Haupt2016-09-101-0/+1
| | | | Notes: svn path=/head/; revision=421683
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptEmanuel Haupt2015-01-061-1/+1
| | | | Notes: svn path=/head/; revision=376406
* - Add LICENSESunpoet Po-Chuan Hsieh2014-12-251-0/+3
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=375587
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Remove @dirrm, @dirrmtryEmanuel Haupt2014-10-081-5/+0
| | | | Notes: svn path=/head/; revision=370444
* Support staging.Emanuel Haupt2013-10-231-1/+0
| | | | Notes: svn path=/head/; revision=331362
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | ports-mgmt) Notes: svn path=/head/; revision=327762
* - convert to the new perl5 frameworkAndrej Zverev2013-09-061-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326530
* Remove MAKE_JOBS_SAFE which is now default.Emanuel Haupt2013-07-241-1/+0
| | | | Notes: svn path=/head/; revision=323578
* Mark MAKE_JOBS_SAFEEmanuel Haupt2013-05-081-0/+1
| | | | Notes: svn path=/head/; revision=317656
* Remove indefinite article from COMMENTEmanuel Haupt2013-03-081-6/+2
| | | | Notes: svn path=/head/; revision=313649
* - Set default perl version for ports which currently usingAndrej Zverev2012-12-161-1/+1
| | | | | | | | | (5.x+ and x < 12) scheme. Approved by: bapt@ (portmgr@) Notes: svn path=/head/; revision=308985
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* Get rid of ${SITE_PERL} in *_DEPENDSEmanuel Haupt2012-06-061-1/+1
| | | | | | | Submitted by: az Notes: svn path=/head/; revision=298572
* Add p5-libwww as dependency.Emanuel Haupt2010-11-021-1/+3
| | | | | | | | PR: 151889 Submitted by: Florian Smeets <flo@smeets.im> Notes: svn path=/head/; revision=263935
* - Update to 0.2Emanuel Haupt2010-10-292-6/+4
| | | | | | | - Don't need www/p5-HTTP-SimpleLinkChecker anymore Notes: svn path=/head/; revision=263769
* This port requires at least perl 5.10.1Emanuel Haupt2010-10-191-1/+1
| | | | | | | Notified by: glarkin Notes: svn path=/head/; revision=263301
* Add ports-mgmt/distilator, a command-line script to check the availability of aEmanuel Haupt2010-10-194-0/+40
ports distfiles. This script can take advantage of perl threads if available. Notes: svn path=/head/; revision=263291