Date: 19 Jan 2001 00:43:31 -0000 From: Erich Zigler <erich@tacni.net> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/24442: Port Update: Gabber 0.8.1 Message-ID: <20010119004331.38644.qmail@arthur.tacni.net>
next in thread | raw e-mail | index | archive | help
>Number: 24442 >Category: ports >Synopsis: Gabber Port Update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jan 18 16:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: --- net/gabber.orig/Makefile Sun Nov 19 19:05:56 2000 +++ net/gabber/Makefile Thu Jan 18 12:56:25 2001 @@ -6,8 +6,7 @@ # PORTNAME= gabber -PORTVERSION= 0.7.0 -PORTREVISION= 2 +PORTVERSION= 0.8.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +16,8 @@ LIB_DEPENDS= gtkmm.1:${PORTSDIR}/x11-toolkits/gtk-- \ gnomemm.3:${PORTSDIR}/x11-toolkits/gnome-- \ sigc.1:${PORTSDIR}/devel/libsigc++ \ - gnet.0:${PORTSDIR}/net/gnet \ + gal.3:${PORTSDIR}/x11-toolkits/gal \ + giconv.2:${PORTSDIR}/converters/libiconv \ glade.4:${PORTSDIR}/devel/libglade USE_X_PREFIX= yes diff -urN net/gabber.orig/distinfo net/gabber/distinfo --- net/gabber.orig/distinfo Tue Sep 12 17:44:26 2000 +++ net/gabber/distinfo Thu Jan 18 12:43:42 2001 @@ -1 +1 @@ -MD5 (gabber-0.7.0.tar.gz) = 0446b9692de1203515bf3c498c1eb899 +MD5 (gabber-0.8.1.tar.gz) = a0f5d038665cd244b891d998c15791c0 diff -urN net/gabber.orig/files/patch-aa net/gabber/files/patch-aa --- net/gabber.orig/files/patch-aa Fri Jun 30 09:34:14 2000 +++ net/gabber/files/patch-aa Wed Dec 31 18:00:00 1969 @@ -1,11 +0,0 @@ ---- jabberoo/src/sha.c.orig Wed Jun 21 22:38:30 2000 -+++ jabberoo/src/sha.c Wed Jun 21 22:39:14 2000 -@@ -45,7 +45,7 @@ - #include <sys/stat.h> - #ifndef WIN32 - #include <unistd.h> --#include <endian.h> -+#include <machine/endian.h> - #define INT64 long long - #else - #include <string.h> diff -urN net/gabber.orig/files/patch-ac net/gabber/files/patch-ac --- net/gabber.orig/files/patch-ac Fri Jun 30 09:34:14 2000 +++ net/gabber/files/patch-ac Wed Dec 31 18:00:00 1969 @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Fri Jun 30 09:25:00 2000 -+++ src/Makefile.in Fri Jun 30 09:25:25 2000 -@@ -141,7 +141,7 @@ - - EXTRA_DIST = Gabber.hh GladeHelper.hh gabber.glade GabberGladeStrings.c GabberConfig.hh - --CXXFLAGS = -g -O2 -+CXXFLAGS = @CXXFLAGS@ - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h - CONFIG_CLEAN_FILES = GabberConfig.hh diff -urN net/gabber.orig/files/patch-ae net/gabber/files/patch-ae --- net/gabber.orig/files/patch-ae Sun Nov 19 19:05:56 2000 +++ net/gabber/files/patch-ae Thu Jan 18 12:30:53 2001 @@ -1,14 +1,15 @@ ---- src/GabberConfig.hh.in.orig Sat Jul 29 23:08:26 2000 -+++ src/GabberConfig.hh.in Fri Nov 17 18:40:15 2000 -@@ -5,8 +5,8 @@ - +--- src/GabberConfig.hh.in.orig Thu Jan 18 12:28:59 2001 ++++ src/GabberConfig.hh.in Thu Jan 18 12:30:07 2001 +@@ -3,9 +3,9 @@ + #include <config.h> static const char* GABBER_PACKAGE = PACKAGE; static const char* GABBER_VERSION = VERSION; -static const char* GABBER_GLADEFILE = "@prefix@/share/gabber/gabber.glade"; +-static const char* GABBER_SHAREDIR = "@prefix@/share/gabber/"; +static const char* GABBER_GLADEFILE = "@prefix@/share/gnome/gabber/gabber.glade"; ++static const char* GABBER_SHAREDIR = "@prefix@/share/gnome/gabber/"; static const char* GABBER_CONFIG = "/Gabber/"; -static const char* GABBER_PIXPATH = "@prefix@/share/pixmaps/gabber/"; +static const char* GABBER_PIXPATH = "@datadir@/pixmaps/gabber/"; - --#endif -+#endif + static const char* GABBER_CSSFILE = "@prefix@/share/gabber/gabber-logs.css"; + #endif diff -urN net/gabber.orig/files/patch-ag net/gabber/files/patch-ag --- net/gabber.orig/files/patch-ag Sat Aug 19 15:21:45 2000 +++ net/gabber/files/patch-ag Wed Dec 31 18:00:00 1969 @@ -1,17 +0,0 @@ ---- jabberoo/test/jidtest.cc.orig Thu Aug 17 16:31:50 2000 -+++ jabberoo/test/jidtest.cc Thu Aug 17 16:32:35 2000 -@@ -4,7 +4,7 @@ - #include <iostream> - using namespace std; - --void main(int argc, char** argv) -+int main(int argc, char** argv) - { - string jid = "user@host.com/resource"; - cerr << "JID: " << jid << endl -@@ -20,4 +20,5 @@ - << "2: " << jid2 << "\t" << JID::getHost(jid2) << endl - << "3: " << jid3 << "\t" << JID::getHost(jid3) << endl - << "4: " << jid4 << "\t" << JID::getHost(jid4) << endl; -+ return 0; - } diff -urN net/gabber.orig/files/patch-ah net/gabber/files/patch-ah --- net/gabber.orig/files/patch-ah Tue Sep 12 17:44:27 2000 +++ net/gabber/files/patch-ah Wed Dec 31 18:00:00 1969 @@ -1,9 +0,0 @@ ---- src/RegistrationWin.cc.orig Sat Jul 29 23:08:27 2000 -+++ src/RegistrationWin.cc Tue Sep 12 13:32:24 2000 -@@ -86,4 +86,4 @@ - -- append_button_with_pixmap(_("Ok"), GNOME_STOCK_BUTTON_OK); -- append_button_with_pixmap(_("Cancel"), GNOME_STOCK_BUTTON_CANCEL); -+ append_button(_("Ok"), GNOME_STOCK_BUTTON_OK); -+ append_button(_("Cancel"), GNOME_STOCK_BUTTON_CANCEL); - diff -urN net/gabber.orig/files/patch-aj net/gabber/files/patch-aj --- net/gabber.orig/files/patch-aj Wed Dec 31 18:00:00 1969 +++ net/gabber/files/patch-aj Thu Jan 18 13:08:25 2001 @@ -0,0 +1,68 @@ +--- configure.in.orig Thu Jan 18 12:32:26 2001 ++++ configure.in Thu Jan 18 13:08:15 2001 +@@ -70,15 +70,15 @@ + save_CFLAGS="$CFLAGS" + save_LDFLAGS="$LDFLAGS" + CFLAGS="$CFLAGS $ICONV_CFLAGS" +-LDFLAGS="$LDFLAGS $ICONV_LIBS -liconv" +-AC_CACHE_CHECK(for iconv in -liconv, ac_cv_libiconv, AC_TRY_LINK([ +-#include <iconv.h> ++LDFLAGS="$LDFLAGS $ICONV_LIBS -lgiconv" ++AC_CACHE_CHECK(for iconv in -lgiconv, ac_cv_libiconv, AC_TRY_LINK([ ++#include <giconv.h> + ], [ + iconv_t cd; + cd = iconv_open ("UTF-8", "ISO-8859-1"); + ], ac_cv_libiconv=yes, ac_cv_libiconv=no)) + if test $ac_cv_libiconv = yes; then +- ICONV_LIBS="$ICONV_LIBS -liconv" ++ ICONV_LIBS="$ICONV_LIBS -lgiconv" + have_iconv=yes + else + CFLAGS="$save_CFLAGS" +@@ -91,7 +91,7 @@ + AC_CHECK_FUNCS(gnu_get_libc_version) + fi + AC_CACHE_CHECK([if iconv() handles UTF-8], ac_cv_libiconv_utf8, AC_TRY_RUN([ +-#include <iconv.h> ++#include <giconv.h> + #include <stdlib.h> + #include <string.h> + #ifdef HAVE_GNU_GET_LIBC_VERSION +@@ -151,22 +151,22 @@ + dnl ****************************** + dnl Gnome App Lib checking + dnl ****************************** +-dnl AC_MSG_CHECKING(for Gnome App libraries (GAL) >= 0.3) +-dnl if $GNOME_CONFIG --libs gal > /dev/null 2>&1; then +-dnl vers=`$GNOME_CONFIG --modversion gal | sed -e "s/gal-//" -e 's/cvs$//' -e 's/pre$//' | \ +-dnl awk 'BEGIN { FS = "."; } { print $1 * 1000000 + $2 * 10000 + $3 * 1 00 + $4;}'` +-dnl if test "$vers" -ge 30000; then +-dnl AC_MSG_RESULT(found) +-dnl else +-dnl AC_MSG_ERROR(You need at least GNOME Application Lib (GAL) 0.3) +-dnl fi +-dnl else +-dnl AC_MSG_ERROR(Did not find GnomeAppLib (GAL) installed) +-dnl fi ++AC_MSG_CHECKING(for Gnome App libraries (GAL) >= 0.3) ++if $GNOME_CONFIG --libs gal > /dev/null 2>&1; then ++ vers=`$GNOME_CONFIG --modversion gal | sed -e "s/gal-//" -e 's/cvs$//' -e 's/pre$//' | \ ++ awk 'BEGIN { FS = "."; } { print $1 * 1000000 + $2 * 10000 + $3 * 100 + $4;}'` ++ if test "$vers" -ge 30000; then ++ AC_MSG_RESULT(found) ++ else ++ AC_MSG_ERROR(You need at least GNOME Application Lib (GAL) 0.3) ++ fi ++else ++ AC_MSG_ERROR(Did not find GnomeAppLib (GAL) installed) ++fi + + dnl add 'gal' to both of these if you want gal dependency +-EXTRA_GNOME_LIBS="`$GNOME_CONFIG --libs libglade gnomeui` $ICONV_LIBS $UNICODE_LIBS" +-EXTRA_GNOME_CFLAGS="`$GNOME_CONFIG --cflags libglade` $ICONV_CFLAGS $UNICODE_CFLAGS" ++EXTRA_GNOME_LIBS="`$GNOME_CONFIG --libs libglade gnomeui gal` $ICONV_LIBS $UNICODE_LIBS" ++EXTRA_GNOME_CFLAGS="`$GNOME_CONFIG --cflags libglade gal` $ICONV_CFLAGS $UNICODE_CFLAGS" + + AC_SUBST(EXTRA_GNOME_LIBS) + AC_SUBST(EXTRA_GNOME_CFLAGS) diff -urN net/gabber.orig/files/patch-ak net/gabber/files/patch-ak --- net/gabber.orig/files/patch-ak Wed Dec 31 18:00:00 1969 +++ net/gabber/files/patch-ak Thu Jan 18 12:42:04 2001 @@ -0,0 +1,11 @@ +--- src/GabberUtility.cc.orig Thu Jan 18 12:39:58 2001 ++++ src/GabberUtility.cc Thu Jan 18 12:40:12 2001 +@@ -1,7 +1,7 @@ + + #include "GabberUtility.hh" + #include "Gabber.hh" +-#include "e-unicode.h" ++#include <gal/widgets/e-unicode.h> + + using namespace jabberoo; + diff -urN net/gabber.orig/files/patch-al net/gabber/files/patch-al --- net/gabber.orig/files/patch-al Wed Dec 31 18:00:00 1969 +++ net/gabber/files/patch-al Thu Jan 18 13:13:35 2001 @@ -0,0 +1,42 @@ +--- configure.orig Thu Jan 18 13:08:47 2001 ++++ configure Thu Jan 18 13:10:29 2001 +@@ -4900,9 +4900,9 @@ + save_CFLAGS="$CFLAGS" + save_LDFLAGS="$LDFLAGS" + CFLAGS="$CFLAGS $ICONV_CFLAGS" +-LDFLAGS="$LDFLAGS $ICONV_LIBS -liconv" +-echo $ac_n "checking for iconv in -liconv""... $ac_c" 1>&6 +-echo "configure:4906: checking for iconv in -liconv" >&5 ++LDFLAGS="$LDFLAGS $ICONV_LIBS -lgiconv" ++echo $ac_n "checking for iconv in -lgiconv""... $ac_c" 1>&6 ++echo "configure:4906: checking for iconv in -lgiconv" >&5 + if eval "test \"`echo '$''{'ac_cv_libiconv'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -4910,7 +4910,7 @@ + #line 4911 "configure" + #include "confdefs.h" + +-#include <iconv.h> ++#include <giconv.h> + + int main() { + +@@ -4933,7 +4933,7 @@ + + echo "$ac_t""$ac_cv_libiconv" 1>&6 + if test $ac_cv_libiconv = yes; then +- ICONV_LIBS="$ICONV_LIBS -liconv" ++ ICONV_LIBS="$ICONV_LIBS -lgiconv" + have_iconv=yes + else + CFLAGS="$save_CFLAGS" +@@ -5059,7 +5059,7 @@ + #line 5060 "configure" + #include "confdefs.h" + +-#include <iconv.h> ++#include <giconv.h> + #include <stdlib.h> + #include <string.h> + #ifdef HAVE_GNU_GET_LIBC_VERSION diff -urN net/gabber.orig/files/patch-am net/gabber/files/patch-am --- net/gabber.orig/files/patch-am Wed Dec 31 18:00:00 1969 +++ net/gabber/files/patch-am Thu Jan 18 14:46:04 2001 @@ -0,0 +1,29 @@ +--- src/Makefile.in.orig Thu Jan 18 13:40:04 2001 ++++ src/Makefile.in Thu Jan 18 14:45:50 2001 +@@ -70,7 +70,7 @@ + DATADIRNAME = @DATADIRNAME@ + DLLTOOL = @DLLTOOL@ + EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@ +-EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@ ++EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@ + GABBER_STATIC = @GABBER_STATIC@ + GENCAT = @GENCAT@ + GLIB_CFLAGS = @GLIB_CFLAGS@ +@@ -102,7 +102,7 @@ + GT_NO = @GT_NO@ + GT_YES = @GT_YES@ + ICONV_CFLAGS = @ICONV_CFLAGS@ +-ICONV_LIBS = @ICONV_LIBS@ ++ICONV_LIBS = @ICONV_LIBS@ + INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@ + INSTOBJEXT = @INSTOBJEXT@ + INTLDEPS = @INTLDEPS@ +@@ -148,7 +148,7 @@ + gabber_SOURCES = main.cc xtext.h xtext.c e-cache.h e-cache.c e-font.h e-font.c e-unicode.h e-unicode.c TCPTransmitter.hh TCPTransmitter.cc GabberLogger.hh GabberLogger.cc GabberUtility.hh GabberUtility.cc ConfigManager.hh ConfigManager.cc GabberApp.hh GabberApp.cc BaseGabberWindow.hh BaseGabberWindow.cc GabberWin.hh GabberWin.cc ChatView.hh ChatView.cc RosterView.hh RosterView.cc LoginDlg.hh LoginDlg.cc SubscriptionRequestDlg.hh SubscriptionRequestDlg.cc PrefsWin.hh PrefsWin.cc GCJoinDlg.hh GCJoinDlg.cc EditUserDlg.hh EditUserDlg.cc EasyOptionMenu.hh EasyOptionMenu.cc StatusDlg.hh StatusDlg.cc AddToGroupDlg.hh AddToGroupDlg.cc AddUserDruid.hh AddUserDruid.cc WelcomeDruid.hh WelcomeDruid.cc UserInfoWin.hh UserInfoWin.cc StatusDock.hh StatusDock.cc RawXML.hh RawXML.cc HistoryDlg.hh HistoryDlg.cc TransInfoDlg.hh TransInfoDlg.cc AgentInterface.hh AgentInterface.cc FilterInterface.hh FilterInterface.cc EditGroupsDlg.hh EditGroupsDlg.cc MessageManager.hh MessageManager.cc MessageViews.hh MessageViews.cc GPGInterface.hh GPGInterface.cc GabberGPG.hh GabberGPG.cc $(ssl_sources) + + +-gabber_LDADD = @EXTRA_GNOME_LIBS@ @GNOMEMM_LIBS@ @SSL_LIBS@ ../jabberoo/src/libjabberoo.a ../jabberoo/expat/libexpat.a -lxml ++gabber_LDADD = @EXTRA_GNOME_LIBS@ @GNOMEMM_LIBS@ @SSL_LIBS@ ../jabberoo/src/libjabberoo.a ../jabberoo/expat/libexpat.a -lxml -liconv + + gabber_LDFLAGS = @GABBER_STATIC@ + diff -urN net/gabber.orig/files/patch-an net/gabber/files/patch-an --- net/gabber.orig/files/patch-an Wed Dec 31 18:00:00 1969 +++ net/gabber/files/patch-an Thu Jan 18 15:09:52 2001 @@ -0,0 +1,11 @@ +--- src/TCPTransmitter.cc.orig Thu Jan 18 15:08:39 2001 ++++ src/TCPTransmitter.cc Thu Jan 18 15:09:13 2001 +@@ -33,6 +33,8 @@ + #include <string.h> + #include <sys/wait.h> + ++#define TRANSMITTER_DEBUG ++ + using namespace std; + + diff -urN net/gabber.orig/pkg-plist net/gabber/pkg-plist --- net/gabber.orig/pkg-plist Thu Oct 5 02:17:11 2000 +++ net/gabber/pkg-plist Thu Jan 18 16:27:44 2001 @@ -1,48 +1,62 @@ bin/gabber -share/gnome/apps/Internet/gabber.desktop +etc/sound/events/gabber.soundlist +share/locale/da/LC_MESSAGES/gabber.mo +share/locale/de/LC_MESSAGES/gabber.mo +share/locale/fr/LC_MESSAGES/gabber.mo +share/locale/ru/LC_MESSAGES/gabber.mo share/gnome/gabber/gabber.glade -share/gnome/gabber/glade-delete-user-menu.xpm -share/gnome/gabber/glade-delete-user.xpm -share/gnome/gabber/glade-edit-user-menu.xpm -share/gnome/gabber/glade-edit-user.xpm +share/gnome/gabber/gabber-logs.css share/gnome/gabber/glade-gabber-logo.png share/gnome/gabber/glade-message.xpm -share/gnome/gabber/glade-new-user-menu.xpm -share/gnome/gabber/glade-new-user.xpm -share/gnome/gabber/glade-noclose.xpm share/gnome/gabber/glade-ooochat.xpm +share/gnome/gabber/glade-blank.xpm share/gnome/gabber/glade-s10n.xpm -share/gnome/gabber/glade-sendasooo.xpm +share/gnome/gabber/glade-new-user.xpm +share/gnome/gabber/glade-new-user-menu.xpm +share/gnome/gabber/glade-edit-user.xpm +share/gnome/gabber/glade-edit-user-menu.xpm +share/gnome/gabber/glade-edit-group-menu.xpm +share/gnome/gabber/glade-delete-user.xpm +share/gnome/gabber/glade-delete-user-menu.xpm +share/gnome/gabber/glade-groupchat.xpm +share/gnome/gabber/glade-groupchat-menu.xpm share/gnome/gabber/glade-users.xpm -share/gnome/help/gabber/C/agents-available.png -share/gnome/help/gabber/C/agents-register.png -share/gnome/help/gabber/C/agents.html -share/gnome/help/gabber/C/authors.html -share/gnome/help/gabber/C/bugs.html -share/gnome/help/gabber/C/docbook.css -share/gnome/help/gabber/C/first.html -share/gnome/help/gabber/C/first.png -share/gnome/help/gabber/C/gabber.sgml +share/gnome/gabber/glade-sendasooo.xpm +share/gnome/gabber/glade-sendasnormal.xpm +share/gnome/gabber/glade-noclose.xpm +share/gnome/gabber/glade-gabber-sideways.png +share/gnome/gabber/gpg-encrypted.xpm +share/gnome/gabber/gpg-unencrypted.xpm +share/gnome/gabber/gpg-signed.xpm +share/gnome/gabber/gpg-badsigned.xpm +share/gnome/gabber/gpg-unsigned.xpm +share/gnome/gabber/glade-alert.xpm +share/gnome/gabber/glade-unlock-key.xpm +share/gnome/pixmaps/gabber.png +share/gnome/pixmaps/gabber/away.xpm +share/gnome/pixmaps/gabber/chat.xpm +share/gnome/pixmaps/gabber/dnd.xpm +share/gnome/pixmaps/gabber/offline.xpm +share/gnome/pixmaps/gabber/online.xpm +share/gnome/pixmaps/gabber/stalker.xpm +share/gnome/pixmaps/gabber/xa.xpm +share/gnome/pixmaps/gabber/gnome-gabber.xpm +share/gnome/pixmaps/gabber/gnome-message.xpm +share/gnome/pixmaps/gabber/gnome-ooochat.xpm +share/gnome/pixmaps/gabber/gnome-s10n.xpm +share/gnome/sounds/Gabber/gabber_message_queue.wav +share/gnome/sounds/Gabber/gabber_message_recv.wav +share/gnome/sounds/Gabber/gabber_ooochat_queue.wav +share/gnome/sounds/Gabber/gabber_ooochat_recv.wav +share/gnome/sounds/Gabber/gabber_online.wav +share/gnome/sounds/Gabber/gabber_offline.wav +share/gnome/sounds/Gabber/gabber_encrypted.wav +share/gnome/sounds/Gabber/gabber_subrequest.wav +share/gnome/sounds/Gabber/gabber_startup.wav +share/gnome/sounds/Gabber/gabber_connected.wav share/gnome/help/gabber/C/index.html -share/gnome/help/gabber/C/license.html -share/gnome/help/gabber/C/ln7.html -share/gnome/help/gabber/C/login.html -share/gnome/help/gabber/C/login.png -share/gnome/help/gabber/C/main-status-roster.png -share/gnome/help/gabber/C/main-status-user-dialog.png -share/gnome/help/gabber/C/main-status-user-show.png -share/gnome/help/gabber/C/main-toolbar.png -share/gnome/help/gabber/C/main.html -share/gnome/help/gabber/C/main.png -share/gnome/help/gabber/C/mainshot.png -share/gnome/help/gabber/C/msg-gc-join.png -share/gnome/help/gabber/C/msg-gc-main.png -share/gnome/help/gabber/C/msg-normal-reply.png -share/gnome/help/gabber/C/msg-normal.png -share/gnome/help/gabber/C/msg-ooo.png -share/gnome/help/gabber/C/msg.html -share/gnome/help/gabber/C/panel.html -share/gnome/help/gabber/C/pref.html +share/gnome/help/gabber/C/topic.dat +share/gnome/help/gabber/C/gabber.sgml share/gnome/help/gabber/C/stylesheet-images/caution.gif share/gnome/help/gabber/C/stylesheet-images/home.gif share/gnome/help/gabber/C/stylesheet-images/important.gif @@ -55,33 +69,43 @@ share/gnome/help/gabber/C/stylesheet-images/toc-plus.gif share/gnome/help/gabber/C/stylesheet-images/up.gif share/gnome/help/gabber/C/stylesheet-images/warning.gif -share/gnome/help/gabber/C/topic.dat -share/gnome/help/gabber/C/userinfo-general.png -share/gnome/help/gabber/C/userinfo-jud.png +share/gnome/help/gabber/C/agents.html +share/gnome/help/gabber/C/authors.html +share/gnome/help/gabber/C/bugs.html +share/gnome/help/gabber/C/first.html +share/gnome/help/gabber/C/license.html +share/gnome/help/gabber/C/ln7.html +share/gnome/help/gabber/C/login.html +share/gnome/help/gabber/C/main.html +share/gnome/help/gabber/C/msg.html +share/gnome/help/gabber/C/panel.html +share/gnome/help/gabber/C/pref.html share/gnome/help/gabber/C/userinfo.html -share/gnome/help/gabber/C/users-adduser.png -share/gnome/help/gabber/C/users-edituser-client.png -share/gnome/help/gabber/C/users-edituser-groups-add.png -share/gnome/help/gabber/C/users-edituser-groups.png -share/gnome/help/gabber/C/users-edituser-info.png -share/gnome/help/gabber/C/users-edituser-s10n.png -share/gnome/help/gabber/C/users-subscriptionrequest.png share/gnome/help/gabber/C/users.html -share/gnome/pixmaps/gabber.png -share/gnome/pixmaps/gabber/away.xpm -share/gnome/pixmaps/gabber/chat.xpm -share/gnome/pixmaps/gabber/dnd.xpm -share/gnome/pixmaps/gabber/gnome-gabber.xpm -share/gnome/pixmaps/gabber/gnome-message.xpm -share/gnome/pixmaps/gabber/gnome-ooochat.xpm -share/gnome/pixmaps/gabber/gnome-s10n.xpm -share/gnome/pixmaps/gabber/offline.xpm -share/gnome/pixmaps/gabber/online.xpm -share/gnome/pixmaps/gabber/stalker.xpm -share/gnome/pixmaps/gabber/xa.xpm -share/locale/en_SE/LC_MESSAGES/gabber.mo +share/gnome/help/gabber/C/docbook.css +share/gnome/help/gabber/C/first.png +share/gnome/help/gabber/C/login.png +share/gnome/help/gabber/C/main.png +share/gnome/help/gabber/C/msg-normal.png +share/gnome/help/gabber/C/msg-ooo.png +share/gnome/apps/Internet/gabber.desktop +@dirrm etc/sound/events +@dirrm etc/sound +@dirrm share/locale/da/LC_MESSAGES +@dirrm share/locale/da +@dirrm share/locale/de/LC_MESSAGES +@dirrm share/locale/de +@dirrm share/locale/fr/LC_MESSAGES +@dirrm share/locale/fr +@dirrm share/locale/ru/LC_MESSAGES +@dirrm share/locale/ru +@dirrm share/locale +@dirrm share/gnome/gabber @dirrm share/gnome/pixmaps/gabber +@dirrm share/gnome/pixmaps +@dirrm share/gnome/sounds/Gabber +@dirrm share/gnome/sounds @dirrm share/gnome/help/gabber/C/stylesheet-images @dirrm share/gnome/help/gabber/C @dirrm share/gnome/help/gabber -@dirrm share/gnome/gabber +@dirrm share/gnome/help >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010119004331.38644.qmail>