Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (5db67cfb57db18d5262fb599c0637b58799cea9f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Alexander Tsamutali <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (5db67cfb57db18d5262fb599c0637b58799cea9f)
  • Date: Sat, 19 Jan 2008 02:58:26 -0600

GIT changes to master grimoire by Alexander Tsamutali <astsmtl AT gmail.com>:

ChangeLog | 3 +++
ftp/wxdfast/DEPENDS | 2 ++
ftp/wxdfast/DETAILS | 32 ++++++++++++++++++++++++++++++++
ftp/wxdfast/HISTORY | 3 +++
4 files changed, 40 insertions(+)

New commits:
commit cd5c7c88cc9e9dccd4be16c3127b423e7593e7a7
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>

ftp/wxdfast: new spell, an open source download manager

diff --git a/ChangeLog b/ChangeLog
index bce103c..864d5d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-01-19 Alexander Tsamutali <astsmtl AT gmail.com>
+ * ftp/wxdfast: new spell, an open source download manager
+
2008-01-19 Treeve Jelbert <treeve AT sourcemage.org>
* kde4-apps/tagua: spell moved from kde4

diff --git a/ftp/wxdfast/DEPENDS b/ftp/wxdfast/DEPENDS
new file mode 100755
index 0000000..aa242bd
--- /dev/null
+++ b/ftp/wxdfast/DEPENDS
@@ -0,0 +1,2 @@
+depends g++ &&
+depends wxgtk
diff --git a/ftp/wxdfast/DETAILS b/ftp/wxdfast/DETAILS
new file mode 100755
index 0000000..281a181
--- /dev/null
+++ b/ftp/wxdfast/DETAILS
@@ -0,0 +1,32 @@
+ SPELL=wxdfast
+ VERSION=0.6.0
+ SOURCE="${SPELL}_${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://switch.dl.sourceforge.net/sourceforge/dfast/${SOURCE}
+
SOURCE_HASH=sha512:c6d188b2cdcda8b199786f083c3239c1604dcec339b915902d5dcd2b3e1305b0f1c91d0e996991724a276441a983090ac3f5ee75306afab094db0cb3f3b75506
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://dfast.sourceforge.net/";
+ LICENSE[0]=GPL
+ ENTERED=20080119
+ SHORT="an open source download manager"
+cat << EOF
+wxDownload Fast (also known as wxDFast) is an open source download manager.
+It is multi-platform and builds on Windows(2k,XP), Linux and Mac OS X.
+Besides that, it is a multi-threaded download manager. This means that it
+can split a file into several pieces and download the pieces simultaneously.
+
+Created in C++ using the wxWidgets(wxWindows) library.
+
+Features
+
+ * Faster downloads (with Segmented/Multi-threaded/Accelerated transfers)
+ * Download resuming (Pause and restart where you stopped) * Download
+ scheduling * Organizes files you have already downloaded * View server
+ messages (HTTP, FTP, file://). No HTTPS support. * Available in multiple
+ languages and easily translated. * Connection to HTTP/FTP servers which
+ require a password * Calculates the MD5/SHA1 checksum of downloaded
+ files so they can be
+ easily verified
+ * Metalink support * Firefox integration through FlashGot * Can be used
+ as a portable download manager (Windows only) * Can be used over proxy
+ servers(HTTP proxy support)
+EOF
diff --git a/ftp/wxdfast/HISTORY b/ftp/wxdfast/HISTORY
new file mode 100644
index 0000000..e7ebf0a
--- /dev/null
+++ b/ftp/wxdfast/HISTORY
@@ -0,0 +1,3 @@
+2008-01-19 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DEPENDS, DETAILS, HISTORY: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (5db67cfb57db18d5262fb599c0637b58799cea9f), Alexander Tsamutali, 01/19/2008

Archive powered by MHonArc 2.6.24.

Top of Page