Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f8c8a8843beb46e38a8289ee07bc4517e1c7a29a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f8c8a8843beb46e38a8289ee07bc4517e1c7a29a)
  • Date: Sat, 26 Jun 2010 08:36:56 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 6 ++++--
ftp/uget/DEPENDS | 18 ++++++++++++++++++
ftp/uget/DETAILS | 29 +++++++++++++++++++++++++++++
ftp/uget/FINAL | 1 +
ftp/uget/HISTORY | 2 ++
5 files changed, 54 insertions(+), 2 deletions(-)

New commits:
commit f8c8a8843beb46e38a8289ee07bc4517e1c7a29a
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

uget: new spell, download manager written in GTK+

diff --git a/ChangeLog b/ChangeLog
index b5a71e5..8582139 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-06-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * ftp/uget: new spell, download manager written in GTK+
+
2010-06-21 Mark Bainter <mbainter AT sourcemage.org>
* utils/puppet: new spell, Configuration Management system

@@ -10,7 +13,6 @@
2010-06-21 Mark Bainter <mbainter AT sourcemage.org>
* ruby-raa/facter: new spell, ruby lib for retrieving facts about os

-
2010-06-20 Bor Kraljič <pyrobor AT ver.si>
* telephony/telepathy.gpg: imported key F8A8D3DD, AC51E219 & A3E3C08B
from subkeys.pgp.net
@@ -19,7 +21,7 @@
* video/rtmpdump: new spell, toolkit for RTMP streams

2010-06-17 Robin Cook <rcook AT wyrms.net>
- * net/iputils-base: new spell
+ * net/iputils-base: new spell
updated to newest version and give option to install
all utilities

diff --git a/ftp/uget/DEPENDS b/ftp/uget/DEPENDS
new file mode 100755
index 0000000..487ef04
--- /dev/null
+++ b/ftp/uget/DEPENDS
@@ -0,0 +1,18 @@
+depends curl &&
+depends gtk+2 &&
+depends hicolor-icon-theme &&
+
+optional_depends libnotify \
+ "--enable-notify" \
+ "--disable-notify" \
+ "for libnotify support" &&
+
+optional_depends gstreamer \
+ "--enable-gstreamer" \
+ "--disable-gstreamer" \
+ "for GStreamer audio support" &&
+
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "to use Native Language Support"
diff --git a/ftp/uget/DETAILS b/ftp/uget/DETAILS
new file mode 100755
index 0000000..c4a2024
--- /dev/null
+++ b/ftp/uget/DETAILS
@@ -0,0 +1,29 @@
+ SPELL=uget
+ VERSION=1.5.0.3
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=$SOURCEFORGE_URL/urlget/$SOURCE
+
SOURCE_HASH=sha512:14e8ad977111b4e263ff2130c89013dc76923189163bad61f8f9f00fde34b814b459d98dfbe8fc5239e0ca6a063eeac158ace115eaafee3d40a76547a17174a5
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://urlget.sourceforge.net/
+ 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
+GTK+. It has many features, like easy-to-use, pause and resume support,
classify
+download; every category has an independent configuration, and more.
+
+Features:
+ - simple, easy-to-use and lightweight
+ - support resume download, so if your connection lost you don't need to
start
+ from first
+ - classify downloads, and every category has independent configuration and
+ queue
+ - queue download
+ - monitoring clipboard
+ - import downloads from HTML file
+ - batch download, you can download many files with the same arrange, like
+ file_1, file_2 .. file_20: you don't need to add all links, just one link
and
+ a changeable character
+ - can be used from command line
+EOF
diff --git a/ftp/uget/FINAL b/ftp/uget/FINAL
new file mode 100755
index 0000000..b374499
--- /dev/null
+++ b/ftp/uget/FINAL
@@ -0,0 +1 @@
+gtk-update-icon-cache -q -t -f "$INSTALL_ROOT/usr/share/icons/hicolor"
diff --git a/ftp/uget/HISTORY b/ftp/uget/HISTORY
new file mode 100644
index 0000000..a8c46d9
--- /dev/null
+++ b/ftp/uget/HISTORY
@@ -0,0 +1,2 @@
+2010-06-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS, FINAL: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f8c8a8843beb46e38a8289ee07bc4517e1c7a29a), Vlad Glagolev, 06/26/2010

Archive powered by MHonArc 2.6.24.

Top of Page