[Lunar-commits] r16716 - moonbase/trunk/utils/txt2html
Dennis Veatch
stumbles at lunar-linux.org
Fri Sep 30 13:09:24 UTC 2005
Author: stumbles
Date: 2005-09-30 13:09:20 +0000 (Fri, 30 Sep 2005)
New Revision: 16716
Modified:
moonbase/trunk/utils/txt2html/DEPENDS
moonbase/trunk/utils/txt2html/DETAILS
Log:
Compiled with gcc-3.4.4 and glibc-2.3.5
Modified: moonbase/trunk/utils/txt2html/DEPENDS
===================================================================
--- moonbase/trunk/utils/txt2html/DEPENDS 2005-09-30 13:05:02 UTC (rev 16715)
+++ moonbase/trunk/utils/txt2html/DEPENDS 2005-09-30 13:09:20 UTC (rev 16716)
@@ -1 +1,3 @@
-depends perl
+depends perl &&
+depends Module-Build &&
+Getopt-ArgvFile
Modified: moonbase/trunk/utils/txt2html/DETAILS
===================================================================
--- moonbase/trunk/utils/txt2html/DETAILS 2005-09-30 13:05:02 UTC (rev 16715)
+++ moonbase/trunk/utils/txt2html/DETAILS 2005-09-30 13:09:20 UTC (rev 16716)
@@ -1,14 +1,16 @@
MODULE=txt2html
- VERSION=1.28
+ VERSION=2.42
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=http://www.aigeek.com/txt2html/
+ SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE_VFY=sha1:8f9018604398e98ff6077523e8ae2527713e3c32
WEB_SITE=http://www.aigeek.com/txt2html/
ENTERED=20020328
- UPDATED=20020328
+ UPDATED=20050929
SHORT="txt2html - 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 highly customizable.
-It recognizes some of the apparent structure of the source document (mostly whitespace and typographic layout), and attempts to mark that structure explicitly using HTML.
-
+txt2html is a Perl program that converts plain text to HTML. It supports
+headings, lists, simple character markup, and hyperlinking, and is
+highly customizable. It recognizes some of the apparent structure of the
+source document (mostly whitespace and typographic layout), and attempts
+to mark that structure explicitly using HTML.
EOF
More information about the Lunar-commits
mailing list