summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJustin Boffemmyer2008-10-30 14:32:28 -0400
committerJustin Boffemmyer2008-10-30 14:32:28 -0400
commit741161ab3d0853e571df872706168c493de72297 (patch)
tree5fea81f070eca13cec4771a261ca07600f71e829 /i18n
parent9003c8b18578b1a37dee77c804df31195f57e260 (diff)
i18n/m17n-db: new spell, data for m17n-lib
Without this, m17n-lib will only be an API, and won't be able to do much useful on its own.
Diffstat (limited to 'i18n')
-rwxr-xr-xi18n/m17n-db/DETAILS14
-rw-r--r--i18n/m17n-db/HISTORY3
2 files changed, 17 insertions, 0 deletions
diff --git a/i18n/m17n-db/DETAILS b/i18n/m17n-db/DETAILS
new file mode 100755
index 0000000000..486720c2fc
--- /dev/null
+++ b/i18n/m17n-db/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=m17n-db
+ VERSION=1.5.3
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]="http://www.m17n.org/m17n-lib-download/${SOURCE}"
+ SOURCE_HASH=sha512:84185e314dc4bbb092dcee9c9130315111a19f80b16157145c2aef334aebeae408bcbb8c03c9da20aaa7023db3e22f09dfd3f1c5dfca02784e41d544e545d89c
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.m17n.org/m17n-lib-en/"
+ LICENSE[0]=GPL
+ ENTERED=20081029
+ SHORT="database for m17n-lib"
+cat << EOF
+This is the database for the m17n library. Without it, m17n-lib loses
+half of its functionality.
+EOF
diff --git a/i18n/m17n-db/HISTORY b/i18n/m17n-db/HISTORY
new file mode 100644
index 0000000000..498f2272a7
--- /dev/null
+++ b/i18n/m17n-db/HISTORY
@@ -0,0 +1,3 @@
+2008-10-29 Justin Boffemmyer <flux@sourcemage.org>
+ * DETAILS, HISTORY: spell created
+