summaryrefslogtreecommitdiff
path: root/www/tidy-devel
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-09-14 22:58:51 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-09-14 22:58:51 +0000
commit0d24ce472965b1af574ee8eab914346a50d93ab0 (patch)
treefc04ac961d5044a7d4ac36140741f144e02c3080 /www/tidy-devel
parent(forced commit) This is the official index file for 3.3-release. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_3_0'.release/3.3.0
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/files/patch-aa13
-rw-r--r--www/tidy-devel/files/patch-ab17
-rw-r--r--www/tidy-devel/pkg-comment1
-rw-r--r--www/tidy-devel/pkg-descr15
-rw-r--r--www/tidy-devel/pkg-plist7
7 files changed, 0 insertions, 85 deletions
diff --git a/www/tidy-devel/Makefile b/www/tidy-devel/Makefile
deleted file mode 100644
index deea7239344a..000000000000
--- a/www/tidy-devel/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: tidy
-# Version required: 0.7.99.1
-# Date created: 27 Oct 1998
-# Whom: Abel Chow <achow@transoft.net>
-#
-# $FreeBSD$
-#
-
-DISTNAME= tidy7jul99
-PKGNAME= tidy-0.7.99.2
-CATEGORIES= www
-MASTER_SITES= http://www.w3.org/People/Raggett/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= saken@hotel.rmta.org
-
-ALL_TARGET= tidy
-
-DOCFILES= Overview.html tidy.gif release-notes.html grid.gif config.txt
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/tidy ${PREFIX}/bin/tidy
-.if !defined(NOPORTDOCS)
- @${ECHO_MSG} "===> 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
deleted file mode 100644
index ec20059331b4..000000000000
--- a/www/tidy-devel/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (tidy7jul99.tgz) = 7b6a0a61ee960609ab902ef4c36f50f2
diff --git a/www/tidy-devel/files/patch-aa b/www/tidy-devel/files/patch-aa
deleted file mode 100644
index b07d2911a746..000000000000
--- a/www/tidy-devel/files/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.orig Sun Dec 20 13:43:23 1998
-+++ Makefile Sun Dec 20 13:45:24 1998
-@@ -1,8 +1,8 @@
- # Makefile - for tidy
-
--CC= gcc
-+#CC= gcc
-
--CFLAGS= -O
-+CFLAGS+= -D__USE_MISC
-
- OFILES= attrs.o istack.o parser.o tags.o \
- entities.o lexer.o pprint.o clean.o \
diff --git a/www/tidy-devel/files/patch-ab b/www/tidy-devel/files/patch-ab
deleted file mode 100644
index bd3d427381d9..000000000000
--- a/www/tidy-devel/files/patch-ab
+++ /dev/null
@@ -1,17 +0,0 @@
---- platform.h.orig Mon Jun 28 07:22:09 1999
-+++ platform.h Wed Jun 30 23:17:07 1999
-@@ -4,13 +4,13 @@
- See tidy.c for the copyright notice.
- */
-
-+#include <sys/types.h>
- #include <ctype.h>
- #include <stdio.h>
- #include <setjmp.h> /* for longjmp on error exit */
- #include <stdlib.h>
- #include <stdarg.h> /* may need <varargs.h> for Unix V */
- #include <string.h>
--#include <malloc.h>
- #include <assert.h>
-
- #define ACCESS_URL "http://www.w3.org/WAI/GL"
diff --git a/www/tidy-devel/pkg-comment b/www/tidy-devel/pkg-comment
deleted file mode 100644
index ca421aa9423d..000000000000
--- a/www/tidy-devel/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Fixes and tidies up HTML files
diff --git a/www/tidy-devel/pkg-descr b/www/tidy-devel/pkg-descr
deleted file mode 100644
index 0de415244ec1..000000000000
--- a/www/tidy-devel/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-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
deleted file mode 100644
index 58a03b09e7d4..000000000000
--- a/www/tidy-devel/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/tidy
-share/doc/tidy/Overview.html
-share/doc/tidy/config.txt
-share/doc/tidy/grid.gif
-share/doc/tidy/release-notes.html
-share/doc/tidy/tidy.gif
-@dirrm share/doc/tidy