summaryrefslogtreecommitdiff
path: root/www/tidy-devel
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-11-09 01:26:20 +0000
committerSteve Price <steve@FreeBSD.org>1998-11-09 01:26:20 +0000
commit35614a1e27b99f4bf0bd0887be9a457b64eec9e4 (patch)
treec1fcea3f28115bb2b6d09fe0f90acbb4c3191636 /www/tidy-devel
parentUpdate to version 2.4.9. (diff)
Initial import of tidy-0.1.98.9.
PR: 8503 Submitted by: Abel Chow <achow@transoft.net>
Notes
Notes: svn path=/head/; revision=14419
Diffstat (limited to 'www/tidy-devel')
-rw-r--r--www/tidy-devel/Makefile31
-rw-r--r--www/tidy-devel/distinfo1
-rw-r--r--www/tidy-devel/pkg-comment1
-rw-r--r--www/tidy-devel/pkg-descr15
-rw-r--r--www/tidy-devel/pkg-plist4
5 files changed, 52 insertions, 0 deletions
diff --git a/www/tidy-devel/Makefile b/www/tidy-devel/Makefile
new file mode 100644
index 000000000000..45c94f3831d6
--- /dev/null
+++ b/www/tidy-devel/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 <achow@transoft.net>
+#
+# $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 <bsd.port.mk>
diff --git a/www/tidy-devel/distinfo b/www/tidy-devel/distinfo
new file mode 100644
index 000000000000..545d8a69bacb
--- /dev/null
+++ b/www/tidy-devel/distinfo
@@ -0,0 +1 @@
+MD5 (tidy01sep98.tar.gz) = c376fa80960f3da78bd85e3d8015c565
diff --git a/www/tidy-devel/pkg-comment b/www/tidy-devel/pkg-comment
new file mode 100644
index 000000000000..679f4280e677
--- /dev/null
+++ b/www/tidy-devel/pkg-comment
@@ -0,0 +1 @@
+Fixes and tidies up HTML files.
diff --git a/www/tidy-devel/pkg-descr b/www/tidy-devel/pkg-descr
new file mode 100644
index 000000000000..0de415244ec1
--- /dev/null
+++ b/www/tidy-devel/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-devel/pkg-plist b/www/tidy-devel/pkg-plist
new file mode 100644
index 000000000000..be43ed3f5b6a
--- /dev/null
+++ b/www/tidy-devel/pkg-plist
@@ -0,0 +1,4 @@
+bin/tidy
+share/doc/tidy/Overview.html
+share/doc/tidy/tidy.gif
+@dirrm share/doc/tidy