summaryrefslogtreecommitdiffstats
path: root/accessibility/dasher
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-03-13 04:16:35 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-03-13 04:16:35 +0800
commit3acbf51c1ea7fbdf01f06e4d6784c0dc6c996917 (patch)
tree433e3eaf794da13aa27763736de72613317ea521 /accessibility/dasher
parent0c3cb3fd0bac1cbc74e8a86cd0fba6a53fcc4e4e (diff)
downloadmarcuscom-ports-3acbf51c1ea7fbdf01f06e4d6784c0dc6c996917.tar
marcuscom-ports-3acbf51c1ea7fbdf01f06e4d6784c0dc6c996917.tar.gz
marcuscom-ports-3acbf51c1ea7fbdf01f06e4d6784c0dc6c996917.tar.bz2
marcuscom-ports-3acbf51c1ea7fbdf01f06e4d6784c0dc6c996917.tar.lz
marcuscom-ports-3acbf51c1ea7fbdf01f06e4d6784c0dc6c996917.tar.xz
marcuscom-ports-3acbf51c1ea7fbdf01f06e4d6784c0dc6c996917.tar.zst
marcuscom-ports-3acbf51c1ea7fbdf01f06e4d6784c0dc6c996917.zip
Update to 4.4.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8520 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/dasher')
-rw-r--r--accessibility/dasher/Makefile4
-rw-r--r--accessibility/dasher/distinfo6
-rw-r--r--accessibility/dasher/files/patch-Src_Gtk2_dasher_action_speech.cpp17
-rw-r--r--accessibility/dasher/pkg-plist23
4 files changed, 25 insertions, 25 deletions
diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile
index bef61a840..4c0d8511d 100644
--- a/accessibility/dasher/Makefile
+++ b/accessibility/dasher/Makefile
@@ -3,11 +3,11 @@
# Whom: lewiz <purple@lewiz.net>
#
# $FreeBSD$
-# $MCom: ports/accessibility/dasher/Makefile,v 1.48 2007/02/16 18:14:23 mezz Exp $
+# $MCom: ports/accessibility/dasher/Makefile,v 1.49 2007/02/25 19:12:15 marcus Exp $
#
PORTNAME= dasher
-PORTVERSION= 4.3.5
+PORTVERSION= 4.4.0
PORTEPOCH= 1
CATEGORIES= accessibility editors x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
diff --git a/accessibility/dasher/distinfo b/accessibility/dasher/distinfo
index 2cf18fcb8..2c598e410 100644
--- a/accessibility/dasher/distinfo
+++ b/accessibility/dasher/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/dasher-4.3.5.tar.bz2) = b5b8a6dd82cacd4b7c43952fe99ddcf3
-SHA256 (gnome2/dasher-4.3.5.tar.bz2) = 4e25e33c8aafe882a80f85a60a5c15a55999e183e56dc8a31307da82dfb6c94e
-SIZE (gnome2/dasher-4.3.5.tar.bz2) = 5900041
+MD5 (gnome2/dasher-4.4.0.tar.bz2) = e47684793d29904f64370393234cf604
+SHA256 (gnome2/dasher-4.4.0.tar.bz2) = 66fab7ac772fa1cb2fad1fe9183effa73d345fec364942e1dbc8084600d1d73a
+SIZE (gnome2/dasher-4.4.0.tar.bz2) = 6741569
diff --git a/accessibility/dasher/files/patch-Src_Gtk2_dasher_action_speech.cpp b/accessibility/dasher/files/patch-Src_Gtk2_dasher_action_speech.cpp
deleted file mode 100644
index bd6ed983a..000000000
--- a/accessibility/dasher/files/patch-Src_Gtk2_dasher_action_speech.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
---- Src/Gtk2/dasher_action_speech.cpp.orig Sun Feb 25 14:07:39 2007
-+++ Src/Gtk2/dasher_action_speech.cpp Sun Feb 25 14:09:45 2007
-@@ -108,12 +108,12 @@ dasher_action_speech_execute(DasherActio
-
- static gboolean
- dasher_action_speech_preview(DasherAction *pSelf, DasherEditor *pEditor) {
-- gchar *szData = dasher_editor_get_all(pEditor);
-+ const char *szData = dasher_editor_get_all_text(pEditor);
-
- if(!szData)
- return false;
-
-- gchar *szWord = strrchr(szData, " ") + 1;
-+ gchar *szWord = strrchr(szData, ' ') + 1;
-
- DasherActionSpeechPrivate *pDasherActionSpeechPrivate = DASHER_ACTION_SPEECH_GET_PRIVATE(pSelf);
-
diff --git a/accessibility/dasher/pkg-plist b/accessibility/dasher/pkg-plist
index dfec48e7d..8dbe0c019 100644
--- a/accessibility/dasher/pkg-plist
+++ b/accessibility/dasher/pkg-plist
@@ -3,7 +3,6 @@ share/gnome/applications/dasher.desktop
share/gnome/dasher/alphabet.AfaanOromo.xml
share/gnome/dasher/alphabet.Armenian.xml
share/gnome/dasher/alphabet.Assamese.xml
-share/gnome/dasher/alphabet.Austen.xml
share/gnome/dasher/alphabet.Azerbaijani.xml
share/gnome/dasher/alphabet.Belarusian.xml
share/gnome/dasher/alphabet.Bulgarian.xml
@@ -105,6 +104,7 @@ share/gnome/dasher/alphabet.latvian.xml
share/gnome/dasher/alphabet.lithuanian.xml
share/gnome/dasher/alphabet.luxembourgish.xml
share/gnome/dasher/alphabet.macedonian.xml
+share/gnome/dasher/alphabet.malagasy.xml
share/gnome/dasher/alphabet.maltese.xml
share/gnome/dasher/alphabet.mongolian.xml
share/gnome/dasher/alphabet.myanmar.xml
@@ -113,7 +113,6 @@ share/gnome/dasher/alphabet.norwegian.xml
share/gnome/dasher/alphabet.occitan.xml
share/gnome/dasher/alphabet.ogham.xml
share/gnome/dasher/alphabet.pashto.xml
-share/gnome/dasher/alphabet.perl.xml
share/gnome/dasher/alphabet.persian.xml
share/gnome/dasher/alphabet.pinyin.xml
share/gnome/dasher/alphabet.polish.xml
@@ -156,7 +155,6 @@ share/gnome/dasher/dashermaemofullscreen.glade
share/gnome/dasher/training_albanian_SQ.txt
share/gnome/dasher/training_basque_EU.txt
share/gnome/dasher/training_bengali_BD.txt
-share/gnome/dasher/training_bengali_bn.txt
share/gnome/dasher/training_canna_JP.txt
share/gnome/dasher/training_czech_CS.txt
share/gnome/dasher/training_danish_DK.txt
@@ -197,6 +195,22 @@ 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
@@ -214,6 +228,7 @@ 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/gnome/omf/dasher/dasher-C.omf
+share/gnome/omf/dasher/dasher-fr.omf
share/gnome/omf/dasher/dasher-sv.omf
share/icons/hicolor/48x48/apps/dasher.png
share/icons/hicolor/scalable/apps/dasher.svg
@@ -292,6 +307,8 @@ share/locale/zh_TW/LC_MESSAGES/dasher.mo
@dirrm share/gnome/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