diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
commit | e934b106497f17545e236bb9644bed935cd118ad (patch) | |
tree | 29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /net-im | |
parent | 14c9f603eb5d9868d374e46ac865925da109a838 (diff) | |
download | marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2 marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip |
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im')
42 files changed, 0 insertions, 2414 deletions
diff --git a/net-im/gicq/Makefile b/net-im/gicq/Makefile deleted file mode 100644 index c5218534c..000000000 --- a/net-im/gicq/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: gicq -# Date Created: 31 Oct 1998 -# Whom: Seiichirou Hiraoka -# -# $FreeBSD$ -# - -PORTNAME= gicq -PORTVERSION= 0.33 -PORTREVISION= 5 -CATEGORIES= net-im -MASTER_SITES= http://download.sourceforge.net/gicq/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= flathill - -MAINTAINER= ports@FreeBSD.org -COMMENT= GTK based ICQ program - -LIB_DEPENDS= icq.0:${PORTSDIR}/net-im/libicq - -USE_GETTEXT= yes -USE_X_PREFIX= yes -GNU_CONFIGURE= yes -USE_GNOME= gtk12 gnomehack gnomeprefix -WANT_GNOME= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mgnomelibs}!="" -USE_GNOME+= gnomelibs -PKGNAMESUFFIX= -gnome -.else -CONFIGURE_ARGS+=--without-gnome -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ - s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \ - s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/net-im/gicq/distinfo b/net-im/gicq/distinfo deleted file mode 100644 index d53bdb046..000000000 --- a/net-im/gicq/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gicq-0.33.tar.gz) = 4e9ef1ef01bf1c74cbbd10448c9568e1 -SHA256 (gicq-0.33.tar.gz) = 33742e082231e68e01579051d6d2a069ce414334df1f41c94813de4f6d4579f3 -SIZE (gicq-0.33.tar.gz) = 182625 diff --git a/net-im/gicq/files/patch-ab b/net-im/gicq/files/patch-ab deleted file mode 100644 index 504578e8d..000000000 --- a/net-im/gicq/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sat Mar 27 04:11:51 1999 -+++ configure Sat Mar 27 04:12:04 1999 -@@ -3979,7 +3979,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-licq "`glib-config --libs`" $LIBS" -+LIBS="-licq "`$GLIB_CONFIG --libs`" $LIBS" - cat > conftest.$ac_ext <<EOF - #line 3985 "configure" - #include "confdefs.h" diff --git a/net-im/gicq/files/patch-ac b/net-im/gicq/files/patch-ac deleted file mode 100644 index 16d7e3b33..000000000 --- a/net-im/gicq/files/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.in.orig Fri Sep 20 17:11:23 2002 -+++ Makefile.in Fri Sep 20 17:11:57 2002 -@@ -116,8 +116,10 @@ - - SUBDIRS = macros intl po pixmaps src doc - -+.ifdef HAVE_GNOME - sysdir = $(datadir)/gnome/apps/Applications - sys_DATA = gicq.desktop -+.endif - - EXTRA_DIST = gicq.desktop - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff --git a/net-im/gicq/pkg-descr b/net-im/gicq/pkg-descr deleted file mode 100644 index cde825816..000000000 --- a/net-im/gicq/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -For lack of a better name, I'm referring to this program as "gicq", -since it's intended to eventually be a clone of the popular chat client -"ICQ" by Mirabilis Ltd. (http://www.mirabilis.com) and it utilizes the -GTK toolkit (http://www.gtk.org). - -You must already have an ICQ number to use this. When you launch -gicq, choose "Online" from the status selector at the bottom of the -window. The first time, you'll be prompted for your ICQ number and -password. IMPORTANT: you must enter your ICQ number - NOT your -nickname. - -See also: http://gicq.sourceforge.net/ - -WWW: http://www.korsoft.com/gicq/ - -- Seiichirou Hiraoka -flathill@FreeBSD.ORG diff --git a/net-im/gicq/pkg-plist b/net-im/gicq/pkg-plist deleted file mode 100644 index 6287609ec..000000000 --- a/net-im/gicq/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/gicq -%%GNOME:%%share/gnome/apps/Applications/gicq.desktop -share/gnome/help/gicq/C/index.html -share/gnome/help/gicq/C/topic.dat -@dirrm share/gnome/help/gicq/C -@dirrm share/gnome/help/gicq diff --git a/net-im/gnome-jabber/Makefile b/net-im/gnome-jabber/Makefile deleted file mode 100644 index cced48c43..000000000 --- a/net-im/gnome-jabber/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: gnome-jabber -# Date created: 4 July 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnome-jabber -PORTVERSION= 0.4 -PORTREVISION= 5 -CATEGORIES= net-im gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 Jabber Client - -LIB_DEPENDS= gnet-2.0.0:${PORTSDIR}/net/gnet2 - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gnome-jabber.schemas - -.include <bsd.port.mk> diff --git a/net-im/gnome-jabber/distinfo b/net-im/gnome-jabber/distinfo deleted file mode 100644 index 45406237f..000000000 --- a/net-im/gnome-jabber/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome-jabber-0.4.tar.gz) = 7334637898e2614aec9487b33df4f476 -SHA256 (gnome-jabber-0.4.tar.gz) = 43f6e8691e6701c13c8df5c0f8346213d916f2c7481f1ac2b3ceb7002a10be42 -SIZE (gnome-jabber-0.4.tar.gz) = 1184552 diff --git a/net-im/gnome-jabber/pkg-descr b/net-im/gnome-jabber/pkg-descr deleted file mode 100644 index da19b653d..000000000 --- a/net-im/gnome-jabber/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Gnome-jabber is an Instant Message Client for Gnome using the Jabber Protocol -(which supports all major IM protocols, like ICQ, MSN, AIM, etc). - -WWW: http://gnome-jabber.sourceforge.net/ diff --git a/net-im/gnome-jabber/pkg-plist b/net-im/gnome-jabber/pkg-plist deleted file mode 100644 index 0499da645..000000000 --- a/net-im/gnome-jabber/pkg-plist +++ /dev/null @@ -1,55 +0,0 @@ -bin/gnome-jabber -share/applications/gnome-jabber.desktop -share/gnome-jabber/contact.wav -share/gnome-jabber/gj_emote_biggrin.png -share/gnome-jabber/gj_emote_confused.png -share/gnome-jabber/gj_emote_cool.png -share/gnome-jabber/gj_emote_eek.png -share/gnome-jabber/gj_emote_frown.png -share/gnome-jabber/gj_emote_mad.png -share/gnome-jabber/gj_emote_redface.png -share/gnome-jabber/gj_emote_rolleyes.png -share/gnome-jabber/gj_emote_smile.png -share/gnome-jabber/gj_emote_tongue.png -share/gnome-jabber/gj_emote_wink.png -share/gnome-jabber/gj_jsf.png -share/gnome-jabber/gj_message_chat.png -share/gnome-jabber/gj_message_error.png -share/gnome-jabber/gj_message_groupchat.png -share/gnome-jabber/gj_message_headline.png -share/gnome-jabber/gj_message_normal.png -share/gnome-jabber/gj_presence_available.png -share/gnome-jabber/gj_presence_away.png -share/gnome-jabber/gj_presence_chat.png -share/gnome-jabber/gj_presence_dnd.png -share/gnome-jabber/gj_presence_invisible.png -share/gnome-jabber/gj_presence_none.png -share/gnome-jabber/gj_presence_subscribe.png -share/gnome-jabber/gj_presence_subscribed.png -share/gnome-jabber/gj_presence_unavailable.png -share/gnome-jabber/gj_presence_unsubscribe.png -share/gnome-jabber/gj_presence_unsubscribed.png -share/gnome-jabber/gj_presence_xa.png -share/gnome-jabber/gnome-jabber.css -share/gnome-jabber/gnome-jabber.glade -share/gnome-jabber/message.wav -share/locale/ca/LC_MESSAGES/gnome-jabber.mo -share/locale/cs/LC_MESSAGES/gnome-jabber.mo -share/locale/de/LC_MESSAGES/gnome-jabber.mo -share/locale/en_CA/LC_MESSAGES/gnome-jabber.mo -share/locale/en_GB/LC_MESSAGES/gnome-jabber.mo -share/locale/es/LC_MESSAGES/gnome-jabber.mo -share/locale/fr/LC_MESSAGES/gnome-jabber.mo -share/locale/ga/LC_MESSAGES/gnome-jabber.mo -share/locale/hr/LC_MESSAGES/gnome-jabber.mo -share/locale/lt/LC_MESSAGES/gnome-jabber.mo -share/locale/nl/LC_MESSAGES/gnome-jabber.mo -share/locale/no/LC_MESSAGES/gnome-jabber.mo -share/locale/pt/LC_MESSAGES/gnome-jabber.mo -share/locale/pt_BR/LC_MESSAGES/gnome-jabber.mo -share/locale/ru/LC_MESSAGES/gnome-jabber.mo -share/locale/sr/LC_MESSAGES/gnome-jabber.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-jabber.mo -share/locale/sv/LC_MESSAGES/gnome-jabber.mo -@dirrm share/gnome-jabber -@dirrmtry share/applications diff --git a/net-im/gnomeicu/Makefile b/net-im/gnomeicu/Makefile deleted file mode 100644 index fdd07b2b3..000000000 --- a/net-im/gnomeicu/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# Ports collection Makefile for: GnomeICU -# Date created: 03/16/1999 -# Whom: nectar@FreeBSD.org -# -# $FreeBSD$ -# $MCom: ports/net-im/gnomeicu/Makefile,v 1.1 2007/04/30 17:50:24 ahze Exp $ - -PORTNAME= gnomeicu -PORTVERSION= 0.99.12 -PORTREVISION= 2 -CATEGORIES= net-im gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gnomeicu - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 ICQ client - -LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm - -USE_BZIP2= yes -USE_XLIB= yes -INSTALLS_OMF= yes -USE_GNOME= gnomeprefix gnomehack libglade2 gnomepanel libxml2 \ - intlhack -USE_GMAKE= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes - -GCONF_SCHEMAS= gnomeicu.schemas - -.if defined(WITH_DANTE) -LIB_DEPENDS+= socks.1:${PORTSDIR}/net/dante -SOCKSFLAGS= -Dconnect=Rconnect -Dbind=Rbind -Dgetsockname=Rgetsockname \ - -Dgetpeername=Rgetpeername -Daccept=Raccept \ - -Drresvport=Rrresvport -Dbindresvport=Rbindresvport \ - -Dgethostbyname=Rgethostbyname \ - -Dgethostbyname2=Rgethostbyname2 -Dsendto=Rsendto \ - -Drecvfrom=Rrecvfrom -Drecvfrom=Rrecvfrom -Dwrite=Rwrite \ - -Dwritev=Rwritev -Dsend=Rsend -Dsendmsg=Rsendmsg \ - -Dread=Rread -Dreadv=Rreadv -Drecv=Rrecv -Drecvmsg=Rrecvmsg -SOCKSLIBS= -lsocks -.elif defined(WITH_SOCKS5) -BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 -SOCKSFLAGS= -DSOCKS -include ${LOCALBASE}/include/socks.h -SOCKSLIBS= -lsocks5 -.endif - -CONFIGURE_ARGS= --with-statusmenu -CONFIGURE_ENV= CPPFLAGS="${SOCKSFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" LIBS="-liconv ${SOCKSLIBS} -lintl" \ - CFLAGS="${CFLAGS}" - -.ifndef(WITHOUT_GTKSPELL) -LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell -CONFIGURE_ARGS+=--enable-gtkspell -.else -CONFIGURE_ARGS+=--disable-gtkspell -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|GNOME_PARAM_GNOME_DATADIR|GNOME_PARAM_APP_DATADIR|g' \ - ${WRKSRC}/src/gnomeicu.c - -.include <bsd.port.mk> diff --git a/net-im/gnomeicu/distinfo b/net-im/gnomeicu/distinfo deleted file mode 100644 index 85db22927..000000000 --- a/net-im/gnomeicu/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnomeicu-0.99.12.tar.bz2) = 91d534e19a9f9e408f1f97b3b0748d20 -SHA256 (gnomeicu-0.99.12.tar.bz2) = cb0e9e3d7d04e5764b9ee87905b0f36d660b996faa9051f6a610ffeb00f0649c -SIZE (gnomeicu-0.99.12.tar.bz2) = 1670074 diff --git a/net-im/gnomeicu/files/patch-src::icu_db.c b/net-im/gnomeicu/files/patch-src::icu_db.c deleted file mode 100644 index 149a61e53..000000000 --- a/net-im/gnomeicu/files/patch-src::icu_db.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/icu_db.c.orig Sat Jun 22 22:11:46 2002 -+++ src/icu_db.c Wed Sep 11 11:45:05 2002 -@@ -27,7 +27,11 @@ - - #include <fcntl.h> - #include <errno.h> -+#if defined(HAVE_STDLIB_H) -+#include <stdlib.h> -+#else - #include <malloc.h> -+#endif - #include <stdio.h> - #include <string.h> - #include <sys/param.h> diff --git a/net-im/gnomeicu/files/patch-src_userserver.c b/net-im/gnomeicu/files/patch-src_userserver.c deleted file mode 100644 index 23e5ed601..000000000 --- a/net-im/gnomeicu/files/patch-src_userserver.c +++ /dev/null @@ -1,16 +0,0 @@ ---- src/userserver.c.orig Fri Apr 2 15:20:45 2004 -+++ src/userserver.c Fri Apr 2 15:20:54 2004 -@@ -6,12 +6,12 @@ - ***************************/ - - #include <errno.h> -+#include <sys/types.h> - #include <netinet/in.h> - #include <pwd.h> - #include <stdio.h> - #include <stdlib.h> - #include <string.h> --#include <sys/types.h> - #include <sys/socket.h> - #include <sys/stat.h> - #include <sys/un.h> diff --git a/net-im/gnomeicu/pkg-descr b/net-im/gnomeicu/pkg-descr deleted file mode 100644 index df8c0c649..000000000 --- a/net-im/gnomeicu/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ - GnomeICU (previously GtkICQ) is an Internet based communications - program which makes use of ICQ protocol. GnomeICU also makes use of - Gnome2, a growingly popular desktop environment. GnomeICU is released - under the GNU Public License, and is available free of charge. - -WWW: http://gnomeicu.sourceforge.net - -Jacques Vidrine <nectar@FreeBSD.ORG> diff --git a/net-im/gnomeicu/pkg-plist b/net-im/gnomeicu/pkg-plist deleted file mode 100644 index 1e4ea2de5..000000000 --- a/net-im/gnomeicu/pkg-plist +++ /dev/null @@ -1,308 +0,0 @@ -bin/gnomeicu -bin/gnomeicu-client -etc/sound/events/GnomeICU.soundlist -share/applications/GnomeICU.desktop -share/gnomeicu/emoticons/AIM/angel.xpm -share/gnomeicu/emoticons/AIM/bigsmile.xpm -share/gnomeicu/emoticons/AIM/crossedlips.xpm -share/gnomeicu/emoticons/AIM/cry.xpm -share/gnomeicu/emoticons/AIM/embarrassed.xpm -share/gnomeicu/emoticons/AIM/emoticon-data -share/gnomeicu/emoticons/AIM/kiss.xpm -share/gnomeicu/emoticons/AIM/sad.xpm -share/gnomeicu/emoticons/AIM/scream.xpm -share/gnomeicu/emoticons/AIM/smile.xpm -share/gnomeicu/emoticons/AIM/smile8.xpm -share/gnomeicu/emoticons/AIM/think.xpm -share/gnomeicu/emoticons/AIM/tongue.xpm -share/gnomeicu/emoticons/AIM/wink.xpm -share/gnomeicu/emoticons/Always/Annoyed.bmp -share/gnomeicu/emoticons/Always/Disgusted.bmp -share/gnomeicu/emoticons/Always/Drooling.bmp -share/gnomeicu/emoticons/Always/Giggling.bmp -share/gnomeicu/emoticons/Always/Jokingly.bmp -share/gnomeicu/emoticons/Always/Shocked.bmp -share/gnomeicu/emoticons/Always/Surprised-F.bmp -share/gnomeicu/emoticons/Always/Surprised-M.bmp -share/gnomeicu/emoticons/Always/Whining.bmp -share/gnomeicu/emoticons/Always/asl.gif -share/gnomeicu/emoticons/Always/bat.gif -share/gnomeicu/emoticons/Always/beer.gif -share/gnomeicu/emoticons/Always/boy.gif -share/gnomeicu/emoticons/Always/broken_heart.gif -share/gnomeicu/emoticons/Always/cake.gif -share/gnomeicu/emoticons/Always/camera.gif -share/gnomeicu/emoticons/Always/cat.gif -share/gnomeicu/emoticons/Always/clock.gif -share/gnomeicu/emoticons/Always/coffee.gif -share/gnomeicu/emoticons/Always/cuffs.gif -share/gnomeicu/emoticons/Always/dog.gif -share/gnomeicu/emoticons/Always/dude_hug.gif -share/gnomeicu/emoticons/Always/emoticon-data -share/gnomeicu/emoticons/Always/envelope.gif -share/gnomeicu/emoticons/Always/film.gif -share/gnomeicu/emoticons/Always/girl.gif -share/gnomeicu/emoticons/Always/girl_hug.gif -share/gnomeicu/emoticons/Always/heart.gif -share/gnomeicu/emoticons/Always/martini.gif -share/gnomeicu/emoticons/Always/messenger.gif -share/gnomeicu/emoticons/Always/moon.gif -share/gnomeicu/emoticons/Always/musical_note.gif -share/gnomeicu/emoticons/Always/phone.gif -share/gnomeicu/emoticons/Always/present.gif -share/gnomeicu/emoticons/Always/rainbow.gif -share/gnomeicu/emoticons/Always/rose.gif -share/gnomeicu/emoticons/Always/star.gif -share/gnomeicu/emoticons/Always/sun.gif -share/gnomeicu/emoticons/Always/thumbs_down.gif -share/gnomeicu/emoticons/Always/thumbs_up.gif -share/gnomeicu/emoticons/Always/wilted_rose.gif -share/gnomeicu/emoticons/Default/bigsmile.png -share/gnomeicu/emoticons/Default/cry.png -share/gnomeicu/emoticons/Default/emoticon-data -share/gnomeicu/emoticons/Default/glasses.png -share/gnomeicu/emoticons/Default/sad.png -share/gnomeicu/emoticons/Default/scream.png -share/gnomeicu/emoticons/Default/smile.png -share/gnomeicu/emoticons/Default/smile2.png -share/gnomeicu/emoticons/Default/smile8.png -share/gnomeicu/emoticons/Default/straight.png -share/gnomeicu/emoticons/Default/tongue.png -share/gnomeicu/emoticons/Default/unsure.png -share/gnomeicu/emoticons/Default/wink.png -share/gnomeicu/emoticons/MSN/angel.png -share/gnomeicu/emoticons/MSN/angry.png -share/gnomeicu/emoticons/MSN/bigsmile.png -share/gnomeicu/emoticons/MSN/confused.png -share/gnomeicu/emoticons/MSN/cry.png -share/gnomeicu/emoticons/MSN/devil.png -share/gnomeicu/emoticons/MSN/embarassed.png -share/gnomeicu/emoticons/MSN/emoticon-data -share/gnomeicu/emoticons/MSN/kiss.png -share/gnomeicu/emoticons/MSN/light.gif -share/gnomeicu/emoticons/MSN/sad.png -share/gnomeicu/emoticons/MSN/shocked.png -share/gnomeicu/emoticons/MSN/smile.png -share/gnomeicu/emoticons/MSN/smile8.png -share/gnomeicu/emoticons/MSN/straight.png -share/gnomeicu/emoticons/MSN/tongue.png -share/gnomeicu/emoticons/MSN/wink.png -share/gnomeicu/emoticons/Yahoo/alien.gif -share/gnomeicu/emoticons/Yahoo/angel.gif -share/gnomeicu/emoticons/Yahoo/angry.gif -share/gnomeicu/emoticons/Yahoo/bigsmile.gif -share/gnomeicu/emoticons/Yahoo/blush.gif -share/gnomeicu/emoticons/Yahoo/clown.gif -share/gnomeicu/emoticons/Yahoo/cow.gif -share/gnomeicu/emoticons/Yahoo/cowboy.gif -share/gnomeicu/emoticons/Yahoo/devil.gif -share/gnomeicu/emoticons/Yahoo/emoticon-data -share/gnomeicu/emoticons/Yahoo/flag.gif -share/gnomeicu/emoticons/Yahoo/green.gif -share/gnomeicu/emoticons/Yahoo/hrmph.gif -share/gnomeicu/emoticons/Yahoo/ignore.gif -share/gnomeicu/emoticons/Yahoo/kiss.gif -share/gnomeicu/emoticons/Yahoo/light.gif -share/gnomeicu/emoticons/Yahoo/monkey.gif -share/gnomeicu/emoticons/Yahoo/nerd.gif -share/gnomeicu/emoticons/Yahoo/pig.gif -share/gnomeicu/emoticons/Yahoo/pumpkin.gif -share/gnomeicu/emoticons/Yahoo/quiet.gif -share/gnomeicu/emoticons/Yahoo/rofl.gif -share/gnomeicu/emoticons/Yahoo/rose.gif -share/gnomeicu/emoticons/Yahoo/sad.gif -share/gnomeicu/emoticons/Yahoo/shocked.gif -share/gnomeicu/emoticons/Yahoo/skull.gif -share/gnomeicu/emoticons/Yahoo/sleep.gif -share/gnomeicu/emoticons/Yahoo/smile.gif -share/gnomeicu/emoticons/Yahoo/smile8.gif -share/gnomeicu/emoticons/Yahoo/stop.gif -share/gnomeicu/emoticons/Yahoo/straight.gif -share/gnomeicu/emoticons/Yahoo/tongue.gif -share/gnomeicu/emoticons/Yahoo/wail.gif -share/gnomeicu/emoticons/Yahoo/wink.gif -share/gnomeicu/emoticons/Yahoo/wonder.gif -share/gnomeicu/glade/addcontact.glade -share/gnomeicu/glade/auth.glade -share/gnomeicu/glade/auto_respond.glade -share/gnomeicu/glade/grpmgr.glade -share/gnomeicu/glade/history.glade -share/gnomeicu/glade/main.glade -share/gnomeicu/glade/message.glade -share/gnomeicu/glade/prefs.glade -share/gnomeicu/glade/user_info.glade -share/gnomeicu/glade/welcome.glade -share/gnomeicu/icons/Default/gnomeicu-animation.gif -share/gnomeicu/icons/Default/gnomeicu-auth.png -share/gnomeicu/icons/Default/gnomeicu-away.png -share/gnomeicu/icons/Default/gnomeicu-birthday.png -share/gnomeicu/icons/Default/gnomeicu-blank.png -share/gnomeicu/icons/Default/gnomeicu-cancel.png -share/gnomeicu/icons/Default/gnomeicu-chat.png -share/gnomeicu/icons/Default/gnomeicu-contact.png -share/gnomeicu/icons/Default/gnomeicu-dnd.png -share/gnomeicu/icons/Default/gnomeicu-ffc.png -share/gnomeicu/icons/Default/gnomeicu-file.png -share/gnomeicu/icons/Default/gnomeicu-group.png -share/gnomeicu/icons/Default/gnomeicu-hist.png -share/gnomeicu/icons/Default/gnomeicu-info -share/gnomeicu/icons/Default/gnomeicu-info.png -share/gnomeicu/icons/Default/gnomeicu-inv.png -share/gnomeicu/icons/Default/gnomeicu-message.png -share/gnomeicu/icons/Default/gnomeicu-na.png -share/gnomeicu/icons/Default/gnomeicu-occ.png -share/gnomeicu/icons/Default/gnomeicu-offline.png -share/gnomeicu/icons/Default/gnomeicu-ok.png -share/gnomeicu/icons/Default/gnomeicu-online.png -share/gnomeicu/icons/Default/gnomeicu-rename.png -share/gnomeicu/icons/Default/gnomeicu-still.png -share/gnomeicu/icons/Default/gnomeicu-url.png -share/gnomeicu/icons/Eyeballs/gnomeicu-animation.gif -share/gnomeicu/icons/Eyeballs/gnomeicu-auth.png -share/gnomeicu/icons/Eyeballs/gnomeicu-away.png -share/gnomeicu/icons/Eyeballs/gnomeicu-cancel.png -share/gnomeicu/icons/Eyeballs/gnomeicu-chat.png -share/gnomeicu/icons/Eyeballs/gnomeicu-contact.png -share/gnomeicu/icons/Eyeballs/gnomeicu-dnd.png -share/gnomeicu/icons/Eyeballs/gnomeicu-ffc.png -share/gnomeicu/icons/Eyeballs/gnomeicu-file.png -share/gnomeicu/icons/Eyeballs/gnomeicu-hist.png -share/gnomeicu/icons/Eyeballs/gnomeicu-info -share/gnomeicu/icons/Eyeballs/gnomeicu-info.png -share/gnomeicu/icons/Eyeballs/gnomeicu-inv.png -share/gnomeicu/icons/Eyeballs/gnomeicu-message.png -share/gnomeicu/icons/Eyeballs/gnomeicu-na.png -share/gnomeicu/icons/Eyeballs/gnomeicu-occ.png -share/gnomeicu/icons/Eyeballs/gnomeicu-offline.png -share/gnomeicu/icons/Eyeballs/gnomeicu-ok.png -share/gnomeicu/icons/Eyeballs/gnomeicu-online.png -share/gnomeicu/icons/Eyeballs/gnomeicu-rename.png -share/gnomeicu/icons/Eyeballs/gnomeicu-still.png -share/gnomeicu/icons/Eyeballs/gnomeicu-url.png -share/gnomeicu/icons/Gradients/gnomeicu-animation.gif -share/gnomeicu/icons/Gradients/gnomeicu-away.png -share/gnomeicu/icons/Gradients/gnomeicu-dnd.png -share/gnomeicu/icons/Gradients/gnomeicu-ffc.png -share/gnomeicu/icons/Gradients/gnomeicu-info -share/gnomeicu/icons/Gradients/gnomeicu-inv.png -share/gnomeicu/icons/Gradients/gnomeicu-na.png -share/gnomeicu/icons/Gradients/gnomeicu-occ.png -share/gnomeicu/icons/Gradients/gnomeicu-offline.png -share/gnomeicu/icons/Gradients/gnomeicu-online.png -share/gnomeicu/icons/reDubbed/gnomeicu-away.png -share/gnomeicu/icons/reDubbed/gnomeicu-dnd.png -share/gnomeicu/icons/reDubbed/gnomeicu-ffc.png -share/gnomeicu/icons/reDubbed/gnomeicu-info -share/gnomeicu/icons/reDubbed/gnomeicu-inv.png -share/gnomeicu/icons/reDubbed/gnomeicu-na.png -share/gnomeicu/icons/reDubbed/gnomeicu-occ.png -share/gnomeicu/icons/reDubbed/gnomeicu-offline.png -share/gnomeicu/icons/reDubbed/gnomeicu-online.png -share/gnomeicu/prefs_icon_gnomeicu.png -share/gnomeicu/prefs_icon_icq.png -share/gnome/help/gnomeicu/C/figures/addcontactdruid.png -share/gnome/help/gnomeicu/C/figures/mainwindow.png -share/gnome/help/gnomeicu/C/figures/messagedialog.png -share/gnome/help/gnomeicu/C/figures/notificationicon.png -share/gnome/help/gnomeicu/C/figures/prefdialog.png -share/gnome/help/gnomeicu/C/figures/sendcontactlist.png -share/gnome/help/gnomeicu/C/figures/sendfile.png -share/gnome/help/gnomeicu/C/figures/sendurl.png -share/gnome/help/gnomeicu/C/figures/userinfo.png -share/gnome/help/gnomeicu/C/gnomeicu.xml -share/gnome/help/gnomeicu/uk/figures/addcontactdruid.png -share/gnome/help/gnomeicu/uk/figures/mainwindow.png -share/gnome/help/gnomeicu/uk/figures/messagedialog.png -share/gnome/help/gnomeicu/uk/figures/notificationicon.png -share/gnome/help/gnomeicu/uk/figures/prefdialog.png -share/gnome/help/gnomeicu/uk/figures/sendcontactlist.png -share/gnome/help/gnomeicu/uk/figures/sendfile.png -share/gnome/help/gnomeicu/uk/figures/sendurl.png -share/gnome/help/gnomeicu/uk/figures/userinfo.png -share/gnome/help/gnomeicu/uk/gnomeicu.xml -share/omf/gnomeicu/gnomeicu-C.omf -share/omf/gnomeicu/gnomeicu-uk.omf -share/pixmaps/gnomeicu.png -share/sounds/gnomeicu/Auth.wav -share/sounds/gnomeicu/File.wav -share/sounds/gnomeicu/Online.wav -share/sounds/gnomeicu/URL.wav -share/sounds/gnomeicu/contlist.wav -share/sounds/gnomeicu/message.wav -share/locale/am/LC_MESSAGES/gnomeicu.mo -share/locale/az/LC_MESSAGES/gnomeicu.mo -share/locale/be/LC_MESSAGES/gnomeicu.mo -share/locale/bg/LC_MESSAGES/gnomeicu.mo -share/locale/ca/LC_MESSAGES/gnomeicu.mo -share/locale/cs/LC_MESSAGES/gnomeicu.mo -share/locale/da/LC_MESSAGES/gnomeicu.mo -share/locale/de/LC_MESSAGES/gnomeicu.mo -share/locale/el/LC_MESSAGES/gnomeicu.mo -share/locale/en_CA/LC_MESSAGES/gnomeicu.mo -share/locale/en_GB/LC_MESSAGES/gnomeicu.mo -share/locale/es/LC_MESSAGES/gnomeicu.mo -share/locale/eu/LC_MESSAGES/gnomeicu.mo -share/locale/fi/LC_MESSAGES/gnomeicu.mo -share/locale/fr/LC_MESSAGES/gnomeicu.mo -share/locale/ga/LC_MESSAGES/gnomeicu.mo -share/locale/gl/LC_MESSAGES/gnomeicu.mo -share/locale/he/LC_MESSAGES/gnomeicu.mo -share/locale/hr/LC_MESSAGES/gnomeicu.mo -share/locale/hu/LC_MESSAGES/gnomeicu.mo -share/locale/it/LC_MESSAGES/gnomeicu.mo -share/locale/ja/LC_MESSAGES/gnomeicu.mo -share/locale/ko/LC_MESSAGES/gnomeicu.mo -share/locale/lt/LC_MESSAGES/gnomeicu.mo -share/locale/lv/LC_MESSAGES/gnomeicu.mo -share/locale/mk/LC_MESSAGES/gnomeicu.mo -share/locale/ml/LC_MESSAGES/gnomeicu.mo -share/locale/ms/LC_MESSAGES/gnomeicu.mo -share/locale/nb/LC_MESSAGES/gnomeicu.mo -share/locale/ne/LC_MESSAGES/gnomeicu.mo -share/locale/nl/LC_MESSAGES/gnomeicu.mo -share/locale/nn/LC_MESSAGES/gnomeicu.mo -share/locale/pa/LC_MESSAGES/gnomeicu.mo -share/locale/pl/LC_MESSAGES/gnomeicu.mo -share/locale/pt/LC_MESSAGES/gnomeicu.mo -share/locale/pt_BR/LC_MESSAGES/gnomeicu.mo -share/locale/ro/LC_MESSAGES/gnomeicu.mo -share/locale/ru/LC_MESSAGES/gnomeicu.mo -share/locale/rw/LC_MESSAGES/gnomeicu.mo -share/locale/sk/LC_MESSAGES/gnomeicu.mo -share/locale/sl/LC_MESSAGES/gnomeicu.mo -share/locale/sq/LC_MESSAGES/gnomeicu.mo -share/locale/sr/LC_MESSAGES/gnomeicu.mo -share/locale/sr@Latn/LC_MESSAGES/gnomeicu.mo -share/locale/sv/LC_MESSAGES/gnomeicu.mo -share/locale/th/LC_MESSAGES/gnomeicu.mo -share/locale/tr/LC_MESSAGES/gnomeicu.mo -share/locale/uk/LC_MESSAGES/gnomeicu.mo -share/locale/vi/LC_MESSAGES/gnomeicu.mo -share/locale/zh_CN/LC_MESSAGES/gnomeicu.mo -share/locale/zh_HK/LC_MESSAGES/gnomeicu.mo -share/locale/zh_TW/LC_MESSAGES/gnomeicu.mo -@dirrm share/sounds/gnomeicu -@dirrm share/omf/gnomeicu -@dirrm share/gnome/help/gnomeicu/uk/figures -@dirrm share/gnome/help/gnomeicu/uk -@dirrm share/gnome/help/gnomeicu/C/figures -@dirrm share/gnome/help/gnomeicu/C -@dirrm share/gnome/help/gnomeicu -@dirrm share/gnomeicu/icons/reDubbed -@dirrm share/gnomeicu/icons/Gradients -@dirrm share/gnomeicu/icons/Eyeballs -@dirrm share/gnomeicu/icons/Default -@dirrm share/gnomeicu/icons -@dirrm share/gnomeicu/glade -@dirrm share/gnomeicu/emoticons/Yahoo -@dirrm share/gnomeicu/emoticons/MSN -@dirrm share/gnomeicu/emoticons/Default -@dirrm share/gnomeicu/emoticons/Always -@dirrm share/gnomeicu/emoticons/AIM -@dirrm share/gnomeicu/emoticons -@dirrm share/gnomeicu -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/applications diff --git a/net-im/gossip/Makefile b/net-im/gossip/Makefile deleted file mode 100644 index 00ce753b7..000000000 --- a/net-im/gossip/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for: gossip -# Date created: 08 July 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/net-im/gossip/Makefile,v 1.9 2007/05/31 05:03:39 marcus Exp $ -# - -PORTNAME= gossip -PORTVERSION= 0.26 -PORTREVISION= 1 -CATEGORIES= net-im gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GTK2 Jabber Instant Messaging client - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -LIB_DEPENDS= loudmouth-1.0:${PORTSDIR}/net-im/loudmouth \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - aspell.16:${PORTSDIR}/textproc/aspell -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes - -USE_BZIP2= yes -USE_XLIB= yes -GNU_CONFIGURE= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack gnomepanel gnomedocutils -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -CONFIGURE_ARGS= --enable-dbus=yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gossip.schemas - -OPTIONS= NOTIFY "Enable libnotify support" on \ - TELEPATHY "Enable telepathy support" off - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify -.else -CONFIGURE_ARGS+= --enable-libnotify=no -.endif - -.if defined(WITH_TELEPATHY) -LIB_DEPENDS+= telepathy.5:${PORTSDIR}/net-im/libtelepathy -CONFIGURE_ARGS+= --enable-telepathy=yes -.else -CONFIGURE_ARGS+= --enable-telepathy=no -.endif - -.include <bsd.port.post.mk> diff --git a/net-im/gossip/distinfo b/net-im/gossip/distinfo deleted file mode 100644 index 765234be6..000000000 --- a/net-im/gossip/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gossip-0.26.tar.bz2) = b625bd0fb56ceb6da758be2164ff45dd -SHA256 (gnome2/gossip-0.26.tar.bz2) = 4d8deaf83c8aa50e179684510c8150dc34cf60b2480b1a89b68f9ca097c38730 -SIZE (gnome2/gossip-0.26.tar.bz2) = 1327332 diff --git a/net-im/gossip/pkg-descr b/net-im/gossip/pkg-descr deleted file mode 100644 index e35bf5d47..000000000 --- a/net-im/gossip/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Gossip is a modern client for the Jabber Instant Messaging system. - -WWW: http://developer.imendio.com/projects/gossip/ diff --git a/net-im/gossip/pkg-plist b/net-im/gossip/pkg-plist deleted file mode 100644 index 355667bf9..000000000 --- a/net-im/gossip/pkg-plist +++ /dev/null @@ -1,139 +0,0 @@ -bin/gossip -etc/sound/events/gossip.soundlist -libdata/bonobo/servers/GNOME_Peekaboo_Applet.server -libexec/peekaboo-applet -share/applications/gossip.desktop -share/gossip/GNOME_Peekaboo_Applet.xml -share/gossip/chat.glade -share/gossip/file-transfer.glade -share/gossip/gossip-account.dtd -share/gossip/gossip-available.png -share/gossip/gossip-away.png -share/gossip/gossip-busy.png -share/gossip/gossip-chatroom.dtd -share/gossip/gossip-contact-groups.dtd -share/gossip/gossip-contact.dtd -share/gossip/gossip-extended-away.png -share/gossip/gossip-group-message.png -share/gossip/gossip-log.xsl -share/gossip/gossip-logo.png -share/gossip/gossip-message.png -share/gossip/gossip-offline.png -share/gossip/gossip-pending.png -share/gossip/gossip-status-presets.dtd -share/gossip/gossip-typing.png -share/gossip/group-chat.glade -share/gossip/main.glade -share/gossip/vcard_16.png -share/gossip/vcard_48.png -share/gossip/protocols/aim.protocol -share/gossip/protocols/gossip-protocol.dtd -share/gossip/protocols/icq.protocol -share/gossip/protocols/msn.protocol -share/gossip/protocols/yahoo.protocol -share/gnome/help/gossip/C/figures/gossip-available.png -share/gnome/help/gossip/C/figures/gossip-away.png -share/gnome/help/gossip/C/figures/gossip-busy.png -share/gnome/help/gossip/C/figures/gossip-extended-away.png -share/gnome/help/gossip/C/figures/gossip-offline.png -share/gnome/help/gossip/C/figures/gossip-personal-details.png -share/gnome/help/gossip/C/figures/gossip-roster.png -share/gnome/help/gossip/C/gossip.xml -share/gnome/help/gossip/C/legal.xml -share/gnome/help/gossip/es/figures/gossip-available.png -share/gnome/help/gossip/es/figures/gossip-away.png -share/gnome/help/gossip/es/figures/gossip-busy.png -share/gnome/help/gossip/es/figures/gossip-extended-away.png -share/gnome/help/gossip/es/figures/gossip-offline.png -share/gnome/help/gossip/es/figures/gossip-personal-details.png -share/gnome/help/gossip/es/figures/gossip-roster.png -share/gnome/help/gossip/es/gossip.xml -share/gnome/help/gossip/fr/figures/gossip-available.png -share/gnome/help/gossip/fr/figures/gossip-away.png -share/gnome/help/gossip/fr/figures/gossip-busy.png -share/gnome/help/gossip/fr/figures/gossip-extended-away.png -share/gnome/help/gossip/fr/figures/gossip-offline.png -share/gnome/help/gossip/fr/figures/gossip-personal-details.png -share/gnome/help/gossip/fr/figures/gossip-roster.png -share/gnome/help/gossip/fr/gossip.xml -share/gnome/help/gossip/sv/figures/gossip-available.png -share/gnome/help/gossip/sv/figures/gossip-away.png -share/gnome/help/gossip/sv/figures/gossip-busy.png -share/gnome/help/gossip/sv/figures/gossip-extended-away.png -share/gnome/help/gossip/sv/figures/gossip-offline.png -share/gnome/help/gossip/sv/figures/gossip-personal-details.png -share/gnome/help/gossip/sv/figures/gossip-roster.png -share/gnome/help/gossip/sv/gossip.xml -share/omf/gossip/gossip-C.omf -share/omf/gossip/gossip-es.omf -share/omf/gossip/gossip-fr.omf -share/omf/gossip/gossip-sv.omf -share/sounds/gossip/chat1.wav -share/sounds/gossip/chat2.wav -share/sounds/gossip/offline.wav -share/sounds/gossip/online.wav -share/sounds/gossip/send.wav -share/icons/hicolor/16x16/apps/gossip.png -share/icons/hicolor/22x22/apps/gossip.png -share/icons/hicolor/32x32/apps/gossip.png -share/icons/hicolor/48x48/apps/gossip.png -share/icons/hicolor/scalable/apps/gossip.svg -share/locale/ar/LC_MESSAGES/gossip.mo -share/locale/az/LC_MESSAGES/gossip.mo -share/locale/bg/LC_MESSAGES/gossip.mo -share/locale/ca/LC_MESSAGES/gossip.mo -share/locale/cs/LC_MESSAGES/gossip.mo -share/locale/cy/LC_MESSAGES/gossip.mo -share/locale/da/LC_MESSAGES/gossip.mo -share/locale/de/LC_MESSAGES/gossip.mo -share/locale/dz/LC_MESSAGES/gossip.mo -share/locale/el/LC_MESSAGES/gossip.mo -share/locale/en_CA/LC_MESSAGES/gossip.mo -share/locale/en_GB/LC_MESSAGES/gossip.mo -share/locale/eo/LC_MESSAGES/gossip.mo -share/locale/es/LC_MESSAGES/gossip.mo -share/locale/eu/LC_MESSAGES/gossip.mo -share/locale/fi/LC_MESSAGES/gossip.mo -share/locale/fr/LC_MESSAGES/gossip.mo -share/locale/ga/LC_MESSAGES/gossip.mo -share/locale/hr/LC_MESSAGES/gossip.mo -share/locale/hu/LC_MESSAGES/gossip.mo -share/locale/it/LC_MESSAGES/gossip.mo -share/locale/lt/LC_MESSAGES/gossip.mo -share/locale/ml/LC_MESSAGES/gossip.mo -share/locale/ms/LC_MESSAGES/gossip.mo -share/locale/nb/LC_MESSAGES/gossip.mo -share/locale/ne/LC_MESSAGES/gossip.mo -share/locale/nl/LC_MESSAGES/gossip.mo -share/locale/pl/LC_MESSAGES/gossip.mo -share/locale/pt/LC_MESSAGES/gossip.mo -share/locale/pt_BR/LC_MESSAGES/gossip.mo -share/locale/ru/LC_MESSAGES/gossip.mo -share/locale/sq/LC_MESSAGES/gossip.mo -share/locale/sr/LC_MESSAGES/gossip.mo -share/locale/sr@Latn/LC_MESSAGES/gossip.mo -share/locale/sv/LC_MESSAGES/gossip.mo -share/locale/tr/LC_MESSAGES/gossip.mo -share/locale/uk/LC_MESSAGES/gossip.mo -share/locale/vi/LC_MESSAGES/gossip.mo -share/locale/zh_CN/LC_MESSAGES/gossip.mo -share/locale/zh_HK/LC_MESSAGES/gossip.mo -share/locale/zh_TW/LC_MESSAGES/gossip.mo -@dirrm share/omf/gossip -@dirrm share/gnome/help/gossip/sv/figures -@dirrm share/gnome/help/gossip/sv -@dirrm share/gnome/help/gossip/fr/figures -@dirrm share/gnome/help/gossip/fr -@dirrm share/gnome/help/gossip/es/figures -@dirrm share/gnome/help/gossip/es -@dirrm share/gnome/help/gossip/C/figures -@dirrm share/gnome/help/gossip/C -@dirrm share/gnome/help/gossip -@dirrm share/sounds/gossip -@dirrm share/gossip/protocols -@dirrm share/gossip -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/applications diff --git a/net-im/ickle/Makefile b/net-im/ickle/Makefile deleted file mode 100644 index da669f23a..000000000 --- a/net-im/ickle/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: ickle -# Date created: Nov 21, 2001 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= ickle -PORTVERSION= 0.3.2 -PORTREVISION= 5 -CATEGORIES= net-im devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= ICQ2000 protocol implementation - -LIB_DEPENDS= gtkmm-1.2.2:${PORTSDIR}/x11-toolkits/gtkmm12 \ - icq2000.5:${PORTSDIR}/net-im/libicq2000 - -USE_X_PREFIX= yes -USE_GNOME= gtk12 -WANT_GNOME= yes -USE_ICONV= yes -USE_AUTOTOOLS= libtool:15 -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} -CONFIGURE_ARGS= --with-sigc-prefix=${LOCALBASE} \ - --with-gtkmm-prefix=${LOCALBASE} -CONFIGURE_ENV= CPPFLAGS="`${LOCALBASE}/bin/sigc-config --cflags`" - -post-patch: - @${REINPLACE_CMD} -E -e 's|(gtkmm_config_args[[:space:]]*=).+$$|\1|' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mlibcapplet}!="" || defined(WITH_GNOME) -USE_GNOME+= libcapplet -PKGNAMESUFFIX= -gnome -PLIST_SUB+= GNOME="" NOGNOME="@comment " -.else -CONFIGURE_ARGS+= --with-gnome=no - -PLIST_SUB+= GNOME="@comment " NOGNOME="" -.endif - -.if defined(WITH_ICKLE_CONTROL) -PLIST_SUB+= ICKLECONTROL="" -.else -CONFIGURE_ARGS+= --without-ickle-control - -PLIST_SUB+= ICKLECONTROL="@comment " -.endif - -pre-everything:: -.if ${HAVE_GNOME:Mlibcapplet}=="" && !defined(WITH_GNOME) - @${ECHO_MSG} "===> Define WITH_GNOME to enable GNOME support" -.endif -.if !defined(WITH_ICKLE_CONTROL) - @${ECHO_MSG} "===> Define WITH_ICKLE_CONTROL to enable external command-line" - @${ECHO_MSG} "===> control for the ickle client" -.endif - -.include <bsd.port.post.mk> diff --git a/net-im/ickle/distinfo b/net-im/ickle/distinfo deleted file mode 100644 index e05d4555d..000000000 --- a/net-im/ickle/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ickle-0.3.2.tar.gz) = c59acbc24ac90cfc7fd21c49038481ed -SHA256 (ickle-0.3.2.tar.gz) = bf58cba31bd711d912af20ed23cf450d3defb372725549a1458308311609af57 -SIZE (ickle-0.3.2.tar.gz) = 383799 diff --git a/net-im/ickle/pkg-descr b/net-im/ickle/pkg-descr deleted file mode 100644 index 96484c547..000000000 --- a/net-im/ickle/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -ickle is an open-source project implementing the ICQ2000 protocol. The aim -is to bring the most useful features of ICQ2000 to non-windows platforms. - -WWW: http://ickle.sourceforge.net/ diff --git a/net-im/ickle/pkg-plist b/net-im/ickle/pkg-plist deleted file mode 100644 index 8f7e0a3e5..000000000 --- a/net-im/ickle/pkg-plist +++ /dev/null @@ -1,152 +0,0 @@ -%%NOGNOME%%bin/ickle -%%GNOME%%bin/ickle_applet -%%ICKLECONTROL%%bin/ickle_control -%%GNOME%%etc/CORBA/servers/ickle_applet.gnorba -%%GNOME%%share/applets/Network/ickle_applet.desktop -%%DATADIR%%/icons/doors/away.xpm -%%DATADIR%%/icons/doors/chat.xpm -%%DATADIR%%/icons/doors/dnd.xpm -%%DATADIR%%/icons/doors/ffc.xpm -%%DATADIR%%/icons/doors/file.xpm -%%DATADIR%%/icons/doors/invisible.xpm -%%DATADIR%%/icons/doors/message.xpm -%%DATADIR%%/icons/doors/na.xpm -%%DATADIR%%/icons/doors/occ.xpm -%%DATADIR%%/icons/doors/offline.xpm -%%DATADIR%%/icons/doors/online.xpm -%%DATADIR%%/icons/doors/sms.xpm -%%DATADIR%%/icons/doors/sysmsg.xpm -%%DATADIR%%/icons/doors/url.xpm -%%DATADIR%%/icons/eureka/away.xpm -%%DATADIR%%/icons/eureka/chat.xpm -%%DATADIR%%/icons/eureka/dnd.xpm -%%DATADIR%%/icons/eureka/ffc.xpm -%%DATADIR%%/icons/eureka/file.xpm -%%DATADIR%%/icons/eureka/invisible.xpm -%%DATADIR%%/icons/eureka/message.xpm -%%DATADIR%%/icons/eureka/na.xpm -%%DATADIR%%/icons/eureka/occ.xpm -%%DATADIR%%/icons/eureka/offline.xpm -%%DATADIR%%/icons/eureka/online.xpm -%%DATADIR%%/icons/eureka/sms.xpm -%%DATADIR%%/icons/eureka/sysmsg.xpm -%%DATADIR%%/icons/eureka/url.xpm -%%DATADIR%%/icons/gnomeicu/away.xpm -%%DATADIR%%/icons/gnomeicu/chat.xpm -%%DATADIR%%/icons/gnomeicu/dnd.xpm -%%DATADIR%%/icons/gnomeicu/ffc.xpm -%%DATADIR%%/icons/gnomeicu/file.xpm -%%DATADIR%%/icons/gnomeicu/invisible.xpm -%%DATADIR%%/icons/gnomeicu/message.xpm -%%DATADIR%%/icons/gnomeicu/na.xpm -%%DATADIR%%/icons/gnomeicu/occ.xpm -%%DATADIR%%/icons/gnomeicu/offline.xpm -%%DATADIR%%/icons/gnomeicu/online.xpm -%%DATADIR%%/icons/gnomeicu/sms.xpm -%%DATADIR%%/icons/gnomeicu/sysmsg.xpm -%%DATADIR%%/icons/gnomeicu/url.xpm -%%DATADIR%%/icons/ickle/away.xpm -%%DATADIR%%/icons/ickle/chat.xpm -%%DATADIR%%/icons/ickle/dnd.xpm -%%DATADIR%%/icons/ickle/ffc.xpm -%%DATADIR%%/icons/ickle/file.xpm -%%DATADIR%%/icons/ickle/invisible.xpm -%%DATADIR%%/icons/ickle/message.xpm -%%DATADIR%%/icons/ickle/na.xpm -%%DATADIR%%/icons/ickle/occ.xpm -%%DATADIR%%/icons/ickle/offline.xpm -%%DATADIR%%/icons/ickle/online.xpm -%%DATADIR%%/icons/ickle/sms.xpm -%%DATADIR%%/icons/ickle/sysmsg.xpm -%%DATADIR%%/icons/ickle/url.xpm -%%DATADIR%%/icons/icq/away.xpm -%%DATADIR%%/icons/icq/chat.xpm -%%DATADIR%%/icons/icq/dnd.xpm -%%DATADIR%%/icons/icq/ffc.xpm -%%DATADIR%%/icons/icq/file.xpm -%%DATADIR%%/icons/icq/invisible.xpm -%%DATADIR%%/icons/icq/message.xpm -%%DATADIR%%/icons/icq/na.xpm -%%DATADIR%%/icons/icq/occ.xpm -%%DATADIR%%/icons/icq/offline.xpm -%%DATADIR%%/icons/icq/online.xpm -%%DATADIR%%/icons/icq/sms.xpm -%%DATADIR%%/icons/icq/sysmsg.xpm -%%DATADIR%%/icons/icq/url.xpm -%%DATADIR%%/icons/kit/away.xpm -%%DATADIR%%/icons/kit/chat.xpm -%%DATADIR%%/icons/kit/dnd.xpm -%%DATADIR%%/icons/kit/ffc.xpm -%%DATADIR%%/icons/kit/file.xpm -%%DATADIR%%/icons/kit/invisible.xpm -%%DATADIR%%/icons/kit/message.xpm -%%DATADIR%%/icons/kit/na.xpm -%%DATADIR%%/icons/kit/occ.xpm -%%DATADIR%%/icons/kit/offline.xpm -%%DATADIR%%/icons/kit/online.xpm -%%DATADIR%%/icons/kit/sms.xpm -%%DATADIR%%/icons/kit/sysmsg.xpm -%%DATADIR%%/icons/kit/url.xpm -%%DATADIR%%/icons/new/away.xpm -%%DATADIR%%/icons/new/chat.xpm -%%DATADIR%%/icons/new/dnd.xpm -%%DATADIR%%/icons/new/ffc.xpm -%%DATADIR%%/icons/new/file.xpm -%%DATADIR%%/icons/new/invisible.xpm -%%DATADIR%%/icons/new/message.xpm -%%DATADIR%%/icons/new/na.xpm -%%DATADIR%%/icons/new/occ.xpm -%%DATADIR%%/icons/new/offline.xpm -%%DATADIR%%/icons/new/online.xpm -%%DATADIR%%/icons/new/sms.xpm -%%DATADIR%%/icons/new/sysmsg.xpm -%%DATADIR%%/icons/new/url.xpm -%%DATADIR%%/translations/ASCII -%%DATADIR%%/translations/CP437 -%%DATADIR%%/translations/CP850 -%%DATADIR%%/translations/DANISH -%%DATADIR%%/translations/DEC_MCS -%%DATADIR%%/translations/DG_MCS -%%DATADIR%%/translations/DUTCH -%%DATADIR%%/translations/FINNISH -%%DATADIR%%/translations/FRENCH -%%DATADIR%%/translations/FRENCH_CANADIAN -%%DATADIR%%/translations/GERMAN -%%DATADIR%%/translations/HP_MCS -%%DATADIR%%/translations/IRV -%%DATADIR%%/translations/ITALIAN -%%DATADIR%%/translations/JIS -%%DATADIR%%/translations/LATIN_2 -%%DATADIR%%/translations/MACINTOSH -%%DATADIR%%/translations/NEXT -%%DATADIR%%/translations/NORWEGIAN_1 -%%DATADIR%%/translations/NORWEGIAN_2 -%%DATADIR%%/translations/POLISH -%%DATADIR%%/translations/POLISH_NOPL -%%DATADIR%%/translations/PORTUGUESE -%%DATADIR%%/translations/PORTUGUESE_COM -%%DATADIR%%/translations/RUSSIAN -%%DATADIR%%/translations/RUSSIAN_ALT -%%DATADIR%%/translations/RUSSIAN_WIN -%%DATADIR%%/translations/SPANISH -%%DATADIR%%/translations/SWEDISH -%%DATADIR%%/translations/SWEDISH_NAMES -%%DATADIR%%/translations/SWEDISH_NAMES_COM -%%DATADIR%%/translations/SWISS -%%DATADIR%%/translations/UKRAINIAN_WIN -%%DATADIR%%/translations/UNITED_KINGDOM -%%DATADIR%%/translations/UNITED_KINGDOM_COM -@dirrm %%DATADIR%%/translations -@dirrm %%DATADIR%%/icons/new -@dirrm %%DATADIR%%/icons/kit -@dirrm %%DATADIR%%/icons/icq -@dirrm %%DATADIR%%/icons/ickle -@dirrm %%DATADIR%%/icons/gnomeicu -@dirrm %%DATADIR%%/icons/eureka -@dirrm %%DATADIR%%/icons/doors -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrmtry share/applets/Network -@dirrmtry share/applets -@dirrmtry etc/CORBA/servers -@dirrmtry etc/CORBA diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile deleted file mode 100644 index afc5d4c1b..000000000 --- a/net-im/libpurple/Makefile +++ /dev/null @@ -1,227 +0,0 @@ -# New ports collection makefile for: gaim -# Date created: 26 Mar 1999 -# Whom: Jim Mock <jim@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/net-im/libpurple/Makefile,v 1.26 2007/09/30 22:29:37 marcus Exp $ -# - -PORTNAME?= libpurple -PORTVERSION= 2.2.1 -PORTREVISION?= 2 -CATEGORIES?= net-im -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= pidgin -DISTNAME= pidgin-${PORTVERSION} - -MAINTAINER?= marcus@FreeBSD.org -COMMENT?= Backend library for the Pidgin multi-protocol messaging client - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME?= gnomeprefix gnomehack intlhack glib20 -GNU_CONFIGURE= yes -CONFIGURE_ARGS?=--disable-gtkui \ - --disable-consoleui \ - --with-dynamic_prpls=${PRPL_MODULES} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ - PTHREAD_LIB="${PTHREAD_LIBS}" - -.if !defined(PIDGIN_SLAVE) -# Pidgin slave ports that require the following functionality, must explicitly -# set these macros themselves. -USE_GETTEXT= yes -USE_ICONV= yes -USE_LDCONFIG= yes -WANT_GNOME= yes -USE_PYTHON= yes - -.if defined(PACKAGE_BUILDING) -.undef WITHOUT_GNOME -WITH_GNOME= yes -.endif - -MAN1= pidgin.1 finch.1 - -.endif - -PRPL_MODULES= gg,irc,jabber,msn,novell,oscar,qq,simple,yahoo,zephyr - -OPTIONS= SILC "Secure Internet Live Conferencing support" off \ - GNUTLS "GNUTLS encryption support" on \ - NSS "Mozilla NSS encryption support" off \ - SASL "Cyrus SASL support (for jabberd)" off \ - DBUS "Enable DBUS bindings" on \ - PERL "Perl scripting" off \ - BONJOUR "Enable mDNS support" on \ - SAMETIME "Enable Sametime client support" off \ - TCLTK "Tcl/Tk scripting" off - -.if defined(WITH_GTKUI) -OPTIONS+= GTKSPELL "Spell checking support" on \ - GSTREAMER "Use GStreamer for playing sounds" on \ - CAP "Enable Contact Availability Prediction plugin" on -.endif - -CONFIGURE_ARGS+=--disable-doxygen - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 700032 || (${OSVERSION} < 700000 && ${OSVERSION} > 602106) -CFLAGS+= -D_XOPEN_SOURCE_EXTENDED -.endif - -.if !defined(PIDGIN_SLAVE) -.if ${HAVE_GNOME:Mgconf2}!="" || exists(${LOCALBASE}/bin/gconftool-2) -USE_GNOME+= gconf2 -GCONF_SCHEMAS= purple.schemas -.endif -.endif - -.if defined(WITH_GTKUI) && ${HAVE_GNOME:Mevolutiondataserver}!="" -USE_GNOME+= evolutiondataserver -PLIST_SUB+= EVO="" -.else -CONFIGURE_ARGS+= --disable-gevolution -PLIST_SUB+= EVO="@comment not installed: " -.endif - -.if defined(WITH_GTKUI) && !defined(WITHOUT_GSTREAMER) -USE_GSTREAMER+= core good -.else -CONFIGURE_ARGS+=--disable-gstreamer -.endif - -.if defined(WITH_GTKUI) && !defined(WITHOUT_CAP) -LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3 -PLIST_SUB+= CAP="" -.else -CONFIGURE_ARGS+=--disable-cap -PLIST_SUB+= CAP="@comment not installed: " -.endif - -.if !defined(WITHOUT_GNUTLS) -LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls -CONFIGURE_ARGS+= --enable-gnutls=yes -.else -CONFIGURE_ARGS+= --enable-gnutls=no -.endif - -.if defined(WITH_NSS) -LIB_DEPENDS+= nss3:${PORTSDIR}/security/nss -CONFIGURE_ARGS+= --enable-nss=yes \ - --with-nspr-includes=${LOCALBASE}/include/nspr \ - --with-nspr-libs=${LOCALBASE}/lib \ - --with-nss-includes=${LOCALBASE}/include/nss/nss \ - --with-nss-libs=${LOCALBASE}/lib/nss -.else -CONFIGURE_ARGS+= --enable-nss=no -.endif - -.if defined(WITH_SASL) -LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 -CONFIGURE_ARGS+= --enable-cyrus-sasl -.endif - -.if defined(WITH_SILC) -LIB_DEPENDS+= silcclient-1.0.4:${PORTSDIR}/devel/silc-toolkit -CONFIGURE_ARGS+= --with-silc-includes=${LOCALBASE}/include/silc \ - --with-silc-libs=${LOCALBASE}/lib -PLIST_SUB+= SILC="" -PRPL_MODULES:= ${PRPL_MODULES},silc -.else -PLIST_SUB+= SILC="@comment not installed: " -.endif - -.if !defined(WITHOUT_BONJOUR) -LIB_DEPENDS+= avahi-core.5:${PORTSDIR}/net/avahi -PLIST_SUB+= BONJOUR="" -PRPL_MODULES:= ${PRPL_MODULES},bonjour -.else -PLIST_SUB+= BONJOUR="@comment not installed: " -.endif - -.if defined(WITH_SAMETIME) -LIB_DEPENDS+= meanwhile.1:${PORTSDIR}/net-im/meanwhile -PLIST_SUB+= SAMETIME="" -PRPL_MODULES:= ${PRPL_MODULES},sametime -.else -PLIST_SUB+= SAMETIME="@comment not installed: " -.endif - -.if defined(WITH_TCLTK) -TCLTK_VER?= 8.4 # user can override it -TCLTK_VER_NODOT= ${TCLTK_VER:S/.//} -.if ${TCLTK_VER} != 8.3 && ${TCLTK_VER} != 8.4 -.error Currently Pidgin can only use Tcl/Tk 8.3 or 8.4 -.endif -LIB_DEPENDS+= tk${TCLTK_VER_NODOT}:${PORTSDIR}/x11-toolkits/tk${TCLTK_VER_NODOT} -CONFIGURE_ARGS+= --with-tclconfig=${LOCALBASE}/lib/tcl${TCLTK_VER} \ - --with-tkconfig=${LOCALBASE}/lib/tk${TCLTK_VER} -CFLAGS+= -I${LOCALBASE}/include/tk${TCLTK_VER} -I${LOCALBASE}/include/tcl${TCLTK_VER} -PLIST_SUB+= TCL:="" -.else -PLIST_SUB+= TCL:="@comment not installed: " -.endif - -.if !defined(WITHOUT_DBUS) -LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib -.if !defined(PIDGIN_SLAVE) -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus -.endif -CONFIGURE_ARGS+= --enable-dbus -PLIST_SUB+= DBUS="" -.else -CONFIGURE_ARGS+= --disable-dbus -PLIST_SUB+= DBUS="@comment not installed: " -.endif - -.if defined(WITH_PERL) && ${PERL_LEVEL} >= 500800 -USE_PERL5= yes -CONFIGURE_ARGS+= --with-perl-lib=site -PLIST_SUB+= PERL:="" -.if !defined(PIDGIN_SLAVE) -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3+= Purple.3 -.endif -.else -CONFIGURE_ARGS+= --disable-perl -PLIST_SUB+= PERL:="@comment not installed: " -.endif - -.if defined(WITH_GTKUI) && !defined(WITHOUT_GTKSPELL) -LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell -.else -CONFIGURE_ARGS+= --disable-gtkspell -.endif - -pre-everything:: -.if defined(WITH_PERL) && ${PERL_LEVEL} < 500800 - @${ECHO_MSG} "WARNING: Perl scripting disabled (Perl 5.8 requirement not met)." -.endif -.if defined(WITHOUT_GNUTLS) && defined(WITHOUT_NSS) - @${ECHO_MSG} "WARNING: In order to use MSN, you must enable the GNUTLS and/or NSS options." -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthreads|${PTHREAD_LIBS:S/"//g}|g' \ - -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - -e 's|-lpanel |-lpanel -lncurses|g' \ - -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g' \ - -e 's|-lsilc -lsilcclient ${PTHREAD_LIBS} $$LIBDL|-lsilc -lsilcclient ${PTHREAD_LIBS} -liconv|' \ - -e 's|TCL_VERSION found but 8.3 required|TCL_VERSION found but ${TCLTK_VER} required|g' \ - -e 's|TCL_MINOR_VERSION" -ne 3|TCL_MINOR_VERSION" -ne ${TCLTK_VER:E}|' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \ - ${WRKSRC}/libpurple/purple-send \ - ${WRKSRC}/libpurple/purple-send-async - @${REINPLACE_CMD} -e 's|/python|/env python|' \ - ${WRKSRC}/libpurple/purple-remote \ - ${WRKSRC}/libpurple/purple-url-handler -.if defined(PIDGIN_SLAVE) - @${FIND} ${BUILD_WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - 's|[$$][(]top_builddir[)]/libpurple/libpurple.la|${LOCALBASE}/lib/libpurple.la|g' -.endif - -.include <bsd.port.post.mk> diff --git a/net-im/libpurple/distinfo b/net-im/libpurple/distinfo deleted file mode 100644 index c81e67b8f..000000000 --- a/net-im/libpurple/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pidgin-2.2.1.tar.bz2) = f1703430d4b8ffc96b493fc36cd46131 -SHA256 (pidgin-2.2.1.tar.bz2) = 6efbefe325f6eab711a5fbdc4b758b4585a4cda68c98dd2e11ccfc8d98075823 -SIZE (pidgin-2.2.1.tar.bz2) = 8882043 diff --git a/net-im/libpurple/files/patch-finch_libgnt_gntmain.c b/net-im/libpurple/files/patch-finch_libgnt_gntmain.c deleted file mode 100644 index aaabc974a..000000000 --- a/net-im/libpurple/files/patch-finch_libgnt_gntmain.c +++ /dev/null @@ -1,11 +0,0 @@ ---- finch/libgnt/gntmain.c.orig 2007-08-16 02:18:26.000000000 -0400 -+++ finch/libgnt/gntmain.c 2007-08-16 02:18:42.000000000 -0400 -@@ -21,7 +21,7 @@ - */ - - #define _GNU_SOURCE --#if defined(__APPLE__) || defined(__unix__) -+#if (defined(__APPLE__) || defined(__unix__)) && !defined(__FreeBSD__) - #define _XOPEN_SOURCE_EXTENDED - #endif - diff --git a/net-im/libpurple/files/patch-finch_libgnt_gntwm.c b/net-im/libpurple/files/patch-finch_libgnt_gntwm.c deleted file mode 100644 index 9788cf084..000000000 --- a/net-im/libpurple/files/patch-finch_libgnt_gntwm.c +++ /dev/null @@ -1,11 +0,0 @@ ---- finch/libgnt/gntwm.c.orig 2007-08-16 02:19:22.000000000 -0400 -+++ finch/libgnt/gntwm.c 2007-08-16 02:19:38.000000000 -0400 -@@ -21,7 +21,7 @@ - */ - - #define _GNU_SOURCE --#if defined(__APPLE__) || defined(__unix__) -+#if (defined(__APPLE__) || defined(__unix__)) && !defined(__FreeBSD__) - #define _XOPEN_SOURCE_EXTENDED - #endif - diff --git a/net-im/libpurple/pkg-descr b/net-im/libpurple/pkg-descr deleted file mode 100644 index 9e72c5831..000000000 --- a/net-im/libpurple/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -Pidgin is a multi-protocol instant messaging client. It is compatible with AIM -(Oscar and TOC protocols), ICQ, MSN Messenger, Yahoo, IRC, Jabber, Gadu-Gadu, -and Zephyr networks. - -Pidgin users can log in to multiple accounts on multiple IM networks -simultaneously. This means that you can be chatting with friends on AOL -Instant Messenger, talking to a friend on Yahoo Messenger, and sitting in an -IRC channel all at the same time. - -Pidgin supports many features of the various networks, such as file transfer -(coming soon), away messages, typing notification, and MSN window closing -notification. It also goes beyond that and provides many unique features. A -few popular features are Buddy Pounces, which give the ability to notify you, -send a message, play a sound, or run a program when a specific buddy goes away, -signs online, or returns from idle; and plugins, consisting of text -replacement, a buddy ticker, extended message notification, iconify on away, -and more. - -(Adapted from the About Pidgin page.) - -Libgaim is a backend library and protocol modules needed for Pidgin frontend -frontends such as the GTK+ and console UIs. - -WWW: http://www.pidgin.im/ diff --git a/net-im/libpurple/pkg-plist b/net-im/libpurple/pkg-plist deleted file mode 100644 index 745c81518..000000000 --- a/net-im/libpurple/pkg-plist +++ /dev/null @@ -1,246 +0,0 @@ -%%DBUS%%bin/purple-client-example -%%DBUS%%bin/purple-remote -%%DBUS%%bin/purple-send -%%DBUS%%bin/purple-send-async -%%DBUS%%bin/purple-url-handler -include/libpurple/account.h -include/libpurple/accountopt.h -include/libpurple/blist.h -include/libpurple/buddyicon.h -include/libpurple/cipher.h -include/libpurple/circbuffer.h -include/libpurple/cmds.h -include/libpurple/connection.h -include/libpurple/conversation.h -include/libpurple/core.h -%%DBUS%%include/libpurple/dbus-bindings.h -%%DBUS%%include/libpurple/dbus-define-api.h -include/libpurple/dbus-maybe.h -%%DBUS%%include/libpurple/dbus-purple.h -%%DBUS%%include/libpurple/dbus-server.h -%%DBUS%%include/libpurple/dbus-types.h -%%DBUS%%include/libpurple/dbus-useful.h -include/libpurple/certificate.h -include/libpurple/debug.h -include/libpurple/desktopitem.h -include/libpurple/dnsquery.h -include/libpurple/dnssrv.h -include/libpurple/eventloop.h -include/libpurple/ft.h -include/libpurple/gaim-compat.h -include/libpurple/idle.h -include/libpurple/imgstore.h -include/libpurple/log.h -include/libpurple/mime.h -include/libpurple/nat-pmp.h -include/libpurple/network.h -include/libpurple/notify.h -include/libpurple/ntlm.h -include/libpurple/plugin.h -include/libpurple/pluginpref.h -include/libpurple/pounce.h -include/libpurple/prefs.h -include/libpurple/privacy.h -include/libpurple/proxy.h -include/libpurple/prpl.h -include/libpurple/request.h -include/libpurple/roomlist.h -include/libpurple/savedstatuses.h -include/libpurple/server.h -include/libpurple/signals.h -include/libpurple/sound.h -include/libpurple/sslconn.h -include/libpurple/status.h -include/libpurple/stringref.h -include/libpurple/stun.h -include/libpurple/upnp.h -include/libpurple/util.h -include/libpurple/value.h -include/libpurple/version.h -include/libpurple/whiteboard.h -include/libpurple/xmlnode.h -lib/purple-2/autoaccept.la -lib/purple-2/autoaccept.so -lib/purple-2/buddynote.la -lib/purple-2/buddynote.so -%%DBUS%%lib/purple-2/dbus-example.la -%%DBUS%%lib/purple-2/dbus-example.so -lib/purple-2/idle.la -lib/purple-2/idle.so -lib/purple-2/joinpart.la -lib/purple-2/joinpart.so -lib/purple-2/libaim.la -lib/purple-2/libaim.so -lib/purple-2/libicq.la -lib/purple-2/libicq.so -%%BONJOUR%%lib/purple-2/libbonjour.la -%%BONJOUR%%lib/purple-2/libbonjour.so -lib/purple-2/libgg.la -lib/purple-2/libgg.so -lib/purple-2/libirc.la -lib/purple-2/libirc.so -lib/purple-2/libjabber.la -lib/purple-2/libjabber.so -lib/purple-2/libjabber.so.0 -lib/purple-2/libmsn.la -lib/purple-2/libmsn.so -lib/purple-2/libnovell.la -lib/purple-2/libnovell.so -lib/purple-2/liboscar.la -lib/purple-2/liboscar.so -lib/purple-2/liboscar.so.0 -%%SILC%%lib/purple-2/libsilcpurple.la -%%SILC%%lib/purple-2/libsilcpurple.so -lib/purple-2/libqq.la -lib/purple-2/libqq.so -%%SAMETIME%%lib/purple-2/libsametime.la -%%SAMETIME%%lib/purple-2/libsametime.so -lib/purple-2/libsimple.la -lib/purple-2/libsimple.so -lib/purple-2/libxmpp.la -lib/purple-2/libxmpp.so -lib/purple-2/libyahoo.la -lib/purple-2/libyahoo.so -lib/purple-2/libzephyr.la -lib/purple-2/libzephyr.so -lib/purple-2/log_reader.la -lib/purple-2/log_reader.so -lib/purple-2/newline.la -lib/purple-2/newline.so -lib/purple-2/offlinemsg.la -lib/purple-2/offlinemsg.so -%%PERL:%%lib/purple-2/perl.la -%%PERL:%%lib/purple-2/perl.so -lib/purple-2/psychic.la -lib/purple-2/psychic.so -lib/purple-2/ssl-gnutls.la -lib/purple-2/ssl-gnutls.so -lib/purple-2/ssl-nss.la -lib/purple-2/ssl-nss.so -lib/purple-2/ssl.la -lib/purple-2/ssl.so -lib/purple-2/statenotify.la -lib/purple-2/statenotify.so -%%TCL:%%lib/purple-2/tcl.la -%%TCL:%%lib/purple-2/tcl.so -%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Purple/autosplit.ix -%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Purple/Purple.so -%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Purple/Purple.bs -%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Purple/.packlist -%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/Purple.pm -%%DBUS%%lib/libpurple-client.la -%%DBUS%%lib/libpurple-client.so -%%DBUS%%lib/libpurple-client.so.2 -lib/libpurple.la -lib/libpurple.so -lib/libpurple.so.2 -libdata/pkgconfig/purple.pc -share/aclocal/purple.m4 -share/applications/pidgin.desktop -share/purple/ca-certs/Equifax_Secure_CA.pem -share/purple/ca-certs/GTE_CyberTrust_Global_Root.pem -share/purple/ca-certs/Verisign_Class3_Primary_CA.pem -share/purple/ca-certs/Verisign_RSA_Secure_Server_CA.pem -share/sounds/purple/alert.wav -share/sounds/purple/login.wav -share/sounds/purple/logout.wav -share/sounds/purple/receive.wav -share/sounds/purple/send.wav -share/locale/af/LC_MESSAGES/pidgin.mo -share/locale/am/LC_MESSAGES/pidgin.mo -share/locale/ar/LC_MESSAGES/pidgin.mo -share/locale/az/LC_MESSAGES/pidgin.mo -share/locale/be@latin/LC_MESSAGES/pidgin.mo -share/locale/bg/LC_MESSAGES/pidgin.mo -share/locale/bn/LC_MESSAGES/pidgin.mo -share/locale/bs/LC_MESSAGES/pidgin.mo -share/locale/ca/LC_MESSAGES/pidgin.mo -share/locale/ca@valencia/LC_MESSAGES/pidgin.mo -share/locale/cs/LC_MESSAGES/pidgin.mo -share/locale/da/LC_MESSAGES/pidgin.mo -share/locale/de/LC_MESSAGES/pidgin.mo -share/locale/dz/LC_MESSAGES/pidgin.mo -share/locale/el/LC_MESSAGES/pidgin.mo -share/locale/en_AU/LC_MESSAGES/pidgin.mo -share/locale/en_CA/LC_MESSAGES/pidgin.mo -share/locale/en_GB/LC_MESSAGES/pidgin.mo -share/locale/eo/LC_MESSAGES/pidgin.mo -share/locale/es/LC_MESSAGES/pidgin.mo -share/locale/et/LC_MESSAGES/pidgin.mo -share/locale/eu/LC_MESSAGES/pidgin.mo -share/locale/fa/LC_MESSAGES/pidgin.mo -share/locale/fi/LC_MESSAGES/pidgin.mo -share/locale/fr/LC_MESSAGES/pidgin.mo -share/locale/gl/LC_MESSAGES/pidgin.mo -share/locale/gu/LC_MESSAGES/pidgin.mo -share/locale/he/LC_MESSAGES/pidgin.mo -share/locale/hi/LC_MESSAGES/pidgin.mo -share/locale/hu/LC_MESSAGES/pidgin.mo -share/locale/id/LC_MESSAGES/pidgin.mo -share/locale/it/LC_MESSAGES/pidgin.mo -share/locale/ja/LC_MESSAGES/pidgin.mo -share/locale/ka/LC_MESSAGES/pidgin.mo -share/locale/ko/LC_MESSAGES/pidgin.mo -share/locale/kn/LC_MESSAGES/pidgin.mo -share/locale/ku/LC_MESSAGES/pidgin.mo -share/locale/lo/LC_MESSAGES/pidgin.mo -share/locale/lt/LC_MESSAGES/pidgin.mo -share/locale/mk/LC_MESSAGES/pidgin.mo -share/locale/my_MM/LC_MESSAGES/pidgin.mo -share/locale/nb/LC_MESSAGES/pidgin.mo -share/locale/ne/LC_MESSAGES/pidgin.mo -share/locale/nl/LC_MESSAGES/pidgin.mo -share/locale/nn/LC_MESSAGES/pidgin.mo -share/locale/pa/LC_MESSAGES/pidgin.mo -share/locale/pl/LC_MESSAGES/pidgin.mo -share/locale/ps/LC_MESSAGES/pidgin.mo -share/locale/pt/LC_MESSAGES/pidgin.mo -share/locale/pt_BR/LC_MESSAGES/pidgin.mo -share/locale/ro/LC_MESSAGES/pidgin.mo -share/locale/ru/LC_MESSAGES/pidgin.mo -share/locale/sk/LC_MESSAGES/pidgin.mo -share/locale/sl/LC_MESSAGES/pidgin.mo -share/locale/sq/LC_MESSAGES/pidgin.mo -share/locale/sr/LC_MESSAGES/pidgin.mo -share/locale/sr@latin/LC_MESSAGES/pidgin.mo -share/locale/sv/LC_MESSAGES/pidgin.mo -share/locale/ta/LC_MESSAGES/pidgin.mo -share/locale/te/LC_MESSAGES/pidgin.mo -share/locale/th/LC_MESSAGES/pidgin.mo -share/locale/tr/LC_MESSAGES/pidgin.mo -share/locale/uk/LC_MESSAGES/pidgin.mo -share/locale/vi/LC_MESSAGES/pidgin.mo -share/locale/xh/LC_MESSAGES/pidgin.mo -share/locale/zh_CN/LC_MESSAGES/pidgin.mo -share/locale/zh_HK/LC_MESSAGES/pidgin.mo -share/locale/zh_TW/LC_MESSAGES/pidgin.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/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/my_MM/LC_MESSAGES -@dirrmtry share/locale/my_MM -@dirrmtry share/locale/lo/LC_MESSAGES -@dirrmtry share/locale/lo -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrm share/purple/ca-certs -@dirrm share/purple -@dirrm share/pidgin/ -@dirrm share/sounds/purple -%%PERL:%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Purple -@dirrm lib/purple-2 -@dirrm include/libpurple -@dirrmtry share/applications diff --git a/net-im/pidgin-guifications/Makefile b/net-im/pidgin-guifications/Makefile deleted file mode 100644 index 26b344de3..000000000 --- a/net-im/pidgin-guifications/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: gaim-guifications -# Date created: 2004-05-04 -# Whom: ports@c0decafe.net -# -# $FreeBSD$ -# - -PORTNAME= pidgin-guifications -PORTVERSION= 2.14 -PORTREVISION= 1 -CATEGORIES= net-im -MASTER_SITES= http://downloads.guifications.org/plugins/Guifications2/ - -MAINTAINER= ports@c0decafe.net -COMMENT= Plugin to add msn style "toaster" popups to Pidgin - -BUILD_DEPENDS= ${LOCALBASE}/include/pidgin/pidgin.h:${PORTSDIR}/net-im/pidgin -RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin - -USE_XLIB= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack gtk20 -GNU_CONFIGURE= yes -CONFIGURE_ENV= "CPPFLAGS=-I${LOCALBASE}/include" "LIBS=-L${LOCALBASE}/lib" - -.include <bsd.port.pre.mk> - -post-extract: - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \ - -e 's#\([@(]\)PIDGIN_LIBDIR\([@)]\)#\1libdir\2#' \ - -e 's#\([@(]\)PIDGIN_DATADIR\([@)]\)#\1datadir\2#' - @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/net-im/pidgin-guifications/distinfo b/net-im/pidgin-guifications/distinfo deleted file mode 100644 index d0e580aed..000000000 --- a/net-im/pidgin-guifications/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pidgin-guifications-2.14.tar.bz2) = 3c7b126d255d0c768a4af699c4454481 -SHA256 (pidgin-guifications-2.14.tar.bz2) = 6ff41878af4603c5a3fbde22548846a2230f1934a63c1ae17f6334649e4d4907 -SIZE (pidgin-guifications-2.14.tar.bz2) = 545044 diff --git a/net-im/pidgin-guifications/pkg-descr b/net-im/pidgin-guifications/pkg-descr deleted file mode 100644 index 94a86174b..000000000 --- a/net-im/pidgin-guifications/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Guifications is a Pidgin plugin that displays msn style "toaster" popups in a -user-defined corner of the screen. It's highly configurable, and easy to use. - -WWW: http://plugins.guifications.org/trac/ diff --git a/net-im/pidgin-guifications/pkg-plist b/net-im/pidgin-guifications/pkg-plist deleted file mode 100644 index dbd4d0639..000000000 --- a/net-im/pidgin-guifications/pkg-plist +++ /dev/null @@ -1,63 +0,0 @@ -lib/pidgin/guifications.la -lib/pidgin/guifications.so -share/pixmaps/pidgin/guifications/conf/item_icon_size_big.png -share/pixmaps/pidgin/guifications/conf/item_icon_size_huge.png -share/pixmaps/pidgin/guifications/conf/item_icon_size_large.png -share/pixmaps/pidgin/guifications/conf/item_icon_size_little.png -share/pixmaps/pidgin/guifications/conf/item_icon_size_normal.png -share/pixmaps/pidgin/guifications/conf/item_icon_size_small.png -share/pixmaps/pidgin/guifications/conf/item_icon_size_tiny.png -share/pixmaps/pidgin/guifications/conf/item_position_center.png -share/pixmaps/pidgin/guifications/conf/item_position_east.png -share/pixmaps/pidgin/guifications/conf/item_position_north.png -share/pixmaps/pidgin/guifications/conf/item_position_north_east.png -share/pixmaps/pidgin/guifications/conf/item_position_north_west.png -share/pixmaps/pidgin/guifications/conf/item_position_south.png -share/pixmaps/pidgin/guifications/conf/item_position_south_east.png -share/pixmaps/pidgin/guifications/conf/item_position_south_west.png -share/pixmaps/pidgin/guifications/conf/item_position_west.png -share/pixmaps/pidgin/guifications/conf/item_text_clipping_ellipsis_end.png -share/pixmaps/pidgin/guifications/conf/item_text_clipping_ellipsis_middle.png -share/pixmaps/pidgin/guifications/conf/item_text_clipping_ellipsis_start.png -share/pixmaps/pidgin/guifications/conf/item_text_clipping_truncate.png -share/pixmaps/pidgin/guifications/conf/window_position_north_east.png -share/pixmaps/pidgin/guifications/conf/window_position_north_west.png -share/pixmaps/pidgin/guifications/conf/window_position_south_east.png -share/pixmaps/pidgin/guifications/conf/window_position_south_west.png -share/pixmaps/pidgin/guifications/themes/Penguins/penguin.png -share/pixmaps/pidgin/guifications/themes/Penguins/theme.xml -share/pixmaps/pidgin/guifications/themes/default/background.png -share/pixmaps/pidgin/guifications/themes/default/theme.xml -share/pixmaps/pidgin/guifications/themes/mini/background.png -share/pixmaps/pidgin/guifications/themes/mini/theme.xml -share/locale/bn/LC_MESSAGES/guifications.mo -share/locale/cs/LC_MESSAGES/guifications.mo -share/locale/de/LC_MESSAGES/guifications.mo -share/locale/en_AU/LC_MESSAGES/guifications.mo -share/locale/en_GB/LC_MESSAGES/guifications.mo -share/locale/es/LC_MESSAGES/guifications.mo -share/locale/fr/LC_MESSAGES/guifications.mo -share/locale/gl/LC_MESSAGES/guifications.mo -share/locale/he/LC_MESSAGES/guifications.mo -share/locale/hu/LC_MESSAGES/guifications.mo -share/locale/it/LC_MESSAGES/guifications.mo -share/locale/ja/LC_MESSAGES/guifications.mo -share/locale/mk/LC_MESSAGES/guifications.mo -share/locale/nl/LC_MESSAGES/guifications.mo -share/locale/no/LC_MESSAGES/guifications.mo -share/locale/pt/LC_MESSAGES/guifications.mo -share/locale/pt_BR/LC_MESSAGES/guifications.mo -share/locale/ru/LC_MESSAGES/guifications.mo -share/locale/sk/LC_MESSAGES/guifications.mo -share/locale/sr/LC_MESSAGES/guifications.mo -share/locale/sr@Latn/LC_MESSAGES/guifications.mo -share/locale/sv/LC_MESSAGES/guifications.mo -share/locale/uk/LC_MESSAGES/guifications.mo -share/locale/zh_CN/LC_MESSAGES/guifications.mo -share/locale/zh_TW/LC_MESSAGES/guifications.mo -@dirrm share/pixmaps/pidgin/guifications/themes/mini -@dirrm share/pixmaps/pidgin/guifications/themes/default -@dirrm share/pixmaps/pidgin/guifications/themes/Penguins -@dirrm share/pixmaps/pidgin/guifications/themes -@dirrm share/pixmaps/pidgin/guifications/conf -@dirrm share/pixmaps/pidgin/guifications diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile deleted file mode 100644 index c1b4e65aa..000000000 --- a/net-im/pidgin/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: gaim -# Date created: 26 Mar 1999 -# Whom: Jim Mock <jim@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/net-im/pidgin/Makefile,v 1.16 2007/08/28 22:55:11 mezz Exp $ -# - -PORTNAME= pidgin -PORTREVISION= 2 - -MAINTAINER= marcus@FreeBSD.org -COMMENT= Pidgin multi-protocol messaging client (GTK+ UI) - -LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ - purple.2:${PORTSDIR}/net-im/libpurple - -MASTERDIR= ${.CURDIR}/../libpurple -BUILD_WRKSRC= ${WRKSRC}/pidgin -INSTALL_WRKSRC= ${BUILD_WRKSRC} -DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist - -PIDGIN_SLAVE= yes -WITH_GTKUI= yes - -USE_LDCONFIG= yes -USE_GNOME= gnomeprefix gnomehack intlhack gtk20 -WANT_GNOME= yes -CONFIGURE_ARGS= --disable-consoleui - -.include "${MASTERDIR}/Makefile" diff --git a/net-im/pidgin/pkg-descr b/net-im/pidgin/pkg-descr deleted file mode 100644 index c9108a181..000000000 --- a/net-im/pidgin/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -Pidgin is a multi-protocol instant messaging client. It is compatible with AIM -(Oscar and TOC protocols), ICQ, MSN Messenger, Yahoo, IRC, Jabber, Gadu-Gadu, -and Zephyr networks. - -Pidgin users can log in to multiple accounts on multiple IM networks -simultaneously. This means that you can be chatting with friends on AOL -Instant Messenger, talking to a friend on Yahoo Messenger, and sitting in an -IRC channel all at the same time. - -Pidgin supports many features of the various networks, such as file transfer -(coming soon), away messages, typing notification, and MSN window closing -notification. It also goes beyond that and provides many unique features. A -few popular features are Buddy Pounces, which give the ability to notify you, -send a message, play a sound, or run a program when a specific buddy goes away, -signs online, or returns from idle; and plugins, consisting of text -replacement, a buddy ticker, extended message notification, iconify on away, -and more. - -(Adapted from the About Pidgin page.) - -WWW: http://www.pidgin.im/ diff --git a/net-im/pidgin/pkg-plist b/net-im/pidgin/pkg-plist deleted file mode 100644 index 52a9cd9bc..000000000 --- a/net-im/pidgin/pkg-plist +++ /dev/null @@ -1,633 +0,0 @@ -bin/pidgin -include/pidgin/eggtrayicon.h -include/pidgin/pidgincombobox.h -include/pidgin/pidginstock.h -include/pidgin/gtkaccount.h -include/pidgin/gtkblist.h -include/pidgin/gtkcelllayout.h -include/pidgin/gtkcellrendererexpander.h -include/pidgin/gtkcellrendererprogress.h -include/pidgin/gtkcellview.h -include/pidgin/gtkcellviewmenuitem.h -include/pidgin/gtkcertmgr.h -include/pidgin/gtkconn.h -include/pidgin/gtkconv.h -include/pidgin/gtkconvwin.h -include/pidgin/gtkdebug.h -include/pidgin/gtkdialogs.h -include/pidgin/gtkdnd-hints.h -include/pidgin/gtkdocklet.h -include/pidgin/gtkeventloop.h -include/pidgin/gtkexpander.h -include/pidgin/gtkft.h -include/pidgin/gtkgaim-compat.h -include/pidgin/gtkidle.h -include/pidgin/gtkimhtml.h -include/pidgin/gtkimhtmltoolbar.h -include/pidgin/gtklog.h -include/pidgin/gtkmenutray.h -include/pidgin/gtknickcolors.h -include/pidgin/gtknotify.h -include/pidgin/gtkplugin.h -include/pidgin/gtkpluginpref.h -include/pidgin/gtkpounce.h -include/pidgin/gtkprefs.h -include/pidgin/gtkprivacy.h -include/pidgin/gtkrequest.h -include/pidgin/gtkroomlist.h -include/pidgin/gtksavedstatuses.h -include/pidgin/gtkscrollbook.h -include/pidgin/gtksession.h -include/pidgin/gtksound.h -include/pidgin/gtksourceiter.h -include/pidgin/gtksourceundomanager.h -include/pidgin/gtksourceview-marshal.h -include/pidgin/gtkstatusbox.h -include/pidgin/gtkthemes.h -include/pidgin/gtkutils.h -include/pidgin/gtkwhiteboard.h -include/pidgin/pidgin.h -%%CAP%%lib/pidgin/cap.la -%%CAP%%lib/pidgin/cap.so -lib/pidgin/convcolors.la -lib/pidgin/convcolors.so -lib/pidgin/extplacement.la -lib/pidgin/extplacement.so -lib/pidgin/pidginrc.la -lib/pidgin/pidginrc.so -lib/pidgin/gestures.la -lib/pidgin/gestures.so -%%EVO%%lib/pidgin/gevolution.la -%%EVO%%lib/pidgin/gevolution.so -lib/pidgin/gtkbuddynote.la -lib/pidgin/gtkbuddynote.so -lib/pidgin/history.la -lib/pidgin/history.so -lib/pidgin/iconaway.la -lib/pidgin/iconaway.so -lib/pidgin/markerline.la -lib/pidgin/markerline.so -%%DBUS%%lib/pidgin/musicmessaging.la -%%DBUS%%lib/pidgin/musicmessaging.so -lib/pidgin/notify.la -lib/pidgin/notify.so -lib/pidgin/relnot.la -lib/pidgin/relnot.so -lib/pidgin/spellchk.la -lib/pidgin/spellchk.so -lib/pidgin/ticker.la -lib/pidgin/ticker.so -lib/pidgin/timestamp.la -lib/pidgin/timestamp.so -lib/pidgin/timestamp_format.la -lib/pidgin/timestamp_format.so -lib/pidgin/xmppconsole.la -lib/pidgin/xmppconsole.so -libdata/pkgconfig/pidgin.pc -share/pixmaps/pidgin/animations/16/connect0.png -share/pixmaps/pidgin/animations/16/connect1.png -share/pixmaps/pidgin/animations/16/connect2.png -share/pixmaps/pidgin/animations/16/connect3.png -share/pixmaps/pidgin/animations/16/connect4.png -share/pixmaps/pidgin/animations/16/connect5.png -share/pixmaps/pidgin/animations/16/connect6.png -share/pixmaps/pidgin/animations/16/connect7.png -share/pixmaps/pidgin/animations/16/connect8.png -share/pixmaps/pidgin/animations/16/typing0.png -share/pixmaps/pidgin/animations/16/typing1.png -share/pixmaps/pidgin/animations/16/typing2.png -share/pixmaps/pidgin/animations/16/typing3.png -share/pixmaps/pidgin/animations/16/typing4.png -share/pixmaps/pidgin/animations/16/typing5.png -share/pixmaps/pidgin/arrow-down.xpm -share/pixmaps/pidgin/arrow-left.xpm -share/pixmaps/pidgin/arrow-right.xpm -share/pixmaps/pidgin/arrow-up.xpm -share/pixmaps/pidgin/buttons/edit.png -share/pixmaps/pidgin/buttons/info.png -share/pixmaps/pidgin/buttons/music.png -share/pixmaps/pidgin/buttons/pause.png -share/pixmaps/pidgin/dialogs/16/auth.png -share/pixmaps/pidgin/dialogs/16/error.png -share/pixmaps/pidgin/dialogs/16/info.png -share/pixmaps/pidgin/dialogs/16/mail.png -share/pixmaps/pidgin/dialogs/16/question.png -share/pixmaps/pidgin/dialogs/64/auth.png -share/pixmaps/pidgin/dialogs/64/cool.png -share/pixmaps/pidgin/dialogs/64/dialog.png -share/pixmaps/pidgin/dialogs/64/error.png -share/pixmaps/pidgin/dialogs/64/info.png -share/pixmaps/pidgin/dialogs/64/mail.png -share/pixmaps/pidgin/dialogs/64/question.png -share/pixmaps/pidgin/dialogs/64/warning.png -share/pixmaps/pidgin/emblems/16/aol-client.png -share/pixmaps/pidgin/emblems/16/blocked.png -share/pixmaps/pidgin/emblems/16/bot.png -share/pixmaps/pidgin/emblems/16/external.png -share/pixmaps/pidgin/emblems/16/female.png -share/pixmaps/pidgin/emblems/16/founder.png -share/pixmaps/pidgin/emblems/16/free-for-chat.png -share/pixmaps/pidgin/emblems/16/game.png -share/pixmaps/pidgin/emblems/16/half-operator.png -share/pixmaps/pidgin/emblems/16/hiptop.png -share/pixmaps/pidgin/emblems/16/male.png -share/pixmaps/pidgin/emblems/16/mobile.png -share/pixmaps/pidgin/emblems/16/not-authorized.png -share/pixmaps/pidgin/emblems/16/operator.png -share/pixmaps/pidgin/emblems/16/qq-member.png -share/pixmaps/pidgin/emblems/16/secure.png -share/pixmaps/pidgin/emblems/16/unavailable.png -share/pixmaps/pidgin/emblems/16/video.png -share/pixmaps/pidgin/emblems/16/voice.png -share/pixmaps/pidgin/emotes/default/act-up.png -share/pixmaps/pidgin/emotes/default/airplane.png -share/pixmaps/pidgin/emotes/default/alien.png -share/pixmaps/pidgin/emotes/default/angel.png -share/pixmaps/pidgin/emotes/default/angry.png -share/pixmaps/pidgin/emotes/default/arrogant.png -share/pixmaps/pidgin/emotes/default/at-wits-end.png -share/pixmaps/pidgin/emotes/default/bad.png -share/pixmaps/pidgin/emotes/default/bashful.png -share/pixmaps/pidgin/emotes/default/beat-up.png -share/pixmaps/pidgin/emotes/default/beauty.png -share/pixmaps/pidgin/emotes/default/beer.png -share/pixmaps/pidgin/emotes/default/blowkiss.png -share/pixmaps/pidgin/emotes/default/bomb.png -share/pixmaps/pidgin/emotes/default/bowl.png -share/pixmaps/pidgin/emotes/default/boy.png -share/pixmaps/pidgin/emotes/default/brb.png -share/pixmaps/pidgin/emotes/default/bulgy-eyes.png -share/pixmaps/pidgin/emotes/default/bye.png -share/pixmaps/pidgin/emotes/default/cake.png -share/pixmaps/pidgin/emotes/default/call-me.png -share/pixmaps/pidgin/emotes/default/camera.png -share/pixmaps/pidgin/emotes/default/can.png -share/pixmaps/pidgin/emotes/default/car.png -share/pixmaps/pidgin/emotes/default/cat.png -share/pixmaps/pidgin/emotes/default/chicken.png -share/pixmaps/pidgin/emotes/default/clap.png -share/pixmaps/pidgin/emotes/default/clock.png -share/pixmaps/pidgin/emotes/default/cloudy.png -share/pixmaps/pidgin/emotes/default/clover.png -share/pixmaps/pidgin/emotes/default/clown.png -share/pixmaps/pidgin/emotes/default/coffee.png -share/pixmaps/pidgin/emotes/default/coins.png -share/pixmaps/pidgin/emotes/default/computer.png -share/pixmaps/pidgin/emotes/default/confused.png -share/pixmaps/pidgin/emotes/default/console.png -share/pixmaps/pidgin/emotes/default/cow.png -share/pixmaps/pidgin/emotes/default/cowboy.png -share/pixmaps/pidgin/emotes/default/crying.png -share/pixmaps/pidgin/emotes/default/curl-lip.png -share/pixmaps/pidgin/emotes/default/curse.png -share/pixmaps/pidgin/emotes/default/cute.png -share/pixmaps/pidgin/emotes/default/cyclops.png -share/pixmaps/pidgin/emotes/default/dance.png -share/pixmaps/pidgin/emotes/default/dazed.png -share/pixmaps/pidgin/emotes/default/desire.png -share/pixmaps/pidgin/emotes/default/devil.png -share/pixmaps/pidgin/emotes/default/disapointed.png -share/pixmaps/pidgin/emotes/default/disdain.png -share/pixmaps/pidgin/emotes/default/doctor.png -share/pixmaps/pidgin/emotes/default/dog.png -share/pixmaps/pidgin/emotes/default/doh.png -share/pixmaps/pidgin/emotes/default/dont-know.png -share/pixmaps/pidgin/emotes/default/drink.png -share/pixmaps/pidgin/emotes/default/drool.png -share/pixmaps/pidgin/emotes/default/eat.png -share/pixmaps/pidgin/emotes/default/embarrassed.png -share/pixmaps/pidgin/emotes/default/excruciating.png -share/pixmaps/pidgin/emotes/default/eyeroll.png -share/pixmaps/pidgin/emotes/default/female-fighter.png -share/pixmaps/pidgin/emotes/default/film.png -share/pixmaps/pidgin/emotes/default/fingers-crossed.png -share/pixmaps/pidgin/emotes/default/flag.png -share/pixmaps/pidgin/emotes/default/foot-in-mouth.png -share/pixmaps/pidgin/emotes/default/freaked-out.png -share/pixmaps/pidgin/emotes/default/ghost.png -share/pixmaps/pidgin/emotes/default/giggle.png -share/pixmaps/pidgin/emotes/default/girl.png -share/pixmaps/pidgin/emotes/default/glasses-cool.png -share/pixmaps/pidgin/emotes/default/glasses-nerdy.png -share/pixmaps/pidgin/emotes/default/go-away.png -share/pixmaps/pidgin/emotes/default/goat.png -share/pixmaps/pidgin/emotes/default/good.png -share/pixmaps/pidgin/emotes/default/hammer.png -share/pixmaps/pidgin/emotes/default/handcuffs.png -share/pixmaps/pidgin/emotes/default/handshake.png -share/pixmaps/pidgin/emotes/default/highfive.png -share/pixmaps/pidgin/emotes/default/hug-left.png -share/pixmaps/pidgin/emotes/default/hug-right.png -share/pixmaps/pidgin/emotes/default/hypnotized.png -share/pixmaps/pidgin/emotes/default/in-love.png -share/pixmaps/pidgin/emotes/default/island.png -share/pixmaps/pidgin/emotes/default/jump.png -share/pixmaps/pidgin/emotes/default/kiss.png -share/pixmaps/pidgin/emotes/default/kissed.png -share/pixmaps/pidgin/emotes/default/kissing.png -share/pixmaps/pidgin/emotes/default/knife.png -share/pixmaps/pidgin/emotes/default/lamp.png -share/pixmaps/pidgin/emotes/default/lashes.png -share/pixmaps/pidgin/emotes/default/laugh.png -share/pixmaps/pidgin/emotes/default/liquor.png -share/pixmaps/pidgin/emotes/default/loser.png -share/pixmaps/pidgin/emotes/default/love-over.png -share/pixmaps/pidgin/emotes/default/love.png -share/pixmaps/pidgin/emotes/default/lying.png -share/pixmaps/pidgin/emotes/default/mad-tongue.png -share/pixmaps/pidgin/emotes/default/mail.png -share/pixmaps/pidgin/emotes/default/male-fighter1.png -share/pixmaps/pidgin/emotes/default/male-fighter2.png -share/pixmaps/pidgin/emotes/default/mean.png -share/pixmaps/pidgin/emotes/default/meeting.png -share/pixmaps/pidgin/emotes/default/messed.png -share/pixmaps/pidgin/emotes/default/mobile.png -share/pixmaps/pidgin/emotes/default/mohawk.png -share/pixmaps/pidgin/emotes/default/moneymouth.png -share/pixmaps/pidgin/emotes/default/monkey.png -share/pixmaps/pidgin/emotes/default/moon.png -share/pixmaps/pidgin/emotes/default/msn-away.png -share/pixmaps/pidgin/emotes/default/msn-busy.png -share/pixmaps/pidgin/emotes/default/msn.png -share/pixmaps/pidgin/emotes/default/msn_online.png -share/pixmaps/pidgin/emotes/default/music.png -share/pixmaps/pidgin/emotes/default/musical-note.png -share/pixmaps/pidgin/emotes/default/nailbiting.png -share/pixmaps/pidgin/emotes/default/neutral.png -share/pixmaps/pidgin/emotes/default/on-the-phone.png -share/pixmaps/pidgin/emotes/default/party.png -share/pixmaps/pidgin/emotes/default/peace.png -share/pixmaps/pidgin/emotes/default/phone.png -share/pixmaps/pidgin/emotes/default/pig.png -share/pixmaps/pidgin/emotes/default/pill.png -share/pixmaps/pidgin/emotes/default/pirate.png -share/pixmaps/pidgin/emotes/default/pissed-off.png -share/pixmaps/pidgin/emotes/default/pizza.png -share/pixmaps/pidgin/emotes/default/plate.png -share/pixmaps/pidgin/emotes/default/poop.png -share/pixmaps/pidgin/emotes/default/pray.png -share/pixmaps/pidgin/emotes/default/present.png -share/pixmaps/pidgin/emotes/default/pumpkin.png -share/pixmaps/pidgin/emotes/default/qq.png -share/pixmaps/pidgin/emotes/default/question.png -share/pixmaps/pidgin/emotes/default/quiet.png -share/pixmaps/pidgin/emotes/default/rain.png -share/pixmaps/pidgin/emotes/default/rainbow.png -share/pixmaps/pidgin/emotes/default/rose-dead.png -share/pixmaps/pidgin/emotes/default/rose.png -share/pixmaps/pidgin/emotes/default/rotfl.png -share/pixmaps/pidgin/emotes/default/sad.png -share/pixmaps/pidgin/emotes/default/sarcastic.png -share/pixmaps/pidgin/emotes/default/search.png -share/pixmaps/pidgin/emotes/default/secret.png -share/pixmaps/pidgin/emotes/default/shame.png -share/pixmaps/pidgin/emotes/default/sheep.png -share/pixmaps/pidgin/emotes/default/shock.png -share/pixmaps/pidgin/emotes/default/shout.png -share/pixmaps/pidgin/emotes/default/shut-mouth.png -share/pixmaps/pidgin/emotes/default/sick.png -share/pixmaps/pidgin/emotes/default/sidefrown.png -share/pixmaps/pidgin/emotes/default/sigarette.png -share/pixmaps/pidgin/emotes/default/silly.png -share/pixmaps/pidgin/emotes/default/sinister.png -share/pixmaps/pidgin/emotes/default/skeleton.png -share/pixmaps/pidgin/emotes/default/skywalker.png -share/pixmaps/pidgin/emotes/default/sleepy.png -share/pixmaps/pidgin/emotes/default/smile-big.png -share/pixmaps/pidgin/emotes/default/smile.png -share/pixmaps/pidgin/emotes/default/smirk.png -share/pixmaps/pidgin/emotes/default/snail.png -share/pixmaps/pidgin/emotes/default/snicker.png -share/pixmaps/pidgin/emotes/default/snowman.png -share/pixmaps/pidgin/emotes/default/soccerball.png -share/pixmaps/pidgin/emotes/default/soldier.png -share/pixmaps/pidgin/emotes/default/star.png -share/pixmaps/pidgin/emotes/default/starving.png -share/pixmaps/pidgin/emotes/default/stop.png -share/pixmaps/pidgin/emotes/default/struggle.png -share/pixmaps/pidgin/emotes/default/sun.png -share/pixmaps/pidgin/emotes/default/sweat.png -share/pixmaps/pidgin/emotes/default/talktohand.png -share/pixmaps/pidgin/emotes/default/teeth.png -share/pixmaps/pidgin/emotes/default/terror.png -share/pixmaps/pidgin/emotes/default/theme -share/pixmaps/pidgin/emotes/default/thinking.png -share/pixmaps/pidgin/emotes/default/thunder.png -share/pixmaps/pidgin/emotes/default/time-out.png -share/pixmaps/pidgin/emotes/default/tongue.png -share/pixmaps/pidgin/emotes/default/tremble.png -share/pixmaps/pidgin/emotes/default/turtle.png -share/pixmaps/pidgin/emotes/default/tv.png -share/pixmaps/pidgin/emotes/default/umbrella.png -share/pixmaps/pidgin/emotes/default/vampire.png -share/pixmaps/pidgin/emotes/default/victory.png -share/pixmaps/pidgin/emotes/default/waiting.png -share/pixmaps/pidgin/emotes/default/watermelon.png -share/pixmaps/pidgin/emotes/default/waving.png -share/pixmaps/pidgin/emotes/default/weep.png -share/pixmaps/pidgin/emotes/default/wilt.png -share/pixmaps/pidgin/emotes/default/wink.png -share/pixmaps/pidgin/emotes/default/worship.png -share/pixmaps/pidgin/emotes/default/yawn.png -share/pixmaps/pidgin/emotes/default/yin-yang.png -share/pixmaps/pidgin/emotes/none/theme -share/pixmaps/pidgin/logo.png -share/pixmaps/pidgin/protocols/16/aim.png -share/pixmaps/pidgin/protocols/16/bonjour.png -share/pixmaps/pidgin/protocols/16/gadu-gadu.png -share/pixmaps/pidgin/protocols/16/google-talk.png -share/pixmaps/pidgin/protocols/16/icq.png -share/pixmaps/pidgin/protocols/16/irc.png -share/pixmaps/pidgin/protocols/16/jabber.png -share/pixmaps/pidgin/protocols/16/meanwhile.png -share/pixmaps/pidgin/protocols/16/msn.png -share/pixmaps/pidgin/protocols/16/myspace.png -share/pixmaps/pidgin/protocols/16/novell.png -share/pixmaps/pidgin/protocols/16/qq.png -share/pixmaps/pidgin/protocols/16/silc.png -share/pixmaps/pidgin/protocols/16/simple.png -share/pixmaps/pidgin/protocols/16/yahoo.png -share/pixmaps/pidgin/protocols/16/zephyr.png -share/pixmaps/pidgin/protocols/22/aim.png -share/pixmaps/pidgin/protocols/22/bonjour.png -share/pixmaps/pidgin/protocols/22/gadu-gadu.png -share/pixmaps/pidgin/protocols/22/google-talk.png -share/pixmaps/pidgin/protocols/22/icq.png -share/pixmaps/pidgin/protocols/22/irc.png -share/pixmaps/pidgin/protocols/22/jabber.png -share/pixmaps/pidgin/protocols/22/meanwhile.png -share/pixmaps/pidgin/protocols/22/msn.png -share/pixmaps/pidgin/protocols/22/myspace.png -share/pixmaps/pidgin/protocols/22/novell.png -share/pixmaps/pidgin/protocols/22/qq.png -share/pixmaps/pidgin/protocols/22/silc.png -share/pixmaps/pidgin/protocols/22/simple.png -share/pixmaps/pidgin/protocols/22/yahoo.png -share/pixmaps/pidgin/protocols/22/zephyr.png -share/pixmaps/pidgin/protocols/48/aim.png -share/pixmaps/pidgin/protocols/48/bonjour.png -share/pixmaps/pidgin/protocols/48/gadu-gadu.png -share/pixmaps/pidgin/protocols/48/icq.png -share/pixmaps/pidgin/protocols/48/irc.png -share/pixmaps/pidgin/protocols/48/jabber.png -share/pixmaps/pidgin/protocols/48/meanwhile.png -share/pixmaps/pidgin/protocols/48/msn.png -share/pixmaps/pidgin/protocols/48/myspace.png -share/pixmaps/pidgin/protocols/48/novell.png -share/pixmaps/pidgin/protocols/48/qq.png -share/pixmaps/pidgin/protocols/48/silc.png -share/pixmaps/pidgin/protocols/48/simple.png -share/pixmaps/pidgin/protocols/48/yahoo.png -share/pixmaps/pidgin/protocols/48/zephyr.png -share/pixmaps/pidgin/status/11/available.png -share/pixmaps/pidgin/status/11/away.png -share/pixmaps/pidgin/status/11/busy.png -share/pixmaps/pidgin/status/11/chat.png -share/pixmaps/pidgin/status/11/extended-away.png -share/pixmaps/pidgin/status/11/invisible.png -share/pixmaps/pidgin/status/11/offline.png -share/pixmaps/pidgin/status/11/person.png -share/pixmaps/pidgin/status/11/rtl/extended-away.png -share/pixmaps/pidgin/status/16/available.png -share/pixmaps/pidgin/status/16/away.png -share/pixmaps/pidgin/status/16/busy.png -share/pixmaps/pidgin/status/16/chat.png -share/pixmaps/pidgin/status/16/extended-away.png -share/pixmaps/pidgin/status/16/invisible.png -share/pixmaps/pidgin/status/16/log-in.png -share/pixmaps/pidgin/status/16/log-out.png -share/pixmaps/pidgin/status/16/offline.png -share/pixmaps/pidgin/status/16/person.png -share/pixmaps/pidgin/status/16/rtl/extended-away.png -share/pixmaps/pidgin/status/16/rtl/log-in.png -share/pixmaps/pidgin/status/16/rtl/log-out.png -share/pixmaps/pidgin/status/22/available.png -share/pixmaps/pidgin/status/22/away.png -share/pixmaps/pidgin/status/22/busy.png -share/pixmaps/pidgin/status/22/chat.png -share/pixmaps/pidgin/status/22/extended-away.png -share/pixmaps/pidgin/status/22/invisible.png -share/pixmaps/pidgin/status/22/log-in.png -share/pixmaps/pidgin/status/22/log-out.png -share/pixmaps/pidgin/status/22/offline.png -share/pixmaps/pidgin/status/22/person.png -share/pixmaps/pidgin/status/22/rtl/extended-away.png -share/pixmaps/pidgin/status/22/rtl/log-in.png -share/pixmaps/pidgin/status/22/rtl/log-out.png -share/pixmaps/pidgin/status/32/available.png -share/pixmaps/pidgin/status/32/away.png -share/pixmaps/pidgin/status/32/busy.png -share/pixmaps/pidgin/status/32/chat.png -share/pixmaps/pidgin/status/32/extended-away.png -share/pixmaps/pidgin/status/32/invisible.png -share/pixmaps/pidgin/status/32/log-in.png -share/pixmaps/pidgin/status/32/log-out.png -share/pixmaps/pidgin/status/32/offline.png -share/pixmaps/pidgin/status/32/person.png -share/pixmaps/pidgin/status/32/rtl/extended-away.png -share/pixmaps/pidgin/status/32/rtl/log-in.png -share/pixmaps/pidgin/status/32/rtl/log-out.png -share/pixmaps/pidgin/status/48/available.png -share/pixmaps/pidgin/status/48/away.png -share/pixmaps/pidgin/status/48/busy.png -share/pixmaps/pidgin/status/48/chat.png -share/pixmaps/pidgin/status/48/extended-away.png -share/pixmaps/pidgin/status/48/log-in.png -share/pixmaps/pidgin/status/48/log-out.png -share/pixmaps/pidgin/status/48/offline.png -share/pixmaps/pidgin/status/48/person.png -share/pixmaps/pidgin/status/48/rtl/extended-away.png -share/pixmaps/pidgin/toolbar/16/change-bgcolor.png -share/pixmaps/pidgin/toolbar/16/change-fgcolor.png -share/pixmaps/pidgin/toolbar/16/emote-select.png -share/pixmaps/pidgin/toolbar/16/font-face.png -share/pixmaps/pidgin/toolbar/16/font-size-down.png -share/pixmaps/pidgin/toolbar/16/font-size-up.png -share/pixmaps/pidgin/toolbar/16/insert-image.png -share/pixmaps/pidgin/toolbar/16/insert-link.png -share/pixmaps/pidgin/toolbar/16/insert.png -share/pixmaps/pidgin/toolbar/16/message-new.png -share/pixmaps/pidgin/toolbar/16/plugins.png -share/pixmaps/pidgin/toolbar/16/send-file.png -share/pixmaps/pidgin/toolbar/16/unblock.png -share/pixmaps/pidgin/toolbar/22/select-avatar.png -share/pixmaps/pidgin/tray/16/tray-away.png -share/pixmaps/pidgin/tray/16/tray-busy.png -share/pixmaps/pidgin/tray/16/tray-connecting.png -share/pixmaps/pidgin/tray/16/tray-extended-away.png -share/pixmaps/pidgin/tray/16/tray-invisible.png -share/pixmaps/pidgin/tray/16/tray-message.png -share/pixmaps/pidgin/tray/16/tray-new-im.png -share/pixmaps/pidgin/tray/16/tray-offline.png -share/pixmaps/pidgin/tray/16/tray-online.png -share/pixmaps/pidgin/tray/22/tray-away.png -share/pixmaps/pidgin/tray/22/tray-busy.png -share/pixmaps/pidgin/tray/22/tray-connecting.png -share/pixmaps/pidgin/tray/22/tray-extended-away.png -share/pixmaps/pidgin/tray/22/tray-invisible.png -share/pixmaps/pidgin/tray/22/tray-message.png -share/pixmaps/pidgin/tray/22/tray-new-im.png -share/pixmaps/pidgin/tray/22/tray-offline.png -share/pixmaps/pidgin/tray/22/tray-online.png -share/pixmaps/pidgin/tray/32/tray-away.png -share/pixmaps/pidgin/tray/32/tray-busy.png -share/pixmaps/pidgin/tray/32/tray-connecting.png -share/pixmaps/pidgin/tray/32/tray-extended-away.png -share/pixmaps/pidgin/tray/32/tray-invisible.png -share/pixmaps/pidgin/tray/32/tray-new-im.png -share/pixmaps/pidgin/tray/32/tray-offline.png -share/pixmaps/pidgin/tray/32/tray-online.png -share/pixmaps/pidgin/tray/48/tray-away.png -share/pixmaps/pidgin/tray/48/tray-busy.png -share/pixmaps/pidgin/tray/48/tray-connecting.png -share/pixmaps/pidgin/tray/48/tray-extended-away.png -share/pixmaps/pidgin/tray/48/tray-invisible.png -share/pixmaps/pidgin/tray/48/tray-new-im.png -share/pixmaps/pidgin/tray/48/tray-offline.png -share/pixmaps/pidgin/tray/48/tray-online.png -share/pixmaps/purple/buddy_icons/qq/qq_1.png -share/pixmaps/purple/buddy_icons/qq/qq_10.png -share/pixmaps/purple/buddy_icons/qq/qq_100.png -share/pixmaps/purple/buddy_icons/qq/qq_11.png -share/pixmaps/purple/buddy_icons/qq/qq_12.png -share/pixmaps/purple/buddy_icons/qq/qq_13.png -share/pixmaps/purple/buddy_icons/qq/qq_14.png -share/pixmaps/purple/buddy_icons/qq/qq_15.png -share/pixmaps/purple/buddy_icons/qq/qq_16.png -share/pixmaps/purple/buddy_icons/qq/qq_17.png -share/pixmaps/purple/buddy_icons/qq/qq_18.png -share/pixmaps/purple/buddy_icons/qq/qq_19.png -share/pixmaps/purple/buddy_icons/qq/qq_2.png -share/pixmaps/purple/buddy_icons/qq/qq_20.png -share/pixmaps/purple/buddy_icons/qq/qq_21.png -share/pixmaps/purple/buddy_icons/qq/qq_22.png -share/pixmaps/purple/buddy_icons/qq/qq_23.png -share/pixmaps/purple/buddy_icons/qq/qq_24.png -share/pixmaps/purple/buddy_icons/qq/qq_25.png -share/pixmaps/purple/buddy_icons/qq/qq_26.png -share/pixmaps/purple/buddy_icons/qq/qq_27.png -share/pixmaps/purple/buddy_icons/qq/qq_28.png -share/pixmaps/purple/buddy_icons/qq/qq_29.png -share/pixmaps/purple/buddy_icons/qq/qq_3.png -share/pixmaps/purple/buddy_icons/qq/qq_30.png -share/pixmaps/purple/buddy_icons/qq/qq_31.png -share/pixmaps/purple/buddy_icons/qq/qq_32.png -share/pixmaps/purple/buddy_icons/qq/qq_33.png -share/pixmaps/purple/buddy_icons/qq/qq_34.png -share/pixmaps/purple/buddy_icons/qq/qq_35.png -share/pixmaps/purple/buddy_icons/qq/qq_36.png -share/pixmaps/purple/buddy_icons/qq/qq_37.png -share/pixmaps/purple/buddy_icons/qq/qq_38.png -share/pixmaps/purple/buddy_icons/qq/qq_39.png -share/pixmaps/purple/buddy_icons/qq/qq_4.png -share/pixmaps/purple/buddy_icons/qq/qq_40.png -share/pixmaps/purple/buddy_icons/qq/qq_41.png -share/pixmaps/purple/buddy_icons/qq/qq_42.png -share/pixmaps/purple/buddy_icons/qq/qq_43.png -share/pixmaps/purple/buddy_icons/qq/qq_44.png -share/pixmaps/purple/buddy_icons/qq/qq_45.png -share/pixmaps/purple/buddy_icons/qq/qq_46.png -share/pixmaps/purple/buddy_icons/qq/qq_47.png -share/pixmaps/purple/buddy_icons/qq/qq_48.png -share/pixmaps/purple/buddy_icons/qq/qq_49.png -share/pixmaps/purple/buddy_icons/qq/qq_5.png -share/pixmaps/purple/buddy_icons/qq/qq_50.png -share/pixmaps/purple/buddy_icons/qq/qq_51.png -share/pixmaps/purple/buddy_icons/qq/qq_52.png -share/pixmaps/purple/buddy_icons/qq/qq_53.png -share/pixmaps/purple/buddy_icons/qq/qq_54.png -share/pixmaps/purple/buddy_icons/qq/qq_55.png -share/pixmaps/purple/buddy_icons/qq/qq_56.png -share/pixmaps/purple/buddy_icons/qq/qq_57.png -share/pixmaps/purple/buddy_icons/qq/qq_58.png -share/pixmaps/purple/buddy_icons/qq/qq_59.png -share/pixmaps/purple/buddy_icons/qq/qq_6.png -share/pixmaps/purple/buddy_icons/qq/qq_60.png -share/pixmaps/purple/buddy_icons/qq/qq_61.png -share/pixmaps/purple/buddy_icons/qq/qq_62.png -share/pixmaps/purple/buddy_icons/qq/qq_63.png -share/pixmaps/purple/buddy_icons/qq/qq_64.png -share/pixmaps/purple/buddy_icons/qq/qq_65.png -share/pixmaps/purple/buddy_icons/qq/qq_66.png -share/pixmaps/purple/buddy_icons/qq/qq_67.png -share/pixmaps/purple/buddy_icons/qq/qq_68.png -share/pixmaps/purple/buddy_icons/qq/qq_69.png -share/pixmaps/purple/buddy_icons/qq/qq_7.png -share/pixmaps/purple/buddy_icons/qq/qq_70.png -share/pixmaps/purple/buddy_icons/qq/qq_71.png -share/pixmaps/purple/buddy_icons/qq/qq_72.png -share/pixmaps/purple/buddy_icons/qq/qq_73.png -share/pixmaps/purple/buddy_icons/qq/qq_74.png -share/pixmaps/purple/buddy_icons/qq/qq_75.png -share/pixmaps/purple/buddy_icons/qq/qq_76.png -share/pixmaps/purple/buddy_icons/qq/qq_77.png -share/pixmaps/purple/buddy_icons/qq/qq_78.png -share/pixmaps/purple/buddy_icons/qq/qq_79.png -share/pixmaps/purple/buddy_icons/qq/qq_8.png -share/pixmaps/purple/buddy_icons/qq/qq_80.png -share/pixmaps/purple/buddy_icons/qq/qq_81.png -share/pixmaps/purple/buddy_icons/qq/qq_82.png -share/pixmaps/purple/buddy_icons/qq/qq_83.png -share/pixmaps/purple/buddy_icons/qq/qq_84.png -share/pixmaps/purple/buddy_icons/qq/qq_85.png -share/pixmaps/purple/buddy_icons/qq/qq_86.png -share/pixmaps/purple/buddy_icons/qq/qq_87.png -share/pixmaps/purple/buddy_icons/qq/qq_88.png -share/pixmaps/purple/buddy_icons/qq/qq_89.png -share/pixmaps/purple/buddy_icons/qq/qq_9.png -share/pixmaps/purple/buddy_icons/qq/qq_90.png -share/pixmaps/purple/buddy_icons/qq/qq_91.png -share/pixmaps/purple/buddy_icons/qq/qq_92.png -share/pixmaps/purple/buddy_icons/qq/qq_93.png -share/pixmaps/purple/buddy_icons/qq/qq_94.png -share/pixmaps/purple/buddy_icons/qq/qq_95.png -share/pixmaps/purple/buddy_icons/qq/qq_96.png -share/pixmaps/purple/buddy_icons/qq/qq_97.png -share/pixmaps/purple/buddy_icons/qq/qq_98.png -share/pixmaps/purple/buddy_icons/qq/qq_99.png -share/icons/hicolor/16x16/apps/pidgin.png -share/icons/hicolor/22x22/apps/pidgin.png -share/icons/hicolor/24x24/apps/pidgin.png -share/icons/hicolor/32x32/apps/pidgin.png -share/icons/hicolor/48x48/apps/pidgin.png -share/icons/hicolor/scalable/apps/pidgin.svg -@dirrm share/pixmaps/purple/buddy_icons/qq -@dirrm share/pixmaps/purple/buddy_icons -@dirrm share/pixmaps/purple -@dirrm share/pixmaps/pidgin/tray/48 -@dirrm share/pixmaps/pidgin/tray/32 -@dirrm share/pixmaps/pidgin/tray/22 -@dirrm share/pixmaps/pidgin/tray/16 -@dirrm share/pixmaps/pidgin/tray -@dirrm share/pixmaps/pidgin/toolbar/22 -@dirrm share/pixmaps/pidgin/toolbar/16 -@dirrm share/pixmaps/pidgin/toolbar -@dirrm share/pixmaps/pidgin/status/48/rtl -@dirrm share/pixmaps/pidgin/status/48 -@dirrm share/pixmaps/pidgin/status/32/rtl -@dirrm share/pixmaps/pidgin/status/32 -@dirrm share/pixmaps/pidgin/status/22/rtl -@dirrm share/pixmaps/pidgin/status/22 -@dirrm share/pixmaps/pidgin/status/16/rtl -@dirrm share/pixmaps/pidgin/status/16 -@dirrm share/pixmaps/pidgin/status/11/rtl -@dirrm share/pixmaps/pidgin/status/11 -@dirrm share/pixmaps/pidgin/status -@dirrm share/pixmaps/pidgin/protocols/48 -@dirrm share/pixmaps/pidgin/protocols/22 -@dirrm share/pixmaps/pidgin/protocols/16 -@dirrm share/pixmaps/pidgin/protocols -@dirrm share/pixmaps/pidgin/emotes/none -@dirrm share/pixmaps/pidgin/emotes/default -@dirrm share/pixmaps/pidgin/emotes -@dirrm share/pixmaps/pidgin/emblems/16 -@dirrm share/pixmaps/pidgin/emblems -@dirrm share/pixmaps/pidgin/dialogs/64 -@dirrm share/pixmaps/pidgin/dialogs/16 -@dirrm share/pixmaps/pidgin/dialogs -@dirrm share/pixmaps/pidgin/buttons -@dirrm share/pixmaps/pidgin/animations/16 -@dirrm share/pixmaps/pidgin/animations -@dirrm share/pixmaps/pidgin -@dirrm lib/pidgin -@dirrm include/pidgin diff --git a/net-im/vqcc-gtk/Makefile b/net-im/vqcc-gtk/Makefile deleted file mode 100644 index e67b97e5d..000000000 --- a/net-im/vqcc-gtk/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: vqcc-gtk -# Date created: 07 Sep 2004 -# Whom: Saulius Menkevicius <bob@nulis.lt> -# -# $FreeBSD$ -# - -PORTNAME= vqcc-gtk -PORTVERSION= 0.5 -PORTREVISION= 3 -CATEGORIES?= net-im -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER?= ports@FreeBSD.org -COMMENT= LAN chat client compatible with quickChat and Vypress Chat (TM) - -LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification - -USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomeprefix gnometarget gtk20 -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" - -CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} -LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} - -.include <bsd.port.mk> diff --git a/net-im/vqcc-gtk/distinfo b/net-im/vqcc-gtk/distinfo deleted file mode 100644 index 19c179580..000000000 --- a/net-im/vqcc-gtk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (vqcc-gtk-0.5.tar.gz) = 88c2beaa96b58b380147a1d24c90349d -SHA256 (vqcc-gtk-0.5.tar.gz) = e29577a606eb4992795a0a711092eced90f5abca31609093309f12b04b7f8e1f -SIZE (vqcc-gtk-0.5.tar.gz) = 252284 diff --git a/net-im/vqcc-gtk/files/patch-src__idle.c b/net-im/vqcc-gtk/files/patch-src__idle.c deleted file mode 100644 index b8dae802f..000000000 --- a/net-im/vqcc-gtk/files/patch-src__idle.c +++ /dev/null @@ -1,24 +0,0 @@ ---- src/idle.c.orig Tue Jan 4 05:36:55 2005 -+++ src/idle.c Mon Jul 17 03:53:55 2006 -@@ -54,6 +54,12 @@ - idle_check_cb(gpointer dummy) - { - unsigned idle_time; /* idle time in minutes */ -+#ifndef _WIN32 -+ #ifdef USE_XSCREENSAVER -+ static XScreenSaverInfo * xss_info = 0; -+ int event_base, error_base; -+ #endif /* #ifdef USE_XSCREENSAVER */ -+#endif - - /* do not enter auto-away or auto-offline when we're in invisible mode */ - if(my_mode()==UMODE_INVISIBLE) -@@ -63,8 +69,6 @@ - idle_time = winvqcc_get_last_active() / 60000; - #else - #ifdef USE_XSCREENSAVER -- static XScreenSaverInfo * xss_info = 0; -- int event_base, error_base; - - /* Query X Window System XScreenSaver extension - */ diff --git a/net-im/vqcc-gtk/pkg-descr b/net-im/vqcc-gtk/pkg-descr deleted file mode 100644 index b6790c331..000000000 --- a/net-im/vqcc-gtk/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -vqcc-gtk is a chat application written in C for the GTK+ toolkit, primarily -used in small LAN's. It is based on quickChat/Vypress Chat (TM) for Windows -(from Vypress Research) and is licensed under the GPL. - -The application supports both quickChat and Vypress Chat(TM) protocols and -hopefully is compatible enough to substitute those applications when using -Linux, FreeBSD or another *NIX desktop. You need no server to run, however -it is not possible to communicate outside your LAN (or subnet). - -(From the About page) - -WWW: http://vqcc-gtk.sourceforge.net/ diff --git a/net-im/vqcc-gtk/pkg-plist b/net-im/vqcc-gtk/pkg-plist deleted file mode 100644 index d98770eca..000000000 --- a/net-im/vqcc-gtk/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/vqcc-gtk -share/applications/vqcc-gtk.desktop -share/pixmaps/vqcc-gtk.png -share/locale/lt/LC_MESSAGES/vqcc-gtk.mo -share/locale/ru/LC_MESSAGES/vqcc-gtk.mo -@dirrmtry share/applications |