summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-04-03 07:30:27 +0000
committerjmmv <jmmv@pkgsrc.org>2004-04-03 07:30:27 +0000
commit97f053158b2a0270630c5d99ebf52cd769f01bfd (patch)
tree3f6549eebc7559c14dfbeaf7f86e5e9d9e03a502 /editors
parent67e6eed7150113035b0aeb45ca5c8fe904243b4e (diff)
downloadpkgsrc-97f053158b2a0270630c5d99ebf52cd769f01bfd.tar.gz
Update to 3.2.8 (which should have happened two days ago; pointed out by rh@):
Dasher 3.2.8 - "Meaningless phrase goes here" ============================================= Updated translations Dasher 3.2.7 - "The Austin Mini of text entry" ============================================== Panel detection code fixed Dasher 3.2.6 - "What, those po files are supposed to do something?" =================================================================== Make translations actually work Dasher 3.2.5 - "Attack of the flying letters - the revenge" =========================================================== Fixed a speech crash bug Use gtkfilechooser WE WELCOME OUR US SPELLING OVERLORDS A couple of nasty bugs involving the branch change logic being broken when in control mode were fixed, which should fix both hangs and exceptions
Diffstat (limited to 'editors')
-rw-r--r--editors/dasher/Makefile6
-rw-r--r--editors/dasher/PLIST14
-rw-r--r--editors/dasher/distinfo6
3 files changed, 19 insertions, 7 deletions
diff --git a/editors/dasher/Makefile b/editors/dasher/Makefile
index f93f06f76bc..7d8ad5f2d2d 100644
--- a/editors/dasher/Makefile
+++ b/editors/dasher/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2004/03/08 19:40:37 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/03 07:30:27 jmmv Exp $
#
-DISTNAME= dasher-3.2.4
-PKGREVISION= 2
+DISTNAME= dasher-3.2.8
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/dasher/3.2/}
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://www.inference.phy.cam.ac.uk/dasher/
diff --git a/editors/dasher/PLIST b/editors/dasher/PLIST
index 1dfabfe4ab5..3cdcd18fff9 100644
--- a/editors/dasher/PLIST
+++ b/editors/dasher/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2004/03/08 19:40:37 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.4 2004/04/03 07:30:27 jmmv Exp $
bin/dasher
man/man1/dasher.1
share/applications/dasher.desktop
@@ -14,6 +14,7 @@ share/dasher/alphabet.hungarianLowerCase.xml
share/dasher/alphabet.ipa.xml
share/dasher/alphabet.italian.xml
share/dasher/alphabet.korean.xml
+share/dasher/alphabet.mongolian.xml
share/dasher/alphabet.polish.xml
share/dasher/alphabet.portuguese.xml
share/dasher/alphabet.russian.xml
@@ -30,6 +31,7 @@ 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_mongolian_MN.txt
share/dasher/training_portuguese_BR.txt
share/dasher/training_russian_RU.txt
share/gnome/help/dasher/C/dasher.xml
@@ -44,8 +46,10 @@ share/icons/dasher.png
${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/dasher.mo
${PKGLOCALEDIR}/locale/az/LC_MESSAGES/dasher.mo
${PKGLOCALEDIR}/locale/be/LC_MESSAGES/dasher.mo
+${PKGLOCALEDIR}/locale/bn/LC_MESSAGES/dasher.mo
${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/dasher.mo
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/dasher.mo
+${PKGLOCALEDIR}/locale/cy/LC_MESSAGES/dasher.mo
${PKGLOCALEDIR}/locale/da/LC_MESSAGES/dasher.mo
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/dasher.mo
${PKGLOCALEDIR}/locale/el/LC_MESSAGES/dasher.mo
@@ -68,14 +72,22 @@ ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/dasher.mo
${PKGLOCALEDIR}/locale/no/LC_MESSAGES/dasher.mo
${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/dasher.mo
${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/dasher.mo
+${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/dasher.mo
+${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/dasher.mo
+${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/dasher.mo
${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/dasher.mo
${PKGLOCALEDIR}/locale/sq/LC_MESSAGES/dasher.mo
${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/dasher.mo
${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/dasher.mo
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/dasher.mo
+${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/dasher.mo
+${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/dasher.mo
+${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/dasher.mo
+${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/dasher.mo
share/omf/dasher/dasher-C.omf
@dirrm share/omf/dasher
@comment in scrollkeeper: @dirrm share/omf
+@comment in xdg-dirs: @dirrm share/icons
@dirrm share/gnome/help/dasher/C/figures
@dirrm share/gnome/help/dasher/C
@dirrm share/gnome/help/dasher
diff --git a/editors/dasher/distinfo b/editors/dasher/distinfo
index 462a30cf136..7d015fbba99 100644
--- a/editors/dasher/distinfo
+++ b/editors/dasher/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2004/02/26 15:10:50 jmmv Exp $
+$NetBSD: distinfo,v 1.3 2004/04/03 07:30:27 jmmv Exp $
-SHA1 (dasher-3.2.4.tar.gz) = b695f374508400e35964f506e32ce493adce3a27
-Size (dasher-3.2.4.tar.gz) = 2817835 bytes
+SHA1 (dasher-3.2.8.tar.bz2) = 1ee1114fbfe3b7a56f78d4f78890667f2a557285
+Size (dasher-3.2.8.tar.bz2) = 2339112 bytes