summaryrefslogtreecommitdiffstats
path: root/chat-libs/libosip
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /chat-libs/libosip
initial commit from stable 0.3
Diffstat (limited to 'chat-libs/libosip')
-rwxr-xr-xchat-libs/libosip/DETAILS18
-rw-r--r--chat-libs/libosip/HISTORY3
2 files changed, 21 insertions, 0 deletions
diff --git a/chat-libs/libosip/DETAILS b/chat-libs/libosip/DETAILS
new file mode 100755
index 0000000000..dc29fd1147
--- /dev/null
+++ b/chat-libs/libosip/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=libosip
+ VERSION=0.9.7
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_URL[0]=http://simon.morlat.free.fr/download/0.12.2/source/$SOURCE
+ MD5[0]=8f89283cf3a9bc4d02135b434ba1b4db
+ LICENSE[0]=GPL
+ ENTERED=20050112
+ UPDATED=20050112
+ BUILD_API=2
+ SHORT="libosip is an implementation of SIP."
+cat << EOF
+SIP stands for the Session Initiation Protocol and is described by the
+rfc2543 (soon to be deprecated by latest revisions). 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/chat-libs/libosip/HISTORY b/chat-libs/libosip/HISTORY
new file mode 100644
index 0000000000..64ea31a2d9
--- /dev/null
+++ b/chat-libs/libosip/HISTORY
@@ -0,0 +1,3 @@
+2005-01-12 George Sherwood <george@beernabeer.com>
+ * ALL: added Spell
+