[Lunar-commits] r24359 - moonbase/trunk/utils/txt2html

Dennis Veatch stumbles at lunar-linux.org
Wed May 9 23:08:25 CEST 2007


Author: stumbles
Date: 2007-05-09 23:08:25 +0200 (Wed, 09 May 2007)
New Revision: 24359

Modified:
   moonbase/trunk/utils/txt2html/BUILD
   moonbase/trunk/utils/txt2html/DEPENDS
   moonbase/trunk/utils/txt2html/DETAILS
Log:

A few fixes aside from the obvious;

- fixed bug with umlauts
- fixed bug with UTF-8 characters
- added --underline_delimiter option.



Modified: moonbase/trunk/utils/txt2html/BUILD
===================================================================
--- moonbase/trunk/utils/txt2html/BUILD	2007-05-09 18:08:35 UTC (rev 24358)
+++ moonbase/trunk/utils/txt2html/BUILD	2007-05-09 21:08:25 UTC (rev 24359)
@@ -1,25 +1,10 @@
 (
 
-prepare_install                                                                    &&
-rm -f /usr/bin/txt2html                                                            &&
-sedit "s/usr\/local\/lib/usr\/lib/i" $SOURCE_DIRECTORY/txt2html.pl                 &&
-cp $SOURCE_DIRECTORY/txt2html.pl /usr/bin/txt2html                                 &&
-chmod 0755 /usr/bin/txt2html                                                       &&
+  perl Build.PL   &&
+  ./Build         &&
+  ./Build test    &&
 
-if [ -e "/usr/local/lib/txt2html.dict" ]; then
-   rm -f /usr/local/lib/txt2html.dict                                           
-fi                                                                              &&
+  prepare_install &&
+  ./Build install
 
-if [ -e "/usr/lib/txt2html.dict" ]; then
-   rm -f /usr/lib/txt2html.dict
-fi                                                                              &&
-
-cp $SOURCE_DIRECTORY/txt2html.dict /usr/lib/txt2html.dict                       &&
-
-mkdir -p /usr/share/doc/txt2html                                                &&
-
-cp -f $SOURCE_DIRECTORY/* /usr/share/doc/txt2html/                              &&
-chown root.root /usr/share/doc/txt2html/*                                       &&
-chmod 0644      /usr/share/doc/txt2html/*            
-
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/utils/txt2html/DEPENDS
===================================================================
--- moonbase/trunk/utils/txt2html/DEPENDS	2007-05-09 18:08:35 UTC (rev 24358)
+++ moonbase/trunk/utils/txt2html/DEPENDS	2007-05-09 21:08:25 UTC (rev 24359)
@@ -1,2 +1,3 @@
-depends Module-Build  &&
-depends Getopt-ArgvFile
+depends Module-Build    &&
+depends Getopt-ArgvFile &&
+depends File-BaseDir

Modified: moonbase/trunk/utils/txt2html/DETAILS
===================================================================
--- moonbase/trunk/utils/txt2html/DETAILS	2007-05-09 18:08:35 UTC (rev 24358)
+++ moonbase/trunk/utils/txt2html/DETAILS	2007-05-09 21:08:25 UTC (rev 24359)
@@ -1,12 +1,12 @@
           MODULE=txt2html
-         VERSION=2.42
+         VERSION=2.45
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=$SFORGE_URL/$MODULE/
-      SOURCE_VFY=sha1:8f9018604398e98ff6077523e8ae2527713e3c32
+      SOURCE_VFY=sha1:72ef63def8c276e5ea1a59c58e1a3fe167f0caaa
         WEB_SITE=http://www.aigeek.com/txt2html/
          ENTERED=20020328
-         UPDATED=20050929
-           SHORT="txt2html - Text to HTML converter"
+         UPDATED=20070509
+           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