[SM-Commit] GIT changes to master grimoire by Ladislav Hagara (68096b997e4b755184200a88599cd5890f8e8f97)

Ladislav Hagara scm at sourcemage.org
Tue Aug 3 04:58:12 EDT 2010


GIT changes to master grimoire by Ladislav Hagara <hgr at vabo.cz>:

 ChangeLog                    |    3 +++
 utils/isoquery/BUILD         |    2 ++
 utils/isoquery/DEPENDS       |    4 ++++
 utils/isoquery/DETAILS       |   20 ++++++++++++++++++++
 utils/isoquery/HISTORY       |    3 +++
 utils/isoquery/INSTALL       |    1 +
 utils/isoquery/iso-codes.gpg |binary
 7 files changed, 33 insertions(+)

New commits:
commit 68096b997e4b755184200a88599cd5890f8e8f97
Author: Ladislav Hagara <hgr at vabo.cz>
Commit: Ladislav Hagara <hgr at vabo.cz>

    utils/isoquery: new spell, search and display ISO codes for countries,
    languages, currencies, and scripts

diff --git a/ChangeLog b/ChangeLog
index c2765a8..b1d97e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-08-03 Ladislav Hagara <hgr at vabo.cz>
+	* utils/isoquery: new spell, search and display ISO codes
+
 2010-07-30 Vlad Glagolev <stealth at sourcemage.org>
 	* http/mod_umask: new spell, umask module for Apache 2
 
diff --git a/utils/isoquery/BUILD b/utils/isoquery/BUILD
new file mode 100755
index 0000000..f6326de
--- /dev/null
+++ b/utils/isoquery/BUILD
@@ -0,0 +1,2 @@
+./waf configure --prefix=/usr &&
+./waf build
diff --git a/utils/isoquery/DEPENDS b/utils/isoquery/DEPENDS
new file mode 100755
index 0000000..3ffb63c
--- /dev/null
+++ b/utils/isoquery/DEPENDS
@@ -0,0 +1,4 @@
+depends python &&
+depends lxml &&
+depends docutils &&
+depends po4a
diff --git a/utils/isoquery/DETAILS b/utils/isoquery/DETAILS
new file mode 100755
index 0000000..aa97743
--- /dev/null
+++ b/utils/isoquery/DETAILS
@@ -0,0 +1,20 @@
+           SPELL=isoquery
+         VERSION=1.2
+          SOURCE=$SPELL-$VERSION.tar.bz2
+         SOURCE2=$SOURCE.sig
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/$SPELL-$VERSION
+   SOURCE_URL[0]=ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/${SOURCE}
+  SOURCE2_URL[0]=${SOURCE_URL}.sig
+  SOURCE2_IGNORE=signature
+      SOURCE_GPG="iso-codes.gpg:${SOURCE}.sig:UPSTREAM_KEY"
+      LICENSE[0]=GPL
+         ENTERED=20100803
+        WEB_SITE=http://alioth.debian.org/projects/pkg-isocodes/
+           SHORT="search and display ISO codes for countries, languages, currencies, and scripts"
+cat << EOF
+isoquery can be used to generate a tabular output of the ISO standard
+codes provided by the package iso-codes. It parses the XML files and shows
+all included ISO codes or just matching entries, if specified on the command
+line. Moreover, it's possible to get all available translations for
+the ISO standard.
+EOF
diff --git a/utils/isoquery/HISTORY b/utils/isoquery/HISTORY
new file mode 100644
index 0000000..fc502c7
--- /dev/null
+++ b/utils/isoquery/HISTORY
@@ -0,0 +1,3 @@
+2010-08-03 Ladislav Hagara <hgr at vabo.cz>
+	* DETAILS, DEPENDS, BUILD, INSTALL: spell created, version 1.2
+
diff --git a/utils/isoquery/INSTALL b/utils/isoquery/INSTALL
new file mode 100755
index 0000000..eb7743d
--- /dev/null
+++ b/utils/isoquery/INSTALL
@@ -0,0 +1 @@
+./waf install
diff --git a/utils/isoquery/iso-codes.gpg b/utils/isoquery/iso-codes.gpg
new file mode 100644
index 0000000..a32cb20
Binary files /dev/null and b/utils/isoquery/iso-codes.gpg differ



More information about the SM-Commit mailing list