diff options
author | obache <obache@pkgsrc.org> | 2012-12-17 13:15:39 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-12-17 13:15:39 +0000 |
commit | 7cd84b945bc7f0e61ce700a6653b4efe48f48df5 (patch) | |
tree | 805e228634f4577b909d9bb07b76384b431eb855 /converters/txt2html | |
parent | cae3ea6de903182dd97e857dbd4eb6477885b63e (diff) | |
download | pkgsrc-7cd84b945bc7f0e61ce700a6653b4efe48f48df5.tar.gz |
Update txt2html to 2.51.
pkgsrc changes:
* set LICENSE=${PERL5_LICENSE}
* update dependencies (Getopt::Long is a part of CORE since perl-5, so drop it)
Revision history for txt2html
=============================
2.51 Sun 4th March 2008
- fixed bug with underscores in links
- fixed docs about escape_chars (should be escapechars)
- fixed docs about DOCTYPE
2.50 Sat 22nd December 2007
- fixed bug with formatting and punctuation
- removed old reference-to-an-array argument method
- made --xhtml true by default (used to be false)
- moved the debugging options to global variables
2.46 Fri 9th November 2007
- updated docs on custom_heading_regexp
- fixed bug with xhtml output
- documented all undocumented functions
Diffstat (limited to 'converters/txt2html')
-rw-r--r-- | converters/txt2html/Makefile | 9 | ||||
-rw-r--r-- | converters/txt2html/distinfo | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/converters/txt2html/Makefile b/converters/txt2html/Makefile index 157b14d792f..0f65d0c77b6 100644 --- a/converters/txt2html/Makefile +++ b/converters/txt2html/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.21 2012/10/03 21:54:11 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2012/12/17 13:15:39 obache Exp $ # -DISTNAME= txt2html-2.45 -PKGREVISION= 1 +DISTNAME= txt2html-2.51 CATEGORIES= converters www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=txt2html/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://txt2html.sourceforge.net/ COMMENT= Plain text to HTML convertor +LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews @@ -18,9 +18,8 @@ PERL5_CONFIGURE= yes PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/HTML/TextToHTML/.packlist -DEPENDS+= p5-Getopt-Long-[0-9]*:../../devel/p5-Getopt-Long DEPENDS+= p5-Getopt-ArgvFile-[0-9]*:../../devel/p5-Getopt-ArgvFile -DEPENDS+= p5-AppConfig-Std-[0-9]*:../../devel/p5-AppConfig-Std +DEPENDS+= p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/converters/txt2html/distinfo b/converters/txt2html/distinfo index 6ba556cb9c6..7828d8dd86e 100644 --- a/converters/txt2html/distinfo +++ b/converters/txt2html/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2012/03/10 20:08:13 markd Exp $ +$NetBSD: distinfo,v 1.7 2012/12/17 13:15:39 obache Exp $ -SHA1 (txt2html-2.45.tar.gz) = 72ef63def8c276e5ea1a59c58e1a3fe167f0caaa -RMD160 (txt2html-2.45.tar.gz) = d872ec64a619d43dc551ce6a773ebc06e96a0df9 -Size (txt2html-2.45.tar.gz) = 115227 bytes +SHA1 (txt2html-2.51.tar.gz) = 56ff47a8f6d833b4dda7fe44000215500e699e67 +RMD160 (txt2html-2.51.tar.gz) = 4c60b068c6856bad878e3a4228063b71f9dfa558 +Size (txt2html-2.51.tar.gz) = 119759 bytes |