summaryrefslogtreecommitdiff
path: root/www/tidy/Makefile
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2002-11-22 16:37:05 +0000
committerjschauma <jschauma@pkgsrc.org>2002-11-22 16:37:05 +0000
commit9d2f00533a1b1225d0e9b811cd858ff0be9f5480 (patch)
tree5eee47aa26c03c95beeed900035da07d1002a952 /www/tidy/Makefile
parentcdff45fc06b0fb480beef76bde7af65b633a627d (diff)
downloadpkgsrc-9d2f00533a1b1225d0e9b811cd858ff0be9f5480.tar.gz
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''.
Diffstat (limited to 'www/tidy/Makefile')
-rw-r--r--www/tidy/Makefile14
1 files changed, 8 insertions, 6 deletions
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