Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (f799204f864793c4820c8c1cf8a117ecb01c23fa)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (f799204f864793c4820c8c1cf8a117ecb01c23fa)
  • Date: Sun, 4 May 2008 13:58:25 -0500

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

ChangeLog | 3 +++
ftp/fatrat/BUILD | 5 +++++
ftp/fatrat/DEPENDS | 16 ++++++++++++++++
ftp/fatrat/DETAILS | 25 +++++++++++++++++++++++++
ftp/fatrat/HISTORY | 3 +++
5 files changed, 52 insertions(+)

New commits:
commit f799204f864793c4820c8c1cf8a117ecb01c23fa
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

ftp/fatrat: new spell, download manager

diff --git a/ChangeLog b/ChangeLog
index caaaf14..03d8d4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-05-04 Ladislav Hagara <hgr AT vabo.cz>
+ * ftp/fatrat: new spell, download manager
+
2008-05-04 George Sherwood <george AT beernabeer.com>
* chat-im/funpidgin: new spell, fork of pidgin

diff --git a/ftp/fatrat/BUILD b/ftp/fatrat/BUILD
new file mode 100755
index 0000000..e91a411
--- /dev/null
+++ b/ftp/fatrat/BUILD
@@ -0,0 +1,5 @@
+QTDIR=$INSTALL_ROOT/usr &&
+PATH=$QTDIR/bin/qt4:$PATH &&
+
+cmake . $OPTS &&
+make
diff --git a/ftp/fatrat/DEPENDS b/ftp/fatrat/DEPENDS
new file mode 100755
index 0000000..cc371d3
--- /dev/null
+++ b/ftp/fatrat/DEPENDS
@@ -0,0 +1,16 @@
+depends qt4 &&
+
+optional_depends gloox \
+ "-DWITH_JABBER=ON" \
+ "" \
+ "for Jabber support" &&
+
+optional_depends libssh2 \
+ "-DWITH_SFTP=ON" \
+ "" \
+ "for SFTP support" &&
+
+optional_depends rb-libtorrent \
+ "-DWITH_BITTORRENT=ON" \
+ "" \
+ "for BitTorrent support"
diff --git a/ftp/fatrat/DETAILS b/ftp/fatrat/DETAILS
new file mode 100755
index 0000000..aefe771
--- /dev/null
+++ b/ftp/fatrat/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=fatrat
+ VERSION=1.0_rc1
+
SOURCE_HASH=sha512:e9a11ea2dd3c0f5f605746dd24ee0ba214c91ef7928a668096634f5ae9ae18cc81484d6e5a83539e7d9690ff651b2e62edbbacd30c248ed18f93f4af1a1dcd2b
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.dolezel.info/download/data/fatrat/$SOURCE
+ WEB_SITE=http://fatrat.dolezel.info/
+ ENTERED=20080504
+ LICENSE[0]=GPL
+ KEYWORDS="ftp"
+ SHORT="download manager"
+cat << EOF
+FatRat is an open source download manager for Linux/Unix systems written in
C++
+with the help of the Trolltech Qt 4 library. It is rich in features and is
+continuously developed.
+
+The current version supports HTTP, FTP, SFTP and BitTorrent
downloads/uploads,
+HTTP/FTP including the proxy support. The transfer speed can be limited.
FatRat
+can perform torrent searches using various search engines, create torrents,
+compute MD4/MD5/SHA1 hashes, verify RapidShare.com links, download whole
+RapidShare.com folders, decode RapidSafe links, upload files to
RapidShare.com
+etc. One of the newest things are remote control via Jabber and a RSS reader
+(with TV shows support). Planned features include Java-applet based web
+interface, (S)FTP browser and more.
+EOF
diff --git a/ftp/fatrat/HISTORY b/ftp/fatrat/HISTORY
new file mode 100644
index 0000000..5c7a09f
--- /dev/null
+++ b/ftp/fatrat/HISTORY
@@ -0,0 +1,3 @@
+2008-05-04 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS, BUILD, HISTORY: created this spell, version
1.0_rc1
+



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (f799204f864793c4820c8c1cf8a117ecb01c23fa), Ladislav Hagara, 05/04/2008

Archive powered by MHonArc 2.6.24.

Top of Page