From 9d2f00533a1b1225d0e9b811cd858ff0be9f5480 Mon Sep 17 00:00:00 2001 From: jschauma Date: Fri, 22 Nov 2002 16:37:05 +0000 Subject: Update www/tidy to latest version released on November 8th, 2002 using patches provided by (wolfgang at wsrcc dot com) in PR pkg/19126. Minor changes by me: new homepage is at sourceforge, shut up pkglint. An official changelog does not seem to be available, but according to the PR, this version ``has prettier (more structured) output'' and ``produce[s] nice-looking xhtml''. --- www/tidy/Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'www/tidy/Makefile') diff --git a/www/tidy/Makefile b/www/tidy/Makefile index b75203de4e5..0cf6c7d41d8 100644 --- a/www/tidy/Makefile +++ b/www/tidy/Makefile @@ -1,26 +1,28 @@ -# $NetBSD: Makefile,v 1.7 2002/03/08 11:55:43 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2002/11/22 16:37:05 jschauma Exp $ # -DISTNAME= tidy_src_020307 -PKGNAME= tidy-20020307 -WRKSRC= ${WRKDIR}/tidy +DISTNAME= tidy_src_021108 +PKGNAME= tidy-20021108 CATEGORIES= www MASTER_SITES= http://tidy.sourceforge.net/src/ \ http://tidy.sourceforge.net/docs/ \ http://tidy.sourceforge.net/src/old/ EXTRACT_SUFX= .tgz +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} tidy_docs_021021${EXTRACT_SUFX} MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.w3c.org/People/Raggett/tidy/ +HOMEPAGE= http://tidy.sourceforge.net/ COMMENT= Fixes and tidies up HTML files -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} tidy_docs_000804${EXTRACT_SUFX} +WRKSRC= ${WRKDIR}/tidy ALL_TARGET= tidy CFLAGS+= -DPRESERVE_FILE_TIMES=0 DOCFILES= htmldoc/Overview.html htmldoc/tidy.gif \ htmldoc/release-notes.html htmldoc/grid.gif +USE_GMAKE= yes + do-install: @${INSTALL_PROGRAM} ${WRKSRC}/tidy ${PREFIX}/bin/tidy @${INSTALL_MAN} ${WRKSRC}/man_page.txt ${PREFIX}/man/man1/tidy.1 -- cgit v1.2.3