mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
Update to the January 13, 2000 release of Tidy. The version format of
the port is now %Y%d%m, so this release is tidy-20000113. The previous format did not increase monotonically. A significant change is the manual page correctly becoming a manpage, where in the last release it was a diff (!). Further release notes can be found within, or at http://www.w3.org/People/Raggett/tidy/release-notes.html
This commit is contained in:
parent
084e48593f
commit
e5275183e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27093
6 changed files with 22 additions and 40 deletions
|
@ -1,13 +1,13 @@
|
||||||
# New ports collection makefile for: tidy
|
# New ports collection makefile for: tidy
|
||||||
# Version required: 0.10.99.1
|
# Version required: tidy13jan00
|
||||||
# Date created: 27 Oct 1998
|
# Date created: 27 Oct 1998
|
||||||
# Whom: Abel Chow <achow@transoft.net>
|
# Whom: Abel Chow <achow@transoft.net>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= tidy30nov99
|
DISTNAME= tidy13jan00
|
||||||
PKGNAME= tidy-0.11.99.2
|
PKGNAME= tidy-20000113
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= http://www.w3.org/People/Raggett/
|
MASTER_SITES= http://www.w3.org/People/Raggett/
|
||||||
EXTRACT_SUFX= .tgz
|
EXTRACT_SUFX= .tgz
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (tidy30nov99.tgz) = d527142aa7cb10eee1acc1c896c4e5ed
|
MD5 (tidy13jan00.tgz) = 4ee20c19df8e27b0bb57d0525404075c
|
||||||
|
|
|
@ -1,22 +1,13 @@
|
||||||
--- platform.h.orig Sat Nov 13 23:41:32 1999
|
--- platform.h.orig Thu Jan 13 07:19:19 2000
|
||||||
+++ platform.h Sat Nov 13 23:42:40 1999
|
+++ platform.h Mon Mar 27 16:31:20 2000
|
||||||
@@ -17,17 +17,17 @@
|
@@ -17,9 +17,8 @@
|
||||||
It enables tidy to find config files named ~/.tidyrc
|
It enables tidy to find config files named ~/.tidyrc
|
||||||
and ~your/.tidyrc etc if the HTML_TIDY environment
|
and ~your/.tidyrc etc if the HTML_TIDY environment
|
||||||
variable is not set. Contributed by Todd Lewis.
|
variable is not set. Contributed by Todd Lewis.
|
||||||
+*/
|
-
|
||||||
|
-#define SUPPORT_GETPWNAM
|
||||||
|
*/
|
||||||
|
+#define SUPPORT_GETPWNAM
|
||||||
|
|
||||||
#define SUPPORT_GETPWNAM
|
|
||||||
-*/
|
|
||||||
|
|
||||||
+#include <sys/types.h>
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <stdio.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>
|
|
||||||
|
|
||||||
#ifdef SUPPORT_GETPWNAM
|
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
# New ports collection makefile for: tidy
|
# New ports collection makefile for: tidy
|
||||||
# Version required: 0.10.99.1
|
# Version required: tidy13jan00
|
||||||
# Date created: 27 Oct 1998
|
# Date created: 27 Oct 1998
|
||||||
# Whom: Abel Chow <achow@transoft.net>
|
# Whom: Abel Chow <achow@transoft.net>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= tidy30nov99
|
DISTNAME= tidy13jan00
|
||||||
PKGNAME= tidy-0.11.99.2
|
PKGNAME= tidy-20000113
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= http://www.w3.org/People/Raggett/
|
MASTER_SITES= http://www.w3.org/People/Raggett/
|
||||||
EXTRACT_SUFX= .tgz
|
EXTRACT_SUFX= .tgz
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (tidy30nov99.tgz) = d527142aa7cb10eee1acc1c896c4e5ed
|
MD5 (tidy13jan00.tgz) = 4ee20c19df8e27b0bb57d0525404075c
|
||||||
|
|
|
@ -1,22 +1,13 @@
|
||||||
--- platform.h.orig Sat Nov 13 23:41:32 1999
|
--- platform.h.orig Thu Jan 13 07:19:19 2000
|
||||||
+++ platform.h Sat Nov 13 23:42:40 1999
|
+++ platform.h Mon Mar 27 16:31:20 2000
|
||||||
@@ -17,17 +17,17 @@
|
@@ -17,9 +17,8 @@
|
||||||
It enables tidy to find config files named ~/.tidyrc
|
It enables tidy to find config files named ~/.tidyrc
|
||||||
and ~your/.tidyrc etc if the HTML_TIDY environment
|
and ~your/.tidyrc etc if the HTML_TIDY environment
|
||||||
variable is not set. Contributed by Todd Lewis.
|
variable is not set. Contributed by Todd Lewis.
|
||||||
+*/
|
-
|
||||||
|
-#define SUPPORT_GETPWNAM
|
||||||
|
*/
|
||||||
|
+#define SUPPORT_GETPWNAM
|
||||||
|
|
||||||
#define SUPPORT_GETPWNAM
|
|
||||||
-*/
|
|
||||||
|
|
||||||
+#include <sys/types.h>
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <stdio.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>
|
|
||||||
|
|
||||||
#ifdef SUPPORT_GETPWNAM
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue