[Lunar-commits] <moonbase> hunspell: this can be moved out of zbeta. Was not sure where to put it, so went with a similar app (aspell).
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Tue Mar 3 23:01:39 CET 2009
commit a88bb7282ca9f4c5a89d3d8db7ae149822239ebc
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Tue Mar 3 17:01:39 2009 -0500
hunspell: this can be moved out of zbeta. Was not sure where to put it, so
went with a similar app (aspell).
---
editors/CONFIGURE | 3 +++
editors/DEPENDS | 3 +++
editors/DETAILS | 18 ++++++++++++++++++
zbeta/hunspell/CONFIGURE | 3 ---
zbeta/hunspell/DEPENDS | 3 ---
zbeta/hunspell/DETAILS | 18 ------------------
6 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/editors/CONFIGURE b/editors/CONFIGURE
new file mode 100644
index 0000000..0297bb0
--- /dev/null
+++ b/editors/CONFIGURE
@@ -0,0 +1,3 @@
+mquery ENABLE_DEV "Enable dictionary development?" n "--with-warnings" ""
+mquery ENABLE_MOR "Compile morphological stemmer code & tools?" n "--with-experimantal" ""
+
\ No newline at end of file
diff --git a/editors/DEPENDS b/editors/DEPENDS
new file mode 100644
index 0000000..f5e6c9b
--- /dev/null
+++ b/editors/DEPENDS
@@ -0,0 +1,3 @@
+optional_depends ncurses "--with-ui" "" "for using ncurses"
+optional_depends readline "--with-readline" "" "for fancy input line editing"
+optional_depends gettext "" "--with-included-gettext" "for using gettext"
diff --git a/editors/DETAILS b/editors/DETAILS
new file mode 100644
index 0000000..a6024ba
--- /dev/null
+++ b/editors/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=hunspell
+ VERSION=1.2.7
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:e113fce78c3b7cb010fc6eff4f89fd3b96bd0ea8
+ WEB_SITE="http://hunspell.sourceforge.net/"
+ ENTERED=20071017
+ UPDATED=20080815
+ SHORT="A spell checker."
+cat <<EOF
+Hunspell is the default spell checker of OpenOffice.org office suite and
+expectant spell checker of Mozilla Firefox and Thunderbird.
+
+Its main features are Unicode support, the ability to function with
+MySpell dictionaries since it's based on MySpell and rich morphological
+features.
+EOF
diff --git a/zbeta/hunspell/CONFIGURE b/zbeta/hunspell/CONFIGURE
deleted file mode 100644
index 0297bb0..0000000
--- a/zbeta/hunspell/CONFIGURE
+++ /dev/null
@@ -1,3 +0,0 @@
-mquery ENABLE_DEV "Enable dictionary development?" n "--with-warnings" ""
-mquery ENABLE_MOR "Compile morphological stemmer code & tools?" n "--with-experimantal" ""
-
\ No newline at end of file
diff --git a/zbeta/hunspell/DEPENDS b/zbeta/hunspell/DEPENDS
deleted file mode 100644
index f5e6c9b..0000000
--- a/zbeta/hunspell/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-optional_depends ncurses "--with-ui" "" "for using ncurses"
-optional_depends readline "--with-readline" "" "for fancy input line editing"
-optional_depends gettext "" "--with-included-gettext" "for using gettext"
diff --git a/zbeta/hunspell/DETAILS b/zbeta/hunspell/DETAILS
deleted file mode 100644
index a6024ba..0000000
--- a/zbeta/hunspell/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
- MODULE=hunspell
- VERSION=1.2.7
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=$SFORGE_URL/$MODULE
- SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_VFY=sha1:e113fce78c3b7cb010fc6eff4f89fd3b96bd0ea8
- WEB_SITE="http://hunspell.sourceforge.net/"
- ENTERED=20071017
- UPDATED=20080815
- SHORT="A spell checker."
-cat <<EOF
-Hunspell is the default spell checker of OpenOffice.org office suite and
-expectant spell checker of Mozilla Firefox and Thunderbird.
-
-Its main features are Unicode support, the ability to function with
-MySpell dictionaries since it's based on MySpell and rich morphological
-features.
-EOF
More information about the Lunar-commits
mailing list