[Lunar-commits] r19778 - in moonbase/trunk/i18n: . ding
Jannis Pohlmann
jannis at lunar-linux.org
Fri Apr 21 12:33:39 UTC 2006
Author: jannis
Date: 2006-04-21 12:33:38 +0000 (Fri, 21 Apr 2006)
New Revision: 19778
Added:
moonbase/trunk/i18n/ding/
moonbase/trunk/i18n/ding/BUILD
moonbase/trunk/i18n/ding/DEPENDS
moonbase/trunk/i18n/ding/DETAILS
Log:
Ding de-en translation tool added
Added: moonbase/trunk/i18n/ding/BUILD
===================================================================
--- moonbase/trunk/i18n/ding/BUILD (rev 0)
+++ moonbase/trunk/i18n/ding/BUILD 2006-04-21 12:33:38 UTC (rev 19778)
@@ -0,0 +1,15 @@
+(
+
+ prepare_install &&
+
+ #
+ # NOTE: BUILD completely overrides the ding install.sh script
+ #
+
+ # Install ding binary
+ install -m 755 -t $DEFAULT_PREFIX/bin ding &&
+
+ # Install de-en translation dictionary
+ install -m 644 -t $DEFAULT_PREFIX/share/dict de-en.txt
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/i18n/ding/DEPENDS
===================================================================
--- moonbase/trunk/i18n/ding/DEPENDS (rev 0)
+++ moonbase/trunk/i18n/ding/DEPENDS 2006-04-21 12:33:38 UTC (rev 19778)
@@ -0,0 +1,2 @@
+depends tk &&
+depends aspell
Added: moonbase/trunk/i18n/ding/DETAILS
===================================================================
--- moonbase/trunk/i18n/ding/DETAILS (rev 0)
+++ moonbase/trunk/i18n/ding/DETAILS 2006-04-21 12:33:38 UTC (rev 19778)
@@ -0,0 +1,21 @@
+ MODULE=ding
+ VERSION=1.4
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://wftp.tu-chemnitz.de/pub/Local/urz/ding/
+ SOURCE_VFY=sha1:5e738ee2c2eb2bc57012bec68e88c5973796cf24
+ WEB_SITE=http://http://www-user.tu-chemnitz.de/~fri/ding/
+ ENTERED=20060421
+ UPDATED=20060421
+ SHORT="Tk based dictionary lookup program"
+ MAINTAINER=jannis at xfce.org
+
+cat << EOF
+Ding is a Dictionary lookup program for the X window system (Linux,
+Unix - not for Mac or MS Windows). It comes with a German-English
+Dictionary with approximately 180,000 entries.
+
+It has many configuration options, such as search preferences,
+interface language (English or German), colors. It has history and
+help functions and comes with useful key and mouse bindings for
+quick and easy lookups.
+EOF
More information about the Lunar-commits
mailing list