summaryrefslogtreecommitdiffstats
path: root/accessibility/dasher
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-28 13:27:33 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-28 13:27:33 +0800
commit622b15bdbbdb654da3e089ee401c64fd23a6c14b (patch)
treec0106cd741151b0e8b99c098765c71422af0f146 /accessibility/dasher
parenta990b26f5c6a36111b6b26213419b6084a066e5d (diff)
downloadmarcuscom-ports-622b15bdbbdb654da3e089ee401c64fd23a6c14b.tar
marcuscom-ports-622b15bdbbdb654da3e089ee401c64fd23a6c14b.tar.gz
marcuscom-ports-622b15bdbbdb654da3e089ee401c64fd23a6c14b.tar.bz2
marcuscom-ports-622b15bdbbdb654da3e089ee401c64fd23a6c14b.tar.lz
marcuscom-ports-622b15bdbbdb654da3e089ee401c64fd23a6c14b.tar.xz
marcuscom-ports-622b15bdbbdb654da3e089ee401c64fd23a6c14b.tar.zst
marcuscom-ports-622b15bdbbdb654da3e089ee401c64fd23a6c14b.zip
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8657 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/dasher')
-rw-r--r--accessibility/dasher/Makefile53
-rw-r--r--accessibility/dasher/distinfo3
-rw-r--r--accessibility/dasher/files/patch-Src_DasherCore_BasicLog.cpp11
-rw-r--r--accessibility/dasher/files/patch-Src_DasherCore_FileLogger.cpp11
-rw-r--r--accessibility/dasher/files/patch-Src_DasherCore_SimpleTimer.cpp24
-rw-r--r--accessibility/dasher/files/patch-Src_DasherCore_TimeSpan.cpp20
-rw-r--r--accessibility/dasher/files/patch-Src_DasherCore_UserLog.cpp20
-rw-r--r--accessibility/dasher/files/patch-configure11
-rw-r--r--accessibility/dasher/pkg-descr14
-rw-r--r--accessibility/dasher/pkg-plist372
10 files changed, 539 insertions, 0 deletions
diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile
new file mode 100644
index 000000000..76bf463ca
--- /dev/null
+++ b/accessibility/dasher/Makefile
@@ -0,0 +1,53 @@
+# Ports collection Makefile for: dasher
+# Date created: 5 July 2003
+# Whom: lewiz <purple@lewiz.net>
+#
+# $FreeBSD$
+# $MCom: ports/accessibility/dasher/Makefile,v 1.50 2007/03/12 20:16:34 mezz Exp $
+#
+
+PORTNAME= dasher
+PORTVERSION= 4.4.1
+PORTREVISION= 1
+PORTEPOCH= 1
+CATEGORIES= accessibility editors x11 gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= lewiz@compsoc.man.ac.uk
+COMMENT= Information efficient text-entry interface
+
+BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
+RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
+
+USE_BZIP2= yes
+USE_GETTEXT= yes
+USE_XLIB= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack intlhack gnomehier libgnomeui atspi \
+ libwnck gnomedocutils
+WANT_GNOME= yes
+GNU_CONFIGURE= yes
+INSTALLS_ICONS= yes
+INSTALLS_OMF= yes
+USE_GCC= 3.4+
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+GCONF_SCHEMAS= dasher.schemas
+MAN1= dasher.1
+
+.include <bsd.port.pre.mk>
+
+.if ${HAVE_GNOME:Mgnomespeech}!=""
+USE_GNOME+= gnomespeech
+CONFIGURE_ARGS+=--enable-speech
+.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure
+ @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|-O2||g'
+
+.include <bsd.port.post.mk>
diff --git a/accessibility/dasher/distinfo b/accessibility/dasher/distinfo
new file mode 100644
index 000000000..31d10c67f
--- /dev/null
+++ b/accessibility/dasher/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/dasher-4.4.1.tar.bz2) = 31308ce9747d5de0fa79ddd6a52bb2d9
+SHA256 (gnome2/dasher-4.4.1.tar.bz2) = ac16ef01b5c12d8ef700a705b5f12e4755ba9d0bee7b24175728f8efc42a6026
+SIZE (gnome2/dasher-4.4.1.tar.bz2) = 6779949
diff --git a/accessibility/dasher/files/patch-Src_DasherCore_BasicLog.cpp b/accessibility/dasher/files/patch-Src_DasherCore_BasicLog.cpp
new file mode 100644
index 000000000..baf470649
--- /dev/null
+++ b/accessibility/dasher/files/patch-Src_DasherCore_BasicLog.cpp
@@ -0,0 +1,11 @@
+--- Src/DasherCore/BasicLog.cpp.orig Tue Dec 5 22:01:38 2006
++++ Src/DasherCore/BasicLog.cpp Tue Dec 5 22:02:14 2006
+@@ -87,7 +87,7 @@ std::string CBasicLog::GetDateStamp() {
+ szTimeLine = ctime(&(sTimeBuffer.time));
+ #else
+ gettimeofday(&sTimeBuffer, &sTimezoneBuffer);
+- szTimeLine = ctime(&(sTimeBuffer.tv_sec));
++ szTimeLine = ctime((const time_t *)&(sTimeBuffer.tv_sec));
+ #endif
+
+ return std::string(szTimeLine).substr(0, 24);
diff --git a/accessibility/dasher/files/patch-Src_DasherCore_FileLogger.cpp b/accessibility/dasher/files/patch-Src_DasherCore_FileLogger.cpp
new file mode 100644
index 000000000..ec7187560
--- /dev/null
+++ b/accessibility/dasher/files/patch-Src_DasherCore_FileLogger.cpp
@@ -0,0 +1,11 @@
+--- Src/DasherCore/FileLogger.cpp.orig Sun Dec 3 09:50:34 2006
++++ Src/DasherCore/FileLogger.cpp Sun Dec 3 18:45:55 2006
+@@ -511,7 +511,7 @@ std::string CFileLogger::GetTimeDateStam
+ szTimeLine = ctime(&(sTimeBuffer.time));
+ #else
+ gettimeofday(&sTimeBuffer, &sTimezoneBuffer);
+- szTimeLine = ctime(&(sTimeBuffer.tv_sec));
++ szTimeLine = ctime((const time_t *)&(sTimeBuffer.tv_sec));
+ #endif
+
+ // Format is:
diff --git a/accessibility/dasher/files/patch-Src_DasherCore_SimpleTimer.cpp b/accessibility/dasher/files/patch-Src_DasherCore_SimpleTimer.cpp
new file mode 100644
index 000000000..745c41f85
--- /dev/null
+++ b/accessibility/dasher/files/patch-Src_DasherCore_SimpleTimer.cpp
@@ -0,0 +1,24 @@
+--- Src/DasherCore/SimpleTimer.cpp.orig Wed May 31 00:14:12 2006
++++ Src/DasherCore/SimpleTimer.cpp Wed May 31 00:14:23 2006
+@@ -34,8 +34,8 @@ CSimpleTimer::CSimpleTimer()
+ m_iStartSecond = sTimeBuffer.time;
+ #else
+ gettimeofday(&sTimeBuffer, &sTimezoneBuffer);
+- m_iStartMs = sTimeBuffer.tv_usec / 1000;
+- m_iStartSecond = sTimeBuffer.tv_sec;
++ m_iStartMs = (int) sTimeBuffer.tv_usec / 1000;
++ m_iStartSecond = (int) sTimeBuffer.tv_sec;
+ #endif
+
+ }
+@@ -59,8 +59,8 @@ double CSimpleTimer::GetElapsed()
+ int iEndSecond = sTimeBuffer.time;
+ #else
+ gettimeofday(&sTimeBuffer, &sTimezoneBuffer);
+- int iEndMs = sTimeBuffer.tv_usec / 1000;
+- int iEndSecond = sTimeBuffer.tv_sec;
++ int iEndMs = (int) sTimeBuffer.tv_usec / 1000;
++ int iEndSecond = (int) sTimeBuffer.tv_sec;
+ #endif
+
+
diff --git a/accessibility/dasher/files/patch-Src_DasherCore_TimeSpan.cpp b/accessibility/dasher/files/patch-Src_DasherCore_TimeSpan.cpp
new file mode 100644
index 000000000..c10219ff4
--- /dev/null
+++ b/accessibility/dasher/files/patch-Src_DasherCore_TimeSpan.cpp
@@ -0,0 +1,20 @@
+--- Src/DasherCore/TimeSpan.cpp.orig Sun Dec 3 09:50:34 2006
++++ Src/DasherCore/TimeSpan.cpp Sun Dec 3 18:47:02 2006
+@@ -122,7 +122,7 @@ string CTimeSpan::GetTimeStamp()
+ szTimeLine = ctime(&(sTimeBuffer.time));
+ #else
+ gettimeofday(&sTimeBuffer, &sTimezoneBuffer);
+- szTimeLine = ctime(&(sTimeBuffer.tv_sec));
++ szTimeLine = ctime((const time_t *)&(sTimeBuffer.tv_sec));
+ #endif
+
+ if ((szTimeLine != NULL) && (strlen(szTimeLine) > 18))
+@@ -196,7 +196,7 @@ string CTimeSpan::GetDateStamp()
+ szTimeLine = ctime(&(sTimeBuffer.time));
+ #else
+ gettimeofday(&sTimeBuffer, &sTimezoneBuffer);
+- szTimeLine = ctime(&(sTimeBuffer.tv_sec));
++ szTimeLine = ctime((const time_t *)&(sTimeBuffer.tv_sec));
+ #endif
+
+
diff --git a/accessibility/dasher/files/patch-Src_DasherCore_UserLog.cpp b/accessibility/dasher/files/patch-Src_DasherCore_UserLog.cpp
new file mode 100644
index 000000000..663e5426e
--- /dev/null
+++ b/accessibility/dasher/files/patch-Src_DasherCore_UserLog.cpp
@@ -0,0 +1,20 @@
+--- Src/DasherCore/UserLog.cpp.orig Fri Apr 21 17:41:02 2006
++++ Src/DasherCore/UserLog.cpp Sun Jun 11 10:43:33 2006
+@@ -668,7 +668,7 @@
+ szTimeLine = ctime(&(sTimeBuffer.time));
+ #else
+ gettimeofday(&sTimeBuffer, &sTimezoneBuffer);
+- szTimeLine = ctime(&(sTimeBuffer.tv_sec));
++ szTimeLine = ctime((const time_t *)&(sTimeBuffer.tv_sec));
+ #endif
+
+ if ((szTimeLine != NULL) && (strlen(szTimeLine) > 18))
+@@ -881,7 +881,7 @@
+ double dTime = (sTimeBuffer.time * 1000.0) + sTimeBuffer.millitm;
+ #else
+ gettimeofday(&sTimeBuffer, &sTimezoneBuffer);
+- double dTime = (sTimeBuffer.tv_sec * 1000.0) + sTimeBuffer.tv_usec / 1000;
++ double dTime = (sTimeBuffer.tv_sec * 1000.0) + (int) (sTimeBuffer.tv_usec / 1000);
+ #endif
+
+
diff --git a/accessibility/dasher/files/patch-configure b/accessibility/dasher/files/patch-configure
new file mode 100644
index 000000000..bde9cc59c
--- /dev/null
+++ b/accessibility/dasher/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Sun Dec 3 18:59:04 2006
++++ configure Sun Dec 3 18:59:15 2006
+@@ -23152,7 +23152,7 @@ echo "$as_me:$LINENO: result: $have_prog
+ echo "${ECHO_T}$have_prog_gnu_ld" >&6
+
+ if [ x"$have_prog_gnu_ld" = xyes ]; then
+- ed_flags="-Wl,--export-dynamic,"
++ ed_flags="-Wl,--export-dynamic"
+ else
+ ed_flags=""
+ fi
diff --git a/accessibility/dasher/pkg-descr b/accessibility/dasher/pkg-descr
new file mode 100644
index 000000000..7ef3255f0
--- /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, and easy to learn.
+
+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 000000000..b26e1c755
--- /dev/null
+++ b/accessibility/dasher/pkg-plist
@@ -0,0 +1,372 @@
+bin/dasher
+share/applications/dasher.desktop
+share/dasher/alphabet.AfaanOromo.xml
+share/dasher/alphabet.Armenian.xml
+share/dasher/alphabet.Assamese.xml
+share/dasher/alphabet.Azerbaijani.xml
+share/dasher/alphabet.Belarusian.xml
+share/dasher/alphabet.Bulgarian.xml
+share/dasher/alphabet.Esperanto.xml
+share/dasher/alphabet.Estonian.xml
+share/dasher/alphabet.Filipino.xml
+share/dasher/alphabet.Greek.xml
+share/dasher/alphabet.Gujarati.xml
+share/dasher/alphabet.Hawaiian.xml
+share/dasher/alphabet.Hebrew.xml
+share/dasher/alphabet.Hindi.xml
+share/dasher/alphabet.Icelandic.xml
+share/dasher/alphabet.Igbo.xml
+share/dasher/alphabet.Indonesian.xml
+share/dasher/alphabet.IrishGaelic.xml
+share/dasher/alphabet.Kannada.xml
+share/dasher/alphabet.Katakana.xml
+share/dasher/alphabet.Malay.xml
+share/dasher/alphabet.Malayalam.xml
+share/dasher/alphabet.Marathi.xml
+share/dasher/alphabet.Moldavian.xml
+share/dasher/alphabet.Ndebele.xml
+share/dasher/alphabet.Oriya.xml
+share/dasher/alphabet.Punjabi.xml
+share/dasher/alphabet.Romanian.xml
+share/dasher/alphabet.Sami.xml
+share/dasher/alphabet.ScotsGaelic.xml
+share/dasher/alphabet.Sepedi.xml
+share/dasher/alphabet.Sesotho.xml
+share/dasher/alphabet.Sinhala.xml
+share/dasher/alphabet.Slovak.xml
+share/dasher/alphabet.Slovenian.xml
+share/dasher/alphabet.Swati.xml
+share/dasher/alphabet.Tajik.xml
+share/dasher/alphabet.Tamil.xml
+share/dasher/alphabet.Telugu.xml
+share/dasher/alphabet.Thai.xml
+share/dasher/alphabet.Thai2.xml
+share/dasher/alphabet.Tsonga.xml
+share/dasher/alphabet.Tswana.xml
+share/dasher/alphabet.Turkish.xml
+share/dasher/alphabet.Urdu.xml
+share/dasher/alphabet.Vietnamese.xml
+share/dasher/alphabet.Xhosa.xml
+share/dasher/alphabet.Yoruba.xml
+share/dasher/alphabet.Zulu.xml
+share/dasher/alphabet.abc.xml
+share/dasher/alphabet.adangbe.xml
+share/dasher/alphabet.afrikaans.xml
+share/dasher/alphabet.akan.xml
+share/dasher/alphabet.albanian.xml
+share/dasher/alphabet.amharic.xml
+share/dasher/alphabet.arabic.xml
+share/dasher/alphabet.basque.xml
+share/dasher/alphabet.bengali.xml
+share/dasher/alphabet.bopomofo.xml
+share/dasher/alphabet.bosnian.xml
+share/dasher/alphabet.breton.xml
+share/dasher/alphabet.catalan.xml
+share/dasher/alphabet.cherokee.xml
+share/dasher/alphabet.chinese.xml
+share/dasher/alphabet.chineseRuby.xml
+share/dasher/alphabet.corsican.xml
+share/dasher/alphabet.croatian.xml
+share/dasher/alphabet.czech.xml
+share/dasher/alphabet.danish.xml
+share/dasher/alphabet.dtd
+share/dasher/alphabet.dutch.xml
+share/dasher/alphabet.english.xml
+share/dasher/alphabet.englishC.xml
+share/dasher/alphabet.ethiopic.xml
+share/dasher/alphabet.ewe.xml
+share/dasher/alphabet.faroese.xml
+share/dasher/alphabet.finnish.xml
+share/dasher/alphabet.finnish2.xml
+share/dasher/alphabet.french.xml
+share/dasher/alphabet.ga.xml
+share/dasher/alphabet.galician.xml
+share/dasher/alphabet.georgian.xml
+share/dasher/alphabet.german.xml
+share/dasher/alphabet.hausa.xml
+share/dasher/alphabet.hiragana.xml
+share/dasher/alphabet.hiragana2.xml
+share/dasher/alphabet.hungarian.xml
+share/dasher/alphabet.ipa.xml
+share/dasher/alphabet.italian.xml
+share/dasher/alphabet.japanese.canna.xml
+share/dasher/alphabet.kazakh.xml
+share/dasher/alphabet.kirghiz.xml
+share/dasher/alphabet.kirundi.xml
+share/dasher/alphabet.klingon.xml
+share/dasher/alphabet.korean.xml
+share/dasher/alphabet.koreanNested.xml
+share/dasher/alphabet.kurdish.xml
+share/dasher/alphabet.lao.xml
+share/dasher/alphabet.latex.xml
+share/dasher/alphabet.latin.xml
+share/dasher/alphabet.latvian.xml
+share/dasher/alphabet.lithuanian.xml
+share/dasher/alphabet.luxembourgish.xml
+share/dasher/alphabet.macedonian.xml
+share/dasher/alphabet.malagasy.xml
+share/dasher/alphabet.maltese.xml
+share/dasher/alphabet.mongolian.xml
+share/dasher/alphabet.myanmar.xml
+share/dasher/alphabet.nepali.xml
+share/dasher/alphabet.norwegian.xml
+share/dasher/alphabet.occitan.xml
+share/dasher/alphabet.ogham.xml
+share/dasher/alphabet.pashto.xml
+share/dasher/alphabet.persian.xml
+share/dasher/alphabet.pinyin.xml
+share/dasher/alphabet.polish.xml
+share/dasher/alphabet.portuguese.xml
+share/dasher/alphabet.romansch.xml
+share/dasher/alphabet.runic.xml
+share/dasher/alphabet.russian.xml
+share/dasher/alphabet.sanskrit.xml
+share/dasher/alphabet.serbian.xml
+share/dasher/alphabet.somali.xml
+share/dasher/alphabet.spanish.xml
+share/dasher/alphabet.swahili.xml
+share/dasher/alphabet.swedish.xml
+share/dasher/alphabet.thaana.xml
+share/dasher/alphabet.tigrinya.xml
+share/dasher/alphabet.turkmen.xml
+share/dasher/alphabet.ukrainian.xml
+share/dasher/alphabet.uzbek.xml
+share/dasher/alphabet.venda.xml
+share/dasher/alphabet.welsh.xml
+share/dasher/alphabet.xsl
+share/dasher/colour.blue.xml
+share/dasher/colour.dtd
+share/dasher/colour.euroasian.xml
+share/dasher/colour.euroasian2.xml
+share/dasher/colour.euroasian3.xml
+share/dasher/colour.jamie.xml
+share/dasher/colour.rainbow.xml
+share/dasher/colour.thai.xml
+share/dasher/colour.vowels.xml
+share/dasher/colour.vowels2.xml
+share/dasher/colour.xml
+share/dasher/controllabels.dtd
+share/dasher/controllabels.xml
+share/dasher/dasher.compose.glade
+share/dasher/dasher.direct.glade
+share/dasher/dasher.fullscreen.glade
+share/dasher/dasher.traditional.glade
+share/dasher/dashermaemo.glade
+share/dasher/dashermaemofullscreen.glade
+share/dasher/training_albanian_SQ.txt
+share/dasher/training_basque_EU.txt
+share/dasher/training_bengali_BD.txt
+share/dasher/training_canna_JP.txt
+share/dasher/training_czech_CS.txt
+share/dasher/training_danish_DK.txt
+share/dasher/training_dutch_NL.txt
+share/dasher/training_english_GB.txt
+share/dasher/training_finnish_FI.txt
+share/dasher/training_french_FR.txt
+share/dasher/training_german_DE.txt
+share/dasher/training_greek_GR.txt
+share/dasher/training_hebrew_IL.txt
+share/dasher/training_hiragana60_JP.txt
+share/dasher/training_hiragana83_JP.txt
+share/dasher/training_hungarian_HU.txt
+share/dasher/training_italian_IT.txt
+share/dasher/training_mongolian_MN.txt
+share/dasher/training_persian_IR.txt
+share/dasher/training_polish_PL.txt
+share/dasher/training_portuguese_BR.txt
+share/dasher/training_russian_RU.txt
+share/dasher/training_spanish_ES.txt
+share/dasher/training_swahili_KE.txt
+share/dasher/training_swedish_SE.txt
+share/dasher/training_turkish_TR.txt
+share/dasher/training_welsh_GB.txt
+share/gnome/help/dasher/C/dasher.xml
+share/gnome/help/dasher/C/figures/a-z.gif
+share/gnome/help/dasher/C/figures/aa-az.gif
+share/gnome/help/dasher/C/figures/ala-alz.gif
+share/gnome/help/dasher/C/figures/exampleHad2.png
+share/gnome/help/dasher/C/figures/exampleHad2a.png
+share/gnome/help/dasher/C/figures/exampleHad3a.png
+share/gnome/help/dasher/C/figures/exampleHad4.png
+share/gnome/help/dasher/C/figures/figure2.png
+share/gnome/help/dasher/C/figures/main.png
+share/gnome/help/dasher/C/figures/object.gif
+share/gnome/help/dasher/C/figures/prefs1.png
+share/gnome/help/dasher/C/figures/prefs2.png
+share/gnome/help/dasher/C/figures/prefs3.png
+share/gnome/help/dasher/C/figures/prefs4.png
+share/gnome/help/dasher/C/figures/prefs5.png
+share/gnome/help/dasher/fr/dasher.xml
+share/gnome/help/dasher/fr/figures/a-z.gif
+share/gnome/help/dasher/fr/figures/aa-az.gif
+share/gnome/help/dasher/fr/figures/ala-alz.gif
+share/gnome/help/dasher/fr/figures/exampleHad2.png
+share/gnome/help/dasher/fr/figures/exampleHad2a.png
+share/gnome/help/dasher/fr/figures/exampleHad3a.png
+share/gnome/help/dasher/fr/figures/exampleHad4.png
+share/gnome/help/dasher/fr/figures/figure2.png
+share/gnome/help/dasher/fr/figures/main.png
+share/gnome/help/dasher/fr/figures/object.gif
+share/gnome/help/dasher/fr/figures/prefs1.png
+share/gnome/help/dasher/fr/figures/prefs2.png
+share/gnome/help/dasher/fr/figures/prefs3.png
+share/gnome/help/dasher/fr/figures/prefs4.png
+share/gnome/help/dasher/fr/figures/prefs5.png
+share/gnome/help/dasher/sv/dasher.xml
+share/gnome/help/dasher/sv/figures/a-z.gif
+share/gnome/help/dasher/sv/figures/aa-az.gif
+share/gnome/help/dasher/sv/figures/ala-alz.gif
+share/gnome/help/dasher/sv/figures/exampleHad2.png
+share/gnome/help/dasher/sv/figures/exampleHad2a.png
+share/gnome/help/dasher/sv/figures/exampleHad3a.png
+share/gnome/help/dasher/sv/figures/exampleHad4.png
+share/gnome/help/dasher/sv/figures/figure2.png
+share/gnome/help/dasher/sv/figures/main.png
+share/gnome/help/dasher/sv/figures/object.gif
+share/gnome/help/dasher/sv/figures/prefs1.png
+share/gnome/help/dasher/sv/figures/prefs2.png
+share/gnome/help/dasher/sv/figures/prefs3.png
+share/gnome/help/dasher/sv/figures/prefs4.png
+share/gnome/help/dasher/sv/figures/prefs5.png
+share/omf/dasher/dasher-C.omf
+share/omf/dasher/dasher-fr.omf
+share/omf/dasher/dasher-sv.omf
+share/icons/hicolor/48x48/apps/dasher.png
+share/icons/hicolor/scalable/apps/dasher.svg
+share/locale/ar/LC_MESSAGES/dasher.mo
+share/locale/az/LC_MESSAGES/dasher.mo
+share/locale/be/LC_MESSAGES/dasher.mo
+share/locale/bg/LC_MESSAGES/dasher.mo
+share/locale/bn/LC_MESSAGES/dasher.mo
+share/locale/bn_IN/LC_MESSAGES/dasher.mo
+share/locale/bs/LC_MESSAGES/dasher.mo
+share/locale/ca/LC_MESSAGES/dasher.mo
+share/locale/cs/LC_MESSAGES/dasher.mo
+share/locale/cy/LC_MESSAGES/dasher.mo
+share/locale/da/LC_MESSAGES/dasher.mo
+share/locale/de/LC_MESSAGES/dasher.mo
+share/locale/dz/LC_MESSAGES/dasher.mo
+share/locale/el/LC_MESSAGES/dasher.mo
+share/locale/en_CA/LC_MESSAGES/dasher.mo
+share/locale/en_GB/LC_MESSAGES/dasher.mo
+share/locale/es/LC_MESSAGES/dasher.mo
+share/locale/et/LC_MESSAGES/dasher.mo
+share/locale/eu/LC_MESSAGES/dasher.mo
+share/locale/fa/LC_MESSAGES/dasher.mo
+share/locale/fi/LC_MESSAGES/dasher.mo
+share/locale/fr/LC_MESSAGES/dasher.mo
+share/locale/ga/LC_MESSAGES/dasher.mo
+share/locale/gl/LC_MESSAGES/dasher.mo
+share/locale/gu/LC_MESSAGES/dasher.mo
+share/locale/he/LC_MESSAGES/dasher.mo
+share/locale/hi/LC_MESSAGES/dasher.mo
+share/locale/hr/LC_MESSAGES/dasher.mo
+share/locale/hu/LC_MESSAGES/dasher.mo
+share/locale/id/LC_MESSAGES/dasher.mo
+share/locale/it/LC_MESSAGES/dasher.mo
+share/locale/ja/LC_MESSAGES/dasher.mo
+share/locale/ka/LC_MESSAGES/dasher.mo
+share/locale/ko/LC_MESSAGES/dasher.mo
+share/locale/ku/LC_MESSAGES/dasher.mo
+share/locale/ky/LC_MESSAGES/dasher.mo
+share/locale/lt/LC_MESSAGES/dasher.mo
+share/locale/lv/LC_MESSAGES/dasher.mo
+share/locale/mg/LC_MESSAGES/dasher.mo
+share/locale/mk/LC_MESSAGES/dasher.mo
+share/locale/ml/LC_MESSAGES/dasher.mo
+share/locale/mn/LC_MESSAGES/dasher.mo
+share/locale/mr/LC_MESSAGES/dasher.mo
+share/locale/ms/LC_MESSAGES/dasher.mo
+share/locale/nb/LC_MESSAGES/dasher.mo
+share/locale/ne/LC_MESSAGES/dasher.mo
+share/locale/nl/LC_MESSAGES/dasher.mo
+share/locale/nn/LC_MESSAGES/dasher.mo
+share/locale/or/LC_MESSAGES/dasher.mo
+share/locale/pa/LC_MESSAGES/dasher.mo
+share/locale/pl/LC_MESSAGES/dasher.mo
+share/locale/pt/LC_MESSAGES/dasher.mo
+share/locale/pt_BR/LC_MESSAGES/dasher.mo
+share/locale/ro/LC_MESSAGES/dasher.mo
+share/locale/ru/LC_MESSAGES/dasher.mo
+share/locale/rw/LC_MESSAGES/dasher.mo
+share/locale/sk/LC_MESSAGES/dasher.mo
+share/locale/sl/LC_MESSAGES/dasher.mo
+share/locale/sq/LC_MESSAGES/dasher.mo
+share/locale/sr/LC_MESSAGES/dasher.mo
+share/locale/sr@Latn/LC_MESSAGES/dasher.mo
+share/locale/sv/LC_MESSAGES/dasher.mo
+share/locale/ta/LC_MESSAGES/dasher.mo
+share/locale/th/LC_MESSAGES/dasher.mo
+share/locale/tk/LC_MESSAGES/dasher.mo
+share/locale/tr/LC_MESSAGES/dasher.mo
+share/locale/ug/LC_MESSAGES/dasher.mo
+share/locale/uk/LC_MESSAGES/dasher.mo
+share/locale/vi/LC_MESSAGES/dasher.mo
+share/locale/zh_CN/LC_MESSAGES/dasher.mo
+share/locale/zh_HK/LC_MESSAGES/dasher.mo
+share/locale/zh_TW/LC_MESSAGES/dasher.mo
+@dirrm share/omf/dasher
+@dirrm share/gnome/help/dasher/sv/figures
+@dirrm share/gnome/help/dasher/sv
+@dirrm share/gnome/help/dasher/fr/figures
+@dirrm share/gnome/help/dasher/fr
+@dirrm share/gnome/help/dasher/C/figures
+@dirrm share/gnome/help/dasher/C
+@dirrm share/gnome/help/dasher
+@dirrm share/dasher
+@dirrmtry share/locale/zh_TW/LC_MESSAGES
+@dirrmtry share/locale/zh_TW
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/zh_CN/LC_MESSAGES
+@dirrmtry share/locale/zh_CN
+@dirrmtry share/locale/uk/LC_MESSAGES
+@dirrmtry share/locale/uk
+@dirrmtry share/locale/ug/LC_MESSAGES
+@dirrmtry share/locale/ug
+@dirrmtry share/locale/tk/LC_MESSAGES
+@dirrmtry share/locale/tk
+@dirrmtry share/locale/sr/LC_MESSAGES
+@dirrmtry share/locale/sr
+@dirrmtry share/locale/sl/LC_MESSAGES
+@dirrmtry share/locale/sl
+@dirrmtry share/locale/sk/LC_MESSAGES
+@dirrmtry share/locale/sk
+@dirrmtry share/locale/rw/LC_MESSAGES
+@dirrmtry share/locale/rw
+@dirrmtry share/locale/ro/LC_MESSAGES
+@dirrmtry share/locale/ro
+@dirrmtry share/locale/pt/LC_MESSAGES
+@dirrmtry share/locale/pt
+@dirrmtry share/locale/pl/LC_MESSAGES
+@dirrmtry share/locale/pl
+@dirrmtry share/locale/nn/LC_MESSAGES
+@dirrmtry share/locale/nn
+@dirrmtry share/locale/ne/LC_MESSAGES
+@dirrmtry share/locale/ne
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
+@dirrmtry share/locale/mg/LC_MESSAGES
+@dirrmtry share/locale/mg
+@dirrmtry share/locale/ky/LC_MESSAGES
+@dirrmtry share/locale/ky
+@dirrmtry share/locale/ku/LC_MESSAGES
+@dirrmtry share/locale/ku
+@dirrmtry share/locale/ko/LC_MESSAGES
+@dirrmtry share/locale/ko
+@dirrmtry share/locale/gl/LC_MESSAGES
+@dirrmtry share/locale/gl
+@dirrmtry share/locale/fi/LC_MESSAGES
+@dirrmtry share/locale/fi
+@dirrmtry share/locale/el/LC_MESSAGES
+@dirrmtry share/locale/el
+@dirrmtry share/locale/dz/LC_MESSAGES
+@dirrmtry share/locale/dz
+@dirrmtry share/locale/cs/LC_MESSAGES
+@dirrmtry share/locale/cs
+@dirrmtry share/locale/ca/LC_MESSAGES
+@dirrmtry share/locale/ca
+@dirrmtry share/locale/bn_IN/LC_MESSAGES
+@dirrmtry share/locale/bn_IN
+@dirrmtry share/locale/be/LC_MESSAGES
+@dirrmtry share/locale/be