Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5a6a051b78a3c7e5687ca0a656900dab51efd4e9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5a6a051b78a3c7e5687ca0a656900dab51efd4e9)
  • Date: Thu, 17 Jan 2008 16:59:15 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
editors/translator/BUILD | 1 +
editors/translator/DEPENDS | 4 ++++
editors/translator/DETAILS | 14 ++++++++++++++
editors/translator/HISTORY | 2 ++
5 files changed, 24 insertions(+)

New commits:
commit 5a6a051b78a3c7e5687ca0a656900dab51efd4e9
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

translator: new spell, gettext (.po) files editor

diff --git a/ChangeLog b/ChangeLog
index c7f405d..5e2d9b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-01-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * editors/translator: new spell, gettext (.po) files editor
+
2008-01-17 Arjan Bouter <abouter AT sourcemage.org>
* libs/libpseudo: new spell, support lib for vwm
* libs/libviper: new spell, support lib for vwm
diff --git a/editors/translator/BUILD b/editors/translator/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/editors/translator/BUILD
@@ -0,0 +1 @@
+make
diff --git a/editors/translator/DEPENDS b/editors/translator/DEPENDS
new file mode 100755
index 0000000..0efb92a
--- /dev/null
+++ b/editors/translator/DEPENDS
@@ -0,0 +1,4 @@
+depends g++ &&
+depends gtkmm2 &&
+depends gtkspell &&
+depends pkgconfig
diff --git a/editors/translator/DETAILS b/editors/translator/DETAILS
new file mode 100755
index 0000000..1246096
--- /dev/null
+++ b/editors/translator/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=translator
+ VERSION=0.9
+ SOURCE=gettext_$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://emiml.pl/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:63c44ad1687da68bf5ed6458c15d0d807811caab7b712404eaea66ad8dd4d6a47b013a24d2840b9e33a6e464cfa5b14f2a2cb1687301736001fe01d982f8fb38
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/gettext_$SPELL-$VERSION
+ WEB_SITE=http://freshmeat.net/projects/translator/
+ LICENSE[0]=GPL
+ ENTERED=20080118
+ SHORT="Gtkmm2 editor for *.po files, which are used by gettext"
+cat << EOF
+Gettext Translator is an editor for *.po files, which are used by gettext.
+It includes a spellchecker and plural forms support.
+EOF
diff --git a/editors/translator/HISTORY b/editors/translator/HISTORY
new file mode 100644
index 0000000..08e550c
--- /dev/null
+++ b/editors/translator/HISTORY
@@ -0,0 +1,2 @@
+2008-01-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5a6a051b78a3c7e5687ca0a656900dab51efd4e9), Vlad Glagolev, 01/17/2008

Archive powered by MHonArc 2.6.24.

Top of Page