diff options
author | rodent <rodent@pkgsrc.org> | 2015-07-01 23:26:53 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-07-01 23:26:53 +0000 |
commit | 462d8374f3ed6c48295c21e6bed63df3425f767e (patch) | |
tree | 13efdcd6ae5812a77704a448a56bf47943ea1851 /textproc | |
parent | 2e894cf1d431bfd973b10814f1bc7bf081eb11d6 (diff) | |
download | pkgsrc-462d8374f3ed6c48295c21e6bed63df3425f767e.tar.gz |
0.06 Tue 21 May 2015
Fixed usage of Dist::Zilla::Plugin::OurPkgVersion so that MetaCPAN will
hopefully accept this version
Fixed issue with custom formatting parameters not being passed around
properly.
0.05 Tue 21 May 2015
Fixed bug with empty <td> tags.
0.04 Tue 19 May 2015
Documentation fix.
0.03 Tue 19 May 2015
New maintainer, Dale Evans http://search.cpan.org/~daleevans/
Handle table headers <th> by treating them like <td> (patch from Alex
Aminoff, NBER)
Some typos fixed (patch from Fabrizio Regalli)
Handle empty table rows without crashing
Return () when called in an array context on undefined HTML
Converted to Dist::Zilla
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-HTML-FormatText-WithLinks-AndTables/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile b/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile index d58458279d4..ef96b6cb446 100644 --- a/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile +++ b/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2015/06/12 10:51:23 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/07/01 23:26:53 rodent Exp $ # -DISTNAME= HTML-FormatText-WithLinks-AndTables-0.02 +DISTNAME= HTML-FormatText-WithLinks-AndTables-0.06 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} @@ -14,9 +13,11 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-HTML-FormatText-WithLinks>=0:../../textproc/p5-HTML-FormatText-WithLinks -WRKSRC= ${WRKDIR}/HTML-FormatText-WithLinks-AndTables PERL5_PACKLIST= auto/HTML/FormatText/WithLinks/AndTables/.packlist USE_LANGUAGES= # none +post-install: + ${CHMOD} -x ${DESTDIR}${PREFIX}/${PERL5_SUB_INSTALLVENDORLIB}/HTML/FormatText/WithLinks/AndTables.pm + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-HTML-FormatText-WithLinks-AndTables/distinfo b/textproc/p5-HTML-FormatText-WithLinks-AndTables/distinfo index 187335c30ee..cf6485f76e3 100644 --- a/textproc/p5-HTML-FormatText-WithLinks-AndTables/distinfo +++ b/textproc/p5-HTML-FormatText-WithLinks-AndTables/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2013/07/06 01:05:56 rodent Exp $ +$NetBSD: distinfo,v 1.2 2015/07/01 23:26:53 rodent Exp $ -SHA1 (HTML-FormatText-WithLinks-AndTables-0.02.tar.gz) = 3ffe88d7a2157de2a693291cb77bf0497a23138d -RMD160 (HTML-FormatText-WithLinks-AndTables-0.02.tar.gz) = 88f7820dafc571e40acd8fce8e9427db589053be -Size (HTML-FormatText-WithLinks-AndTables-0.02.tar.gz) = 6937 bytes +SHA1 (HTML-FormatText-WithLinks-AndTables-0.06.tar.gz) = 39c981d78b1b415e63eca18eca590d1157100160 +RMD160 (HTML-FormatText-WithLinks-AndTables-0.06.tar.gz) = d900d590c29a40bc7d276d46761031340af7de4d +Size (HTML-FormatText-WithLinks-AndTables-0.06.tar.gz) = 299894 bytes |