diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-11-21 01:17:43 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-11-21 01:17:43 +0000 |
commit | 29896a9ba7fd71b1f94156c5ab6b61ee0f4f9d43 (patch) | |
tree | 5b1f1ea3bf6852dcd139d2539b85c395ef2fb965 /www/tidy-devel | |
parent | e123b917e96a25d01f7630dee5bf0f213c8571a9 (diff) | |
download | ports-29896a9ba7fd71b1f94156c5ab6b61ee0f4f9d43.tar.gz ports-29896a9ba7fd71b1f94156c5ab6b61ee0f4f9d43.zip |
Notes
Diffstat (limited to 'www/tidy-devel')
-rw-r--r-- | www/tidy-devel/Makefile | 14 | ||||
-rw-r--r-- | www/tidy-devel/distinfo | 2 | ||||
-rw-r--r-- | www/tidy-devel/files/patch-ab | 17 | ||||
-rw-r--r-- | www/tidy-devel/pkg-plist | 1 |
4 files changed, 20 insertions, 14 deletions
diff --git a/www/tidy-devel/Makefile b/www/tidy-devel/Makefile index 228057f8699d..c1f8ee7320fd 100644 --- a/www/tidy-devel/Makefile +++ b/www/tidy-devel/Makefile @@ -1,30 +1,32 @@ # New ports collection makefile for: tidy -# Version required: 0.7.99.1 +# Version required: 0.10.99.1 # Date created: 27 Oct 1998 # Whom: Abel Chow <achow@transoft.net> # # $FreeBSD$ # -DISTNAME= tidy27sep99 -PKGNAME= tidy-0.9.99.1 +DISTNAME= tidy22oct99 +PKGNAME= tidy-0.10.99.1 CATEGORIES= www MASTER_SITES= http://www.w3.org/People/Raggett/ EXTRACT_SUFX= .tgz +MAN1= tidy.1 MAINTAINER= saken@hotel.rmta.org ALL_TARGET= tidy -DOCFILES= Overview.html tidy.gif release-notes.html grid.gif config.txt +DOCFILES= Overview.html tidy.gif release-notes.html grid.gif do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/tidy ${PREFIX}/bin/tidy + @${INSTALL_PROGRAM} ${WRKSRC}/tidy ${PREFIX}/bin/tidy + @${INSTALL_MAN} ${WRKSRC}/man_page.txt ${PREFIX}/man/man1/tidy.1 .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 + @${INSTALL_MAN} ${WRKSRC}/${docfile} ${PREFIX}/share/doc/tidy .endfor .endif diff --git a/www/tidy-devel/distinfo b/www/tidy-devel/distinfo index 5b9895beb4d9..04b5ea27f302 100644 --- a/www/tidy-devel/distinfo +++ b/www/tidy-devel/distinfo @@ -1 +1 @@ -MD5 (tidy27sep99.tgz) = 95a6cc6f364f11cadd66f464db0f2b0f +MD5 (tidy22oct99.tgz) = bef4ee086fc26dd209c02aea4108b81b diff --git a/www/tidy-devel/files/patch-ab b/www/tidy-devel/files/patch-ab index bd3d427381d9..d178ef5b3673 100644 --- a/www/tidy-devel/files/patch-ab +++ b/www/tidy-devel/files/patch-ab @@ -1,8 +1,13 @@ ---- 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. - */ +--- platform.h.orig Sat Nov 13 23:41:32 1999 ++++ platform.h Sat Nov 13 23:42:40 1999 +@@ -17,17 +17,17 @@ + It enables tidy to find config files named ~/.tidyrc + and ~your/.tidyrc etc if the HTML_TIDY environment + variable is not set. Contributed by Todd Lewis. ++*/ + + #define SUPPORT_GETPWNAM +-*/ +#include <sys/types.h> #include <ctype.h> @@ -14,4 +19,4 @@ -#include <malloc.h> #include <assert.h> - #define ACCESS_URL "http://www.w3.org/WAI/GL" + #ifdef SUPPORT_GETPWNAM diff --git a/www/tidy-devel/pkg-plist b/www/tidy-devel/pkg-plist index 58a03b09e7d4..156ae270f629 100644 --- a/www/tidy-devel/pkg-plist +++ b/www/tidy-devel/pkg-plist @@ -1,6 +1,5 @@ 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 |