Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c3c6b31c5ca33a71a8421a63bb62605c88a5e5d7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c3c6b31c5ca33a71a8421a63bb62605c88a5e5d7)
  • Date: Wed, 3 Jul 2013 14:34:36 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 4 ++++
collab/subversion/BUILD | 1 -
collab/subversion/DEPENDS | 11 +----------
collab/subversion/HISTORY | 4 ++++
http/serf/DEPENDS | 4 ++++
http/serf/DETAILS | 23 +++++++++++++++++++++++
http/serf/HISTORY | 3 +++
libs/boost/DETAILS | 4 ++--
libs/boost/HISTORY | 3 +++
9 files changed, 44 insertions(+), 13 deletions(-)

New commits:
commit c3c6b31c5ca33a71a8421a63bb62605c88a5e5d7
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

subversion - build with serf

commit 50c241b86d537b8adf31c56ded9a6e52f330d361
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

serf-1.2.1

commit 58678ad6ac6596e7b936f90a46a273e39029c272
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

boost: => 1_54_0

diff --git a/ChangeLog b/ChangeLog
index d737d69..a33db6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-07-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * http/serf: new spell, high performance C-based HTTP client library
+ spell provided by Javier Vasquez <j.e.vasquez.v AT gmail.com>
+
2013-07-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* python-pypi/feedgenerator: new spell, Django's feed generator
* python-pypi/blinker: new spell, fast & simple object-to-object and
diff --git a/collab/subversion/BUILD b/collab/subversion/BUILD
index d0aff2f..b45e1f5 100755
--- a/collab/subversion/BUILD
+++ b/collab/subversion/BUILD
@@ -29,7 +29,6 @@ else
fi &&

SWIG_LDFLAGS="${LDFLAGS}" &&
-make_single &&
OPTS="--enable-runtime-module-search $OPTS" default_build &&

if [[ "$SVN_PERL" == y ]]; then
diff --git a/collab/subversion/DEPENDS b/collab/subversion/DEPENDS
index 58b5ca8..79fff87 100755
--- a/collab/subversion/DEPENDS
+++ b/collab/subversion/DEPENDS
@@ -6,6 +6,7 @@ depends bison &&
depends e2fsprogs &&
depends libtool &&
depends zlib &&
+depends serf &&

if [[ "$SVN_HEAD" == y ]]; then
depends python
@@ -27,16 +28,6 @@ fi &&
optional_depends gettext '--enable-nls' '--disable-nls' 'for language
translations' &&
optional_depends LIBSASL '--with-sasl' '--without-sasl' 'for Cyrus SASL
authentication' &&

-message ""WARNING, disabling neon is not recommended and may break
downloading some svn spells."" &&
-
-if [[ "x${SVN_SSL}" == "xy" ]]; then
- depends -sub 'DAV SSL' neon "--with-neon=${INSTALL_ROOT}/usr --with-ssl"
-else
- optional_depends -sub DAV neon "--with-neon=${INSTALL_ROOT}/usr" \
- "--without-neon" \
- "for Subversion client to support DAV"
-fi &&
-
optional_depends db '--with-berkeley-db' '--without-berkeley-db' 'for
Berkeley DB backend' &&
optional_depends APACHE2 '--with-apxs' '--without-apxs' 'to create Apache 2
modules' &&
local indian=$(get_spell_provider $SPELL APACHE2) &&
diff --git a/collab/subversion/HISTORY b/collab/subversion/HISTORY
index 753a654..1f788c7 100644
--- a/collab/subversion/HISTORY
+++ b/collab/subversion/HISTORY
@@ -1,3 +1,7 @@
+2013-07-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add serf, remove neon
+ * BUILD: remove make_single
+
2013-06-22 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: depend on apr instead of APR and apr-util instead of APU

diff --git a/http/serf/DEPENDS b/http/serf/DEPENDS
new file mode 100755
index 0000000..f8b0625
--- /dev/null
+++ b/http/serf/DEPENDS
@@ -0,0 +1,4 @@
+depends apr "--with-apr=${INSTALL_ROOT}/usr" &&
+depends apr-util "--with-apr-util=${INSTALL_ROOT}/usr" &&
+depends openssl "--with-openssl=$INSTALL_ROOT/usr" &&
+depends zlib
diff --git a/http/serf/DETAILS b/http/serf/DETAILS
new file mode 100755
index 0000000..87685dc
--- /dev/null
+++ b/http/serf/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=serf
+ VERSION=1.2.1
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+
SOURCE_HASH=sha512:370164d5ab6dc36169ca3eb6e0eae75e3b46dde4238a9726d300010b02ecff2cc01290ffd1cdc6da57fb9df05f719ca5f64e23a9f03881e092721e4102ca0521
+ SOURCE_URL[0]=http://serf.googlecode.com/files/$SOURCE
+ LICENSE[0]=Apache
+ WEB_SITE=http://code.google.com/p/${SPELL}
+ ENTERED=20130626
+ KEYWORDS="http libs"
+ SHORT="High-performance asynchronous HTTP client library"
+cat << EOF
+The serf library is a high performance C-based HTTP client library
+built upon the Apache Portable Runtime (APR) library.
+
+Key features:
+
+ multiplexed, asynchronous connections
+ SSL/TLS support
+ full HTTP pipelining
+ multiple authentication modes (Basic, Digest, Kerberos/NTLM)
+ zero-copy support for increased throughput
+EOF
diff --git a/http/serf/HISTORY b/http/serf/HISTORY
new file mode 100644
index 0000000..b81ddae
--- /dev/null
+++ b/http/serf/HISTORY
@@ -0,0 +1,3 @@
+2013-06-26 Javier Vasquez <j.e.vasquez.v AT gmail.com>
+ * New spell
+
diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS
index 61dcd9b..b829669 100755
--- a/libs/boost/DETAILS
+++ b/libs/boost/DETAILS
@@ -1,6 +1,6 @@
SPELL=boost
- VERSION=1_53_0
-
SOURCE_HASH=sha512:8cd7806653cb6ea4a1c6862796ef698de5ae0bdbda96954fedbe090c59e3e6cb8f8d385df35183e9063ac4e2c2fccf10744516c47a994cde5f1d1cba1b07e522
+ VERSION=1_54_0
+
SOURCE_HASH=sha512:3467a2bb9b4797cadfc52150cb036939ef35263f421870897dbe9492d1504a714805668a193b0811fdaf39a3527ee693ff70da5b942d7ab11b307e2e693e1760
SECURITY_PATCH=1
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE=${SPELL}_${VERSION}.tar.bz2
diff --git a/libs/boost/HISTORY b/libs/boost/HISTORY
index f2374b3..cf705c7 100644
--- a/libs/boost/HISTORY
+++ b/libs/boost/HISTORY
@@ -1,3 +1,6 @@
+2013-07-03 Treeeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1_54_0
+
2013-02-17 Robin Cook <rcook AT wyrms.net>
* CONFIGURE: added two missing libraries




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c3c6b31c5ca33a71a8421a63bb62605c88a5e5d7), Treeve Jelbert, 07/03/2013

Archive powered by MHonArc 2.6.24.

Top of Page