diff options
author | edwin <edwin@FreeBSD.org> | 2004-01-03 15:24:22 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-01-03 15:24:22 +0800 |
commit | bc6a12f1905bb2123e83e5ab6dd65b09f579de18 (patch) | |
tree | 6fbaf8256650e4406e957a28e0d419cf3c1b326f /accessibility | |
parent | a5659c1bc358706da36e09adc82ffdc7b904858b (diff) | |
download | freebsd-ports-gnome-bc6a12f1905bb2123e83e5ab6dd65b09f579de18.tar.gz freebsd-ports-gnome-bc6a12f1905bb2123e83e5ab6dd65b09f579de18.tar.zst freebsd-ports-gnome-bc6a12f1905bb2123e83e5ab6dd65b09f579de18.zip |
New port: misc/dasher, text entry system (for people with disabilities)
An information-efficient text entry system (for people with
disabilities)
PR: ports/54414
Submitted by: lewiz <purple@lewiz.net>
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/dasher/Makefile | 30 | ||||
-rw-r--r-- | accessibility/dasher/distinfo | 1 | ||||
-rw-r--r-- | accessibility/dasher/pkg-descr | 14 | ||||
-rw-r--r-- | accessibility/dasher/pkg-plist | 6 |
4 files changed, 51 insertions, 0 deletions
diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile new file mode 100644 index 000000000000..6bb319273272 --- /dev/null +++ b/accessibility/dasher/Makefile @@ -0,0 +1,30 @@ +# Ports collection Makefile for: dasher +# Date created: 5 July 2003 +# Whom: lewiz <purple@lewiz.net> +# +# $FreeBSD$ +# + +PORTNAME= dasher +PORTVERSION= 3.0.2 +CATEGORIES= editors +MASTER_SITES= http://www.inference.phy.cam.ac.uk/${PORTNAME}/download/linux/source/3.0/ +DIST_SUBDIR= gnome2 + +MAINTAINER= purple@lewiz.net +COMMENT= Information efficient text-entry interface + +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext + +USE_X_PREFIX= yes + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gtk2 --disable-gtkmmtest +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CFLAGS="-I${LOCALBASE}/include" +USE_GMAKE= yes + +LDFLAGS+= -L{LOCALBASE}/lib + +MAN1= dasher.1 + +.include <bsd.port.mk> diff --git a/accessibility/dasher/distinfo b/accessibility/dasher/distinfo new file mode 100644 index 000000000000..9158185bfece --- /dev/null +++ b/accessibility/dasher/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/dasher-3.0.2.tar.gz) = 1207d4076809fb69bb96ac11ce65bcd2 diff --git a/accessibility/dasher/pkg-descr b/accessibility/dasher/pkg-descr new file mode 100644 index 000000000000..70df2911e94f --- /dev/null +++ b/accessibility/dasher/pkg-descr @@ -0,0 +1,14 @@ +Dasher is an information-efficient text-entry interface, driven by +natural continuous pointing gestures. Dasher is a competitive text-entry +system wherever a full-size keyboard cannot be used - for example, + + * on a palmtop computer; + * on a wearable computer; + * when operating a computer one-handed, by joystick, touchscreen, + * trackball, or mouse; + * when operating a computer with zero hands (i.e., by head-mouse or + * by eyetracker). + +Dasher is fast, efficient, easy to learn, and fun to use. + +WWW: http://www.inference.phy.cam.ac.uk/dasher/ diff --git a/accessibility/dasher/pkg-plist b/accessibility/dasher/pkg-plist new file mode 100644 index 000000000000..525ec9d3225a --- /dev/null +++ b/accessibility/dasher/pkg-plist @@ -0,0 +1,6 @@ +bin/dasher +share/dasher/alphabet.dtd +share/dasher/alphabet.xml +share/dasher/alphabet.xsl +share/dasher/training_english_GB.txt +@dirrm share/dasher |