pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/libnice Initial import of libnice-0.0.9:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a2d63705e359
branches:  trunk
changeset: 397703:a2d63705e359
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 17 21:10:28 2009 +0000

description:
Initial import of libnice-0.0.9:

GLib ICE library

 - only implements ICE Lite
 - no support for RTCP
 - no support for IPv6

diffstat:

 net/libnice/DESCR         |   5 ++++
 net/libnice/Makefile      |  25 +++++++++++++++++++++
 net/libnice/PLIST         |  55 +++++++++++++++++++++++++++++++++++++++++++++++
 net/libnice/buildlink3.mk |  15 ++++++++++++
 net/libnice/distinfo      |   5 ++++
 net/libnice/options.mk    |  17 ++++++++++++++
 6 files changed, 122 insertions(+), 0 deletions(-)

diffs (146 lines):

diff -r 431800fc3e76 -r a2d63705e359 net/libnice/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libnice/DESCR Mon Aug 17 21:10:28 2009 +0000
@@ -0,0 +1,5 @@
+GLib ICE library
+
+ - only implements ICE Lite
+ - no support for RTCP
+ - no support for IPv6
diff -r 431800fc3e76 -r a2d63705e359 net/libnice/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libnice/Makefile      Mon Aug 17 21:10:28 2009 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/08/17 21:10:28 wiz Exp $
+#
+
+DISTNAME=      libnice-0.0.9
+CATEGORIES=    net devel
+MASTER_SITES=  http://nice.freedesktop.org/releases/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://nice.freedesktop.org/wiki/
+COMMENT=       IETF's draft Interactice Connectivity Establishment standard implementation
+LICENSE=       gnu-lgpl-v2.1 OR mpl-1.1
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+.include "options.mk"
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+USE_TOOLS+=    pkg-config
+
+PKGCONFIG_OVERRIDE+=   nice/nice.pc.in
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../net/gupnp-igd/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 431800fc3e76 -r a2d63705e359 net/libnice/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libnice/PLIST Mon Aug 17 21:10:28 2009 +0000
@@ -0,0 +1,55 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/08/17 21:10:28 wiz Exp $
+bin/stunbdc
+bin/stund
+include/nice/address.h
+include/nice/agent.h
+include/nice/candidate.h
+include/nice/debug.h
+include/nice/http.h
+include/nice/interfaces.h
+include/nice/nice.h
+include/nice/pseudossl.h
+include/nice/socket.h
+include/nice/socks5.h
+include/nice/tcp-bsd.h
+include/nice/tcp-turn.h
+include/nice/turn.h
+include/nice/udp-bsd.h
+include/stun/constants.h
+include/stun/debug.h
+include/stun/stunagent.h
+include/stun/stunmessage.h
+include/stun/usages/bind.h
+include/stun/usages/ice.h
+include/stun/usages/timer.h
+include/stun/usages/turn.h
+include/stun/win32_common.h
+${PLIST.gstreamer}lib/gstreamer-0.10/libgstnice.la
+lib/libnice.la
+lib/pkgconfig/nice.pc
+share/gtk-doc/html/libnice/NiceAgent.html
+share/gtk-doc/html/libnice/ch01.html
+share/gtk-doc/html/libnice/ch02.html
+share/gtk-doc/html/libnice/ch03.html
+share/gtk-doc/html/libnice/ch04.html
+share/gtk-doc/html/libnice/home.png
+share/gtk-doc/html/libnice/index.html
+share/gtk-doc/html/libnice/index.sgml
+share/gtk-doc/html/libnice/left.png
+share/gtk-doc/html/libnice/libnice-Bind.html
+share/gtk-doc/html/libnice/libnice-Debug-messages.html
+share/gtk-doc/html/libnice/libnice-ICE.html
+share/gtk-doc/html/libnice/libnice-Network-interfaces-discovery.html
+share/gtk-doc/html/libnice/libnice-NiceAddress.html
+share/gtk-doc/html/libnice/libnice-NiceCandidate.html
+share/gtk-doc/html/libnice/libnice-StunAgent.html
+share/gtk-doc/html/libnice/libnice-StunMessage.html
+share/gtk-doc/html/libnice/libnice-TURN.html
+share/gtk-doc/html/libnice/libnice-Timer.html
+share/gtk-doc/html/libnice/libnice.devhelp
+share/gtk-doc/html/libnice/libnice.devhelp2
+share/gtk-doc/html/libnice/pt01.html
+share/gtk-doc/html/libnice/pt02.html
+share/gtk-doc/html/libnice/right.png
+share/gtk-doc/html/libnice/style.css
+share/gtk-doc/html/libnice/up.png
diff -r 431800fc3e76 -r a2d63705e359 net/libnice/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libnice/buildlink3.mk Mon Aug 17 21:10:28 2009 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/08/17 21:10:28 wiz Exp $
+
+BUILDLINK_TREE+=       libnice
+
+.if !defined(LIBNICE_BUILDLINK3_MK)
+LIBNICE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libnice+=        libnice>=0.0.9
+BUILDLINK_PKGSRCDIR.libnice?=  ../../net/libnice
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../net/gupnp-igd/buildlink3.mk"
+.endif # LIBNICE_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -libnice
diff -r 431800fc3e76 -r a2d63705e359 net/libnice/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libnice/distinfo      Mon Aug 17 21:10:28 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/08/17 21:10:28 wiz Exp $
+
+SHA1 (libnice-0.0.9.tar.gz) = 821cbeeb972874855724d8a9cfbaaa3086f62881
+RMD160 (libnice-0.0.9.tar.gz) = 4b8f7e7f72dffa5af2d4ba251a18f8ab022d4d48
+Size (libnice-0.0.9.tar.gz) = 627674 bytes
diff -r 431800fc3e76 -r a2d63705e359 net/libnice/options.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libnice/options.mk    Mon Aug 17 21:10:28 2009 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: options.mk,v 1.1.1.1 2009/08/17 21:10:28 wiz Exp $
+
+PKG_OPTIONS_VAR=       PKG_OPTIONS.libnice
+PKG_SUPPORTED_OPTIONS= gstreamer
+PKG_SUGGESTED_OPTIONS= gstreamer
+
+.include "../../mk/bsd.options.mk"
+
+PLIST_VARS+=   gstreamer
+
+.if !empty(PKG_OPTIONS:Mgstreamer)
+.include "../../multimedia/gstreamer0.10/buildlink3.mk"
+.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
+PLIST.gstreamer=       yes
+.else
+CONFIGURE_ARGS+=       --without-gstreamer
+.endif



Home | Main Index | Thread Index | Old Index