summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2010-04-01 20:07:15 +0200
committerFlorian Franzmann2010-04-01 20:07:15 +0200
commit9f21f304f609ad59dca6cefecc678b22133bc7d8 (patch)
tree7d0b006b1d8770a861af8f97361744116f3c979a
parent71a38c17218087e38b3afeb5d09c2f1945737191 (diff)
parentcf7f2a6eb51703c8f5cca702dfa0093575be1191 (diff)
Merge branch 'master' of ssh://scm.sourcemage.org/smgl/grimoire
-rw-r--r--ChangeLog3
-rwxr-xr-xdatabase/virtuoso/DETAILS4
-rw-r--r--database/virtuoso/HISTORY3
-rw-r--r--devel/apiextractor/HISTORY3
-rwxr-xr-xdevel/apiextractor/TRIGGERS1
-rwxr-xr-xdevel/boostpythongenerator/BUILD2
-rwxr-xr-xdevel/boostpythongenerator/DEPENDS9
-rwxr-xr-xdevel/boostpythongenerator/DETAILS25
-rwxr-xr-xdevel/boostpythongenerator/DOWNLOAD1
-rw-r--r--devel/boostpythongenerator/HISTORY24
-rwxr-xr-xdevel/boostpythongenerator/INSTALL1
-rwxr-xr-xdevel/boostpythongenerator/PREPARE1
-rwxr-xr-xdevel/boostpythongenerator/PRE_BUILD1
-rwxr-xr-xdevel/boostpythongenerator/TRIGGERS2
-rwxr-xr-xdevel/falcon/DETAILS4
-rw-r--r--devel/falcon/HISTORY3
-rw-r--r--e-17/elicit/HISTORY3
-rwxr-xr-xe-17/elicit/PRE_BUILD2
-rwxr-xr-xeditors/openoffice/DEPENDS1
-rw-r--r--editors/openoffice/HISTORY4
-rwxr-xr-xeditors/openoffice/INSTALL4
-rw-r--r--editors/openoffice/TODO5
-rw-r--r--gnome2-libs/gnome-applets2/HISTORY3
-rwxr-xr-xgnome2-libs/gnome-applets2/PRE_BUILD5
-rw-r--r--gnome2-libs/gnome-applets2/disable-rarian.patch57
-rwxr-xr-xgnome2-libs/mutter/DETAILS2
-rw-r--r--gnome2-libs/mutter/HISTORY3
-rw-r--r--gnome2-libs/mutter/mutter-2.29.0.tar.bz2.sigbin287 -> 0 bytes
-rw-r--r--gnome2-libs/mutter/mutter-2.29.1.tar.bz2.sigbin0 -> 72 bytes
-rwxr-xr-xgraphics/lensfun/DETAILS4
-rw-r--r--graphics/lensfun/HISTORY3
-rwxr-xr-xnet/bind-tools/DEPENDS7
-rw-r--r--net/bind-tools/HISTORY3
-rwxr-xr-xnet/bind/DEPENDS9
-rw-r--r--net/bind/HISTORY3
-rwxr-xr-xnet/iw/DETAILS13
-rw-r--r--net/iw/HISTORY4
-rwxr-xr-xspelling/mythes/BUILD1
-rwxr-xr-xspelling/mythes/DEPENDS1
-rwxr-xr-xspelling/mythes/DETAILS13
-rw-r--r--spelling/mythes/HISTORY2
-rwxr-xr-xspelling/mythes/INSTALL8
-rwxr-xr-xspelling/mythes/PRE_BUILD3
43 files changed, 118 insertions, 132 deletions
diff --git a/ChangeLog b/ChangeLog
index 433a45e0c8..0ce740ea92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-04-01 Arjan Bouter <abouter@sourcemage.org>
+ * spelling/mythes: new spell, thesaurus library
+
2010-04-01 Treeve Jelbert <treeve@sourcemage.org>
* database/drizzle: new spell, database engine for cloud
diff --git a/database/virtuoso/DETAILS b/database/virtuoso/DETAILS
index d1fa4f5642..18908c15cb 100755
--- a/database/virtuoso/DETAILS
+++ b/database/virtuoso/DETAILS
@@ -1,6 +1,6 @@
SPELL=virtuoso
- VERSION=6.1.0
- SOURCE_HASH=sha512:607c8e5268cbfc4db3243b4a09319ad1e3cb8f3430ef2070437c9d501db37685a77021237970f69ae4177825fe5113c7029c2b5681871bc8e15de7172950f960
+ VERSION=6.1.1
+ SOURCE_HASH=sha512:bb63fb6e7cf3d671c34645149fdfbc14835ae775b329930911656f9259cfd7d3b0cfcf8a48b0d0d6449794a890dddbc211d7fc6994f6d70f1bf17927badb93d2
SOURCE=$SPELL-opensource-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-opensource-$VERSION
WEB_SITE=http://virtuoso.openlinksw.com/wiki/main/Main/
diff --git a/database/virtuoso/HISTORY b/database/virtuoso/HISTORY
index adab29771e..27a623b976 100644
--- a/database/virtuoso/HISTORY
+++ b/database/virtuoso/HISTORY
@@ -1,3 +1,6 @@
+2010-04-01 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 6.1.1
+
2010-02-25 Remko van der Vossen <wich@sourcemage.org>
* DEPENDS: updated ruby dependency to RUBY provider
diff --git a/devel/apiextractor/HISTORY b/devel/apiextractor/HISTORY
index 4934743d79..abd7eec42c 100644
--- a/devel/apiextractor/HISTORY
+++ b/devel/apiextractor/HISTORY
@@ -1,3 +1,6 @@
+2010-04-01 Treeve Jelbert <treeve@sourcemage.org>
+ * TRIGGERS: delete obsolete trigger
+
2010-03-29 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 0.4.0
* DEPENDS: remove boost
diff --git a/devel/apiextractor/TRIGGERS b/devel/apiextractor/TRIGGERS
deleted file mode 100755
index 1696e74dae..0000000000
--- a/devel/apiextractor/TRIGGERS
+++ /dev/null
@@ -1 +0,0 @@
-on_cast boost check_self
diff --git a/devel/boostpythongenerator/BUILD b/devel/boostpythongenerator/BUILD
index 21134344c7..27ba77ddaf 100755
--- a/devel/boostpythongenerator/BUILD
+++ b/devel/boostpythongenerator/BUILD
@@ -1 +1 @@
-qt4_cmake_build
+true
diff --git a/devel/boostpythongenerator/DEPENDS b/devel/boostpythongenerator/DEPENDS
index 328aa0e691..c695439828 100755
--- a/devel/boostpythongenerator/DEPENDS
+++ b/devel/boostpythongenerator/DEPENDS
@@ -1,8 +1 @@
-depends qt4 &&
-depends cmake &&
-depends python &&
-depends -sub PYTHON boost &&
-depends apiextractor &&
-if [[ $PYSIDE == git ]];then
- depends git
-fi
+depends apiextractor
diff --git a/devel/boostpythongenerator/DETAILS b/devel/boostpythongenerator/DETAILS
index 1ce82c6857..4b0fbbbe24 100755
--- a/devel/boostpythongenerator/DETAILS
+++ b/devel/boostpythongenerator/DETAILS
@@ -1,23 +1,8 @@
SPELL=boostpythongenerator
- WEB_SITE=http://www.pyside.org/
-#http://qt.gitorious.org/pyside
-if [[ $PYSIDE == git ]];then
- VERSION=git
- SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=git://gitorious.org/pyside/$SPELL.git:$SPELL-git
- FORCE_DOWNLOAD=on
- SOURCE_IGNORE=volatile
-else
- VERSION=0.3.3
- SOURCE_HASH=sha512:9f5f870ce264de5093801d1fdbd44f1d574043429e925c7a84b6426a81b3ac8c7a2838a8a6c554f85a8e82631d17b35ea0a1bec32560c50c76124e9f05c80d0f
- SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=$WEB_SITE/files/$SOURCE
-fi
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- ENTERED=20080921
- LICENSE[0]=LGPL
- KEYWORDS="python libs"
- SHORT="Python bindings generator"
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
cat << EOF
-Python binding generator based on Boost.Python
+deprecated spell [replaced by apiextractor]
EOF
+
diff --git a/devel/boostpythongenerator/DOWNLOAD b/devel/boostpythongenerator/DOWNLOAD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/devel/boostpythongenerator/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/devel/boostpythongenerator/HISTORY b/devel/boostpythongenerator/HISTORY
index ee05f53eda..ccb83378b2 100644
--- a/devel/boostpythongenerator/HISTORY
+++ b/devel/boostpythongenerator/HISTORY
@@ -1,20 +1,4 @@
-2010-01-04 Treeve Jelbert <treeve@sourcemage.org>
- * DETAILS: version 0.3.3
-
-2009-12-02 Treeve Jelbert <treeve@sourcemage.org>
- * DETAILS: version 0.3.2
-
-2009-09-06 Treeve Jelbert <treeve@sourcemage.org>
- * DETAILS: version 0.3
-
-2009-08-27 Treeve Jelbert <treeve@sourcemage.org>
- * TRIGGERS: added
-
-2009-08-25 Treeve Jelbert <treeve@sourcemage.org>
- * DETAILS: version 0.2
- * PREPARE: added
- * DEPENDS: git only for git version
-
-2009-08-21 Treeve Jelbert <treeve@sourcemage.org>
- * DETAILS: version git
- spell created
+2010-04-01 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0
+ PATCHLEVEL=9999
+ spell deprecated [replaced by apiextractor]
diff --git a/devel/boostpythongenerator/INSTALL b/devel/boostpythongenerator/INSTALL
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/devel/boostpythongenerator/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/devel/boostpythongenerator/PREPARE b/devel/boostpythongenerator/PREPARE
deleted file mode 100755
index b5f9bdece1..0000000000
--- a/devel/boostpythongenerator/PREPARE
+++ /dev/null
@@ -1 +0,0 @@
-config_query_list PYSIDE 'which version to build?' stable git
diff --git a/devel/boostpythongenerator/PRE_BUILD b/devel/boostpythongenerator/PRE_BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/devel/boostpythongenerator/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/devel/boostpythongenerator/TRIGGERS b/devel/boostpythongenerator/TRIGGERS
index 1696e74dae..61ee7bf416 100755
--- a/devel/boostpythongenerator/TRIGGERS
+++ b/devel/boostpythongenerator/TRIGGERS
@@ -1 +1 @@
-on_cast boost check_self
+on_cast boostpythongenerator dispel_self
diff --git a/devel/falcon/DETAILS b/devel/falcon/DETAILS
index 9dd0f27a34..dffbae7592 100755
--- a/devel/falcon/DETAILS
+++ b/devel/falcon/DETAILS
@@ -1,7 +1,7 @@
SPELL=falcon
SPELLX=Falcon
- VERSION=0.9.6-1
- SOURCE_HASH=sha512:5b431e874a7157ce02305203d8244a7ce9863d1263680807f0ad19e7c5ee61c1615a6357b6c8b33c6b91d7382c038ec0c120eeee096c22f132aac99cfa212fb3
+ VERSION=0.9.6.4
+ SOURCE_HASH=sha512:244fc0cc6811d9c918a1983d93e380982584016d84752b00d3adc17e46d7a7cbf9d20f09b7562316b1c9ea6eaaa91c1cb931f4469f7d510d9084f1daaca732a5
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-${VERSION//-1}
WEB_SITE=http://www.falconpl.org/
diff --git a/devel/falcon/HISTORY b/devel/falcon/HISTORY
index e3e8c526e8..81b61112a7 100644
--- a/devel/falcon/HISTORY
+++ b/devel/falcon/HISTORY
@@ -1,3 +1,6 @@
+2010-04-01 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.9.6.4
+
2010-01-27 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 0.9.6-1
diff --git a/e-17/elicit/HISTORY b/e-17/elicit/HISTORY
index 6258de7196..b657a69dfa 100644
--- a/e-17/elicit/HISTORY
+++ b/e-17/elicit/HISTORY
@@ -1,3 +1,6 @@
+2010-04-01 Ladislav Hagara <hgr@vabo.cz>
+ * PRE_BUILD: autogen.sh -> bootstrap
+
2008-09-19 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: CVS -> SVN
Remove unneeded modification of SPELL for SOURCE_URL
diff --git a/e-17/elicit/PRE_BUILD b/e-17/elicit/PRE_BUILD
index 534a7d38b7..0203653a89 100755
--- a/e-17/elicit/PRE_BUILD
+++ b/e-17/elicit/PRE_BUILD
@@ -1,3 +1,3 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-NOCONFIGURE=ON ./autogen.sh
+NOCONFIGURE=ON ./bootstrap
diff --git a/editors/openoffice/DEPENDS b/editors/openoffice/DEPENDS
index e612a61263..a68b3ea065 100755
--- a/editors/openoffice/DEPENDS
+++ b/editors/openoffice/DEPENDS
@@ -21,6 +21,7 @@ depends curl '--with-system-curl' &&
depends boost '--with-system-boost' &&
depends hunspell '--with-system-hunspell' &&
depends hyphen '--with-system-altlinuxhyph' &&
+depends mythes '--with-system-mythes' &&
# just weird, it needs to be installed but OOo won't build when you specify --with-stlport
depends stlport "--without-stlport" &&
depends vigra '--with-system-vigra' &&
diff --git a/editors/openoffice/HISTORY b/editors/openoffice/HISTORY
index 95a864d350..c3f8539448 100644
--- a/editors/openoffice/HISTORY
+++ b/editors/openoffice/HISTORY
@@ -1,3 +1,7 @@
+2010-03-31 Arjan Bouter <abouter@sourcemage.org>
+ * DEPENDS: added mythes
+ * INSTALL: fixed dmake prefix
+
2010-03-26 Arjan Bouter <abouter@sourcemage.org>
* BUILD,CONFIGURE,CONFLICTS,DEPENDS,INSTALL,PRE_BUILD,PREPARE,DETAILS:
version 3.2.0 and the spell works!
diff --git a/editors/openoffice/INSTALL b/editors/openoffice/INSTALL
index 1e71faa975..fc92edda02 100755
--- a/editors/openoffice/INSTALL
+++ b/editors/openoffice/INSTALL
@@ -1,5 +1,5 @@
-dmake install --prefix="${INSTALL_ROOT}/opt" &&
-OOO_APPPATH="${INSTALL_ROOT}/opt/openoffice/openoffice.org3/program" &&
+dmake install prefix="${INSTALL_ROOT}/opt" &&
+OOO_APPPATH="${INSTALL_ROOT}/opt/openoffice.org3/program" &&
for app in sbase scalc sdraw simpress smath soffice spadmin swriter ; do
ln -s "${OOO_APPPATH}/$app" ${INSTALL_ROOT}/usr/bin/$app
done
diff --git a/editors/openoffice/TODO b/editors/openoffice/TODO
index 8095f7a6b0..af37246d76 100644
--- a/editors/openoffice/TODO
+++ b/editors/openoffice/TODO
@@ -6,6 +6,7 @@
* hsqldb spell needs to be written
* graphite spell may need to be written
* figure out dictionaries
-* figure out hyphenation (hyphen, mythes)
-* figure out spelling (myspell, hunspell)
+* figure out hyphenation (hyphen)
+* figure out spelling (hunspell)
+* figure out thesaurus (mythes)
* smgl themed bitmaps maybe? (--with-intro-bitmaps --with-about-bitmaps)
diff --git a/gnome2-libs/gnome-applets2/HISTORY b/gnome2-libs/gnome-applets2/HISTORY
index a8cc3fc8b3..20bd1bb6d8 100644
--- a/gnome2-libs/gnome-applets2/HISTORY
+++ b/gnome2-libs/gnome-applets2/HISTORY
@@ -1,3 +1,6 @@
+2010-04-01 Arjan Bouter <abouter@sourcemage.org>
+ * PRE_BUILD, disable-rarian.patch: removed. no longer needed.
+
2010-03-30 Vasil Yonkov <spirtbrat@sourcemage.org>
* DETAILS: updated spell to 2.30.0
diff --git a/gnome2-libs/gnome-applets2/PRE_BUILD b/gnome2-libs/gnome-applets2/PRE_BUILD
deleted file mode 100755
index 5a460a5986..0000000000
--- a/gnome2-libs/gnome-applets2/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-if ! is_depends_enabled $SPELL rarian ; then
- patch -p1 < ${SCRIPT_DIRECTORY}/disable-rarian.patch
-fi
diff --git a/gnome2-libs/gnome-applets2/disable-rarian.patch b/gnome2-libs/gnome-applets2/disable-rarian.patch
deleted file mode 100644
index 585aca8978..0000000000
--- a/gnome2-libs/gnome-applets2/disable-rarian.patch
+++ /dev/null
@@ -1,57 +0,0 @@
---- gnome-applets-2.26.3/configure 2009-06-29 08:36:31.000000000 +0200
-+++ gnome-applets-2.26.3-new/configure 2009-07-19 00:42:52.849687456 +0200
-@@ -17495,54 +17495,6 @@
- { (exit 1); exit 1; }; }
- fi
-
--# Extract the first word of "scrollkeeper-config", so it can be a program name with args.
--set dummy scrollkeeper-config; ac_word=$2
--{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
--$as_echo_n "checking for $ac_word... " >&6; }
--if test "${ac_cv_path_SCROLLKEEPER_CONFIG+set}" = set; then
-- $as_echo_n "(cached) " >&6
--else
-- case $SCROLLKEEPER_CONFIG in
-- [\\/]* | ?:[\\/]*)
-- ac_cv_path_SCROLLKEEPER_CONFIG="$SCROLLKEEPER_CONFIG" # Let the user override the test with a path.
-- ;;
-- *)
-- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
--for as_dir in $PATH
--do
-- IFS=$as_save_IFS
-- test -z "$as_dir" && as_dir=.
-- for ac_exec_ext in '' $ac_executable_extensions; do
-- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-- ac_cv_path_SCROLLKEEPER_CONFIG="$as_dir/$ac_word$ac_exec_ext"
-- $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-- break 2
-- fi
--done
--done
--IFS=$as_save_IFS
--
-- test -z "$ac_cv_path_SCROLLKEEPER_CONFIG" && ac_cv_path_SCROLLKEEPER_CONFIG="no"
-- ;;
--esac
--fi
--SCROLLKEEPER_CONFIG=$ac_cv_path_SCROLLKEEPER_CONFIG
--if test -n "$SCROLLKEEPER_CONFIG"; then
-- { $as_echo "$as_me:$LINENO: result: $SCROLLKEEPER_CONFIG" >&5
--$as_echo "$SCROLLKEEPER_CONFIG" >&6; }
--else
-- { $as_echo "$as_me:$LINENO: result: no" >&5
--$as_echo "no" >&6; }
--fi
--
--
--if test x$SCROLLKEEPER_CONFIG = xno; then
-- { { $as_echo "$as_me:$LINENO: error: Couldn't find scrollkeeper-config" >&5
--$as_echo "$as_me: error: Couldn't find scrollkeeper-config" >&2;}
-- { (exit please install the Scrollkeeper 0.1.4 package); exit please install the Scrollkeeper 0.1.4 package; }; }
--fi
--
--
- # Extract the first word of "jw", so it can be a program name with args.
- set dummy jw; ac_word=$2
- { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
diff --git a/gnome2-libs/mutter/DETAILS b/gnome2-libs/mutter/DETAILS
index bf1161e323..c5291405d5 100755
--- a/gnome2-libs/mutter/DETAILS
+++ b/gnome2-libs/mutter/DETAILS
@@ -1,5 +1,5 @@
SPELL=mutter
- VERSION=2.29.0
+ VERSION=2.29.1
BRANCH=${VERSION:0:4}
SOURCE="${SPELL}-${VERSION}.tar.bz2"
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
diff --git a/gnome2-libs/mutter/HISTORY b/gnome2-libs/mutter/HISTORY
index 7a8c6b4dda..25748e1dac 100644
--- a/gnome2-libs/mutter/HISTORY
+++ b/gnome2-libs/mutter/HISTORY
@@ -1,3 +1,6 @@
+2010-04-01 Arjan Bouter <abouter@sourcemage.org>
+ * DETAILS: version 2.29.1
+
2010-03-08 Vasil Yonkov <spirtbrat@sourcemage.org>
* DETAILS: Fixed SOURCE_URL[0], fixed WEB_SITE, updated spell to 2.29.0
* DEPENDS: removed libglade2, orbit2, made libcanberra optional,
diff --git a/gnome2-libs/mutter/mutter-2.29.0.tar.bz2.sig b/gnome2-libs/mutter/mutter-2.29.0.tar.bz2.sig
deleted file mode 100644
index 11d66d83b7..0000000000
--- a/gnome2-libs/mutter/mutter-2.29.0.tar.bz2.sig
+++ /dev/null
Binary files differ
diff --git a/gnome2-libs/mutter/mutter-2.29.1.tar.bz2.sig b/gnome2-libs/mutter/mutter-2.29.1.tar.bz2.sig
new file mode 100644
index 0000000000..2cf63811e1
--- /dev/null
+++ b/gnome2-libs/mutter/mutter-2.29.1.tar.bz2.sig
Binary files differ
diff --git a/graphics/lensfun/DETAILS b/graphics/lensfun/DETAILS
index 5c90167b99..ab73e23c35 100755
--- a/graphics/lensfun/DETAILS
+++ b/graphics/lensfun/DETAILS
@@ -12,8 +12,8 @@ fi
SOURCE_IGNORE=volatile
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-scm
else
- VERSION=0.2.3
- SOURCE_HASH=sha512:1266df0e9d6eb42667ec95fa8425bea19e52d7982f78631227135ad81d5dc9e19410ef5b03a7a4b1f621a045a3b7f2b7ac248ac3e365723ddcfa51d6512946a9
+ VERSION=0.2.5
+ SOURCE_HASH=sha512:a90292fd53fc12d82ccfd0211b8e544b18e2bd712010bf4c1cad5ad1d18f82145c399371f3699fe004571a845420f8e17f3237b45f861cb58c7ac8df8e503baa
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://download.berlios.de/$SPELL/$SOURCE
diff --git a/graphics/lensfun/HISTORY b/graphics/lensfun/HISTORY
index 4dab5673ca..39501ab7e2 100644
--- a/graphics/lensfun/HISTORY
+++ b/graphics/lensfun/HISTORY
@@ -1,3 +1,6 @@
+2010-04-01 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.2.5
+
2009-08-07 Thomas Orgis <sobukus@sourcemage.org>
* BUILD: force usage of /usr/lib (prevent /usr/lib64)
diff --git a/net/bind-tools/DEPENDS b/net/bind-tools/DEPENDS
index 3584909a3b..73c443f9cc 100755
--- a/net/bind-tools/DEPENDS
+++ b/net/bind-tools/DEPENDS
@@ -1,4 +1,9 @@
optional_depends libcap \
"--enable-linux-caps" \
"--disable-linux-caps" \
- "for linux capabilities support"
+ "for linux capabilities support" &&
+
+optional_depends openssl \
+ "--with-openssl" \
+ "--without-openssl" \
+ "to build with OpenSSL, required for DNSSEC"
diff --git a/net/bind-tools/HISTORY b/net/bind-tools/HISTORY
index 4ed49ee194..250813451e 100644
--- a/net/bind-tools/HISTORY
+++ b/net/bind-tools/HISTORY
@@ -1,3 +1,6 @@
+2010-04-01 Ladislav Hagara <hgr@vabo.cz>
+ * DEPENDS: added optional_depends openssl
+
2010-03-17 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 9.7.0-P1
diff --git a/net/bind/DEPENDS b/net/bind/DEPENDS
new file mode 100755
index 0000000000..73c443f9cc
--- /dev/null
+++ b/net/bind/DEPENDS
@@ -0,0 +1,9 @@
+optional_depends libcap \
+ "--enable-linux-caps" \
+ "--disable-linux-caps" \
+ "for linux capabilities support" &&
+
+optional_depends openssl \
+ "--with-openssl" \
+ "--without-openssl" \
+ "to build with OpenSSL, required for DNSSEC"
diff --git a/net/bind/HISTORY b/net/bind/HISTORY
index 44a3300211..9d58e58625 100644
--- a/net/bind/HISTORY
+++ b/net/bind/HISTORY
@@ -1,3 +1,6 @@
+2010-04-01 Ladislav Hagara <hgr@vabo.cz>
+ * DEPENDS: added, copy from bind-tools
+
2010-03-17 Julien "_kaze_" ROZO <julien@rozo.org>
* DETAILS: updated version to 9.7.0-P1
diff --git a/net/iw/DETAILS b/net/iw/DETAILS
index ca34cf7e41..1c6fc30bdf 100755
--- a/net/iw/DETAILS
+++ b/net/iw/DETAILS
@@ -1,6 +1,6 @@
SPELL=iw
- VERSION=0.9.13
- SOURCE_HASH=sha512:5e94258146210b5a001ffb3cacbd54891134da519f5ad3b5523d622e720811483aa5118a416789437e14496b35ab0a6eef1e31efa8593e8b6b44121cdee50f90
+ VERSION=0.9.19
+ SOURCE_HASH=sha512:29250f419f6c221db7d000babd10f75e6a54bfbcab09d54b5a12f89cdba69c3f929fa1ab1433c25cf7d7b2895ec82117e08682848513451f24554464e775c10d
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://linuxwireless.org/en/users/Documentation/iw
@@ -10,8 +10,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="network"
SHORT="configuration utility for wireless devices"
cat << EOF
-iw is a new nl80211 based CLI configuration utility for wireless devices. Currently
-you can only use this utility to configure devices which use a mac80211 driver as
-these are the new drivers being written ? only because most new wireless devices being
+iw is a new nl80211 based CLI configuration utility for wireless
+devices. Currently
+you can only use this utility to configure devices which use a mac80211
+driver as
+these are the new drivers being written ? only because most new wireless
+devices being
sold are now SoftMAC
EOF
diff --git a/net/iw/HISTORY b/net/iw/HISTORY
index 519b5ccca7..e4b8b5a1c3 100644
--- a/net/iw/HISTORY
+++ b/net/iw/HISTORY
@@ -1,3 +1,7 @@
+2010-04-01 Vasil Yonkov <spirtbrat@sourcemage.org>
+ * DETAILS: updated spell to 0.9.19
+ fixed long description wrap
+
2009-05-03 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 0.9.13
spell created
diff --git a/spelling/mythes/BUILD b/spelling/mythes/BUILD
new file mode 100755
index 0000000000..8f58e6df93
--- /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 0000000000..fd0b0eb3e6
--- /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 0000000000..08302f8f08
--- /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 0000000000..af196a9a06
--- /dev/null
+++ b/spelling/mythes/HISTORY
@@ -0,0 +1,2 @@
+2010-03-31 Arjan Bouter <abouter@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 0000000000..486dc45ef0
--- /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 0000000000..50757b0f9f
--- /dev/null
+++ b/spelling/mythes/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+sedit 's/^CXXFLAGS/#CXXFLAGS/' Makefile