Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Peng Chang (Charles) (4161a4e3b0ad4c1fb4a47b78108abed3be851a80)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Peng Chang (Charles)" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Peng Chang (Charles) (4161a4e3b0ad4c1fb4a47b78108abed3be851a80)
  • Date: Sun, 8 Nov 2009 06:10:28 -0600

GIT changes to master grimoire by Peng Chang (Charles) <chp AT sourcemage.org>:

ChangeLog | 3 +++
ftp-libs/rb-libtorrent/DETAILS | 4 ++--
ftp-libs/rb-libtorrent/HISTORY | 3 +++
ftp/qbittorrent/BUILD | 2 ++
ftp/qbittorrent/DEPENDS | 4 ++++
ftp/qbittorrent/DETAILS | 20 ++++++++++++++++++++
ftp/qbittorrent/HISTORY | 2 ++
7 files changed, 36 insertions(+), 2 deletions(-)

New commits:
commit 4161a4e3b0ad4c1fb4a47b78108abed3be851a80
Author: Peng Chang (Charles) <chp AT sourcemage.org>
Commit: Peng Chang (Charles) <chp AT sourcemage.org>

qbittorrent: new spell, version 1.5.5

commit 6b541b1a02257d195d3e700afefa09d4638aa81b
Author: Peng Chang (Charles) <chp AT sourcemage.org>
Commit: Peng Chang (Charles) <chp AT sourcemage.org>

rb-libtorrent: => 0.14.6

diff --git a/ChangeLog b/ChangeLog
index 982950c..c13f779 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-11-08 Peng Chang (Charles) <chp AT sourcemage.org>
+ * ftp/qbittorrent: new spell, another bittorrent client
+
2009-11-08 Vasil Yonkov <bustervill AT gmail.com>
* gurus.gpg: added my signing key

diff --git a/ftp-libs/rb-libtorrent/DETAILS b/ftp-libs/rb-libtorrent/DETAILS
index 2defbcb..8312842 100755
--- a/ftp-libs/rb-libtorrent/DETAILS
+++ b/ftp-libs/rb-libtorrent/DETAILS
@@ -1,8 +1,8 @@
SPELL=rb-libtorrent
- VERSION=0.14.2
+ VERSION=0.14.6
SOURCE=libtorrent-rasterbar-$VERSION.tar.gz
SOURCE_URL[0]=$SOURCEFORGE_URL/libtorrent/${SOURCE}
-
SOURCE_HASH=sha512:712760bffd59e35129bb88389611ce359b641d9221719fbdd69adac933a6830c18ae1dbb7975a022cb95f4a7d05e4ab55f04d432247f28c449525f2207cc84b6
+
SOURCE_HASH=sha512:a51b44e2ab6eab82d9098695a4a97d259022e0ce527e4a6e669b0a02536be6363e3a95de90913b38fa9d63588eba037b12d4beb64ef0afea8b252ef5feae6488
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/libtorrent-rasterbar-${VERSION}"
WEB_SITE="http://www.rasterbar.com/products/libtorrent/";
LICENSE=BSD
diff --git a/ftp-libs/rb-libtorrent/HISTORY b/ftp-libs/rb-libtorrent/HISTORY
index 448701e..b0c2202 100644
--- a/ftp-libs/rb-libtorrent/HISTORY
+++ b/ftp-libs/rb-libtorrent/HISTORY
@@ -1,3 +1,6 @@
+2009-11-08 Peng Chang (Charles) <chp AT sourcemage.org>
+ * DETAILS: updated spell to 0.14.6
+
2009-03-29 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.14.2

diff --git a/ftp/qbittorrent/BUILD b/ftp/qbittorrent/BUILD
new file mode 100755
index 0000000..3a801e0
--- /dev/null
+++ b/ftp/qbittorrent/BUILD
@@ -0,0 +1,2 @@
+./configure --prefix=/usr &&
+default_build_make
diff --git a/ftp/qbittorrent/DEPENDS b/ftp/qbittorrent/DEPENDS
new file mode 100755
index 0000000..d66f222
--- /dev/null
+++ b/ftp/qbittorrent/DEPENDS
@@ -0,0 +1,4 @@
+depends qt4 &&
+depends rb-libtorrent &&
+depends curl &&
+optional_depends zziplib
diff --git a/ftp/qbittorrent/DETAILS b/ftp/qbittorrent/DETAILS
new file mode 100755
index 0000000..4fff1b4
--- /dev/null
+++ b/ftp/qbittorrent/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=qbittorrent
+ VERSION=1.5.5
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:8008b8f0fa7bfc12f3c37fdb593515b82b4c75dc051758424ba20495f742f02a7b403248b688da1c9465523554ba316e9450691d6ff3bf64226cb1ed8511ec97
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE="http://www.qbittorrent.org/";
+ LICENSE=GPL
+ ENTERED=20091108
+ SHORT="qBittorrent is an attempt to provide a µtorrent equivalent
on Linux."
+cat << EOF
+The qBittorrent project was created in March 2006 with the idea of
+developping a new Bittorrent client for Linux (and possibly other
+systems) that would be easy to use, good looking, featureful but
+lightweight.
+
+qBittorrent is an attempt to provide a µtorrent equivalent on
+Linux. It is a Free Software released under the GNU GPL
+license. qBittorrent is based on Arvid Norberg's libtorrent-rasterbar.
+EOF
diff --git a/ftp/qbittorrent/HISTORY b/ftp/qbittorrent/HISTORY
new file mode 100644
index 0000000..7e4147c
--- /dev/null
+++ b/ftp/qbittorrent/HISTORY
@@ -0,0 +1,2 @@
+2009-11-08 Peng Chang (Charles) <chp AT sourcemage.org>
+ * BUILD, DETAILS, DEPENDS, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Peng Chang (Charles) (4161a4e3b0ad4c1fb4a47b78108abed3be851a80), Peng Chang (Charles), 11/08/2009

Archive powered by MHonArc 2.6.24.

Top of Page