Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (a13e1bc3eccb414c9ba59fec1ed9dc0cf56bf520)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (a13e1bc3eccb414c9ba59fec1ed9dc0cf56bf520)
  • Date: Fri, 14 Nov 2008 07:46:41 -0600

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

ChangeLog | 5 +++++
net/libnemesi/BUILD | 2 ++
net/libnemesi/CONFIGURE | 5 +++++
net/libnemesi/DEPENDS | 1 +
net/libnemesi/DETAILS | 21 +++++++++++++++++++++
net/libnemesi/HISTORY | 2 ++
net/lksctp-tools/DETAILS | 18 ++++++++++++++++++
net/lksctp-tools/HISTORY | 2 ++
net/netembryo/BUILD | 2 ++
net/netembryo/CONFIGURE | 5 +++++
net/netembryo/DEPENDS | 1 +
net/netembryo/DETAILS | 19 +++++++++++++++++++
net/netembryo/HISTORY | 2 ++
13 files changed, 85 insertions(+)

New commits:
commit a13e1bc3eccb414c9ba59fec1ed9dc0cf56bf520
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

libnemesi: new spell, RTP/RTCP/SCTP library

commit 97c3aeebb968e5c971900b5262fb699566d4dc59
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

netembryo: new spell, network abstraction lib

commit 4b5d896467d218f72e385b6263f6b04287c7c38b
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

lksctp-tools: new spell, sctp protocol lib

diff --git a/ChangeLog b/ChangeLog
index a32aa9b..ce97ac2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-14 Arjan Bouter <abouter AT sourcemage.org>
+ * net/lksctp: new spell, sctp protocol lib
+ * net/netembryo: new spell, network abstraction lib
+ * net/libnemesi: new spell, RTP/RTCP/SCTP library
+
2008-11-14 Thomas Orgis <sobukus AT sourcemage.org>
* perl-cpan/FUNCTIONS: set PERL_MM_USE_DEFAULT to prevent build-time
queries
That fixes the data-uuid build, for example.
diff --git a/net/libnemesi/BUILD b/net/libnemesi/BUILD
new file mode 100755
index 0000000..6f50b99
--- /dev/null
+++ b/net/libnemesi/BUILD
@@ -0,0 +1,2 @@
+OPTS="$OPTS $NEMESI_IPV6"
+default_build
diff --git a/net/libnemesi/CONFIGURE b/net/libnemesi/CONFIGURE
new file mode 100755
index 0000000..f9f6b52
--- /dev/null
+++ b/net/libnemesi/CONFIGURE
@@ -0,0 +1,5 @@
+config_query_option NEMESI_IPV6 \
+ 'Enable IPv6 support' \
+ y \
+ "--enable-ipv6" \
+ "--disable-ipv6"
diff --git a/net/libnemesi/DEPENDS b/net/libnemesi/DEPENDS
new file mode 100755
index 0000000..fe72060
--- /dev/null
+++ b/net/libnemesi/DEPENDS
@@ -0,0 +1 @@
+depends netembryo
diff --git a/net/libnemesi/DETAILS b/net/libnemesi/DETAILS
new file mode 100755
index 0000000..48eb9d3
--- /dev/null
+++ b/net/libnemesi/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=libnemesi
+ VERSION=0.6.4-rc2
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://live.polito.it/files/downloads/libnemesi/$SOURCE
+
SOURCE_HASH=sha512:d7524faf55a402aa86be14faa05777657083642e7d9b63ae985424f261d4f0d67ff802c9fc5048b9444b1c8bd94555096b692591ba4e034ff0d00d407613ce1a
+ WEB_SITE=http://live.polito.it/libnemesi
+ LICENSE[0]=LGPL
+ ENTERED=20081114
+ KEYWORDS="network"
+ SHORT="RTP/RTCP/RTSP library"
+
+cat << EOF
+Libnemesi let you add multimedia streaming playback in your applications in
+a quick and straightforward way. This software, derived from the experience
+matured with NeMeSi is fully compliant with IETF's standards for real-time
+streaming of multimedia contents over Internet. libnemesi implements RTSP
+Real-Time Streaming Protocol (RFC2326) and RTP/RTCP Real-Time Transport
+Protocol/RTP Control Protocol (RFC3550) supporting the RTP Profile for Audio
+and Video Conferences with Minimal Control (RFC3551).
+EOF
diff --git a/net/libnemesi/HISTORY b/net/libnemesi/HISTORY
new file mode 100644
index 0000000..f0ce7c8
--- /dev/null
+++ b/net/libnemesi/HISTORY
@@ -0,0 +1,2 @@
+2008-11-14 Arjan Bouter <abouter AT sourcemage.org>
+ * CONFIGURE,DETAILS,DEPENDS,HISTORY: created spell
diff --git a/net/lksctp-tools/DETAILS b/net/lksctp-tools/DETAILS
new file mode 100755
index 0000000..b82bafa
--- /dev/null
+++ b/net/lksctp-tools/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=lksctp-tools
+ VERSION=1.0.9
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/lksctp/$SOURCE
+
SOURCE_HASH=sha512:4d556b45cdff827f5bad81cfc7613267bc5ca36f69479c92c289ce7a62a59e1c6c18899e9b3532d8722f11bf9668c3abb809093dbc9948fc51586e3081ef5df1
+ WEB_SITE=http://lksctp.sourceforge.net/
+ LICENSE[0]=LGPL
+ ENTERED=20081114
+ KEYWORDS="network"
+ SHORT="SCTP library"
+
+cat << EOF
+The Linux Kernel Stream Control Transmission Protocol (lksctp) project is an
+implementation of the Stream Control Transmission Protocol (SCTP) in the
+Linux kernel. The primary goal of this project is to provide user
applications
+with a viable SCTP solution.
+EOF
diff --git a/net/lksctp-tools/HISTORY b/net/lksctp-tools/HISTORY
new file mode 100644
index 0000000..3ab8d9a
--- /dev/null
+++ b/net/lksctp-tools/HISTORY
@@ -0,0 +1,2 @@
+2008-11-14 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS,HISTORY: created spell
diff --git a/net/netembryo/BUILD b/net/netembryo/BUILD
new file mode 100755
index 0000000..8095e13
--- /dev/null
+++ b/net/netembryo/BUILD
@@ -0,0 +1,2 @@
+OPTS="$OPTS $LKSCTP_IPV6"
+default_build
diff --git a/net/netembryo/CONFIGURE b/net/netembryo/CONFIGURE
new file mode 100755
index 0000000..62d046d
--- /dev/null
+++ b/net/netembryo/CONFIGURE
@@ -0,0 +1,5 @@
+config_query_option LKSCTP_IPV6 \
+ 'Enable IPv6 support' \
+ y \
+ "--enable-ipv6" \
+ "--disable-ipv6"
diff --git a/net/netembryo/DEPENDS b/net/netembryo/DEPENDS
new file mode 100755
index 0000000..358ee04
--- /dev/null
+++ b/net/netembryo/DEPENDS
@@ -0,0 +1 @@
+optional_depends lksctp-tools "--enable-sctp" "--disable-sctp" "For SCTP
support"
diff --git a/net/netembryo/DETAILS b/net/netembryo/DETAILS
new file mode 100755
index 0000000..9701428
--- /dev/null
+++ b/net/netembryo/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=netembryo
+ VERSION=0.0.5
+ 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:b1ab4f7b6e93cfd6964f274c9802357b7b008e300d9d2a3a578a09b176c60063f9be185ef9df7324e037deb7135d8fcbed1eab5f91f0d5a818925dd6a577a53d
+ WEB_SITE=http://live.polito.it/
+ 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:
+* UDP
+* TCP
+* SCTP
+EOF
diff --git a/net/netembryo/HISTORY b/net/netembryo/HISTORY
new file mode 100644
index 0000000..f0ce7c8
--- /dev/null
+++ b/net/netembryo/HISTORY
@@ -0,0 +1,2 @@
+2008-11-14 Arjan Bouter <abouter AT sourcemage.org>
+ * CONFIGURE,DETAILS,DEPENDS,HISTORY: created spell




Archive powered by MHonArc 2.6.24.

Top of Page