Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Mark Bainter (25397193b8bde1782166839f2cc93cdec4098730)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Mark Bainter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Mark Bainter (25397193b8bde1782166839f2cc93cdec4098730)
  • Date: Sat, 10 Apr 2010 00:14:15 -0500

GIT changes to master grimoire by Mark Bainter <mbainter AT sourcemage.org>:

ftp-libs/curlpp/DEPENDS | 1 +
ftp-libs/curlpp/DETAILS | 12 ++++++------
ftp-libs/curlpp/HISTORY | 4 ++++
ftp-libs/dclib/DETAILS | 9 ++++-----
ftp-libs/dclib/HISTORY | 5 +++++
ftp-libs/rb-libtorrent/DETAILS | 4 ++--
ftp-libs/rb-libtorrent/HISTORY | 3 +++
7 files changed, 25 insertions(+), 13 deletions(-)

New commits:
commit 34f58811661e622609c067db4435e26561c83322
Author: Mark Bainter <mbainter AT sourcemage.org>
Commit: Mark Bainter <mbainter AT sourcemage.org>

ftp-libs/rb-libtorrent: Updated spell to 0.15.0

commit 4d9d74c88793e6cdc1cbc451a2e1960d12f63e52
Author: Mark Bainter <mbainter AT sourcemage.org>
Commit: Mark Bainter <mbainter AT sourcemage.org>

ftp-libs/rb-libtorrent: Updated to 0.15.0

commit abdc8c1d21f65f1aeb7e68d0e4697cbc614feefe
Author: Mark Bainter <mbainter AT sourcemage.org>
Commit: Mark Bainter <mbainter AT sourcemage.org>

ftp-libs/dclib: Updated to 0.3.13, fixed SOURCE_URL and WEB_URL

commit 25d30fbdf58ff5c6f35df33cbe94a943888abff2
Author: Mark Bainter <mbainter AT sourcemage.org>
Commit: Mark Bainter <mbainter AT sourcemage.org>

ftp-libs/curlpp: Update to 0.7.3, add boost dependency

diff --git a/ftp-libs/curlpp/DEPENDS b/ftp-libs/curlpp/DEPENDS
index 3cd125d..6fb9144 100755
--- a/ftp-libs/curlpp/DEPENDS
+++ b/ftp-libs/curlpp/DEPENDS
@@ -1,2 +1,3 @@
depends libtool &&
+depends boost &&
depends curl
diff --git a/ftp-libs/curlpp/DETAILS b/ftp-libs/curlpp/DETAILS
index ad961f2..1a24216 100755
--- a/ftp-libs/curlpp/DETAILS
+++ b/ftp-libs/curlpp/DETAILS
@@ -1,11 +1,11 @@
SPELL=curlpp
- VERSION=0.7.0
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://rrette.com/files/curlpp/curlpp-0.7/$SOURCE
-
SOURCE_HASH=sha512:4cce7f783ce66b4f0748bbcd7ad9c7b2b91d6e90df65fda751e61d111b55c5444036d3fde1b12d31404d103759999b8dc584af38aba2ec3a0b2a18e15f47ffcc
+ VERSION=0.7.3
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION}
+
SOURCE_URL[0]=http://curlpp.googlecode.com/files/${SPELL}-${VERSION}.tar.gz
+
SOURCE_HASH=sha512:8c0209b74a191049262c29e2f3cd7dc4de44621d060453b553627884d042a11cba5cc76398c3e831f084cb3a69fd8ccab1ac3e12820d42e3d1188bba2d5070e9
LICENSE[0]=MIT
- WEB_SITE=http://curl.haxx.se/libcurl/cplusplus
+ WEB_SITE=http://curlpp.org/
ENTERED=20030630
KEYWORDS="ftp libs"
SHORT="Access and use libcurl using this C++ binding."
diff --git a/ftp-libs/curlpp/HISTORY b/ftp-libs/curlpp/HISTORY
index e6ba552..6a9b86c 100644
--- a/ftp-libs/curlpp/HISTORY
+++ b/ftp-libs/curlpp/HISTORY
@@ -1,3 +1,7 @@
+2010-04-09 Mark Bainter <mbainter AT sourcemage.org>
+ * DEPENDS: Added boost as a dependency
+ * DETAILS: updated spell to 0.7.3, new SOURCE_URL
+
2007-01-27 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.7.0, new SOURCE_URL

diff --git a/ftp-libs/dclib/DETAILS b/ftp-libs/dclib/DETAILS
index f576fab..1cc0700 100755
--- a/ftp-libs/dclib/DETAILS
+++ b/ftp-libs/dclib/DETAILS
@@ -1,14 +1,13 @@
SPELL=dclib
- VERSION=0.3.7
+ VERSION=0.3.12
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://download.berlios.de/dcgui/$SOURCE
- WEB_SITE=http://dc.ketelhot.de/
+
SOURCE_URL[0]=$SOURCEFORGE_URL/project/wxdcgui/dclib/$VERSION/$SPELL-$VERSION.tar.bz2
+ WEB_SITE=http://wxdcgui.sourceforge.net/
ENTERED=20020522
- UPDATED=20030217
LICENSE[0]=GPL
BUILD_API=2
-
SOURCE_HASH=sha512:87e33210f82dbd693255846feb35db430fd843dcee76685e89eac9c487a76b4262600dc38c64438c7faf9168388a70692b1eb591d554bc41f306dd0734c7ae15
+
SOURCE_HASH=sha512:2d211afbff4f54177f519301c93c4ee9834c7f6ce0821b2ac0718dab66c66fdc000f46f1ddc4bf057cf31a606cb3240d654704a2bb6f5e2fa74fb0b060273d80
KEYWORDS="ftp libs"
SHORT='direct connect 4 linux - library'
cat << EOF
diff --git a/ftp-libs/dclib/HISTORY b/ftp-libs/dclib/HISTORY
index cd6c800..dc0b1b6 100644
--- a/ftp-libs/dclib/HISTORY
+++ b/ftp-libs/dclib/HISTORY
@@ -1,3 +1,8 @@
+2010-04-09 Mark Bainter <mbainter AT sourcemage.org>
+ * DETAILS: updated spell to 0.3.13
+ fixed WEB_SITE
+ fixed source URL
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/ftp-libs/rb-libtorrent/DETAILS b/ftp-libs/rb-libtorrent/DETAILS
index 2952028..6627840 100755
--- a/ftp-libs/rb-libtorrent/DETAILS
+++ b/ftp-libs/rb-libtorrent/DETAILS
@@ -1,8 +1,8 @@
SPELL=rb-libtorrent
- VERSION=0.14.9
+ VERSION=0.15.0
SOURCE=libtorrent-rasterbar-$VERSION.tar.gz
SOURCE_URL[0]=http://libtorrent.googlecode.com/files/$SOURCE
-
SOURCE_HASH=sha512:d8f9405a1858dcfd809a04c4ceec2f5bf0a187a9b75d12f668e5004ef31889ca445c3d2049e94756ba82a364fa5059dc01413e3c829b9312f10646dd14ebc000
+
SOURCE_HASH=sha512:1658c9eda3124a7010e6c8a9866adc0d8225e2db7e7faf949e3107f3baed29f563a61852585d6079b5895d136a375fda252d76c8c629561a408a64b5c12b2993
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 33aeb19..4f47b72 100644
--- a/ftp-libs/rb-libtorrent/HISTORY
+++ b/ftp-libs/rb-libtorrent/HISTORY
@@ -1,3 +1,6 @@
+2010-04-10 Mark Bainter <mbainter AT sourcemage.org>
+ * DETAILS: updated spell to 0.15.0
+
2010-02-24 Skipinder <skipinder AT gmail.com>
* DETAILS: updated spell to 0.14.9; bug #15599




  • [SM-Commit] GIT changes to master grimoire by Mark Bainter (25397193b8bde1782166839f2cc93cdec4098730), Mark Bainter, 04/10/2010

Archive powered by MHonArc 2.6.24.

Top of Page