pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/dasher Initial import of dasher, version 3.2.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75ecddb2465c
branches:  trunk
changeset: 469460:75ecddb2465c
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Mon Feb 23 19:01:53 2004 +0000

description:
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:

 editors/dasher/DESCR    |   9 +++++++++
 editors/dasher/Makefile |  27 +++++++++++++++++++++++++++
 editors/dasher/PLIST    |  41 +++++++++++++++++++++++++++++++++++++++++
 editors/dasher/distinfo |   4 ++++
 4 files changed, 81 insertions(+), 0 deletions(-)

diffs (97 lines):

diff -r 332c128702d3 -r 75ecddb2465c editors/dasher/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/dasher/DESCR      Mon Feb 23 19:01:53 2004 +0000
@@ -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 -r 332c128702d3 -r 75ecddb2465c editors/dasher/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/dasher/Makefile   Mon Feb 23 19:01:53 2004 +0000
@@ -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@localhost
+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 -r 332c128702d3 -r 75ecddb2465c editors/dasher/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/dasher/PLIST      Mon Feb 23 19:01:53 2004 +0000
@@ -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 -r 332c128702d3 -r 75ecddb2465c editors/dasher/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/dasher/distinfo   Mon Feb 23 19:01:53 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index