summaryrefslogtreecommitdiffstats
path: root/ftp/uget
diff options
context:
space:
mode:
authorVlad Glagolev2011-06-03 00:18:17 +0400
committerVlad Glagolev2011-06-03 00:18:17 +0400
commite7580b4bd523e22fc534e514ac4324405ee8b881 (patch)
tree978b0ebadbacaaea7424d2d0f6cf1a03358d3d5d /ftp/uget
parent4272a68b8247c3d6db1469453bd06acfb2d43953 (diff)
uget: => 1.8.0
Diffstat (limited to 'ftp/uget')
-rwxr-xr-xftp/uget/DEPENDS11
-rwxr-xr-xftp/uget/DETAILS10
-rw-r--r--ftp/uget/HISTORY4
3 files changed, 19 insertions, 6 deletions
diff --git a/ftp/uget/DEPENDS b/ftp/uget/DEPENDS
index 487ef0473e..b6065cdc06 100755
--- a/ftp/uget/DEPENDS
+++ b/ftp/uget/DEPENDS
@@ -1,7 +1,16 @@
-depends curl &&
depends gtk+2 &&
depends hicolor-icon-theme &&
+optional_depends curl \
+ "--enable-plugin-curl" \
+ "--disable-plugin-curl" \
+ "for cURL plug-in" &&
+
+optional_depends aria2 \
+ "--enable-plugin-aria2" \
+ "--disable-plugin-aria2" \
+ "for aria2 plug-in" &&
+
optional_depends libnotify \
"--enable-notify" \
"--disable-notify" \
diff --git a/ftp/uget/DETAILS b/ftp/uget/DETAILS
index 501c27cb7b..f25f64f3e3 100755
--- a/ftp/uget/DETAILS
+++ b/ftp/uget/DETAILS
@@ -1,15 +1,15 @@
SPELL=uget
- VERSION=1.6.4
- SOURCE=$SPELL-$VERSION-1.tar.gz
+ VERSION=1.8.0
+ SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=$SOURCEFORGE_URL/urlget/$SOURCE
- SOURCE_HASH=sha512:2b81ad3e9072c36089767697578b9b0308cd7eab619644bc3c71cd7b04737b04a729da4525fd353322e1f3a1c8e9219bb0a3fddc9a1f100495e3128f2cdcca7c
+ SOURCE_HASH=sha512:c68c591b3c513c4829dfee735cbe8d4ee2c47aed0c5962002de9462c6c12b731e51756785e834aadaef1cb47182b9e560dd836d2e4861f053ec1f2f447c2c68d
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- WEB_SITE=http://urlget.sourceforge.net/
+ WEB_SITE=http://uget.visuex.com/
LICENSE[0]=LGPL
ENTERED=20100626
SHORT="download manager written in GTK+"
cat << EOF
-Uget (formerly urlgfe) is a Free and Open Source download manager written in
+uGet (formerly urlgfe) is a Free and Open Source download manager written in
GTK+. It has many features, like easy-to-use, pause and resume support, classify
download; every category has an independent configuration, and more.
diff --git a/ftp/uget/HISTORY b/ftp/uget/HISTORY
index 44775f0cbb..b4107b35a4 100644
--- a/ftp/uget/HISTORY
+++ b/ftp/uget/HISTORY
@@ -1,3 +1,7 @@
+2011-06-03 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 1.8.0; fixed SOURCE_URL[0]; renewed website
+ * DEPENDS: made curl optional; added aria2 opt dep
+
2011-05-31 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 1.6.4; fixed SOURCE_URL[0]