diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-04 09:34:47 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-04 09:34:47 +0800 |
commit | 62a8ba9cf455c6565457163261d8451fca7b1655 (patch) | |
tree | 81f33490a6bc814a077f932627dd8a6e9a0bd499 /x11/dynamag | |
parent | 76053409212af9e619d3e8225d9e9dd51720fb0d (diff) | |
download | freebsd-ports-gnome-62a8ba9cf455c6565457163261d8451fca7b1655.tar.gz freebsd-ports-gnome-62a8ba9cf455c6565457163261d8451fca7b1655.tar.zst freebsd-ports-gnome-62a8ba9cf455c6565457163261d8451fca7b1655.zip |
new virtual category requested: accessibility
This category, to be described as "of interest to disabled
users" is intended to make it simpler for users to find
software which will let them overcome a handicap. For
example, blind users may want to combine OCR and text-to-speech
software so the computer can read books to them; users with
diminished eyesight can use large fonts and "magnifiers";
paralyzed users may use speech recognition to compose text
or give commands.
PR: ports/39103
Submitted by: Trevor Johnson <trevor@jpj.net>
Diffstat (limited to 'x11/dynamag')
-rw-r--r-- | x11/dynamag/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/dynamag/Makefile b/x11/dynamag/Makefile index 556c657ad72b..30489d9b762f 100644 --- a/x11/dynamag/Makefile +++ b/x11/dynamag/Makefile @@ -7,7 +7,7 @@ PORTNAME= dynamag PORTVERSION= 1.1 -CATEGORIES= x11 +CATEGORIES= x11 accessibility MASTER_SITES= ftp://trace.wisc.edu/pub/access_utils/unix/ DISTNAME= unwindows EXTRACT_SUFX= .tar.Z |