Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1c3c5decd95858654ed2b8eb93e9535025844bdf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1c3c5decd95858654ed2b8eb93e9535025844bdf)
  • Date: Fri, 24 Oct 2008 21:36:44 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

telephony/libosip2/DEPENDS | 8 ++++----
telephony/libosip2/DETAILS | 17 ++++++++---------
telephony/libosip2/HISTORY | 5 ++++-
3 files changed, 16 insertions(+), 14 deletions(-)

New commits:
commit 1c3c5decd95858654ed2b8eb93e9535025844bdf
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libosip2: added missing dep; cleaned up

diff --git a/telephony/libosip2/DEPENDS b/telephony/libosip2/DEPENDS
index 5e869e3..100616a 100755
--- a/telephony/libosip2/DEPENDS
+++ b/telephony/libosip2/DEPENDS
@@ -1,4 +1,4 @@
-#depends g++ &&
-#depends commoncpp2 &&
-#optional_depends "doxygen" "" "" "to create documentation"
-
+optional_depends gperf \
+ "--enable-gperf" \
+ "--disable-gperf" \
+ "to improve the parser speed"
diff --git a/telephony/libosip2/DETAILS b/telephony/libosip2/DETAILS
index 9e9c160..edc46b4 100755
--- a/telephony/libosip2/DETAILS
+++ b/telephony/libosip2/DETAILS
@@ -1,22 +1,21 @@
SPELL=libosip2
VERSION=3.1.0
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNU_URL/osip/$SOURCE
SOURCE2=$SOURCE.sig
- SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE2_URL[0]=$SOURCE_URL.sig
SOURCE_GPG=moizard.gpg:$SOURCE.sig:UPSTREAM_KEY
SOURCE2_IGNORE=signature
WEB_SITE=http://www.gnu.org/software/osip/
LICENSE[0]=GPL
ENTERED=20051023
KEYWORDS="telephony"
-SHORT="an implementation of SIP"
+ SHORT="implementation of SIP"
cat << EOF
-oSIP is an implementation of SIP.
-SIP stands for the Session Initiation Protocol and is described by the
rfc3261
-(wich deprecates rfc2543). This library aims to provide multimedia and
telecom
-software developers an easy and powerful interface to initiate and control
SIP
-based sessions in their applications. SIP is a open standard replacement
from
-IETF for H323.
+oSIP is an implementation of SIP. SIP stands for the Session Initiation
Protocol
+and is described by the rfc3261 (wich deprecates rfc2543). This library aims
to
+provide multimedia and telecom software developers an easy and powerful
interface
+to initiate and control SIP based sessions in their applications. SIP is a
open
+standard replacement from IETF for H323.
EOF
diff --git a/telephony/libosip2/HISTORY b/telephony/libosip2/HISTORY
index 1e0b549..d905ac4 100644
--- a/telephony/libosip2/HISTORY
+++ b/telephony/libosip2/HISTORY
@@ -1,3 +1,7 @@
+2008-10-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: quoting paths; fixed descs; cleaned up
+ * DEPENDS: added gperf as opt dep; cleaned up
+
2008-02-14 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.1.0

@@ -23,4 +27,3 @@
2005-10-23 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.2.1
spell created
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1c3c5decd95858654ed2b8eb93e9535025844bdf), Vlad Glagolev, 10/24/2008

Archive powered by MHonArc 2.6.24.

Top of Page