diff options
author | phantom <phantom@FreeBSD.org> | 2001-11-22 23:24:54 +0800 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2001-11-22 23:24:54 +0800 |
commit | cd7b24388c908c62719c45874d2200591be8b90e (patch) | |
tree | a67da9798ec0e2a9384bf89394c99ae692aabd58 /www/tidy-devel | |
parent | 43fd503d74fc49d846f056b048a9d491a4f7d2a7 (diff) | |
download | freebsd-ports-graphics-cd7b24388c908c62719c45874d2200591be8b90e.tar.gz freebsd-ports-graphics-cd7b24388c908c62719c45874d2200591be8b90e.tar.zst freebsd-ports-graphics-cd7b24388c908c62719c45874d2200591be8b90e.zip |
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-devel')
-rw-r--r-- | www/tidy-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/tidy-devel/Makefile b/www/tidy-devel/Makefile index 53b7176a83b..ad1517c705d 100644 --- a/www/tidy-devel/Makefile +++ b/www/tidy-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= tidy PORTVERSION= 20000804 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.w3.org/People/Raggett/ DISTNAME= tidy4aug00 |