Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Nov 1999 12:28:27 -0800 (PST)
From:      fouts@fogey.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14690: ports -- tidy-99.10.22
Message-ID:  <199911032028.MAA25754@shell3.ba.best.com>

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

>Number:         14690
>Category:       ports
>Synopsis:       Port for Dave Ragett's HTML cleaner "tiny"
>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:   Wed Nov  3 12:30:00 PST 1999
>Closed-Date:
>Last-Modified:
>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:
>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?199911032028.MAA25754>