[Lunar-commits] r24909 - moonbase/trunk/i18n/poedit

Auke Kok sofar at lunar-linux.org
Tue Jun 19 02:00:27 CEST 2007


Author: sofar
Date: 2007-06-19 02:00:27 +0200 (Tue, 19 Jun 2007)
New Revision: 24909

Modified:
   moonbase/trunk/i18n/poedit/DEPENDS
   moonbase/trunk/i18n/poedit/DETAILS
Log:
editor for the app-translators (written in wxGTK)


From:  stelzy at gmail.com


Modified: moonbase/trunk/i18n/poedit/DEPENDS
===================================================================
--- moonbase/trunk/i18n/poedit/DEPENDS	2007-06-18 23:57:40 UTC (rev 24908)
+++ moonbase/trunk/i18n/poedit/DEPENDS	2007-06-19 00:00:27 UTC (rev 24909)
@@ -1,4 +1,11 @@
-depends  wxGTK  &&
-depends  zip    &&
-optional_depends  "gtkspell"  "--enable-spellchecking"  ""  "to enable spell checking support"      &&
-optional_depends  "db"        "--enable-transmem"       ""  "to enable translation memory support"
+depends wxGTK
+
+optional_depends "gtkspell" \
+		 "" \
+		 "--disable-spellchecking" \
+		 "Enable spell checking"
+
+optional_depends "db" \
+		 "" \
+		 "--disable-transmem" \
+		 "Enable translation memory"

Modified: moonbase/trunk/i18n/poedit/DETAILS
===================================================================
--- moonbase/trunk/i18n/poedit/DETAILS	2007-06-18 23:57:40 UTC (rev 24908)
+++ moonbase/trunk/i18n/poedit/DETAILS	2007-06-19 00:00:27 UTC (rev 24909)
@@ -1,18 +1,15 @@
           MODULE=poedit
-         VERSION=1.3.4
+         VERSION=1.3.6
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=$SFORGE_URL/poedit/
-      SOURCE_VFY=sha1:df3508c93f6c4cbc40c82c46473f129f34225bbe
-        WEB_SITE=http://poedit.org
-         ENTERED=20060421
-         UPDATED=20060421
-           SHORT="Cross-platform gettext catalog (.po) editor"
-      MAINTAINER=jannis at lunar-linux.org
+      SOURCE_URL=$SFORGE_URL/poedit
+      SOURCE_VFY=sha1:41b92160aa38bacbc6a0dc013a5d89dd71d3fb19
+        WEB_SITE=http://www.poedit.net/
+         ENTERED=20070619
+         UPDATED=20070619
+           SHORT="gettext catalogs (PO-files) editor"
 
 cat << EOF
-poEdit is cross-platform gettext catalogs (.po files) editor. It 
-is built with wxWidgets toolkit and can run on any platform 
-supported by it (although it was only tested on Unix with GTK+ 
-and Windows). It aims to provide more convenient approach to 
-editing catalogs than launching vi and editing the file by hand.
+poEdit is GUI frontend to GNU Gettext utilities and catalogs
+editor/source code parser. It helps with translating application
+into another language.
 EOF



More information about the Lunar-commits mailing list