From mjf@shell3.ba.best.com Wed Nov  3 12:28:46 1999
Return-Path: <mjf@shell3.ba.best.com>
Received: from shell3.ba.best.com (shell3.ba.best.com [206.184.139.134])
	by hub.freebsd.org (Postfix) with ESMTP id 37B6215693
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 Nov 1999 12:28:45 -0800 (PST)
	(envelope-from mjf@shell3.ba.best.com)
Received: (from mjf@localhost)
	by shell3.ba.best.com (8.9.3/8.9.2/best.sh) id MAA25754;
	Wed, 3 Nov 1999 12:28:27 -0800 (PST)
Message-Id: <199911032028.MAA25754@shell3.ba.best.com>
Date: Wed, 3 Nov 1999 12:28:27 -0800 (PST)
From: fouts@fogey.com
Sender: mjf@shell3.ba.best.com
Reply-To: fouts@fogey.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: ports -- tidy-99.10.22
X-Send-Pr-Version: 3.2

>Number:         14690
>Category:       ports
>Synopsis:       Port for Dave Ragett's HTML cleaner "tiny"
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov  3 12:30:00 PST 1999
>Closed-Date:    Thu Nov 4 21:50:43 PST 1999
>Last-Modified:  Thu Nov  4 21:51:30 PST 1999
>Originator:     Martin Fouts
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
fogey
>Environment:
Should work on any release on any hardware
>Description:
Port of Dave Ragett's "tidy" HTML beautifier
>How-To-Repeat:
Install the port.
>Fix:
shar file follows.
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	tidy
#	tidy/pkg
#	tidy/pkg/COMMENT
#	tidy/pkg/DESCR
#	tidy/pkg/PLIST
#	tidy/Makefile
#	tidy/files
#	tidy/files/md5
#	tidy/patches
#	tidy/patches/patch-aa
#
echo c - tidy
mkdir -p tidy > /dev/null 2>&1
echo c - tidy/pkg
mkdir -p tidy/pkg > /dev/null 2>&1
echo x - tidy/pkg/COMMENT
sed 's/^X//' >tidy/pkg/COMMENT << 'END-of-tidy/pkg/COMMENT'
XA tool to tidy up HTML files.
END-of-tidy/pkg/COMMENT
echo x - tidy/pkg/DESCR
sed 's/^X//' >tidy/pkg/DESCR << 'END-of-tidy/pkg/DESCR'
XWhen editing HTML it's easy to make mistakes. Wouldn't it be nice if
Xthere was a simple way to fix these mistakes automatically and tidy up
Xsloppy editing into nicely layed out markup? Well now there is! Dave
XRaggett's HTML TIDY is a free utility for doing just that. It also
Xworks great on the atrociously hard to read markup generated by
Xspecialized HTML editors and conversion tools, and can help you
Xidentify where you need to pay further attention on making your pages
Xmore accessible to people with disabilities.
X
XTidy is able to fix up a wide range of problems and to bring to your
Xattention things that you need to work on yourself. Each item found is
Xlisted with the line number and column so that you can see where the
Xproblem lies in your markup. Tidy won't generate a cleaned up version
Xwhen there are problems that it can't be sure of how to handle. These
Xare logged as "errors" rather than "warnings".
X
XWWW:http://www.w3.org/People/Raggett/tidy/
X
X- Marty
X  fouts@fogey.com
END-of-tidy/pkg/DESCR
echo x - tidy/pkg/PLIST
sed 's/^X//' >tidy/pkg/PLIST << 'END-of-tidy/pkg/PLIST'
Xbin/tidy
Xbin/tab2space
END-of-tidy/pkg/PLIST
echo x - tidy/Makefile
sed 's/^X//' >tidy/Makefile << 'END-of-tidy/Makefile'
X# New ports collection makefile for:   tidy
X# Version required:    22Oct99
X# Date created:        5 November 1999
X# Whom:                fouts
X#
X# $FreeBSD$
X#
X
XDISTNAME=      tidy22oct99
XPKGNAME=       tidy-99.10.22
XCATEGORIES=    www
XMASTER_SITES=  http://www.w3.org/People/Raggett/
XEXTRACT_SUFX=  .tgz
X
XMAINTAINER=    fouts@fogey.com
X
X# MAN1=          tidy.1
X# MANCOMPRESSED= yes
X
Xpost-install:
X	strip ${PREFIX}/bin/tidy
X	strip ${PREFIX}/bin/tab2space
X
X.include <bsd.port.mk>
END-of-tidy/Makefile
echo c - tidy/files
mkdir -p tidy/files > /dev/null 2>&1
echo x - tidy/files/md5
sed 's/^X//' >tidy/files/md5 << 'END-of-tidy/files/md5'
XMD5 (tidy22oct99.tgz) = bef4ee086fc26dd209c02aea4108b81b
END-of-tidy/files/md5
echo c - tidy/patches
mkdir -p tidy/patches > /dev/null 2>&1
echo x - tidy/patches/patch-aa
sed 's/^X//' >tidy/patches/patch-aa << 'END-of-tidy/patches/patch-aa'
X*** Makefile-	Wed Nov  3 01:31:27 1999
X--- Makefile	Wed Nov  3 01:35:11 1999
X***************
X*** 24,29 ****
X--- 24,35 ----
X  
X  all:		tidy tab2space
X  
X+ reinstall install:	all
X+ 		install -c -o root -g wheel tidy tab2space /usr/local/bin
X+ 
X+ deinstall:
X+ 		rm -f /usr/local/bin/tidy /usr/local/bin/tab2space
X+ 
X  clean:
X  		rm -f $(OFILES) tab2space.o  tidy tab2space
X  
END-of-tidy/patches/patch-aa
exit




>Release-Note:
>Audit-Trail:

From: Scott Kenney <saken+freebsd-ports@hotel.rmta.org>
To: fouts@fogey.com
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/14690: ports -- tidy-99.10.22
Date: Thu, 4 Nov 1999 18:14:18 -0500

 On Wed, Nov 03, 1999 at 12:28:27PM -0800, fouts@fogey.com wrote:
 
 Please close this PR, tidy is already in the ports tree, I am the
 maintainer.
 
 an update will be submitted this weekend.
 
 -- 
 Scott Kenney  >|<  saken@hotel.rmta.org
 
State-Changed-From-To: open->closed 
State-Changed-By: mharo 
State-Changed-When: Thu Nov 4 21:50:43 PST 1999 
State-Changed-Why:  
tidy is already in the ports tree 
>Unformatted:
