From bf763b3d2109f619f02d89471187e730f2cdafe9 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 6 Aug 2011 23:40:27 +0000 Subject: Update "p5-HTML-Format" package to version 2.10. Changes since version 2.04: - Tests reworked to not use subtests. Development versions of Test::More do not support subtests, and the smokers that are running with these dev versions then send me confusing test failures. This is a pain. - Reworking of HTML quote issue in FormatPS - Now remap all double quotes to " in FormatPS (which is not really right, but the best I can do with latin1 output) - RT#69426 - issues with HTML quotes - UTF8 handling requires perl 5.8, so minimum requirement bumped - Release unchanged except for version number after a period to see if test release threw up any issues... - Code gardening - no functionality modifications - includes:- - Moved old DEBUG framework to Smart::Comments - Ensured variables are declared my as much as possible - Ensure strict/warnings used as far as possible - use base rather than playing games with @ISA - Changes above enforce a requirement of perl 5.6.1 - Robo-reformatted by perltidy - Stripped function prototypes where used - Passes standard perl critic with one exclusion - Tweaks for comprehensibility - splitting sections etc - Smoke tests on windows showed needed make PS tests less strict - Changed the github location to be all lowercase - Releasing this as a stop gap - will do further work now incompatibilities dealt with - Added dependancies for font metrics files - Documentation tidy up - but needs further work - new TRIAL release - intend to push this as full release if OK - Git conversion - Dist::Zilla conversion - RT#54636 - UNIVERSAL::Can deprecated - RT#56278 - RTF formatting parameters ignored by new - Start of a new test harness - TRIAL release pushed out. Aiming to improve docs and maybe hit rest of RT queue before a full release. --- www/p5-HTML-Format/Makefile | 8 ++++---- www/p5-HTML-Format/distinfo | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'www/p5-HTML-Format') diff --git a/www/p5-HTML-Format/Makefile b/www/p5-HTML-Format/Makefile index 662666dc61f..91ed72ccea5 100644 --- a/www/p5-HTML-Format/Makefile +++ b/www/p5-HTML-Format/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2010/08/21 16:36:47 seb Exp $ +# $NetBSD: Makefile,v 1.21 2011/08/06 23:40:27 tron Exp $ -DISTNAME= HTML-Format-2.04 +DISTNAME= HTML-Format-2.10 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 SVR4_PKGNAME= p5hfo CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} @@ -18,7 +17,8 @@ DEPENDS+= p5-Font-AFM>=1.18:../../fonts/p5-Font-AFM DEPENDS+= p5-HTML-Tree>=3.15:../../www/p5-HTML-Tree USE_LANGUAGES= # empty -PERL5_PACKLIST= auto/HTML-Format/.packlist +PERL5_MODULE_TYPE= Module::Build +PERL5_PACKLIST= auto/HTML/Format/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/p5-HTML-Format/distinfo b/www/p5-HTML-Format/distinfo index a2b9e3e6b18..2eeb67b7b95 100644 --- a/www/p5-HTML-Format/distinfo +++ b/www/p5-HTML-Format/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2005/02/24 14:08:35 wiz Exp $ +$NetBSD: distinfo,v 1.6 2011/08/06 23:40:27 tron Exp $ -SHA1 (HTML-Format-2.04.tar.gz) = 9738f72b550e4abfcbe40a58cff5333d827051ed -RMD160 (HTML-Format-2.04.tar.gz) = c54b8b82505ad5b556dbd1b839dcc3b949921c7b -Size (HTML-Format-2.04.tar.gz) = 23260 bytes +SHA1 (HTML-Format-2.10.tar.gz) = cff408d0762ecd2977614a1046677d819a842698 +RMD160 (HTML-Format-2.10.tar.gz) = 730445b89943d3d98e1876dd9b8b4c547eeda680 +Size (HTML-Format-2.10.tar.gz) = 45383 bytes -- cgit v1.2.3