mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to oct 22 release
PR: 14867 Submitted by: maintainer
This commit is contained in:
parent
e123b917e9
commit
29896a9ba7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23230
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (tidy27sep99.tgz) = 95a6cc6f364f11cadd66f464db0f2b0f
|
||||
MD5 (tidy22oct99.tgz) = bef4ee086fc26dd209c02aea4108b81b
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (tidy27sep99.tgz) = 95a6cc6f364f11cadd66f464db0f2b0f
|
||||
MD5 (tidy22oct99.tgz) = bef4ee086fc26dd209c02aea4108b81b
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user