summaryrefslogtreecommitdiff
path: root/www/tidy-lib
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-24 07:56:47 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-24 07:56:47 +0000
commit3bd83d9bd74f8c0b896bd8979d0131f8ab68c753 (patch)
treed33598fffdd776d0d4a1c7ce6ffb73379e0d9cd2 /www/tidy-lib
parentrelease maintainership (diff)
new port www/tidy-lib
slave port www/tidy-lib PR: ports/48549 Submitted by: Thierry Thomas <thierry@pompo.net>
Notes
Notes: svn path=/head/; revision=76381
Diffstat (limited to 'www/tidy-lib')
-rw-r--r--www/tidy-lib/Makefile19
-rw-r--r--www/tidy-lib/pkg-descr19
2 files changed, 38 insertions, 0 deletions
diff --git a/www/tidy-lib/Makefile b/www/tidy-lib/Makefile
new file mode 100644
index 000000000000..5400475bbae7
--- /dev/null
+++ b/www/tidy-lib/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: tidy-lib
+# Date created: 21 February 2003
+# Whom: Thierry Thomas <thierry@pompo.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tidy
+CATEGORIES= www
+PKGNAMESUFFIX= -lib
+
+MAINTAINER= thierry@pompo.net
+COMMENT= Utility to clean up and pretty print HTML/XHTML/XML (with shared lib)
+
+MASTERDIR= ${PORTSDIR}/www/tidy-devel
+
+WITH_SHLIB= yes
+
+.include "${MASTERDIR}/Makefile"
diff --git a/www/tidy-lib/pkg-descr b/www/tidy-lib/pkg-descr
new file mode 100644
index 000000000000..366b975f0d1b
--- /dev/null
+++ b/www/tidy-lib/pkg-descr
@@ -0,0 +1,19 @@
+This is tidy-devel, built with a shared lib.
+
+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".
+
+WWW: http://tidy.sourceforge.net/