[19549] trunk/dports/net

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 15 21:13:39 PDT 2006


Revision: 19549
Author:   markd at macports.org
Date:     2006-09-15 21:13:36 -0700 (Fri, 15 Sep 2006)

Log Message:
-----------
Closes 8557.  New port.

Added Paths:
-----------
    trunk/dports/net/libexosip2/
    trunk/dports/net/libexosip2/Portfile

Added: trunk/dports/net/libexosip2/Portfile
===================================================================
--- trunk/dports/net/libexosip2/Portfile	                        (rev 0)
+++ trunk/dports/net/libexosip2/Portfile	2006-09-16 04:13:36 UTC (rev 19549)
@@ -0,0 +1,24 @@
+PortSystem 1.0
+name		libexosip2
+version		2.2.3
+categories	net
+maintainers	darwinports at opendarwin.org
+description	The eXtended osip library
+long_description \
+	eXosip is a library that hides the complexity of using the SIP \
+	protocol for multimedia session establishement. This protocol is \
+	mainly to be used by VoIP telephony applications (endpoints or \
+	conference server) but might be also useful for any application \
+	that wishes to establish sessions like multiplayer games.
+homepage	http://savannah.nongnu.org/projects/exosip/
+platforms	darwin
+master_sites	http://download.savannah.nongnu.org/releases/exosip/
+checksums	md5 837a35f085890eac3328ac402b24383b
+distfiles	libeXosip2-${version}.tar.gz
+worksrcdir	libeXosip2-${version}
+configure.env	CPPFLAGS="-I${prefix}/include" \
+		LDFLAGS="-L${prefix}/lib"
+configure.args	--disable-josua --mandir="${prefix}/share/man"
+post-destroot { file delete -force ${destroot}${prefix}/include/josua }
+
+depends_lib	port:libosip2

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060915/79921fe1/attachment.html


More information about the macports-changes mailing list