diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-02-23 19:01:53 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-02-23 19:01:53 +0000 |
commit | 57b20927040cee1da83c29acdeb83cc697ee7c45 (patch) | |
tree | ab5e85f2cfcbfea7eb88f2cb3bce0d86f7a7e2b9 /editors | |
parent | 0d16221af9585459002d3bf4c0e9ce5e2d6e474a (diff) | |
download | pkgsrc-57b20927040cee1da83c29acdeb83cc697ee7c45.tar.gz |
Initial import of dasher, version 3.2.3:
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)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/dasher/DESCR | 9 | ||||
-rw-r--r-- | editors/dasher/Makefile | 27 | ||||
-rw-r--r-- | editors/dasher/PLIST | 41 | ||||
-rw-r--r-- | editors/dasher/distinfo | 4 |
4 files changed, 81 insertions, 0 deletions
diff --git a/editors/dasher/DESCR b/editors/dasher/DESCR new file mode 100644 index 00000000000..14f84774a19 --- /dev/null +++ b/editors/dasher/DESCR @@ -0,0 +1,9 @@ +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) diff --git a/editors/dasher/Makefile b/editors/dasher/Makefile new file mode 100644 index 00000000000..97e8ce7e419 --- /dev/null +++ b/editors/dasher/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/23 19:01:53 jmmv Exp $ +# + +DISTNAME= dasher-3.2.3 +CATEGORIES= editors +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/dasher/3.2/} + +MAINTAINER= jmmv@NetBSD.org +HOMEPAGE= http://www.inference.phy.cam.ac.uk/dasher/ +COMMENT= Easy typing without using keyboard + +DEPENDS+= xdg-dirs>=1.0:../../misc/xdg-dirs + +GNU_CONFIGURE= yes +USE_BUILDLINK3= yes +USE_GNU_TOOLS+= make +USE_PKGLOCALEDIR= yes + +.include "../../converters/libiconv/buildlink3.mk" +.include "../../devel/GConf2/buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../devel/libglade2/buildlink3.mk" +.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../textproc/expat/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/editors/dasher/PLIST b/editors/dasher/PLIST new file mode 100644 index 00000000000..194e1734928 --- /dev/null +++ b/editors/dasher/PLIST @@ -0,0 +1,41 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/23 19:01:53 jmmv Exp $ +bin/dasher +man/man1/dasher.1 +share/applications/dasher.desktop +share/dasher/alphabet.albanian.xml +share/dasher/alphabet.dtd +share/dasher/alphabet.dutch.xml +share/dasher/alphabet.english.xml +share/dasher/alphabet.french.xml +share/dasher/alphabet.german.xml +share/dasher/alphabet.hiragana.xml +share/dasher/alphabet.hungarian.xml +share/dasher/alphabet.hungarianLowerCase.xml +share/dasher/alphabet.ipa.xml +share/dasher/alphabet.italian.xml +share/dasher/alphabet.korean.xml +share/dasher/alphabet.polish.xml +share/dasher/alphabet.portuguese.xml +share/dasher/alphabet.russian.xml +share/dasher/alphabet.spanish.xml +share/dasher/alphabet.xsl +share/dasher/colour.dtd +share/dasher/colour.hiragana.xml +share/dasher/colour.xml +share/dasher/dasher.glade +share/dasher/training_dutch_NL.txt +share/dasher/training_english_GB.txt +share/dasher/training_french_FR.txt +share/dasher/training_german_DE.txt +share/dasher/training_hiragana60_JP.txt +share/dasher/training_hiragana83_JP.txt +share/dasher/training_italian_IT.txt +share/dasher/training_portuguese_BR.txt +share/dasher/training_russian_RU.txt +share/icons/dasher.png +${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/dasher.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/dasher.mo +${PKGLOCALEDIR}/locale/mn/LC_MESSAGES/dasher.mo +@unexec ${RMDIR} %D/share/icons 2>/dev/null || ${TRUE} +@dirrm share/dasher +@comment in xdg-dirs: @dirrm share/applications diff --git a/editors/dasher/distinfo b/editors/dasher/distinfo new file mode 100644 index 00000000000..097f752f308 --- /dev/null +++ b/editors/dasher/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/02/23 19:01:53 jmmv Exp $ + +SHA1 (dasher-3.2.3.tar.gz) = 69f2d967bb4ecfc306a245605d7a4556609068c5 +Size (dasher-3.2.3.tar.gz) = 2533826 bytes |