diff options
author | markd <markd@pkgsrc.org> | 2012-03-10 20:08:13 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2012-03-10 20:08:13 +0000 |
commit | 0e1a85c1ee34cb6ab612b44fe3fb99ad80893250 (patch) | |
tree | a5c5e02833841f215d4ddac7e779905c0dc23469 | |
parent | 1c2fe182b417808ec9f2647e48be4c2071b986da (diff) | |
download | pkgsrc-0e1a85c1ee34cb6ab612b44fe3fb99ad80893250.tar.gz |
Update to 2.45
- fixed bug with umlauts
- fixed bug with UTF-8 characters
- added --underline_delimiter option.
-rw-r--r-- | converters/txt2html/Makefile | 5 | ||||
-rw-r--r-- | converters/txt2html/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/converters/txt2html/Makefile b/converters/txt2html/Makefile index c1bf937e6eb..eab0a376fab 100644 --- a/converters/txt2html/Makefile +++ b/converters/txt2html/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2011/08/14 07:47:43 obache Exp $ +# $NetBSD: Makefile,v 1.19 2012/03/10 20:08:13 markd Exp $ # -DISTNAME= txt2html-2.44 -PKGREVISION= 3 +DISTNAME= txt2html-2.45 CATEGORIES= converters www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=txt2html/} diff --git a/converters/txt2html/distinfo b/converters/txt2html/distinfo index ae612ea9863..6ba556cb9c6 100644 --- a/converters/txt2html/distinfo +++ b/converters/txt2html/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2007/03/15 23:00:25 wennmach Exp $ +$NetBSD: distinfo,v 1.6 2012/03/10 20:08:13 markd Exp $ -SHA1 (txt2html-2.44.tar.gz) = 3104761d274d3a46fdb1d9c4b4ebe0a083f4a4cb -RMD160 (txt2html-2.44.tar.gz) = d34fdacd9939560e852a47afe996d54f9e41181c -Size (txt2html-2.44.tar.gz) = 117583 bytes +SHA1 (txt2html-2.45.tar.gz) = 72ef63def8c276e5ea1a59c58e1a3fe167f0caaa +RMD160 (txt2html-2.45.tar.gz) = d872ec64a619d43dc551ce6a773ebc06e96a0df9 +Size (txt2html-2.45.tar.gz) = 115227 bytes |