diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-23 09:10:49 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-23 09:10:49 +0800 |
commit | 814877a7f3e7230dc14c6f60e5a814ef4364d68f (patch) | |
tree | 2fd9c5fc37b4517836907fb8d18515bd7c8691f3 /net | |
parent | 1a76a9325a930bc496e70eb9c3785caad0f8d3c7 (diff) | |
download | marcuscom-ports-814877a7f3e7230dc14c6f60e5a814ef4364d68f.tar marcuscom-ports-814877a7f3e7230dc14c6f60e5a814ef4364d68f.tar.gz marcuscom-ports-814877a7f3e7230dc14c6f60e5a814ef4364d68f.tar.bz2 marcuscom-ports-814877a7f3e7230dc14c6f60e5a814ef4364d68f.tar.lz marcuscom-ports-814877a7f3e7230dc14c6f60e5a814ef4364d68f.tar.xz marcuscom-ports-814877a7f3e7230dc14c6f60e5a814ef4364d68f.tar.zst marcuscom-ports-814877a7f3e7230dc14c6f60e5a814ef4364d68f.zip |
USE_X_PREFIX -> USE_XLIB, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6699 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r-- | net/ekiga/Makefile | 63 | ||||
-rw-r--r-- | net/ekiga/distinfo | 3 | ||||
-rw-r--r-- | net/ekiga/files/patch-src-gui-libintl | 31 | ||||
-rw-r--r-- | net/ekiga/files/patch-src-gui-main.cpp | 11 | ||||
-rw-r--r-- | net/ekiga/pkg-descr | 7 | ||||
-rw-r--r-- | net/ekiga/pkg-plist | 231 | ||||
-rw-r--r-- | net/gnome-netstatus/Makefile | 36 | ||||
-rw-r--r-- | net/gnome-netstatus/distinfo | 3 | ||||
-rw-r--r-- | net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c | 25 | ||||
-rw-r--r-- | net/gnome-netstatus/pkg-descr | 2 | ||||
-rw-r--r-- | net/gnome-netstatus/pkg-plist | 185 |
11 files changed, 597 insertions, 0 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile new file mode 100644 index 000000000..d9418cf86 --- /dev/null +++ b/net/ekiga/Makefile @@ -0,0 +1,63 @@ +# Ports collection Makefile for: gnomemeeting +# Date created: 24/07/2001 +# Whom: roger@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= ekiga +PORTVERSION= 2.0.2 +PORTREVISION= 3 +CATEGORIES= net gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0 + +MAINTAINER= jbq@caraldi.com +COMMENT= VoIP phone for GNOME + +LIB_DEPENDS= opal_r.2:${PORTSDIR}/net/opal + +USE_BZIP2= yes +USE_XLIB= yes +USE_GMAKE= yes +USE_SDL= sdl +INSTALLS_OMF= yes +USE_GNOME= libgnomeui gnomeprefix gnomehack gnomedocutils \ + evolutiondataserver intlhack +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ + SDL_CONFIG="${SDL_CONFIG}" +CONFIGURE_ARGS= --with-pwlib-dir=${LOCALBASE} \ + --with-opal-dir=${LOCALBASE} + +GCONF_SCHEMAS= ekiga.schemas +MAN1= ekiga.1 + +.include <bsd.port.pre.mk> + +.if ${ARCH} == sparc64 && ${OSVERSION} <= 700003 +BROKEN= does not link due to missing symbol in default thread library +.endif + +.ifndef (WITHOUT_AVAHI) +LIB_DEPENDS+= avahi-core.4:${PORTSDIR}/net/avahi +CONFIGURE_ARGS+=--enable-avahi +.else +CONFIGURE_ARGS+=--disable-avahi +.endif + +.ifndef (WITHOUT_DBUS) +LIB_DEPENDS+= dbus-1.2:${PORTSDIR}/devel/dbus +CONFIGURE_ARGS+=--enable-dbus +PLIST_SUB+= DBUS:="" +.else +CONFIGURE_ARGS+=--disable-dbus +PLIST_SUB+= DBUS:="@comment " +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|{datadir}/dbus-1|(prefix)/share/dbus-1|g' \ + ${WRKSRC}/Makefile.in + +.include <bsd.port.post.mk> diff --git a/net/ekiga/distinfo b/net/ekiga/distinfo new file mode 100644 index 000000000..792e607a5 --- /dev/null +++ b/net/ekiga/distinfo @@ -0,0 +1,3 @@ +MD5 (ekiga-2.0.2.tar.bz2) = d593da6ac49dce495ef4c6ada06b54b6 +SHA256 (ekiga-2.0.2.tar.bz2) = 49cb294dde936850bdec15f1d9621f04eacc827055a1d7d5c2004949906a0fe7 +SIZE (ekiga-2.0.2.tar.bz2) = 4808008 diff --git a/net/ekiga/files/patch-src-gui-libintl b/net/ekiga/files/patch-src-gui-libintl new file mode 100644 index 000000000..5b987de36 --- /dev/null +++ b/net/ekiga/files/patch-src-gui-libintl @@ -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 --git a/net/ekiga/files/patch-src-gui-main.cpp b/net/ekiga/files/patch-src-gui-main.cpp new file mode 100644 index 000000000..44833bfee --- /dev/null +++ b/net/ekiga/files/patch-src-gui-main.cpp @@ -0,0 +1,11 @@ +--- src/gui/main.cpp.orig Thu Jun 22 10:00:56 2006 ++++ src/gui/main.cpp Thu Jun 22 10:03:18 2006 +@@ -1282,7 +1282,7 @@ + gtk_container_set_border_width (GTK_CONTAINER (button), 0); + gtk_container_add (GTK_CONTAINER (button), box); + +- gtk_widget_add_accelerator (button, "activate", ++ gtk_widget_add_accelerator (button, "clicked", + mw->accel, key_kp [i], + (GdkModifierType) 0, (GtkAccelFlags) 0); + diff --git a/net/ekiga/pkg-descr b/net/ekiga/pkg-descr new file mode 100644 index 000000000..6413ccfc2 --- /dev/null +++ b/net/ekiga/pkg-descr @@ -0,0 +1,7 @@ +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. + +WWW: http://www.ekiga.org/ diff --git a/net/ekiga/pkg-plist b/net/ekiga/pkg-plist new file mode 100644 index 000000000..e9615d657 --- /dev/null +++ b/net/ekiga/pkg-plist @@ -0,0 +1,231 @@ +bin/ekiga +bin/ekiga-config-tool +%%DBUS:%%bin/ekiga-helper +libdata/bonobo/servers/ekiga.server +%%DBUS:%%share/dbus-1/services/net.ekiga.helper.service +%%DBUS:%%share/dbus-1/services/net.ekiga.instance.service +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 +share/locale/am/LC_MESSAGES/ekiga.mo +share/locale/ar/LC_MESSAGES/ekiga.mo +share/locale/az/LC_MESSAGES/ekiga.mo +share/locale/be/LC_MESSAGES/ekiga.mo +share/locale/bg/LC_MESSAGES/ekiga.mo +share/locale/bn/LC_MESSAGES/ekiga.mo +share/locale/bs/LC_MESSAGES/ekiga.mo +share/locale/ca/LC_MESSAGES/ekiga.mo +share/locale/cs/LC_MESSAGES/ekiga.mo +share/locale/cy/LC_MESSAGES/ekiga.mo +share/locale/da/LC_MESSAGES/ekiga.mo +share/locale/de/LC_MESSAGES/ekiga.mo +share/locale/dz/LC_MESSAGES/ekiga.mo +share/locale/el/LC_MESSAGES/ekiga.mo +share/locale/en_CA/LC_MESSAGES/ekiga.mo +share/locale/en_GB/LC_MESSAGES/ekiga.mo +share/locale/es/LC_MESSAGES/ekiga.mo +share/locale/et/LC_MESSAGES/ekiga.mo +share/locale/eu/LC_MESSAGES/ekiga.mo +share/locale/fa/LC_MESSAGES/ekiga.mo +share/locale/fi/LC_MESSAGES/ekiga.mo +share/locale/fr/LC_MESSAGES/ekiga.mo +share/locale/ga/LC_MESSAGES/ekiga.mo +share/locale/gl/LC_MESSAGES/ekiga.mo +share/locale/gu/LC_MESSAGES/ekiga.mo +share/locale/he/LC_MESSAGES/ekiga.mo +share/locale/hi/LC_MESSAGES/ekiga.mo +share/locale/hr/LC_MESSAGES/ekiga.mo +share/locale/hu/LC_MESSAGES/ekiga.mo +share/locale/id/LC_MESSAGES/ekiga.mo +share/locale/is/LC_MESSAGES/ekiga.mo +share/locale/it/LC_MESSAGES/ekiga.mo +share/locale/ja/LC_MESSAGES/ekiga.mo +share/locale/ka/LC_MESSAGES/ekiga.mo +share/locale/ko/LC_MESSAGES/ekiga.mo +share/locale/ku/LC_MESSAGES/ekiga.mo +share/locale/lt/LC_MESSAGES/ekiga.mo +share/locale/lv/LC_MESSAGES/ekiga.mo +share/locale/mk/LC_MESSAGES/ekiga.mo +share/locale/ml/LC_MESSAGES/ekiga.mo +share/locale/mn/LC_MESSAGES/ekiga.mo +share/locale/mr/LC_MESSAGES/ekiga.mo +share/locale/ms/LC_MESSAGES/ekiga.mo +share/locale/nb/LC_MESSAGES/ekiga.mo +share/locale/ne/LC_MESSAGES/ekiga.mo +share/locale/nl/LC_MESSAGES/ekiga.mo +share/locale/pa/LC_MESSAGES/ekiga.mo +share/locale/pl/LC_MESSAGES/ekiga.mo +share/locale/pt/LC_MESSAGES/ekiga.mo +share/locale/pt_BR/LC_MESSAGES/ekiga.mo +share/locale/ro/LC_MESSAGES/ekiga.mo +share/locale/ru/LC_MESSAGES/ekiga.mo +share/locale/rw/LC_MESSAGES/ekiga.mo +share/locale/sk/LC_MESSAGES/ekiga.mo +share/locale/sq/LC_MESSAGES/ekiga.mo +share/locale/sr/LC_MESSAGES/ekiga.mo +share/locale/sr@Latn/LC_MESSAGES/ekiga.mo +share/locale/sv/LC_MESSAGES/ekiga.mo +share/locale/ta/LC_MESSAGES/ekiga.mo +share/locale/th/LC_MESSAGES/ekiga.mo +share/locale/tr/LC_MESSAGES/ekiga.mo +share/locale/uk/LC_MESSAGES/ekiga.mo +share/locale/vi/LC_MESSAGES/ekiga.mo +share/locale/wa/LC_MESSAGES/ekiga.mo +share/locale/xh/LC_MESSAGES/ekiga.mo +share/locale/zh_CN/LC_MESSAGES/ekiga.mo +share/locale/zh_HK/LC_MESSAGES/ekiga.mo +share/locale/zh_TW/LC_MESSAGES/ekiga.mo +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrm share/gnome/sounds/ekiga +@dirrm share/gnome/pixmaps/ekiga +@dirrm share/gnome/omf/ekiga +@dirrm share/gnome/help/ekiga/uk/figures +@dirrm share/gnome/help/ekiga/uk +@dirrm share/gnome/help/ekiga/fr/figures +@dirrm share/gnome/help/ekiga/fr +@dirrm share/gnome/help/ekiga/es/figures +@dirrm share/gnome/help/ekiga/es +@dirrm share/gnome/help/ekiga/de/figures +@dirrm share/gnome/help/ekiga/de +@dirrm share/gnome/help/ekiga/bg/figures +@dirrm share/gnome/help/ekiga/bg +@dirrm share/gnome/help/ekiga/C/figures +@dirrm share/gnome/help/ekiga/C +@dirrm share/gnome/help/ekiga diff --git a/net/gnome-netstatus/Makefile b/net/gnome-netstatus/Makefile new file mode 100644 index 000000000..a653aa0b3 --- /dev/null +++ b/net/gnome-netstatus/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: gnomenetstatus +# Date Created: 05 December 2003 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= gnome-netstatus +PORTVERSION= 2.12.0 +PORTREVISION= 3 +CATEGORIES= net gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-netstatus/2.12 +DISTNAME= gnome-netstatus-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A GNOME applet that shows network status + +USE_XLIB= yes +INSTALLS_OMF= yes +INSTALLS_ICONS= yes +USE_BZIP2= yes +GNOME_DESKTOP_VERSION=2 +USE_GNOME= gnomehack intlhack gnomeprefix libgnome gnomepanel libglade2 \ + gnomedocutils +USE_GMAKE= yes +USE_GETTEXT= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +GCONF_SCHEMAS= netstatus.schemas + +.include <bsd.port.mk> diff --git a/net/gnome-netstatus/distinfo b/net/gnome-netstatus/distinfo new file mode 100644 index 000000000..e35e5f4c0 --- /dev/null +++ b/net/gnome-netstatus/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/gnome-netstatus-2.12.0.tar.bz2) = a5f23731a3bf232969e82afef8792a36 +SHA256 (gnome2/gnome-netstatus-2.12.0.tar.bz2) = 14118e71b852a77b9cb8cfe290598afb4d267cac4f6606c99b16b0b2fa807dc9 +SIZE (gnome2/gnome-netstatus-2.12.0.tar.bz2) = 473226 diff --git a/net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c b/net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c new file mode 100644 index 000000000..b674048d5 --- /dev/null +++ b/net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c @@ -0,0 +1,25 @@ +--- src/netstatus-sysdeps.c.orig Mon Mar 14 09:34:06 2005 ++++ src/netstatus-sysdeps.c Mon Jan 30 21:44:49 2006 +@@ -430,11 +430,11 @@ static inline char * + get_an_data (const char *iface, + int *signal_strength) + { ++ struct an_ltv_status *sts; ++ struct an_req areq; + #ifdef AN_RID_RSSI_MAP + struct an_ltv_rssi_map an_rssimap; + #endif +- struct an_req areq; +- struct an_ltv_status *sts; + int level; + char *error = NULL; + gboolean rssimap_valid = FALSE; +@@ -548,6 +548,8 @@ netstatus_sysdeps_read_iface_wireless_de + g_strncasecmp (iface, "wi", 2) && + g_strncasecmp (iface, "ath", 3) && + g_strncasecmp (iface, "ndis", 4) && ++ g_strncasecmp (iface, "ural", 4) && ++ g_strncasecmp (iface, "ral", 3) && + g_strncasecmp (iface, "ipw", 3) && + g_strncasecmp (iface, "iwi", 3) && + g_strncasecmp (iface, "acx", 3)) diff --git a/net/gnome-netstatus/pkg-descr b/net/gnome-netstatus/pkg-descr new file mode 100644 index 000000000..0848cf01f --- /dev/null +++ b/net/gnome-netstatus/pkg-descr @@ -0,0 +1,2 @@ +Gnome-netstatus is a panel applet which provides information about +network interfaces. diff --git a/net/gnome-netstatus/pkg-plist b/net/gnome-netstatus/pkg-plist new file mode 100644 index 000000000..266c5b3ad --- /dev/null +++ b/net/gnome-netstatus/pkg-plist @@ -0,0 +1,185 @@ +libdata/bonobo/servers/GNOME_NetstatusApplet_Factory.server +libexec/gnome-netstatus-applet +share/gnome/gnome-2.0/ui/GNOME_NetstatusApplet.xml +share/gnome/gnome-netstatus/gnome-netstatus.glade +share/gnome/help/gnome-netstatus/C/gnome-netstatus.xml +share/gnome/help/gnome-netstatus/C/legal.xml +share/gnome/help/gnome-netstatus/de/figures/gnome-netstatus-disconn.png +share/gnome/help/gnome-netstatus/de/figures/gnome-netstatus-error.png +share/gnome/help/gnome-netstatus/de/figures/gnome-netstatus-idle.png +share/gnome/help/gnome-netstatus/de/figures/gnome-netstatus-rx.png +share/gnome/help/gnome-netstatus/de/figures/gnome-netstatus-tx.png +share/gnome/help/gnome-netstatus/de/figures/gnome-netstatus-txrx.png +share/gnome/help/gnome-netstatus/de/gnome-netstatus.xml +share/gnome/help/gnome-netstatus/de/legal.xml +share/gnome/help/gnome-netstatus/es/gnome-netstatus.xml +share/gnome/help/gnome-netstatus/fr/figures/gnome-netstatus-disconn.png +share/gnome/help/gnome-netstatus/fr/figures/gnome-netstatus-error.png +share/gnome/help/gnome-netstatus/fr/figures/gnome-netstatus-idle.png +share/gnome/help/gnome-netstatus/fr/figures/gnome-netstatus-rx.png +share/gnome/help/gnome-netstatus/fr/figures/gnome-netstatus-tx.png +share/gnome/help/gnome-netstatus/fr/figures/gnome-netstatus-txrx.png +share/gnome/help/gnome-netstatus/fr/gnome-netstatus.xml +share/gnome/help/gnome-netstatus/fr/legal.xml +share/gnome/help/gnome-netstatus/it/figures/gnome-netstatus-disconn.png +share/gnome/help/gnome-netstatus/it/figures/gnome-netstatus-error.png +share/gnome/help/gnome-netstatus/it/figures/gnome-netstatus-idle.png +share/gnome/help/gnome-netstatus/it/figures/gnome-netstatus-rx.png +share/gnome/help/gnome-netstatus/it/figures/gnome-netstatus-tx.png +share/gnome/help/gnome-netstatus/it/figures/gnome-netstatus-txrx.png +share/gnome/help/gnome-netstatus/it/gnome-netstatus.xml +share/gnome/help/gnome-netstatus/it/legal.xml +share/gnome/help/gnome-netstatus/ja/figures/gnome-netstatus-disconn.png +share/gnome/help/gnome-netstatus/ja/figures/gnome-netstatus-error.png +share/gnome/help/gnome-netstatus/ja/figures/gnome-netstatus-idle.png +share/gnome/help/gnome-netstatus/ja/figures/gnome-netstatus-rx.png +share/gnome/help/gnome-netstatus/ja/figures/gnome-netstatus-tx.png +share/gnome/help/gnome-netstatus/ja/figures/gnome-netstatus-txrx.png +share/gnome/help/gnome-netstatus/ja/gnome-netstatus.xml +share/gnome/help/gnome-netstatus/ja/legal.xml +share/gnome/help/gnome-netstatus/ko/figures/gnome-netstatus-disconn.png +share/gnome/help/gnome-netstatus/ko/figures/gnome-netstatus-error.png +share/gnome/help/gnome-netstatus/ko/figures/gnome-netstatus-idle.png +share/gnome/help/gnome-netstatus/ko/figures/gnome-netstatus-rx.png +share/gnome/help/gnome-netstatus/ko/figures/gnome-netstatus-tx.png +share/gnome/help/gnome-netstatus/ko/figures/gnome-netstatus-txrx.png +share/gnome/help/gnome-netstatus/ko/gnome-netstatus.xml +share/gnome/help/gnome-netstatus/ko/legal.xml +share/gnome/help/gnome-netstatus/sv/figures/gnome-netstatus-disconn.png +share/gnome/help/gnome-netstatus/sv/figures/gnome-netstatus-error.png +share/gnome/help/gnome-netstatus/sv/figures/gnome-netstatus-idle.png +share/gnome/help/gnome-netstatus/sv/figures/gnome-netstatus-rx.png +share/gnome/help/gnome-netstatus/sv/figures/gnome-netstatus-tx.png +share/gnome/help/gnome-netstatus/sv/figures/gnome-netstatus-txrx.png +share/gnome/help/gnome-netstatus/sv/gnome-netstatus.xml +share/gnome/help/gnome-netstatus/sv/legal.xml +share/gnome/help/gnome-netstatus/uk/gnome-netstatus.xml +share/gnome/help/gnome-netstatus/zh_CN/figures/gnome-netstatus-disconn.png +share/gnome/help/gnome-netstatus/zh_CN/figures/gnome-netstatus-error.png +share/gnome/help/gnome-netstatus/zh_CN/figures/gnome-netstatus-idle.png +share/gnome/help/gnome-netstatus/zh_CN/figures/gnome-netstatus-rx.png +share/gnome/help/gnome-netstatus/zh_CN/figures/gnome-netstatus-tx.png +share/gnome/help/gnome-netstatus/zh_CN/figures/gnome-netstatus-txrx.png +share/gnome/help/gnome-netstatus/zh_CN/gnome-netstatus.xml +share/gnome/help/gnome-netstatus/zh_CN/legal.xml +share/gnome/help/gnome-netstatus/zh_HK/figures/gnome-netstatus-disconn.png +share/gnome/help/gnome-netstatus/zh_HK/figures/gnome-netstatus-error.png +share/gnome/help/gnome-netstatus/zh_HK/figures/gnome-netstatus-idle.png +share/gnome/help/gnome-netstatus/zh_HK/figures/gnome-netstatus-rx.png +share/gnome/help/gnome-netstatus/zh_HK/figures/gnome-netstatus-tx.png +share/gnome/help/gnome-netstatus/zh_HK/figures/gnome-netstatus-txrx.png +share/gnome/help/gnome-netstatus/zh_HK/gnome-netstatus.xml +share/gnome/help/gnome-netstatus/zh_HK/legal.xml +share/gnome/help/gnome-netstatus/zh_TW/figures/gnome-netstatus-disconn.png +share/gnome/help/gnome-netstatus/zh_TW/figures/gnome-netstatus-error.png +share/gnome/help/gnome-netstatus/zh_TW/figures/gnome-netstatus-idle.png +share/gnome/help/gnome-netstatus/zh_TW/figures/gnome-netstatus-rx.png +share/gnome/help/gnome-netstatus/zh_TW/figures/gnome-netstatus-tx.png +share/gnome/help/gnome-netstatus/zh_TW/figures/gnome-netstatus-txrx.png +share/gnome/help/gnome-netstatus/zh_TW/gnome-netstatus.xml +share/gnome/help/gnome-netstatus/zh_TW/legal.xml +share/gnome/omf/gnome-netstatus/gnome-netstatus-C.omf +share/gnome/omf/gnome-netstatus/gnome-netstatus-de.omf +share/gnome/omf/gnome-netstatus/gnome-netstatus-es.omf +share/gnome/omf/gnome-netstatus/gnome-netstatus-fr.omf +share/gnome/omf/gnome-netstatus/gnome-netstatus-it.omf +share/gnome/omf/gnome-netstatus/gnome-netstatus-ja.omf +share/gnome/omf/gnome-netstatus/gnome-netstatus-ko.omf +share/gnome/omf/gnome-netstatus/gnome-netstatus-sv.omf +share/gnome/omf/gnome-netstatus/gnome-netstatus-uk.omf +share/gnome/omf/gnome-netstatus/gnome-netstatus-zh_CN.omf +share/gnome/omf/gnome-netstatus/gnome-netstatus-zh_HK.omf +share/gnome/omf/gnome-netstatus/gnome-netstatus-zh_TW.omf +share/gnome/pixmaps/gnome-netstatus-tx.png +share/icons/hicolor/48x48/apps/gnome-netstatus-0-24.png +share/icons/hicolor/48x48/apps/gnome-netstatus-25-49.png +share/icons/hicolor/48x48/apps/gnome-netstatus-50-74.png +share/icons/hicolor/48x48/apps/gnome-netstatus-75-100.png +share/icons/hicolor/48x48/apps/gnome-netstatus-disconn.png +share/icons/hicolor/48x48/apps/gnome-netstatus-error.png +share/icons/hicolor/48x48/apps/gnome-netstatus-idle.png +share/icons/hicolor/48x48/apps/gnome-netstatus-rx.png +share/icons/hicolor/48x48/apps/gnome-netstatus-tx.png +share/icons/hicolor/48x48/apps/gnome-netstatus-txrx.png +share/locale/ar/LC_MESSAGES/gnome-netstatus.mo +share/locale/az/LC_MESSAGES/gnome-netstatus.mo +share/locale/bg/LC_MESSAGES/gnome-netstatus.mo +share/locale/bn/LC_MESSAGES/gnome-netstatus.mo +share/locale/bs/LC_MESSAGES/gnome-netstatus.mo +share/locale/ca/LC_MESSAGES/gnome-netstatus.mo +share/locale/cs/LC_MESSAGES/gnome-netstatus.mo +share/locale/cy/LC_MESSAGES/gnome-netstatus.mo +share/locale/da/LC_MESSAGES/gnome-netstatus.mo +share/locale/de/LC_MESSAGES/gnome-netstatus.mo +share/locale/el/LC_MESSAGES/gnome-netstatus.mo +share/locale/en_CA/LC_MESSAGES/gnome-netstatus.mo +share/locale/en_GB/LC_MESSAGES/gnome-netstatus.mo +share/locale/es/LC_MESSAGES/gnome-netstatus.mo +share/locale/et/LC_MESSAGES/gnome-netstatus.mo +share/locale/eu/LC_MESSAGES/gnome-netstatus.mo +share/locale/fa/LC_MESSAGES/gnome-netstatus.mo +share/locale/fi/LC_MESSAGES/gnome-netstatus.mo +share/locale/fr/LC_MESSAGES/gnome-netstatus.mo +share/locale/ga/LC_MESSAGES/gnome-netstatus.mo +share/locale/gl/LC_MESSAGES/gnome-netstatus.mo +share/locale/gu/LC_MESSAGES/gnome-netstatus.mo +share/locale/hi/LC_MESSAGES/gnome-netstatus.mo +share/locale/hr/LC_MESSAGES/gnome-netstatus.mo +share/locale/hu/LC_MESSAGES/gnome-netstatus.mo +share/locale/id/LC_MESSAGES/gnome-netstatus.mo +share/locale/it/LC_MESSAGES/gnome-netstatus.mo +share/locale/ja/LC_MESSAGES/gnome-netstatus.mo +share/locale/ko/LC_MESSAGES/gnome-netstatus.mo +share/locale/lt/LC_MESSAGES/gnome-netstatus.mo +share/locale/mn/LC_MESSAGES/gnome-netstatus.mo +share/locale/ms/LC_MESSAGES/gnome-netstatus.mo +share/locale/nb/LC_MESSAGES/gnome-netstatus.mo +share/locale/ne/LC_MESSAGES/gnome-netstatus.mo +share/locale/nl/LC_MESSAGES/gnome-netstatus.mo +share/locale/nn/LC_MESSAGES/gnome-netstatus.mo +share/locale/no/LC_MESSAGES/gnome-netstatus.mo +share/locale/pa/LC_MESSAGES/gnome-netstatus.mo +share/locale/pl/LC_MESSAGES/gnome-netstatus.mo +share/locale/pt/LC_MESSAGES/gnome-netstatus.mo +share/locale/pt_BR/LC_MESSAGES/gnome-netstatus.mo +share/locale/ro/LC_MESSAGES/gnome-netstatus.mo +share/locale/ru/LC_MESSAGES/gnome-netstatus.mo +share/locale/rw/LC_MESSAGES/gnome-netstatus.mo +share/locale/sk/LC_MESSAGES/gnome-netstatus.mo +share/locale/sq/LC_MESSAGES/gnome-netstatus.mo +share/locale/sr/LC_MESSAGES/gnome-netstatus.mo +share/locale/sr@Latn/LC_MESSAGES/gnome-netstatus.mo +share/locale/sv/LC_MESSAGES/gnome-netstatus.mo +share/locale/ta/LC_MESSAGES/gnome-netstatus.mo +share/locale/th/LC_MESSAGES/gnome-netstatus.mo +share/locale/tr/LC_MESSAGES/gnome-netstatus.mo +share/locale/uk/LC_MESSAGES/gnome-netstatus.mo +share/locale/vi/LC_MESSAGES/gnome-netstatus.mo +share/locale/wa/LC_MESSAGES/gnome-netstatus.mo +share/locale/xh/LC_MESSAGES/gnome-netstatus.mo +share/locale/zh_CN/LC_MESSAGES/gnome-netstatus.mo +share/locale/zh_TW/LC_MESSAGES/gnome-netstatus.mo +@dirrm share/gnome/omf/gnome-netstatus +@dirrm share/gnome/help/gnome-netstatus/zh_TW/figures +@dirrm share/gnome/help/gnome-netstatus/zh_TW +@dirrm share/gnome/help/gnome-netstatus/zh_HK/figures +@dirrm share/gnome/help/gnome-netstatus/zh_HK +@dirrm share/gnome/help/gnome-netstatus/zh_CN/figures +@dirrm share/gnome/help/gnome-netstatus/zh_CN +@dirrm share/gnome/help/gnome-netstatus/uk +@dirrm share/gnome/help/gnome-netstatus/sv/figures +@dirrm share/gnome/help/gnome-netstatus/sv +@dirrm share/gnome/help/gnome-netstatus/ko/figures +@dirrm share/gnome/help/gnome-netstatus/ko +@dirrm share/gnome/help/gnome-netstatus/ja/figures +@dirrm share/gnome/help/gnome-netstatus/ja +@dirrm share/gnome/help/gnome-netstatus/it/figures +@dirrm share/gnome/help/gnome-netstatus/it +@dirrm share/gnome/help/gnome-netstatus/fr/figures +@dirrm share/gnome/help/gnome-netstatus/fr +@dirrm share/gnome/help/gnome-netstatus/es +@dirrm share/gnome/help/gnome-netstatus/de/figures +@dirrm share/gnome/help/gnome-netstatus/de +@dirrm share/gnome/help/gnome-netstatus/C +@dirrm share/gnome/help/gnome-netstatus +@dirrm share/gnome/gnome-netstatus |