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

Puppet_Master scm at sourcemage.org
Fri Jun 22 18:52:20 EDT 2007


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

 audio-players/mpd/FINAL        |    2 +-
 ftp-libs/rb-libtorrent/DEPENDS |    7 +++++++
 ftp-libs/rb-libtorrent/DETAILS |   21 +++++++++++++++++++++
 ftp-libs/rb-libtorrent/HISTORY |    2 ++
 ftp/deluge/DEPENDS             |    1 -
 5 files changed, 31 insertions(+), 2 deletions(-)

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

    Adding rb-libtorrent spell to provide rasterbar libtorrent

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

    Using INSTALL_ROOT on all paths

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

    Removing libtorrent from DEPENDS file:
       1 the needed lib is rb-libtorrent (thanks ruskie)
       2 deluge include is own rb-libtorrent and allways use it

diff --git a/audio-players/mpd/FINAL b/audio-players/mpd/FINAL
index 68cc9fa..b38d3a5 100755
--- a/audio-players/mpd/FINAL
+++ b/audio-players/mpd/FINAL
@@ -3,7 +3,7 @@
 if  [[  $INIT_INSTALLED  ]]; then
      source ${GRIMOIRE}/libaccount                                  &&
      I_R=${INSTALL_ROOT}                                            &&
-     MPD_LIB="/var/lib/mpd"                                         &&
+     MPD_LIB="${I_R}/var/lib/mpd"                                         &&
      MPD_DIRS="${MPD_LIB}/music ${MPD_LIB}/playlists"               &&
      MPD_FILES="${I_R}/var/log/mpd.log ${I_R}/var/log/mpd.error"    &&
      create_account musicdaemon                                     &&
diff --git a/ftp-libs/rb-libtorrent/DEPENDS b/ftp-libs/rb-libtorrent/DEPENDS
new file mode 100755
index 0000000..7190911
--- /dev/null
+++ b/ftp-libs/rb-libtorrent/DEPENDS
@@ -0,0 +1,7 @@
+depends g++                       &&
+depends boost                     &&
+sub_depends boost THREAD          &&
+sub_depends boost FILESYSTEM      &&
+sub_depends boost DATE_TIME       &&     
+sub_depends boost REGEX           &&
+sub_depends boost PROGRAM_OPTIONS      
diff --git a/ftp-libs/rb-libtorrent/DETAILS b/ftp-libs/rb-libtorrent/DETAILS
new file mode 100755
index 0000000..1cb0c41
--- /dev/null
+++ b/ftp-libs/rb-libtorrent/DETAILS
@@ -0,0 +1,21 @@
+           SPELL=rb-libtorrent
+         VERSION=0.12
+          SOURCE="libtorrent-${VERSION}.tar.gz"
+   SOURCE_URL[0]=$SOURCEFORGE_URL/libtorrent/${SOURCE}
+     SOURCE_HASH=sha512:e3b061299198e137b083250e3bd3051ccdbcf83a665601dbf39074f0f7a300c246899858eacb768a64115433ffd17b331770add85add90cc292aa43b6682c58b
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/libtorrent-${VERSION}"
+        WEB_SITE="http://www.rasterbar.com/products/libtorrent/"
+         LICENSE=BSD
+         ENTERED=20070622
+           SHORT="libtorrent is a C++ library that aims to be a good alternative to all the other bittorrent"
+cat << EOF
+libtorrent is a C++ library that aims to be a good alternative to all the
+other bittorrent implementations around. It is a library and not a full
+featured client, although it comes with a working example client.
+
+The main goals of libtorrent are:
+
+    * to be cpu efficient 
+    * to be memory efficient 
+    * to be very easy to use
+EOF
diff --git a/ftp-libs/rb-libtorrent/HISTORY b/ftp-libs/rb-libtorrent/HISTORY
new file mode 100644
index 0000000..a11b196
--- /dev/null
+++ b/ftp-libs/rb-libtorrent/HISTORY
@@ -0,0 +1,2 @@
+2007-06-22 Philippe Caseiro <puppetmaster at sourcemage.org>
+	* DETAILS, DEPENDS, HISTORY: created spell
diff --git a/ftp/deluge/DEPENDS b/ftp/deluge/DEPENDS
index 9c51ba1..ce032eb 100755
--- a/ftp/deluge/DEPENDS
+++ b/ftp/deluge/DEPENDS
@@ -3,7 +3,6 @@ depends boost                   &&
 sub_depends boost THREAD        &&
 sub_depends boost FILESYSTEM    &&
 sub_depends boost DATE_TIME     &&
-depends libtorrent              &&
 depends openssl                 &&
 depends pyxdg                   &&
 depends zlib



More information about the SM-Commit mailing list