summaryrefslogtreecommitdiffstats
path: root/spelling
diff options
context:
space:
mode:
authorEric Sandall2010-05-20 14:18:23 -0700
committerEric Sandall2010-05-20 14:19:35 -0700
commit716bcd47da9d57c2e8b7de92333cab756b7cdab2 (patch)
tree3885742e55426d28bce0b64f7392dce4d1435e21 /spelling
parent8b9f38a2cef5e1b409220078f8df559a6dafab1a (diff)
mythes: Updated to 1.2.0
SOURCE and SOURCE_DIRECTORY now match SPELL Removed BUILD, PRE_BUILD, and gcc44.patch .hxx and .a are now installed for us
Diffstat (limited to 'spelling')
-rwxr-xr-xspelling/mythes/BUILD1
-rwxr-xr-xspelling/mythes/DETAILS9
-rw-r--r--spelling/mythes/HISTORY6
-rwxr-xr-xspelling/mythes/INSTALL6
-rwxr-xr-xspelling/mythes/PRE_BUILD4
-rw-r--r--spelling/mythes/gcc44.patch12
-rw-r--r--spelling/mythes/mythes-1.2.0.tar.gz.sigbin0 -> 287 bytes
7 files changed, 13 insertions, 25 deletions
diff --git a/spelling/mythes/BUILD b/spelling/mythes/BUILD
deleted file mode 100755
index 8f58e6df93..0000000000
--- a/spelling/mythes/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-make
diff --git a/spelling/mythes/DETAILS b/spelling/mythes/DETAILS
index 8d388800ee..a3756df265 100755
--- a/spelling/mythes/DETAILS
+++ b/spelling/mythes/DETAILS
@@ -1,9 +1,10 @@
SPELL=mythes
- VERSION=1.1
- SOURCE="MyThes-${VERSION}.tar.gz"
+ VERSION=1.2.0
+ SOURCE="$SPELL-${VERSION}.tar.gz"
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
SOURCE_URL[0]=${SOURCEFORGE_URL}/hunspell/${SOURCE}
- SOURCE_HASH=sha512:4969b5445aa9fa14a440191103f80b70f2c22ef659cd5b1c6a94f6201699b44ad496b24c7da04e3dbdd49398602f2abaae0e59bbe6755ed7f6cf7f079838a832
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/MyThes-${VERSION}"
+# SOURCE_HASH=sha512:4969b5445aa9fa14a440191103f80b70f2c22ef659cd5b1c6a94f6201699b44ad496b24c7da04e3dbdd49398602f2abaae0e59bbe6755ed7f6cf7f079838a832
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-${VERSION}"
WEB_SITE=http://hunspell.sourceforge.net/
LICENSE[0]=BSD
ENTERED=20090901
diff --git a/spelling/mythes/HISTORY b/spelling/mythes/HISTORY
index 52a9ac5552..15b770b3dd 100644
--- a/spelling/mythes/HISTORY
+++ b/spelling/mythes/HISTORY
@@ -1,5 +1,11 @@
2010-05-20 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: Correct WEB_SITE
+ Updated to 1.2.0
+ SOURCE now matches SPELL
+ * PRE_BUILD: Removed, no longer needed
+ * BUILD: Removed, no longer needed
+ * INSTALL: .hxx and .a are now installed for us
+ * gcc44.patch: Removed, no longer needed
2010-04-23 Eric Sandall <sandalle@sourcemage.org>
* DEPENDS: Depends on hunspell
diff --git a/spelling/mythes/INSTALL b/spelling/mythes/INSTALL
index 486dc45ef0..122c3844de 100755
--- a/spelling/mythes/INSTALL
+++ b/spelling/mythes/INSTALL
@@ -1,8 +1,6 @@
-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 &&
+default_install &&
+cd "${SOURCE_DIRECTORY}" &&
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
deleted file mode 100755
index 2bb0b42c52..0000000000
--- a/spelling/mythes/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
-sedit 's/^CXXFLAGS/#CXXFLAGS/' Makefile &&
-patch -p1 < "${SCRIPT_DIRECTORY}/gcc44.patch"
diff --git a/spelling/mythes/gcc44.patch b/spelling/mythes/gcc44.patch
deleted file mode 100644
index 204980bfed..0000000000
--- a/spelling/mythes/gcc44.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur MyThes-1.1.orig/mythes.cxx MyThes-1.1/mythes.cxx
---- MyThes-1.1.orig/mythes.cxx 2010-04-23 23:58:06.210695856 -0700
-+++ MyThes-1.1/mythes.cxx 2010-04-24 00:00:15.750704314 -0700
-@@ -26,7 +26,7 @@
- // return index of char in string
- int mystr_indexOfChar(const char * d, int c)
- {
-- char * p = strchr(d,c);
-+ const char * p = strchr(d,c);
- if (p) return (int)(p-d);
- return -1;
- }
diff --git a/spelling/mythes/mythes-1.2.0.tar.gz.sig b/spelling/mythes/mythes-1.2.0.tar.gz.sig
new file mode 100644
index 0000000000..9054fae375
--- /dev/null
+++ b/spelling/mythes/mythes-1.2.0.tar.gz.sig
Binary files differ