From 35614a1e27b99f4bf0bd0887be9a457b64eec9e4 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 9 Nov 1998 01:26:20 +0000 Subject: Initial import of tidy-0.1.98.9. PR: 8503 Submitted by: Abel Chow --- www/tidy/Makefile | 31 +++++++++++++++++++++++++++++++ www/tidy/distinfo | 1 + www/tidy/pkg-comment | 1 + www/tidy/pkg-descr | 15 +++++++++++++++ www/tidy/pkg-plist | 4 ++++ 5 files changed, 52 insertions(+) create mode 100644 www/tidy/Makefile create mode 100644 www/tidy/distinfo create mode 100644 www/tidy/pkg-comment create mode 100644 www/tidy/pkg-descr create mode 100644 www/tidy/pkg-plist (limited to 'www/tidy') diff --git a/www/tidy/Makefile b/www/tidy/Makefile new file mode 100644 index 000000000000..45c94f3831d6 --- /dev/null +++ b/www/tidy/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: tidy +# Version required: 0.1.98.9 +# Date created: 27 Oct 1998 +# Whom: Abel Chow +# +# $Id$ +# + +DISTNAME= tidy01sep98 +PKGNAME= tidy-0.1.98.9 +CATEGORIES= www +MASTER_SITES= http://www.w3.org/People/Raggett/ + +MAINTAINER= ports@FreeBSD.ORG + +ALL_TARGET= tidy +WRKSRC= ${WRKDIR}/tidy01sep98 + +DOCFILES= Overview.html tidy.gif + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/tidy ${PREFIX}/bin/tidy +.if !defined(NOPORTDOCS) + @echo "===> Installing documentation for ${PKGNAME}" + @${MKDIR} ${PREFIX}/share/doc/tidy +.for docfile in ${DOCFILES} + @${INSTALL_DATA} ${WRKSRC}/${docfile} ${PREFIX}/share/doc/tidy +.endfor +.endif + +.include diff --git a/www/tidy/distinfo b/www/tidy/distinfo new file mode 100644 index 000000000000..545d8a69bacb --- /dev/null +++ b/www/tidy/distinfo @@ -0,0 +1 @@ +MD5 (tidy01sep98.tar.gz) = c376fa80960f3da78bd85e3d8015c565 diff --git a/www/tidy/pkg-comment b/www/tidy/pkg-comment new file mode 100644 index 000000000000..679f4280e677 --- /dev/null +++ b/www/tidy/pkg-comment @@ -0,0 +1 @@ +Fixes and tidies up HTML files. diff --git a/www/tidy/pkg-descr b/www/tidy/pkg-descr new file mode 100644 index 000000000000..0de415244ec1 --- /dev/null +++ b/www/tidy/pkg-descr @@ -0,0 +1,15 @@ +When editing HTML it's easy to make mistakes. Wouldn't it be nice if +there was a simple way to fix these mistakes automatically and tidy up +sloppy editing into nicely layed out markup? Well now there is thanks +to Hewlett Packard's Dave Raggett. HTML TIDY is a free utility for +doing just that. It also works great on the attrociously hard to read +markup generated by specialized HTML editors and conversion tools, and +can help you identify where you need to pay further attention on +making your pages more accessible to people with disabilities. + +Tidy is able to fix up a wide range of problems and to bring to your +attention things that you need to work on yourself. Each item found is +listed with the line number and column so that you can see where the +problem lies in your markup. Tidy won't generate a cleaned up version +when there are problems that it can't be sure of how to handle. These +are logged as "errors" rather than "warnings". diff --git a/www/tidy/pkg-plist b/www/tidy/pkg-plist new file mode 100644 index 000000000000..be43ed3f5b6a --- /dev/null +++ b/www/tidy/pkg-plist @@ -0,0 +1,4 @@ +bin/tidy +share/doc/tidy/Overview.html +share/doc/tidy/tidy.gif +@dirrm share/doc/tidy -- cgit v1.2.3