Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Apr 2000 11:45:33 -0500 (EST)
From:      Don Croyle <croyle@gelemna.ft-wayne.in.us>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17731: Update textproc/txt2html to 1.27
Message-ID:  <200004011645.LAA98042@gelemna.ft-wayne.in.us>

next in thread | raw e-mail | index | archive | help

>Number:         17731
>Category:       ports
>Synopsis:       Update textproc/txt2html to 1.27
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr  1 08:50:02 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Don Croyle
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
>Environment:

	

>Description:
These diffs update the textproc/txt2html port to use the newly
released distfile and fetch it from the new home site (same box,
different name).
	

>How-To-Repeat:

	

>Fix:
Apply this patch.  Note that patches/patch-aa is empty and should be
removed.
	
diff -ruN txt2html.old/Makefile txt2html/Makefile
--- txt2html.old/Makefile	Mon Aug 30 21:09:50 1999
+++ txt2html/Makefile	Sat Apr  1 11:36:40 2000
@@ -1,14 +1,14 @@
 # New ports collection makefile for:    txt2html
-# Version required:     1.25
+# Version required:     1.27
 # Date created:         29 Jun 1998
 # Whom:                 Don Croyle <croyle@gelemna.ft-wayne.in.us>
 #
 # $FreeBSD: ports/textproc/txt2html/Makefile,v 1.2 1999/08/31 02:09:50 peter Exp $
 #
 
-DISTNAME=	txt2html-1.25
+DISTNAME=	txt2html-1.27
 CATEGORIES=	textproc
-MASTER_SITES=	http://www.thehouse.org/txt2html/
+MASTER_SITES=	http://www.aigeek.com/txt2html/
 
 MAINTAINER=	croyle@gelemna.ft-wayne.in.us
 
@@ -29,6 +29,6 @@
 .endif
 	@${ECHO_MSG} "To install the sample links dictionary as the default"
 	@${ECHO_MSG} "copy or link ${PREFIX}/share/doc/txt2html/txt2html.dict to"
-	@${ECHO_MSG} "${PREFIX}/lib/txt2html-linkdict or ~/.txt2html-linkdict"
+	@${ECHO_MSG} "${PREFIX}/lib/txt2html.dict or ~/.txt2html.dict"
 
 .include <bsd.port.mk>
diff -ruN txt2html.old/files/md5 txt2html/files/md5
--- txt2html.old/files/md5	Sun Jul 12 18:24:39 1998
+++ txt2html/files/md5	Sat Apr  1 11:18:31 2000
@@ -1 +1 @@
-MD5 (txt2html-1.25.tar.gz) = db0ba5a273143d1ec7dfc3efcda6cebb
+MD5 (txt2html-1.27.tar.gz) = 4def9252b771a2b1d75515cbdf7e6316
diff -ruN txt2html.old/patches/patch-aa txt2html/patches/patch-aa
--- txt2html.old/patches/patch-aa	Sun Jul 12 18:24:40 1998
+++ txt2html/patches/patch-aa	Wed Dec 31 19:00:00 1969
@@ -1,22 +0,0 @@
-*** txt2html.pl.orig	Mon Jun 29 00:30:39 1998
---- txt2html.pl	Mon Jun 29 04:17:18 1998
-***************
-*** 1,13 ****
-! : # Use perl
-!     eval 'exec perl -S $0 "$@"'
-!     if 0;
-! 
-! # It's faster to use something like #!/usr/bin/perl but you have to
-! # know where perl is on your system.  I didn't want to have to tell
-! # people how to do this, so I don't distribute it that way.  You
-! # really ought to change it though.  On my machine, it saves about a
-! # half a second per invokation.
-! 
-  #
-  # txt2html.pl
-  # Convert raw text to something with a little HTML formatting
---- 1,4 ----
-! #!/usr/bin/perl
-  #
-  # txt2html.pl
-  # Convert raw text to something with a little HTML formatting
diff -ruN txt2html.old/pkg/DESCR txt2html/pkg/DESCR
--- txt2html.old/pkg/DESCR	Sun May  2 23:28:31 1999
+++ txt2html/pkg/DESCR	Sat Apr  1 11:19:38 2000
@@ -6,7 +6,4 @@
 typographic layout), and attempts to mark that structure explicitly
 using HTML.
 
-WWW: http://www.thehouse.org/txt2html/
-
-- Don Croyle
-  <croyle@gelemna.ft-wayne.in.us>
+WWW: http://www.aigeek.com/txt2html/ 


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004011645.LAA98042>