ports/95321: New port: net/ekiga based on net/gnomemeeting

Jean-Baptiste Quenot jbq at caraldi.com
Tue Apr 4 22:30:18 UTC 2006


>Number:         95321
>Category:       ports
>Synopsis:       New port: net/ekiga based on net/gnomemeeting
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 04 22:30:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jean-Baptiste Quenot
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD watt.intra.caraldi.com 6.0-STABLE FreeBSD 6.0-STABLE #7: Fri Mar 24 22:13:55 CET 2006 jbq at watt.intra.caraldi.com:/usr/src/sys/i386/compile/WATT i386
>Description:
Warning: this issue depends on PR 95320: New port net/opal based on net/openh323

Ekiga is a free Voice over IP phone allowing you to do free calls over the
Internet.

Ekiga is the first Open Source application to support both H.323 and SIP, as
well as audio and video. Ekiga was formerly known as GnomeMeeting. 

The new port is based on net/gnomemeeting (same author, port Makefiles very
similar), so could you please:

1) make a repocopy from gnomemeeting to ekiga

2) apply the patch in ekiga, note that old patch files are removed, and a new
   patch file is provided

Thanks in advance!
>How-To-Repeat:
>Fix:
diff --exclude=.*.sw* --exclude=work --exclude=.svn --exclude=README.html -ruN /usr/ports/net/gnomemeeting/Makefile ./Makefile
--- /usr/ports/net/gnomemeeting/Makefile	Sat Mar 25 10:24:11 2006
+++ ./Makefile	Wed Apr  5 00:16:26 2006
@@ -5,63 +5,31 @@
 # $FreeBSD: ports/net/gnomemeeting/Makefile,v 1.55 2006/03/06 20:47:23 kris Exp $
 #
 
-PORTNAME=	gnomemeeting
-PORTVERSION=	0.98.5
-PORTREVISION=	7
+PORTNAME=	ekiga
+PORTVERSION=	2.0.1
 CATEGORIES=	net gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR=	sources/${PORTNAME}/0.98
+MASTER_SITE_SUBDIR=	sources/${PORTNAME}/2.0
 
-MAINTAINER=	kwm at FreeBSD.org
-COMMENT=	GNOME H323 Video Conferencing program, similar to NetMeeting
+MAINTAINER=	jbq at caraldi.com
+COMMENT=	VoIP phone for Gnome
 
-BUILD_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/net/openh323-112:build
-
-BROKEN=		Incomplete dependency list
-
-# note, we do not want to clean openh323, otherwise it has to build
-# it all over again which can take several hours.
-NOCLEANDEPENDS=	yes
+LIB_DEPENDS=	opal__r.2:${PORTSDIR}/net/opal \
+		avahi-core.4:${PORTSDIR}/net/avahi
 
 USE_BZIP2=	yes
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
+USE_SDL=	sdl
 USE_GNOME=	libgnomeui libbonobo gnomeprefix gnomehack
-USE_REINPLACE=	yes
-USE_OPENLDAP=	yes
-USE_BISON=	yes
-# Clear configure target so we stop getting binaries prefixed with i386-portbld-freebsd46
-CONFIGURE_TARGET=
 USE_AUTOTOOLS=	libtool:15
-CONFIGURE_ENV=	OSTYPE=${OPSYS} \
-		LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
-		PTLIBDIR=${PWLIBDIR} \
-		OPENH323DIR=${OPENH323DIR} \
-		SDL_CONFIG=${LOCALBASE}/bin/sdl11-config \
-		CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}"
-
-CONFIGURE_ARGS=	--with-ptlib-includes=${PWLIBDIR}/include/ptlib \
-		--with-ptlib-libs=${PWLIBDIR}/lib \
-		--with-openh323-includes=${OPENH323DIR}/include \
-		--with-openh323-libs=${OPENH323DIR}/lib \
- 		--with-ldap-includes=${LOCALBASE}/include \
- 		--with-openldap-libs=${LOCALBASE}/lib
-
-GCONF_SCHEMAS=	gnomemeeting.schemas
-MAN1=		gnomemeeting.1
-
-.include <bsd.port.pre.mk>
-
-PWLIBDIR!=	cd ${PORTSDIR}/devel/pwlib152 && make -V WRKSRC
-OPENH323DIR!=	cd ${PORTSDIR}/net/openh323-112 && make -V WRKSRC
-
-.if ${ARCH} != "i386"
-BROKEN=		"Configure fails on !i386"
-.endif
-
-post-patch:
-	${REINPLACE_CMD} -E -e 's=-D[[:punct:][:alnum:]]+_DISABLE_DEPRECATED==g' \
-		${WRKSRC}/src/Makefile.am \
-		${WRKSRC}/src/Makefile.in
+LDFLAGS=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
+CONFIGURE_ENV=	SDL_CONFIG=${LOCALBASE}/bin/sdl11-config LDFLAGS="${LDFLAGS}"
+
+CONFIGURE_ARGS=	--with-pwlib-dir=${LOCALBASE} \
+		--with-opal-dir=${LOCALBASE}
+
+GCONF_SCHEMAS=	ekiga.schemas
+MAN1=		ekiga.1
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --exclude=.*.sw* --exclude=work --exclude=.svn --exclude=README.html -ruN /usr/ports/net/gnomemeeting/distinfo ./distinfo
--- /usr/ports/net/gnomemeeting/distinfo	Sat Mar 25 10:24:11 2006
+++ ./distinfo	Wed Apr  5 00:17:49 2006
@@ -1,3 +1,3 @@
-MD5 (gnomemeeting-0.98.5.tar.bz2) = fa11d5f3e6adb924f91aaa92099b6269
-SHA256 (gnomemeeting-0.98.5.tar.bz2) = fc9b18d2bbd18ef515b4d320038242e816df70b583e5d97092776a4e0283d663
-SIZE (gnomemeeting-0.98.5.tar.bz2) = 1739613
+MD5 (ekiga-2.0.1.tar.bz2) = abf6c3351a64a7ed9028929ad5a17729
+SHA256 (ekiga-2.0.1.tar.bz2) = ce7e91b6ac4fd1b4c6c4d15a3ae8c57f312c38cee7ea652a1b3432b6ad41b3bc
+SIZE (ekiga-2.0.1.tar.bz2) = 4320671
diff --exclude=.*.sw* --exclude=work --exclude=.svn --exclude=README.html -ruN /usr/ports/net/gnomemeeting/files/patch-endpoint ./files/patch-endpoint
--- /usr/ports/net/gnomemeeting/files/patch-endpoint	Fri Sep  5 14:35:42 2003
+++ ./files/patch-endpoint	Thu Jan  1 01:00:00 1970
@@ -1,37 +0,0 @@
-*** src/endpoint.cpp.orig	Thu Jul 31 17:26:36 2003
---- src/endpoint.cpp	Fri Sep  5 11:40:58 2003
-*************** GMH323EndPoint::GMH323EndPoint ()
-*** 176,183 ****
-  
-    /* Use IPv6 address family by default if available. */
-  #ifdef P_HAS_IPV6
-!   if (PIPSocket::IsIpAddressFamilyV6Supported())
-!     PIPSocket::SetDefaultIpAddressFamilyV6();
-  #endif
-    
-    rtp_port_range = 
---- 176,185 ----
-  
-    /* Use IPv6 address family by default if available. */
-  #ifdef P_HAS_IPV6
-! // ENABLING THIS CAUSES PWLIB TO GIVE AN ASSERTION WHEN THERE IS AN
-! // INCOMING CALL
-! //  if (PIPSocket::IsIpAddressFamilyV6Supported())
-! //    PIPSocket::SetDefaultIpAddressFamilyV6();
-  #endif
-    
-    rtp_port_range = 
-*************** GMH323EndPoint::TranslateTCPAddress(PIPS
-*** 682,687 ****
---- 684,694 ----
-  	 
-  	 && !((remoteAddr.Byte1() == 172) 
-  	      && ((remoteAddr.Byte2() >= 16)&&(remoteAddr.Byte2()<=31)))
-+ 	 
-+ 	 && !((remoteAddr.Byte1() == 127) 
-+ 	      &&(remoteAddr.Byte2()== 0)
-+ 	      &&(remoteAddr.Byte3()==0)
-+ 	      &&(remoteAddr.Byte4()==1))
-  	 
-  	 && !(remoteAddr.Byte1() == 10)) {
-  
diff --exclude=.*.sw* --exclude=work --exclude=.svn --exclude=README.html -ruN /usr/ports/net/gnomemeeting/files/patch-lib_xdap_xdap.c ./files/patch-lib_xdap_xdap.c
--- /usr/ports/net/gnomemeeting/files/patch-lib_xdap_xdap.c	Sun Nov  2 00:06:39 2003
+++ ./files/patch-lib_xdap_xdap.c	Thu Jan  1 01:00:00 1970
@@ -1,11 +0,0 @@
---- lib/xdap/xdap.c.orig	Tue Oct 28 21:28:24 2003
-+++ lib/xdap/xdap.c	Tue Oct 28 21:49:59 2003
-@@ -159,7 +159,7 @@
-   xmlSAXHandler sax;
- 
-   memset (&sax, 0, sizeof sax);
--  sax = xmlDefaultSAXHandler;	/* Copy original handler */
-+  xmlSAX2InitDefaultSAXHandler (&sax, 0);
-   *oldgetent = sax.getEntity;	/* Substitute entity handling */
-   if (noerr) {
-     sax.error = NULL;	/* Disable errors and warnings */
diff --exclude=.*.sw* --exclude=work --exclude=.svn --exclude=README.html -ruN /usr/ports/net/gnomemeeting/files/patch-src-gui-libintl ./files/patch-src-gui-libintl
--- /usr/ports/net/gnomemeeting/files/patch-src-gui-libintl	Thu Jan  1 01:00:00 1970
+++ ./files/patch-src-gui-libintl	Tue Apr  4 22:21:02 2006
@@ -0,0 +1,31 @@
+--- src/gui/addressbook.cpp.orig	Sun Mar 12 20:11:33 2006
++++ src/gui/addressbook.cpp	Tue Apr  4 12:17:23 2006
+@@ -38,6 +38,7 @@
+ 
+ #include "../../config.h"
+ 
++#include <libintl.h>
+ #include "addressbook.h"
+ #include "main.h"
+ #include "chat.h"
+--- src/gui/main.cpp.orig	Sun Mar 12 20:11:34 2006
++++ src/gui/main.cpp	Tue Apr  4 12:17:27 2006
+@@ -38,6 +38,7 @@
+ 
+ #include "../../config.h"
+ 
++#include <libintl.h>
+ #include "main.h"
+ #include "callshistory.h"
+ 
+@@ -78,10 +79,6 @@
+ #include <gdk/gdkx.h>
+ #else
+ #include "winpaths.h"
+-#endif
+-
+-#if defined(P_FREEBSD) || defined (P_MACOSX)
+-#include <libintl.h>
+ #endif
+ 
+ #include <libxml/parser.h>
diff --exclude=.*.sw* --exclude=work --exclude=.svn --exclude=README.html -ruN /usr/ports/net/gnomemeeting/files/patch-src_sound_handling.cpp ./files/patch-src_sound_handling.cpp
--- /usr/ports/net/gnomemeeting/files/patch-src_sound_handling.cpp	Tue Feb  1 19:55:00 2005
+++ ./files/patch-src_sound_handling.cpp	Thu Jan  1 01:00:00 1970
@@ -1,11 +0,0 @@
---- src/sound_handling.cpp.orig	Thu Jan 27 14:47:01 2005
-+++ src/sound_handling.cpp	Thu Jan 27 14:57:07 2005
-@@ -466,7 +466,7 @@
-       dialog =
- 	gtk_dialog_new_with_buttons ("Audio test running...",
- 				     GTK_WINDOW (gw->druid_window),
--				     (enum GtkDialogFlags) (GTK_DIALOG_DESTROY_WITH_PARENT),
-+				     (GtkDialogFlags) (GTK_DIALOG_DESTROY_WITH_PARENT),
- 				     GTK_STOCK_OK,
- 				     GTK_RESPONSE_ACCEPT,
- 				     NULL);
diff --exclude=.*.sw* --exclude=work --exclude=.svn --exclude=README.html -ruN /usr/ports/net/gnomemeeting/pkg-descr ./pkg-descr
--- /usr/ports/net/gnomemeeting/pkg-descr	Sun Feb 29 16:21:31 2004
+++ ./pkg-descr	Tue Apr  4 22:21:02 2006
@@ -1,9 +1,7 @@
-Gnomemeeting is a Video Conferencing application which uses the H323
-protocol and the OpenH323 libraries.
+Ekiga is a free Voice over IP phone allowing you to do free calls over the
+Internet.
 
-It can connect to a variety of other H323 applications including
-Microsoft NetMeeting, OpenMCU, OpenAM, OhPhone and CPhone.
+Ekiga is the first Open Source application to support both H.323 and SIP, as
+well as audio and video. Ekiga was formerly known as GnomeMeeting. 
 
-WWW: http://www.gnomemeeting.org/
-
-Roger Hardiman <roger at freebsd.org>
+WWW: http://www.ekiga.org/
diff --exclude=.*.sw* --exclude=work --exclude=.svn --exclude=README.html -ruN /usr/ports/net/gnomemeeting/pkg-plist ./pkg-plist
--- /usr/ports/net/gnomemeeting/pkg-plist	Sat Jul 23 12:36:50 2005
+++ ./pkg-plist	Tue Apr  4 22:43:10 2006
@@ -1,56 +1,148 @@
-bin/gnomemeeting
-bin/gnomemeeting-config-tool
-etc/sound/events/gnomemeeting.soundlist
-libdata/bonobo/servers/gnomemeeting.server
-share/gnome/applications/gnomemeeting.desktop
-share/gnome/gnomemeeting/xdap/ils_nm_mod.xml
-share/gnome/gnomemeeting/xdap/ils_nm_reg.xml
-share/gnome/gnomemeeting/xdap/ils_nm_unreg.xml
-share/gnome/pixmaps/gnomemeeting-logo-icon.png
-share/gnome/pixmaps/gnomemeeting-logo.png
-share/gnome/pixmaps/gnomemeeting-splash.png
-share/gnome/sounds/gnomemeeting/gnomemeeting.wav
-share/locale/am/LC_MESSAGES/gnomemeeting.mo
-share/locale/az/LC_MESSAGES/gnomemeeting.mo
-share/locale/be/LC_MESSAGES/gnomemeeting.mo
-share/locale/ca/LC_MESSAGES/gnomemeeting.mo
-share/locale/cs/LC_MESSAGES/gnomemeeting.mo
-share/locale/cy/LC_MESSAGES/gnomemeeting.mo
-share/locale/da/LC_MESSAGES/gnomemeeting.mo
-share/locale/de/LC_MESSAGES/gnomemeeting.mo
-share/locale/el/LC_MESSAGES/gnomemeeting.mo
-share/locale/es/LC_MESSAGES/gnomemeeting.mo
-share/locale/fi/LC_MESSAGES/gnomemeeting.mo
-share/locale/fr/LC_MESSAGES/gnomemeeting.mo
-share/locale/ga/LC_MESSAGES/gnomemeeting.mo
-share/locale/gl/LC_MESSAGES/gnomemeeting.mo
-share/locale/hi/LC_MESSAGES/gnomemeeting.mo
-share/locale/hu/LC_MESSAGES/gnomemeeting.mo
-share/locale/it/LC_MESSAGES/gnomemeeting.mo
-share/locale/ja/LC_MESSAGES/gnomemeeting.mo
-share/locale/ko/LC_MESSAGES/gnomemeeting.mo
-share/locale/lv/LC_MESSAGES/gnomemeeting.mo
-share/locale/ml/LC_MESSAGES/gnomemeeting.mo
-share/locale/ms/LC_MESSAGES/gnomemeeting.mo
-share/locale/nl/LC_MESSAGES/gnomemeeting.mo
-share/locale/no/LC_MESSAGES/gnomemeeting.mo
-share/locale/pl/LC_MESSAGES/gnomemeeting.mo
-share/locale/pt/LC_MESSAGES/gnomemeeting.mo
-share/locale/pt_BR/LC_MESSAGES/gnomemeeting.mo
-share/locale/ro/LC_MESSAGES/gnomemeeting.mo
-share/locale/ru/LC_MESSAGES/gnomemeeting.mo
-share/locale/sk/LC_MESSAGES/gnomemeeting.mo
-share/locale/sq/LC_MESSAGES/gnomemeeting.mo
-share/locale/sr/LC_MESSAGES/gnomemeeting.mo
-share/locale/sr at Latn/LC_MESSAGES/gnomemeeting.mo
-share/locale/sv/LC_MESSAGES/gnomemeeting.mo
-share/locale/ta/LC_MESSAGES/gnomemeeting.mo
-share/locale/tr/LC_MESSAGES/gnomemeeting.mo
-share/locale/uk/LC_MESSAGES/gnomemeeting.mo
-share/locale/vi/LC_MESSAGES/gnomemeeting.mo
-share/locale/wa/LC_MESSAGES/gnomemeeting.mo
-share/locale/zh_CN/LC_MESSAGES/gnomemeeting.mo
-share/locale/zh_TW/LC_MESSAGES/gnomemeeting.mo
- at dirrm share/gnome/sounds/gnomemeeting
- at dirrm share/gnome/gnomemeeting/xdap
- at dirrm share/gnome/gnomemeeting
+bin/ekiga
+bin/ekiga-config-tool
+libdata/bonobo/servers/ekiga.server
+share/gnome/applications/ekiga.desktop
+share/gnome/help/ekiga/C/ekiga.xml
+share/gnome/help/ekiga/C/figures/accounts_d1.png
+share/gnome/help/ekiga/C/figures/accounts_h323.png
+share/gnome/help/ekiga/C/figures/accounts_sip.png
+share/gnome/help/ekiga/C/figures/audio_codecs.png
+share/gnome/help/ekiga/C/figures/call_d1.png
+share/gnome/help/ekiga/C/figures/chat_d1.png
+share/gnome/help/ekiga/C/figures/config_d1.png
+share/gnome/help/ekiga/C/figures/config_d10.png
+share/gnome/help/ekiga/C/figures/config_d2.png
+share/gnome/help/ekiga/C/figures/config_d3.png
+share/gnome/help/ekiga/C/figures/config_d4.png
+share/gnome/help/ekiga/C/figures/config_d5.png
+share/gnome/help/ekiga/C/figures/config_d6.png
+share/gnome/help/ekiga/C/figures/config_d7.png
+share/gnome/help/ekiga/C/figures/config_d8.png
+share/gnome/help/ekiga/C/figures/config_d9.png
+share/gnome/help/ekiga/C/figures/lumi.png
+share/gnome/help/ekiga/C/figures/stats.png
+share/gnome/help/ekiga/bg/ekiga.xml
+share/gnome/help/ekiga/bg/figures/accounts_d1.png
+share/gnome/help/ekiga/bg/figures/accounts_h323.png
+share/gnome/help/ekiga/bg/figures/accounts_sip.png
+share/gnome/help/ekiga/bg/figures/audio_codecs.png
+share/gnome/help/ekiga/bg/figures/call_d1.png
+share/gnome/help/ekiga/bg/figures/chat_d1.png
+share/gnome/help/ekiga/bg/figures/config_d1.png
+share/gnome/help/ekiga/bg/figures/config_d10.png
+share/gnome/help/ekiga/bg/figures/config_d2.png
+share/gnome/help/ekiga/bg/figures/config_d3.png
+share/gnome/help/ekiga/bg/figures/config_d4.png
+share/gnome/help/ekiga/bg/figures/config_d5.png
+share/gnome/help/ekiga/bg/figures/config_d6.png
+share/gnome/help/ekiga/bg/figures/config_d7.png
+share/gnome/help/ekiga/bg/figures/config_d8.png
+share/gnome/help/ekiga/bg/figures/config_d9.png
+share/gnome/help/ekiga/bg/figures/lumi.png
+share/gnome/help/ekiga/bg/figures/stats.png
+share/gnome/help/ekiga/de/ekiga.xml
+share/gnome/help/ekiga/de/figures/accounts_d1.png
+share/gnome/help/ekiga/de/figures/accounts_h323.png
+share/gnome/help/ekiga/de/figures/accounts_sip.png
+share/gnome/help/ekiga/de/figures/audio_codecs.png
+share/gnome/help/ekiga/de/figures/call_d1.png
+share/gnome/help/ekiga/de/figures/chat_d1.png
+share/gnome/help/ekiga/de/figures/config_d1.png
+share/gnome/help/ekiga/de/figures/config_d10.png
+share/gnome/help/ekiga/de/figures/config_d2.png
+share/gnome/help/ekiga/de/figures/config_d3.png
+share/gnome/help/ekiga/de/figures/config_d4.png
+share/gnome/help/ekiga/de/figures/config_d5.png
+share/gnome/help/ekiga/de/figures/config_d6.png
+share/gnome/help/ekiga/de/figures/config_d7.png
+share/gnome/help/ekiga/de/figures/config_d8.png
+share/gnome/help/ekiga/de/figures/config_d9.png
+share/gnome/help/ekiga/de/figures/lumi.png
+share/gnome/help/ekiga/de/figures/stats.png
+share/gnome/help/ekiga/es/ekiga.xml
+share/gnome/help/ekiga/es/figures/accounts_d1.png
+share/gnome/help/ekiga/es/figures/accounts_h323.png
+share/gnome/help/ekiga/es/figures/accounts_sip.png
+share/gnome/help/ekiga/es/figures/audio_codecs.png
+share/gnome/help/ekiga/es/figures/call_d1.png
+share/gnome/help/ekiga/es/figures/chat_d1.png
+share/gnome/help/ekiga/es/figures/config_d1.png
+share/gnome/help/ekiga/es/figures/config_d10.png
+share/gnome/help/ekiga/es/figures/config_d2.png
+share/gnome/help/ekiga/es/figures/config_d3.png
+share/gnome/help/ekiga/es/figures/config_d4.png
+share/gnome/help/ekiga/es/figures/config_d5.png
+share/gnome/help/ekiga/es/figures/config_d6.png
+share/gnome/help/ekiga/es/figures/config_d7.png
+share/gnome/help/ekiga/es/figures/config_d8.png
+share/gnome/help/ekiga/es/figures/config_d9.png
+share/gnome/help/ekiga/es/figures/lumi.png
+share/gnome/help/ekiga/es/figures/stats.png
+share/gnome/help/ekiga/fr/ekiga.xml
+share/gnome/help/ekiga/fr/figures/accounts_d1.png
+share/gnome/help/ekiga/fr/figures/accounts_h323.png
+share/gnome/help/ekiga/fr/figures/accounts_sip.png
+share/gnome/help/ekiga/fr/figures/audio_codecs.png
+share/gnome/help/ekiga/fr/figures/call_d1.png
+share/gnome/help/ekiga/fr/figures/chat_d1.png
+share/gnome/help/ekiga/fr/figures/config_d1.png
+share/gnome/help/ekiga/fr/figures/config_d10.png
+share/gnome/help/ekiga/fr/figures/config_d2.png
+share/gnome/help/ekiga/fr/figures/config_d3.png
+share/gnome/help/ekiga/fr/figures/config_d4.png
+share/gnome/help/ekiga/fr/figures/config_d5.png
+share/gnome/help/ekiga/fr/figures/config_d6.png
+share/gnome/help/ekiga/fr/figures/config_d7.png
+share/gnome/help/ekiga/fr/figures/config_d8.png
+share/gnome/help/ekiga/fr/figures/config_d9.png
+share/gnome/help/ekiga/fr/figures/lumi.png
+share/gnome/help/ekiga/fr/figures/stats.png
+share/gnome/help/ekiga/uk/ekiga.xml
+share/gnome/help/ekiga/uk/figures/accounts_d1.png
+share/gnome/help/ekiga/uk/figures/accounts_h323.png
+share/gnome/help/ekiga/uk/figures/accounts_sip.png
+share/gnome/help/ekiga/uk/figures/audio_codecs.png
+share/gnome/help/ekiga/uk/figures/call_d1.png
+share/gnome/help/ekiga/uk/figures/chat_d1.png
+share/gnome/help/ekiga/uk/figures/config_d1.png
+share/gnome/help/ekiga/uk/figures/config_d10.png
+share/gnome/help/ekiga/uk/figures/config_d2.png
+share/gnome/help/ekiga/uk/figures/config_d3.png
+share/gnome/help/ekiga/uk/figures/config_d4.png
+share/gnome/help/ekiga/uk/figures/config_d5.png
+share/gnome/help/ekiga/uk/figures/config_d6.png
+share/gnome/help/ekiga/uk/figures/config_d7.png
+share/gnome/help/ekiga/uk/figures/config_d8.png
+share/gnome/help/ekiga/uk/figures/config_d9.png
+share/gnome/help/ekiga/uk/figures/lumi.png
+share/gnome/help/ekiga/uk/figures/stats.png
+share/gnome/omf/ekiga/ekiga-C.omf
+share/gnome/omf/ekiga/ekiga-bg.omf
+share/gnome/omf/ekiga/ekiga-de.omf
+share/gnome/omf/ekiga/ekiga-es.omf
+share/gnome/omf/ekiga/ekiga-fr.omf
+share/gnome/omf/ekiga/ekiga-uk.omf
+share/gnome/pixmaps/ekiga.png
+share/gnome/pixmaps/ekiga/ekiga-logo.png
+share/gnome/pixmaps/ekiga/ekiga.png
+share/gnome/sounds/ekiga/busytone.wav
+share/gnome/sounds/ekiga/dialtone.wav
+share/gnome/sounds/ekiga/newmessage.wav
+share/gnome/sounds/ekiga/ring.wav
+share/gnome/sounds/ekiga/voicemail.wav
+ at dirrm share/gnome/sounds/ekiga
+ at dirrm share/gnome/pixmaps/ekiga
+ at dirrm share/gnome/omf/ekiga
+ at dirrm share/gnome/help/ekiga/uk/figures
+ at dirrm share/gnome/help/ekiga/uk
+ at dirrm share/gnome/help/ekiga/fr/figures
+ at dirrm share/gnome/help/ekiga/fr
+ at dirrm share/gnome/help/ekiga/es/figures
+ at dirrm share/gnome/help/ekiga/es
+ at dirrm share/gnome/help/ekiga/de/figures
+ at dirrm share/gnome/help/ekiga/de
+ at dirrm share/gnome/help/ekiga/bg/figures
+ at dirrm share/gnome/help/ekiga/bg
+ at dirrm share/gnome/help/ekiga/C/figures
+ at dirrm share/gnome/help/ekiga/C
+ at dirrm share/gnome/help/ekiga
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list