diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-04 09:34:47 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-04 09:34:47 +0800 |
commit | c062eaa0e0bec016fa94df92f432ddc0218f585e (patch) | |
tree | bda3a1d717745270b117c519f53adaeb39ac838e /x11 | |
parent | 057a0c498735273b9119a0991bf639acb6e44ce6 (diff) | |
download | freebsd-ports-gnome-c062eaa0e0bec016fa94df92f432ddc0218f585e.tar.gz freebsd-ports-gnome-c062eaa0e0bec016fa94df92f432ddc0218f585e.tar.zst freebsd-ports-gnome-c062eaa0e0bec016fa94df92f432ddc0218f585e.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')
-rw-r--r-- | x11/dynamag/Makefile | 2 | ||||
-rw-r--r-- | x11/lupe/Makefile | 2 | ||||
-rw-r--r-- | x11/xlupe/Makefile | 2 | ||||
-rw-r--r-- | x11/xzoom/Makefile | 2 |
4 files changed, 4 insertions, 4 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 diff --git a/x11/lupe/Makefile b/x11/lupe/Makefile index fd84ecd262e2..4777bc696612 100644 --- a/x11/lupe/Makefile +++ b/x11/lupe/Makefile @@ -7,7 +7,7 @@ PORTNAME= lupe PORTVERSION= 0.08 -CATEGORIES= x11 +CATEGORIES= x11 accessibility MASTER_SITES= http://www.oersted.co.jp/~yav/soft/ DISTNAME= lupe008 diff --git a/x11/xlupe/Makefile b/x11/xlupe/Makefile index ae9e48cd0747..8f218c37908b 100644 --- a/x11/xlupe/Makefile +++ b/x11/xlupe/Makefile @@ -7,7 +7,7 @@ PORTNAME= xlupe PORTVERSION= 1.1 -CATEGORIES= x11 +CATEGORIES= x11 accessibility MASTER_SITES= http://www.core.de/~coto/projects/xlupe/ MAINTAINER= ports@FreeBSD.org diff --git a/x11/xzoom/Makefile b/x11/xzoom/Makefile index 6446166a48b7..3660c956cc83 100644 --- a/x11/xzoom/Makefile +++ b/x11/xzoom/Makefile @@ -7,7 +7,7 @@ PORTNAME= xzoom PORTVERSION= 0.3 -CATEGORIES= x11 +CATEGORIES= x11 accessibility MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= libs/X EXTRACT_SUFX= .tgz |