New commits:
commit 5bd40282bef578d7159912ddc0d599ec859051ce
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Eric Sandall <sandalle AT sourcemage.org>
wm-addons/cairo-dock-plugins: version 3.2.0
commit 519d59fa7f5712944c8d5f7f7c30feca57e7ca52
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Eric Sandall <sandalle AT sourcemage.org>
wm-addons/cairo-dock: version 3.2.0
commit 4c3b97f0185f899de1a861acfd7afae68a8a289e
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Eric Sandall <sandalle AT sourcemage.org>
video-libs/live: version 2013.03.23
commit fbacf9f941c4e66587b08744937b3e86ae6dcf03
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
graphics/imagemagick: version 6.8.4-6
commit d5c19dd617ea60146f9830b02b668a168cfd8073
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>
live 2013.04.01
commit 7c0e2ad638573c59cd9a00a55e7a36b7aa58a5ed
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
add dependencies on gcc with CXX, qt4 with SQLITE
commit 7212bd65b7e3f0c42aadb66b2290d2ef09bc2571
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
fixup 044deee59562ee70dbc2b1b0a4d77f38cbd1d273
commit 3eff05dbe8b67b69418ac2695b9c567bd100ed78
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
utils/latencytop: add dependencies on ncurses and gtk+2
commit a8d324ca8b30491cc8c9ed99135089679f2c57b0
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
diff --git a/e-17/e17/DETAILS b/e-17/e17/DETAILS
index 32a5445..05e2a82 100755
--- a/e-17/e17/DETAILS
+++ b/e-17/e17/DETAILS
@@ -9,7 +9,7 @@ else
PATCHLEVEL=6
FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/enlightenment-0.17-git
-
SOURCE_URL[0]=git://git.enlightenment.org/core/enlightenment.git:$SPELL-git
+
SOURCE_URL[0]=git://git.enlightenment.org/core/enlightenment.git:enlightenment-0.17-git
SOURCE_IGNORE=volatile
else
VERSION=0.17.0
diff --git a/e-17/e17/HISTORY b/e-17/e17/HISTORY
index fb06a1c..a8102f7 100644
--- a/e-17/e17/HISTORY
+++ b/e-17/e17/HISTORY
@@ -1,3 +1,7 @@
+2013-03-31 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: SOURCE_URL[0] for git version fixed
+ * e17update: updated to work also with git version
+
2013-03-02 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: subversion -> git
diff --git a/e-17/e17/e17update b/e-17/e17/e17update
index a88dbb9..144f317 100644
--- a/e-17/e17/e17update
+++ b/e-17/e17/e17update
@@ -22,7 +22,7 @@ function get_spell_list () {
message "${MESSAGE_COLOR}Building list of packages to update..." \
"${DEFAULT_COLOR}" &&
for e_spell in `gaze section e-17 e`; do
- if [[ `installed_version $e_spell` == "svn" ]]; then
+ if [[ `installed_version $e_spell` == "svn" ]] || [[
`installed_version $e_spell` == "git" ]]; then
update_spells="$update_spells $e_spell"
fi
done
@@ -34,7 +34,7 @@ if [ "$#" == '0' ]; then
elif [ "$#" == '1' ]; then
case $1 in
-h|--help) echo "usage: $0 [option]"
- echo "-s|--summon Do a SVN checkout only (using summon)";
+ echo "-s|--summon Do a SVN or GIT checkout only (using
summon)";
echo "-h|--help Print this help message";
;;
-s|--summon) get_spell_list &&
diff --git a/e-17/evas/BUILD b/e-17/evas/BUILD
index c795dcb..f125546 100755
--- a/e-17/evas/BUILD
+++ b/e-17/evas/BUILD
@@ -55,4 +55,4 @@ fi &&
# We don't have wayland spells yet, http://wayland.freedesktop.org/
OPTS="--disable-wayland-shm --disable-wayland-egl $OPTS" &&
-default_build
+CFLAGS+=" -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0" default_build
diff --git a/e-17/evas/HISTORY b/e-17/evas/HISTORY
index 02cd7fa..ea924e4 100644
--- a/e-17/evas/HISTORY
+++ b/e-17/evas/HISTORY
@@ -1,3 +1,6 @@
+2013-03-27 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD: fix glib include paths
+
2013-01-08 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.7.5
* BUILD, CONFIGURE, DEPENDS: X11 and XCB are mutually exclusive
diff --git a/e-17/evas_generic_loaders/DETAILS
b/e-17/evas_generic_loaders/DETAILS
index 955150e..9d9df2e 100755
--- a/e-17/evas_generic_loaders/DETAILS
+++ b/e-17/evas_generic_loaders/DETAILS
@@ -4,11 +4,11 @@ if [ "x${EVAS_GENERIC_LOADERS_BRANCH}" == "xscm" ];
then
if [ "$EVAS_GENERIC_LOADERS_AUTOUPDATE" == "y" ]; then
VERSION=$(date +%Y%m%d)
else
- VERSION=svn
+ VERSION=git
fi
- SOURCE=$SPELL-svn.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
- SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/$SPELL:$SPELL
+ SOURCE=$SPELL-git.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
+ SOURCE_URL[0]=git://git.enlightenment.org/core/${SPELL}.git:$SPELL-git
FORCE_DOWNLOAD=on
SOURCE_IGNORE=volatile
else
diff --git a/e-17/evas_generic_loaders/HISTORY
b/e-17/evas_generic_loaders/HISTORY
index bdbe264..249a204 100644
--- a/e-17/evas_generic_loaders/HISTORY
+++ b/e-17/evas_generic_loaders/HISTORY
@@ -1,3 +1,6 @@
+2013-03-31 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: subversion -> git
+
2013-01-08 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.7.5
diff --git a/editors/texmaker/DEPENDS b/editors/texmaker/DEPENDS
index 97dae7d..91907a8 100755
--- a/editors/texmaker/DEPENDS
+++ b/editors/texmaker/DEPENDS
@@ -1,2 +1,3 @@
-depends qt4 &&
-depends -sub QT4 poppler
+depends -sub SQLITE qt4 &&
+depends -sub QT4 poppler &&
+depends -sub CXX gcc
diff --git a/editors/texmaker/HISTORY b/editors/texmaker/HISTORY
index 9c5724e..6cab122 100644
--- a/editors/texmaker/HISTORY
+++ b/editors/texmaker/HISTORY
@@ -1,6 +1,8 @@
+2013-04-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS: added dependency on gcc with CXX and qt4 with SQLITE
+
2013-03-22 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 4.0.1
- * DEPENDS: added dependency on gcc with CXX and qt4 with SQLITE
2007-12-22 Treeve Jelbert <treeve AT sourcemage.org>
diff --git a/python-pypi/calibre/DEPENDS b/python-pypi/calibre/DEPENDS
index c434fca..e753938 100755
--- a/python-pypi/calibre/DEPENDS
+++ b/python-pypi/calibre/DEPENDS
@@ -3,6 +3,7 @@ depends SETUPTOOLS &&
depends pil &&
depends LIBUSB &&
depends qt4 &&
+depends qt4-private-headers &&
depends pyqt4 &&
depends mechanize &&
depends imagemagick &&
@@ -21,4 +22,7 @@ depends libwmf &&
depends sqlite &&
depends icu &&
depends dnspython &&
-depends libmtp
+depends libmtp &&
+depends python-netifaces &&
+depends psutil &&
+depends python-cssselect
diff --git a/python-pypi/calibre/DETAILS b/python-pypi/calibre/DETAILS
index ce45094..1647006 100755
--- a/python-pypi/calibre/DETAILS
+++ b/python-pypi/calibre/DETAILS
@@ -1,8 +1,8 @@
SPELL=calibre
- VERSION=0.8.70
+ VERSION=0.9.25
SOURCE="${SPELL}-${VERSION}.tar.xz"
SOURCE_URL[0]="$SOURCEFORGE_URL/$SPELL/$VERSION/$SOURCE"
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+
SOURCE_HASH=sha512:27a62ba48d6e0bde868c4ae0f10cd5abf5432c2cb4d3076183cd35c6662340b47cb6143924675b3eadb54fb4641594cc59e1c291ef45decdb7e814dd13f8ec1c
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
WEB_SITE="http://calibre-ebook.com/"
LICENSE[0]=GPL
diff --git a/python-pypi/calibre/HISTORY b/python-pypi/calibre/HISTORY
index 8549377..16b5180 100644
--- a/python-pypi/calibre/HISTORY
+++ b/python-pypi/calibre/HISTORY
@@ -1,3 +1,13 @@
+2013-04-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS: added dependency on qt4-private-headers
+ * PRE_BUILD, calibre-stop-phone-home.diff: removed obsolete
+ patch, sed in PRE_BUILD instead
+ * DETAILS: add SOURCE_HASH
+
+2013-03-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.9.25
+ * DEPENDS: added dependencies on python-netifaces, psutil,
python-cssselect
+
2012-12-26 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: update SOURCE_URL to point to sf.net; old one being dead
diff --git a/python-pypi/calibre/PRE_BUILD b/python-pypi/calibre/PRE_BUILD
index c2617f0..6c30990 100755
--- a/python-pypi/calibre/PRE_BUILD
+++ b/python-pypi/calibre/PRE_BUILD
@@ -5,5 +5,5 @@ xz -dc $SOURCE_CACHE/$SOURCE | tar -xf -
cd $SOURCE_DIRECTORY &&
if [ "$CALIBRE_PHOME" = "y" ]; then
- patch -p1 < $SCRIPT_DIRECTORY/calibre-stop-phone-home.diff
+ sed -i -e
's/\(--no-update-check.*\)False\(.*\)store_true/\1True\2store_false/g'
src/calibre/gui2/main.py
fi
diff --git a/python-pypi/calibre/calibre-stop-phone-home.diff
b/python-pypi/calibre/calibre-stop-phone-home.diff
deleted file mode 100644
index 6c3f09d..0000000
--- a/python-pypi/calibre/calibre-stop-phone-home.diff
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -ur calibre.orig/src/calibre/gui2/update.py
calibre/src/calibre/gui2/update.py
---- calibre.orig/src/calibre/gui2/update.py 2012-09-20 16:27:22.398340171
-0500
-+++ calibre/src/calibre/gui2/update.py 2012-09-20 16:27:58.594339911 -0500
-@@ -20,18 +20,6 @@
- VSEP = '|'
-
- def get_newest_version():
-- br = browser()
-- req = mechanize.Request(URL)
-- req.add_header('CALIBRE_VERSION', __version__)
-- req.add_header('CALIBRE_OS',
-- 'win' if iswindows else 'osx' if isosx else 'oth')
-- req.add_header('CALIBRE_INSTALL_UUID', prefs['installation_uuid'])
-- version = br.open(req).read().strip()
-- try:
-- version = version.decode('utf-8')
-- except UnicodeDecodeError:
-- version = u''
-- return version
-
- class CheckForUpdates(QThread):
-
diff --git a/python-pypi/clientform/BUILD b/python-pypi/clientform/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/python-pypi/clientform/BUILD
@@ -0,0 +1 @@
+true
diff --git a/python-pypi/clientform/DEPENDS b/python-pypi/clientform/DEPENDS
index 503782e..1e07613 100755
--- a/python-pypi/clientform/DEPENDS
+++ b/python-pypi/clientform/DEPENDS
@@ -1,2 +1 @@
-depends python &&
-depends SETUPTOOLS
+depends mechanize
diff --git a/python-pypi/clientform/DETAILS b/python-pypi/clientform/DETAILS
index a651816..0f7466e 100755
--- a/python-pypi/clientform/DETAILS
+++ b/python-pypi/clientform/DETAILS
@@ -1,16 +1,7 @@
- SPELL=clientform
- VERSION=0.2.7
-
SOURCE_HASH=sha512:c6e8ffbe28e1acf6df1c3b3a8af64c937a73a11a61a95c0f24b6bb86063b84ec131cbfacfa40abe1eac5850320210256cedddec360cacc1341413306a6c863fa
- SOURCE=ClientForm-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/ClientForm-$VERSION
- SOURCE_URL[0]=http://wwwsearch.sourceforge.net/ClientForm/src/$SOURCE
- WEB_SITE=http://wwwsearch.sourceforge.net/ClientForm/
- LICENSE[0]=BSD
- KEYWORDS="html python devel"
- SHORT="Python module for handling HTML forms on the client side"
-cat << EOF
-ClientForm is a Python module for handling HTML forms on the client side,
useful
-for parsing HTML forms, filling them in and returning the completed forms to
the
-server. It developed from a port of Gisle Aas' Perl module HTML::Form, from
the
-libwww-perl library, but the interface is not the same.
-EOF
+ SPELL=clientform
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
+ cat << EOF
+ deprecated spell [replaced by mechanize]
+ EOF
diff --git a/python-pypi/clientform/DETAILS.orig
b/python-pypi/clientform/DETAILS.orig
new file mode 100755
index 0000000..a651816
--- /dev/null
+++ b/python-pypi/clientform/DETAILS.orig
@@ -0,0 +1,16 @@
+ SPELL=clientform
+ VERSION=0.2.7
+
SOURCE_HASH=sha512:c6e8ffbe28e1acf6df1c3b3a8af64c937a73a11a61a95c0f24b6bb86063b84ec131cbfacfa40abe1eac5850320210256cedddec360cacc1341413306a6c863fa
+ SOURCE=ClientForm-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/ClientForm-$VERSION
+ SOURCE_URL[0]=http://wwwsearch.sourceforge.net/ClientForm/src/$SOURCE
+ WEB_SITE=http://wwwsearch.sourceforge.net/ClientForm/
+ LICENSE[0]=BSD
+ KEYWORDS="html python devel"
+ SHORT="Python module for handling HTML forms on the client side"
+cat << EOF
+ClientForm is a Python module for handling HTML forms on the client side,
useful
+for parsing HTML forms, filling them in and returning the completed forms to
the
+server. It developed from a port of Gisle Aas' Perl module HTML::Form, from
the
+libwww-perl library, but the interface is not the same.
+EOF
diff --git a/python-pypi/clientform/DOWNLOAD b/python-pypi/clientform/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/python-pypi/clientform/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/python-pypi/clientform/HISTORY b/python-pypi/clientform/HISTORY
index 71495db..c6f25c8 100644
--- a/python-pypi/clientform/HISTORY
+++ b/python-pypi/clientform/HISTORY
@@ -1,3 +1,8 @@
+2013-03-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * spell deprecated [part of mechanize now]
+ * PATCHLEVEL=9999
+ * DETAILS: version 0
+
2011-05-23 Sukneet Basuta <sukneet AT sourcemage.org>
* DEPENDS: updated setuptools dependency to SETUPTOOLS provider
diff --git a/python-pypi/python-cssselect/DEPENDS
b/python-pypi/python-cssselect/DEPENDS
new file mode 100755
index 0000000..6e84a0e
--- /dev/null
+++ b/python-pypi/python-cssselect/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/python-cssselect/DETAILS
b/python-pypi/python-cssselect/DETAILS
new file mode 100755
index 0000000..06d095c
--- /dev/null
+++ b/python-pypi/python-cssselect/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=python-cssselect
+ VERSION=0.8
+ SOURCE="cssselect-${VERSION}.tar.gz"
+
SOURCE_URL[0]=https://pypi.python.org/packages/source/c/cssselect/${SOURCE}
+
SOURCE_HASH=sha512:4001f48e804b19170a328a1bd7dedf3cdfd0ca4103713448e69288fcefa87dba74066a43e5cf4287db312e17719a4eec67ac54827e1bf917d664d0fed515da52
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/cssselect-${VERSION}"
+ WEB_SITE="https://pypi.python.org/pypi/cssselect"
+ LICENSE[0]=BSD
+ ENTERED=20130330
+ SHORT="parses CSS3 Selectors and translates them to XPath 1.0"
+cat << EOF
+cssselect parses CSS3 Selectors and translate them to XPath 1.0 expressions.
+Such expressions can be used in lxml or another XPath engine to find the
+matching elements in an XML or HTML document.
+EOF
diff --git a/python-pypi/python-cssselect/HISTORY
b/python-pypi/python-cssselect/HISTORY
new file mode 100644
index 0000000..0a9414e
--- /dev/null
+++ b/python-pypi/python-cssselect/HISTORY
@@ -0,0 +1,3 @@
+2013-03-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/python-pypi/python-futures/DEPENDS
b/python-pypi/python-futures/DEPENDS
new file mode 100755
index 0000000..6e84a0e
--- /dev/null
+++ b/python-pypi/python-futures/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/python-futures/DETAILS
b/python-pypi/python-futures/DETAILS
new file mode 100755
index 0000000..0295db7
--- /dev/null
+++ b/python-pypi/python-futures/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=python-futures
+ VERSION=2.1.3
+ SOURCE="futures-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/f/futures/$SOURCE
+
SOURCE_HASH=sha512:46f7d758193eca02c0c591472617413a349ee647776e6b8fc1894a61619dc7dd2aa292f870b94d4f53c04f57a4e2a48012b4a02a18a97b6bac35afd322c7920b
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/futures-${VERSION}"
+ WEB_SITE="https://pypi.python.org/pypi/futures"
+ LICENSE[0]=BSD
+ ENTERED=20130329
+ SHORT="backport of the concurrent.futures package from Python 3.2"
+cat << EOF
+Backport of the concurrent.futures package from Python 3.2
+EOF
diff --git a/python-pypi/python-futures/HISTORY
b/python-pypi/python-futures/HISTORY
new file mode 100644
index 0000000..16bbc85
--- /dev/null
+++ b/python-pypi/python-futures/HISTORY
@@ -0,0 +1,3 @@
+2013-03-29 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/python-pypi/python-netifaces/DEPENDS
b/python-pypi/python-netifaces/DEPENDS
new file mode 100755
index 0000000..6e84a0e
--- /dev/null
+++ b/python-pypi/python-netifaces/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/python-netifaces/DETAILS
b/python-pypi/python-netifaces/DETAILS
new file mode 100755
index 0000000..cecb2be
--- /dev/null
+++ b/python-pypi/python-netifaces/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=python-netifaces
+ VERSION=0.8
+ SOURCE="netifaces-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://alastairs-place.net/projects/netifaces/${SOURCE}
+
SOURCE_HASH=sha512:b3735c4f83d4ed1d52f59937187659f148205a721fd05ce5a10e9ec89ea3519971001b2985e24bb30fb112ee741310babd847f84d4c3fbb34989edc6a743f551
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/netifaces-${VERSION}"
+ WEB_SITE="http://alastairs-place.net/projects/netifaces/"
+ LICENSE[0]=MIT
+ ENTERED=20130330
+ SHORT="portable network interface information"
+cat << EOF
+netifaces provides a (hopefully portable-ish) way for Python programmers
+to get access to a list of the network interfaces on the local machine,
+and to obtain the addresses of those network interfaces.
+EOF
diff --git a/python-pypi/python-netifaces/HISTORY
b/python-pypi/python-netifaces/HISTORY
new file mode 100644
index 0000000..0a9414e
--- /dev/null
+++ b/python-pypi/python-netifaces/HISTORY
@@ -0,0 +1,3 @@
+2013-03-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/python-pypi/urlwatch/DEPENDS b/python-pypi/urlwatch/DEPENDS
new file mode 100755
index 0000000..e93ecef
--- /dev/null
+++ b/python-pypi/urlwatch/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends python-futures
diff --git a/python-pypi/urlwatch/DETAILS b/python-pypi/urlwatch/DETAILS
new file mode 100755
index 0000000..281a6a6
--- /dev/null
+++ b/python-pypi/urlwatch/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=urlwatch
+ VERSION=1.15
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://thp.io/2008/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:60b7904ec10fcc20c4d3096381d26c7baf0a4a3abe4aed0a9c7b6e5de74e212a8221279438ca0e3186966f9a9ba50138ce5cbe7564b155b2d4e7ffc17e94da1e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://thp.io/2008/urlwatch/"
+ LICENSE[0]=BSD
+ ENTERED=20130329
+ SHORT="a tool for monitoring webpages for updates"
+cat << EOF
+This script is intended to help you watch URLs and get notified (via email
+or in your terminal) of any changes. The change notification will include
+the URL that has changed and a unified diff of what has changed.
+
+The script supports the use of a filtering hook function to strip
+trivially-varying elements of a webpage.
+EOF
diff --git a/python-pypi/urlwatch/HISTORY b/python-pypi/urlwatch/HISTORY
new file mode 100644
index 0000000..16bbc85
--- /dev/null
+++ b/python-pypi/urlwatch/HISTORY
@@ -0,0 +1,3 @@
+2013-03-29 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/science/qlandkarte-gt/DEPENDS b/science/qlandkarte-gt/DEPENDS
index b3d4578..6c86a16 100755
--- a/science/qlandkarte-gt/DEPENDS
+++ b/science/qlandkarte-gt/DEPENDS
@@ -1,5 +1,5 @@
depends cmake &&
-depends qt4 &&
+depends -sub OPENGL qt4 &&
depends gdal &&
depends proj &&
depends PYTHON &&
diff --git a/science/qlandkarte-gt/HISTORY b/science/qlandkarte-gt/HISTORY
index ef20f66..7ed9e9f 100644
--- a/science/qlandkarte-gt/HISTORY
+++ b/science/qlandkarte-gt/HISTORY
@@ -1,9 +1,9 @@
+2013-04-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS: add sub dependency on OPENGL for qt4
+
2013-03-20 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.7.0
-2013-02-23 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * DEPENDS: add sub dependency on OPENGL for qt4
-
2012-12-20 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.6.0