Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Quentin Rameau (0fbc70ac878e43b18d3ea8e69188841e7af4f4f4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Quentin Rameau <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Quentin Rameau (0fbc70ac878e43b18d3ea8e69188841e7af4f4f4)
  • Date: Sun, 30 Aug 2009 16:12:20 -0500

GIT changes to master grimoire by Quentin Rameau <quinq AT sourcemage.org>:

net/netembryo/BUILD | 2 +-
net/netembryo/CONFIGURE | 2 +-
net/netembryo/DEPENDS | 9 ++++++++-
net/netembryo/DETAILS | 7 +++----
net/netembryo/HISTORY | 6 ++++++
5 files changed, 19 insertions(+), 7 deletions(-)

New commits:
commit 0fbc70ac878e43b18d3ea8e69188841e7af4f4f4
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>

net/netembryo: urls updated, added optional support for SSL

diff --git a/net/netembryo/BUILD b/net/netembryo/BUILD
index 8095e13..7db3dcd 100755
--- a/net/netembryo/BUILD
+++ b/net/netembryo/BUILD
@@ -1,2 +1,2 @@
-OPTS="$OPTS $LKSCTP_IPV6"
+OPTS="$OPTS $NETEMBRYO_IPV6"
default_build
diff --git a/net/netembryo/CONFIGURE b/net/netembryo/CONFIGURE
index 62d046d..439701b 100755
--- a/net/netembryo/CONFIGURE
+++ b/net/netembryo/CONFIGURE
@@ -1,4 +1,4 @@
-config_query_option LKSCTP_IPV6 \
+config_query_option NETEMBRYO_IPV6 \
'Enable IPv6 support' \
y \
"--enable-ipv6" \
diff --git a/net/netembryo/DEPENDS b/net/netembryo/DEPENDS
index 358ee04..374ed2b 100755
--- a/net/netembryo/DEPENDS
+++ b/net/netembryo/DEPENDS
@@ -1 +1,8 @@
-optional_depends lksctp-tools "--enable-sctp" "--disable-sctp" "For SCTP
support"
+optional_depends lksctp-tools \
+ "--enable-sctp" \
+ "--disable-sctp" \
+ "For SCTP support" &&
+optional_depends openssl \
+ "--with-openssl" \
+ "--without-openssl" \
+ "Enable SSL support through OpenSSL"
diff --git a/net/netembryo/DETAILS b/net/netembryo/DETAILS
index b3ffaee..892a69f 100755
--- a/net/netembryo/DETAILS
+++ b/net/netembryo/DETAILS
@@ -2,14 +2,13 @@
VERSION=0.0.9
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://live.polito.it/files/downloads/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:8dd9d8d2d8cb8ae74c25b10fa7cd0b7f5e6b9efc4853685cde821c8cfad77707845ec9bb8ecc86585423102b352ddca071997201363464e863c0e616149264dd
- WEB_SITE=http://live.polito.it/
+ SOURCE_URL[0]=http://lscube.org/files/downloads/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:8dd9d8d2d8cb8ae74c25b10fa7cd0b7f5e6b9efc4853685cde821c8cfad77707845ec9bb8ecc86585423102b352ddca071997201363464e863c0e616149264dd
+ WEB_SITE=http://lscube.org/projects/netembryo
LICENSE[0]=LGPL
ENTERED=20081114
KEYWORDS="network"
SHORT="network abstraction library"
-
cat << EOF
Netembryo is a network abstraction library.
It provides an uniform access to the following protocols:
diff --git a/net/netembryo/HISTORY b/net/netembryo/HISTORY
index 9503a9a..99d0f37 100644
--- a/net/netembryo/HISTORY
+++ b/net/netembryo/HISTORY
@@ -1,5 +1,11 @@
+2009-08-30 Quentin Rameau <quinq AT sourcemage.org>
+ * DETAILS: urls updated
+ * CONFIGURE, BUILD: modified config variable name
+ * DEPENDS: added optional support for SSL
+
2009-06-08 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.0.9

2008-11-14 Arjan Bouter <abouter AT sourcemage.org>
* CONFIGURE,DETAILS,DEPENDS,HISTORY: created spell
+



  • [SM-Commit] GIT changes to master grimoire by Quentin Rameau (0fbc70ac878e43b18d3ea8e69188841e7af4f4f4), Quentin Rameau, 08/30/2009

Archive powered by MHonArc 2.6.24.

Top of Page