mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
- upgrading tidy to 030217;
- upgrading docs to 030216; - de-pkg-comment; - SUPPORT_ACCESSIBILITY_CHECKS, SUPPORT_UTF16_ENCODINGS, and SUPPORT_ASIAN_ENCODINGS are enabled. PR: 48441 Submitted by: Thierry Thomas <thierry@pompo.net>
This commit is contained in:
parent
31b85a03c4
commit
346e184585
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75832
4 changed files with 24 additions and 9 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= tidy
|
||||
PORTVERSION= 030208
|
||||
PORTVERSION= 030217
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://tidy.sourceforge.net/src/%SUBDIR%/ \
|
||||
http://tidy.sourceforge.net/docs/
|
||||
|
@ -17,6 +17,7 @@ EXTRACT_SUFX= .tgz
|
|||
DISTFILES= ${DISTNAME}_${PORTVERSION}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= thierry@pompo.net
|
||||
COMMENT= Utility to clean up and pretty print HTML/XHTML/XML
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
|
@ -25,7 +26,7 @@ USE_GMAKE= yes
|
|||
#MAN1= tidy.1
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
DOCVER= 021222
|
||||
DOCVER= 030216
|
||||
DISTFILES+= tidy_docs_${DOCVER}${EXTRACT_SUFX}
|
||||
DOCFILES= Overview.html faq.html grid.gif pending.html \
|
||||
quickref.html release-notes.html tidy.css tidy.gif
|
||||
|
@ -34,6 +35,9 @@ APIEXT= css html js png
|
|||
|
||||
BIN2STRIP= tidy tab2space
|
||||
|
||||
post-extract:
|
||||
@${CP} -p ${WRKSRC}/build/gmake/Makefile ${WRKSRC}
|
||||
|
||||
pre-install:
|
||||
@if [ -f ${LOCALBASE}/bin/tidy ]; then \
|
||||
${ECHO_MSG} "" ; \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (tidy_src_030208.tgz) = 9b92b57829c2feb6c92ede60944fee4e
|
||||
MD5 (tidy_docs_021222.tgz) = 515f04f80b3a6e18d4d094bcca0ed155
|
||||
MD5 (tidy_src_030217.tgz) = df447cc6b32c49577fd2aee7f88176db
|
||||
MD5 (tidy_docs_030216.tgz) = b832e6a78836bf31b3eadca3d5301106
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- Makefile.orig Sun Feb 9 08:57:03 2003
|
||||
+++ Makefile Thu Feb 13 21:34:14 2003
|
||||
--- Makefile.orig Tue Feb 18 08:57:03 2003
|
||||
+++ Makefile Tue Feb 18 21:59:51 2003
|
||||
@@ -58,8 +58,8 @@
|
||||
PROJECT=tidy
|
||||
|
||||
|
@ -11,7 +11,16 @@
|
|||
|
||||
bininst = ${runinst_prefix}/bin
|
||||
libinst = ${devinst_prefix}/lib
|
||||
@@ -76,8 +76,9 @@
|
||||
@@ -67,7 +67,7 @@
|
||||
maninst = ${devinst_prefix}/man
|
||||
|
||||
# Internal variables. - No spaces allowed: libtool chokes on spaces in directory names.
|
||||
-TOPDIR = ../..
|
||||
+TOPDIR = .
|
||||
INCDIR = ${TOPDIR}/include
|
||||
APPDIR = ${TOPDIR}/console
|
||||
SRCDIR = ${TOPDIR}/src
|
||||
@@ -76,10 +76,11 @@
|
||||
BINDIR = ${TOPDIR}/bin
|
||||
|
||||
# CFLAGS etc..
|
||||
|
@ -21,5 +30,8 @@
|
|||
+#CFLAGS= -Wall -Wno-switch -Wno-parentheses -Wno-unused -I $(INCDIR)
|
||||
+CFLAGS+= -I $(INCDIR)
|
||||
|
||||
# OTHERCFLAGS= -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1
|
||||
-# OTHERCFLAGS= -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1
|
||||
+OTHERCFLAGS= -DSUPPORT_ACCESSIBILITY_CHECKS=1 -DSUPPORT_UTF16_ENCODINGS=1 -DSUPPORT_ASIAN_ENCODINGS=1
|
||||
ifdef SUPPORT_UTF16_ENCODINGS
|
||||
CFLAGS += -DSUPPORT_UTF16_ENCODINGS=$(SUPPORT_UTF16_ENCODINGS)
|
||||
endif
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
HTML parser and pretty printer
|
Loading…
Add table
Reference in a new issue