diff options
author | thierry <thierry@FreeBSD.org> | 2005-05-15 23:54:36 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-05-15 23:54:36 +0800 |
commit | 5a334c25c59ec29e42d598c78c5e107424ce006c (patch) | |
tree | ad3cf83bdedf779ad68d5d6cc02a058922814419 /sysutils/Makefile | |
parent | 9ebc752be0c884286e6bfc024ba97cf487d31891 (diff) | |
download | freebsd-ports-gnome-5a334c25c59ec29e42d598c78c5e107424ce006c.tar.gz freebsd-ports-gnome-5a334c25c59ec29e42d598c78c5e107424ce006c.tar.zst freebsd-ports-gnome-5a334c25c59ec29e42d598c78c5e107424ce006c.zip |
Add unidesc 2.12, Unicode Description Utilities.
Unidesc consists of four programs for finding out what is in a Unicode file.
They are useful when working with Unicode files when one doesn't know the
writing system, doesn't have the necessary font, needs to inspect invisible
characters, needs to find out whether characters have been combined or in what
order they occur, or needs statistics on which characters occur.
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index e99eee39b978..f7b9ee7f3228 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -478,6 +478,7 @@ SUBDIR += ucspi-unix SUBDIR += udesc_dump SUBDIR += udfclient + SUBDIR += unidesc SUBDIR += unquote SUBDIR += upsd SUBDIR += upsmon |