[SM-Commit] GIT changes to master grimoire by Puppet_Master (57a293ddbe400a5b1545d729f8d01eed4b50cac5)

Puppet_Master scm at sourcemage.org
Thu Jun 21 16:43:42 EDT 2007


GIT changes to master grimoire by Puppet_Master <puppetmaster.e17 at gmail.com>:

 ChangeLog          |    3 +++
 ftp/deluge/BUILD   |    1 +
 ftp/deluge/DEPENDS |    8 ++++++++
 ftp/deluge/DETAILS |   16 ++++++++++++++++
 ftp/deluge/HISTORY |    2 ++
 ftp/deluge/INSTALL |    1 +
 6 files changed, 31 insertions(+)

New commits:
commit 57a293ddbe400a5b1545d729f8d01eed4b50cac5
Author: Philippe Caseiro <puppet_master at else-projects.org>
Commit: Puppet_Master <puppetmaster.e17 at gmail.com>

    Udating ChangeLog with last deluge add

commit d97f0fe55eb5d1b9bb2a9e133b701a73a6db3902
Author: Philippe Caseiro <puppet_master at else-projects.org>
Commit: Puppet_Master <puppetmaster.e17 at gmail.com>

    Adding deluge spell (bittorrent pygtk client)

diff --git a/ChangeLog b/ChangeLog
index 91a1fc1..7819d24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-06-21 Philippe Caseiro <puppetmaster at sourcemage.org>
+	* ftp/deluge: new spell, an pygtk bittorrent client
+
 2007-06-21 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
 	* audio-players/cripple: new spell, an audio CD ripper wrapper
 
diff --git a/ftp/deluge/BUILD b/ftp/deluge/BUILD
new file mode 100755
index 0000000..3d7f60b
--- /dev/null
+++ b/ftp/deluge/BUILD
@@ -0,0 +1 @@
+python setup.py build
diff --git a/ftp/deluge/DEPENDS b/ftp/deluge/DEPENDS
new file mode 100755
index 0000000..7b79db5
--- /dev/null
+++ b/ftp/deluge/DEPENDS
@@ -0,0 +1,8 @@
+depends pygtk2 			&&
+depends boost 			&&
+sub_depends boost THREAD        &&
+sub_depends boost FILESYSTEM    &&
+sub_depends boost DATE_TIME     &&
+depends openssl 		&&
+depends pyxdg			&&
+depends zlib
diff --git a/ftp/deluge/DETAILS b/ftp/deluge/DETAILS
new file mode 100755
index 0000000..4ab125d
--- /dev/null
+++ b/ftp/deluge/DETAILS
@@ -0,0 +1,16 @@
+           SPELL=deluge
+         VERSION=0.5.1.1
+          SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+   SOURCE_URL[0]=http://download.deluge-torrent.org/stable/$SOURCE
+     SOURCE_HASH=sha512:850d9dfba10219d8251b206afb44b96ef0dbc29ac352000054baee12c8ae45dbf37043a27c5a2caa6fb0442a7de70137b9eac664a7e213a4c3874f934921964c
+      LICENSE[0]=GPL
+        KEYWORDS="bittorrent client p2p"
+        WEB_SITE=http://www.deluge-torrent.org
+         ENTERED=20040516
+            DOCS="ChangeLog COPYING README UPGRADING"
+           SHORT="A GTK+2 based bittorrent client"
+cat << EOF
+From Wikipedia :
+"Deluge is a BitTorrent client, created using Python and GTK+ (through PyGTK). Deluge is currently usable on Linux, BSD, and other *NIX operating systems. It is intended to bring a native, full-featured client to GTK desktop environments such as GNOME and XFCE. An official Windows port is also in development. The program uses the libtorrent C++ library. Up through the 0.4 branch, this was done through the python-libtorrent bindings for Python. In 0.5, the python-libtorrent bindings were merged into the main client as the deluge_core extension. In future releases, it is likely the official Python bindings for libtorrent will be used."
+EOF
diff --git a/ftp/deluge/HISTORY b/ftp/deluge/HISTORY
new file mode 100644
index 0000000..f539dfb
--- /dev/null
+++ b/ftp/deluge/HISTORY
@@ -0,0 +1,2 @@
+2007-06-21  Philippe "Puppet_Master" Caseiro <puppetmaster at sourcemage.org>
+	* DETAILS, DEPENDS, HISTORY, BUILD, INSTALL: created spell
diff --git a/ftp/deluge/INSTALL b/ftp/deluge/INSTALL
new file mode 100755
index 0000000..762d43b
--- /dev/null
+++ b/ftp/deluge/INSTALL
@@ -0,0 +1 @@
+python setup.py install



More information about the SM-Commit mailing list