Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (74b36d726f64e977a3b6d57e8e7a52b223357177)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (74b36d726f64e977a3b6d57e8e7a52b223357177)
  • Date: Thu, 1 Apr 2010 05:40:52 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

ChangeLog | 3 +++
spelling/mythes/BUILD | 1 +
spelling/mythes/DEPENDS | 1 +
spelling/mythes/DETAILS | 13 +++++++++++++
spelling/mythes/HISTORY | 2 ++
spelling/mythes/INSTALL | 8 ++++++++
spelling/mythes/PRE_BUILD | 3 +++
7 files changed, 31 insertions(+)

New commits:
commit 74b36d726f64e977a3b6d57e8e7a52b223357177
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

mythes: new spell, thesaurus library

diff --git a/ChangeLog b/ChangeLog
index 433a45e..0ce740e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-04-01 Arjan Bouter <abouter AT sourcemage.org>
+ * spelling/mythes: new spell, thesaurus library
+
2010-04-01 Treeve Jelbert <treeve AT sourcemage.org>
* database/drizzle: new spell, database engine for cloud

diff --git a/spelling/mythes/BUILD b/spelling/mythes/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/spelling/mythes/BUILD
@@ -0,0 +1 @@
+make
diff --git a/spelling/mythes/DEPENDS b/spelling/mythes/DEPENDS
new file mode 100755
index 0000000..fd0b0eb
--- /dev/null
+++ b/spelling/mythes/DEPENDS
@@ -0,0 +1 @@
+depends g++
diff --git a/spelling/mythes/DETAILS b/spelling/mythes/DETAILS
new file mode 100755
index 0000000..08302f8
--- /dev/null
+++ b/spelling/mythes/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=mythes
+ VERSION=1.1
+ SOURCE="MyThes-${VERSION}.tar.gz"
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/hunspell/${SOURCE}
+
SOURCE_HASH=sha512:4969b5445aa9fa14a440191103f80b70f2c22ef659cd5b1c6a94f6201699b44ad496b24c7da04e3dbdd49398602f2abaae0e59bbe6755ed7f6cf7f079838a832
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/MyThes-${VERSION}"
+ WEB_SITE="http://hyphen.sourceforge.net";
+ LICENSE[0]=other
+ ENTERED=20090901
+ SHORT="thesaurus library"
+cat << EOF
+thesaurus library
+EOF
diff --git a/spelling/mythes/HISTORY b/spelling/mythes/HISTORY
new file mode 100644
index 0000000..af196a9
--- /dev/null
+++ b/spelling/mythes/HISTORY
@@ -0,0 +1,2 @@
+2010-03-31 Arjan Bouter <abouter AT sourcemage.org>
+ * BUILD,DEPENDS,DETAILS,INSTALL,PRE_BUILD: spell created
diff --git a/spelling/mythes/INSTALL b/spelling/mythes/INSTALL
new file mode 100755
index 0000000..486dc45
--- /dev/null
+++ b/spelling/mythes/INSTALL
@@ -0,0 +1,8 @@
+cd "${SOURCE_DIRECTORY}" &&
+
+install -m 0644 libmythes.a ${INSTALL_ROOT}/usr/lib/libmythes.a &&
+install -m 0644 mythes.hxx ${INSTALL_ROOT}/usr/include/mythes.hxx &&
+
+mkdir -p "${INSTALL_ROOT}/usr/share/mythes" &&
+install -m 0644 th_en_US_new.idx \
+ ${INSTALL_ROOT}/usr/share/mythes/th_en_US_new.idx
diff --git a/spelling/mythes/PRE_BUILD b/spelling/mythes/PRE_BUILD
new file mode 100755
index 0000000..50757b0
--- /dev/null
+++ b/spelling/mythes/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+sedit 's/^CXXFLAGS/#CXXFLAGS/' Makefile




Archive powered by MHonArc 2.6.24.

Top of Page