aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-HTML-Tidy
Commit message (Collapse)AuthorAgeFilesLines
* Remove Created by lines where I am the one.Mathieu Arnold2019-05-201-1/+0
| | | | Notes: svn path=/head/; revision=502104
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Update to 1.60Sunpoet Po-Chuan Hsieh2017-09-142-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/HTML-Tidy/Changes Notes: svn path=/head/; revision=449863
* Update to 1.58Sunpoet Po-Chuan Hsieh2017-05-273-7/+9
| | | | | | | | | | | - Strip shared library - Convert to options target helper - Sort PLIST Changes: http://search.cpan.org/dist/HTML-Tidy/Changes Notes: svn path=/head/; revision=441836
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* - Add LICENSESunpoet Po-Chuan Hsieh2014-03-011-11/+3
| | | | | | | | - Remove outdated PERL_LEVEL check - Simplify Makefile Notes: svn path=/head/; revision=346626
* - Wrap up cd && foo in parenthesis, it'd break with bmake -jMathieu Arnold2013-11-241-2/+2
| | | | | | | - Replace some FIND ... CPIO with COPYTREE_SHARE. Notes: svn path=/head/; revision=334748
* Try and be consistent with what commands are silent and not in *install.Mathieu Arnold2013-10-221-1/+1
| | | | | | | | | | | | | | - MKDIR is silent - ECHO is silent - INSTALL_* are not silent - CP/FIND/... are not silent I fixed a few PORTDOCS misusage, I'll do a second pass. With Hat: perl@ Notes: svn path=/head/; revision=331301
* - Update to 1.56Sunpoet Po-Chuan Hsieh2013-09-233-14/+22
| | | | | | | | | - Support STAGEDIR Changes: http://search.cpan.org/dist/HTML-Tidy/Changes Notes: svn path=/head/; revision=328040
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-041-1/+1
| | | | Notes: svn path=/head/; revision=298341
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+Sunpoet Po-Chuan Hsieh2011-09-171-1/+1
| | | | | | | With hat: perl Notes: svn path=/head/; revision=281878
* - Cleaning MD5 in perl@'s portsPhilippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274222
* Update to 1.54.Andrej Zverev2010-09-192-5/+5
| | | | | | | | | | Changes: http://search.cpan.org/dist/HTML-Tidy/Changes PR: ports/150726 Submitted by: Frederic Culot <frederic@culot.org> Notes: svn path=/head/; revision=261447
* - Fix for non standard LOCALBASEPhilip M. Gollucci2010-06-071-0/+4
| | | | | | | | | PR: ports/144463 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> With Hat: perl@ Notes: svn path=/head/; revision=255967
* - Update to 1.52Wen Heping2010-05-193-27/+6
| | | | | | | | | | - Update dependence PR: ports/146586 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Notes: svn path=/head/; revision=254585
* Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.Mark Linimon2009-08-161-2/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=239641
* Prevent the port from segfaulting under certain conditions.Anton Berezin2007-10-042-0/+21
| | | | | | | | PR: 116602 Approved by: maintainer (mat) Notes: svn path=/head/; revision=200839
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-8/+2
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Use the CPAN site macro.Mathieu Arnold2007-08-311-2/+1
| | | | | | | | Use DISTVERSION in place of DISTNAME where possible. Remove perl 5.005 shims. Notes: svn path=/head/; revision=198588
* Update to 1.08Mathieu Arnold2007-04-192-4/+4
| | | | Notes: svn path=/head/; revision=190371
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Be hipe and add SHA256Mathieu Arnold2005-11-141-0/+1
| | | | Notes: svn path=/head/; revision=148240
* search.cpan.org redirect reduction canonicalization project, pass 1:Bill Fenner2005-09-211-1/+1
| | | | | | | | | | | URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search Notes: svn path=/head/; revision=143304
* Update to 1.06Mathieu Arnold2005-08-302-7/+6
| | | | Notes: svn path=/head/; revision=141438
* Update to 1.05.01Mathieu Arnold2004-09-032-4/+15
| | | | Notes: svn path=/head/; revision=118030
* Add p5-HTML-Tidy 1.04, web validation in a Perl object using tidy.Mathieu Arnold2004-06-094-0/+49
Notes: svn path=/head/; revision=111158