[Lunar-commits] txt2html: Version Bump (2.45 -> 2.50)
Chad 'v3rt1g0' Kittel
v3rt1g0 at lunar-linux.org
Sat Jan 5 19:48:49 CET 2008
commit 48a86dcf90295c0300b82552da54d37632af920d
Author: Chad 'v3rt1g0' Kittel <v3rt1g0 at lunar-linux.org>
Date: Sat Jan 5 12:48:49 2008 -0600
txt2html: Version Bump (2.45 -> 2.50)
* minor interface changes and bug fixes
* removed && from DEPENDS
* added missing depends on YAML-Syck
---
utils/txt2html/DEPENDS | 5 +++--
utils/txt2html/DETAILS | 9 +++++----
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/utils/txt2html/DEPENDS b/utils/txt2html/DEPENDS
index 6b92572..562a5fe 100644
--- a/utils/txt2html/DEPENDS
+++ b/utils/txt2html/DEPENDS
@@ -1,3 +1,4 @@
-depends Module-Build &&
-depends Getopt-ArgvFile &&
+depends Module-Build
+depends Getopt-ArgvFile
depends File-BaseDir
+depends YAML-Syck
diff --git a/utils/txt2html/DETAILS b/utils/txt2html/DETAILS
index 790d5b9..8b19467 100644
--- a/utils/txt2html/DETAILS
+++ b/utils/txt2html/DETAILS
@@ -1,12 +1,13 @@
MODULE=txt2html
- VERSION=2.45
+ VERSION=2.50
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/$MODULE/
- SOURCE_VFY=sha1:72ef63def8c276e5ea1a59c58e1a3fe167f0caaa
- WEB_SITE=http://www.aigeek.com/txt2html/
+ SOURCE_VFY=sha1:008cba36ebf2ecb29d9c58a7cef58179448fe25c
+ WEB_SITE=http://txt2html.sourceforge.net
ENTERED=20020328
- UPDATED=20070509
+ UPDATED=20080105
SHORT="Text to HTML converter"
+
cat << EOF
txt2html is a Perl program that converts plain text to HTML. It supports
headings, lists, simple character markup, and hyperlinking, and is
More information about the Lunar-commits
mailing list