diff options
author | phantom <phantom@FreeBSD.org> | 2001-11-22 15:24:54 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2001-11-22 15:24:54 +0000 |
commit | cd7b24388c908c62719c45874d2200591be8b90e (patch) | |
tree | a67da9798ec0e2a9384bf89394c99ae692aabd58 /www/tidy | |
parent | 43fd503d74fc49d846f056b048a9d491a4f7d2a7 (diff) | |
download | FreeBSD-ports-cd7b24388c908c62719c45874d2200591be8b90e.zip FreeBSD-ports-cd7b24388c908c62719c45874d2200591be8b90e.tar.gz |
Add new option '-preserve' to preserve characters entities from source file
(i.e. leave them undecoded into plain characters). This feature will be utilized
by translation teams and was successfuly tested against Russian and Japanese
Translation Projects.
Also add simple hack to not to display annoying "Can't open ~/.tidyrc" warning
message in case if ~/.tidyrc file missing.
Bump PORTREVISION.
Approved by: Scott Kenney <saken@hotel.rmta.org> (maintainer)
Tested by: myself, hrs
Diffstat (limited to 'www/tidy')
-rw-r--r-- | www/tidy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/tidy/Makefile b/www/tidy/Makefile index 53b7176..ad1517c 100644 --- a/www/tidy/Makefile +++ b/www/tidy/Makefile @@ -7,6 +7,7 @@ PORTNAME= tidy PORTVERSION= 20000804 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.w3.org/People/Raggett/ DISTNAME= tidy4aug00 |