diff options
Diffstat (limited to 'net-im')
57 files changed, 0 insertions, 4056 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile deleted file mode 100644 index 1a8330a653b9..000000000000 --- a/net-im/climm/Makefile +++ /dev/null @@ -1,71 +0,0 @@ -# New ports collection makefile for: micq -# Date created: 11 Oct 1998 -# Whom: mph -# -# $FreeBSD$ -# - -PORTNAME= micq -PORTVERSION= 0.5.2 -CATEGORIES= net-im -MASTER_SITES= http://micq.org/source/ \ - http://micq.alpha345.com/source/ \ - http://http.bg.micq.org/source/ -EXTRACT_SUFX= .tgz - -MAINTAINER= buetow@buetow.org -COMMENT= Text-based ICQ implementation - -USE_GMAKE= yes -USE_OPENSSL= yes -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" - -MAN1= micq.1 -MAN5= micqrc.5 -MAN7= micq.7 - -.if defined(WITHOUT_LIBICONV) -CONFIGURE_ARGS+= --disable-iconv -.else -USE_ICONV= yes -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib -liconv -.endif - -.if defined(WITHOUT_UTF8) -CONFIGURE_ARGS+= --disable-utf8 -.endif - -.if defined(WITHOUT_P2P) -CONFIGURE_ARGS+= --disable-peer2peer -.endif - -.if defined(WITHOUT_P2P) || defined(WITHOUT_SSL) -CONFIGURE_ARGS+= --disable-ssl -.endif - -.if defined(WITHOUT_TCL) -CONFIGURE_ARGS+= --disable-tcl -.endif - -.if defined(WITHOUT_REMOTE) -CONFIGURE_ARGS+= --disable-remote -.endif - -post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/ doc//' ${WRKSRC}/Makefile.in - -post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/micq.1 ${MANPREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/doc/micqrc.5 ${MANPREFIX}/man/man5 - ${INSTALL_MAN} ${WRKSRC}/doc/micq.7 ${MANPREFIX}/man/man7 -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for ext in i18n logformat png txt xpm - ${INSTALL_DATA} ${WRKSRC}/doc/*.${ext} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/net-im/climm/distinfo b/net-im/climm/distinfo deleted file mode 100644 index 1b8459d0bdfc..000000000000 --- a/net-im/climm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (micq-0.5.2.tgz) = 93637064b64cd6323c24147dd950d12c -SHA256 (micq-0.5.2.tgz) = 4cf049f99b3f1e1ead0fe241d4b3f086a8d8574b0335b6983f7f4d7d52097f70 -SIZE (micq-0.5.2.tgz) = 1118535 diff --git a/net-im/climm/pkg-descr b/net-im/climm/pkg-descr deleted file mode 100644 index 327c9459d72f..000000000000 --- a/net-im/climm/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A text-based implementation of ICQ, independant of Mirabilis. - -WWW: http://www.micq.org/ diff --git a/net-im/climm/pkg-plist b/net-im/climm/pkg-plist deleted file mode 100644 index 655399409830..000000000000 --- a/net-im/climm/pkg-plist +++ /dev/null @@ -1,36 +0,0 @@ -bin/micq -%%PORTDOCS%%%%DOCSDIR%%/README.i18n -%%PORTDOCS%%%%DOCSDIR%%/README.logformat -%%PORTDOCS%%%%DOCSDIR%%/icq091.txt -%%PORTDOCS%%%%DOCSDIR%%/icqv7.txt -%%PORTDOCS%%%%DOCSDIR%%/micq.xpm -%%PORTDOCS%%%%DOCSDIR%%/micq@16x16.png -%%PORTDOCS%%%%DOCSDIR%%/micq@24x24.png -%%PORTDOCS%%%%DOCSDIR%%/micq@32x32.png -%%PORTDOCS%%%%DOCSDIR%%/micq@48x48.png -%%DATADIR%%/C.i18n -%%DATADIR%%/bg.i18n -%%DATADIR%%/de.i18n -%%DATADIR%%/de_CH.i18n -%%DATADIR%%/cs.i18n -%%DATADIR%%/en.i18n -%%DATADIR%%/es.i18n -%%DATADIR%%/fi.i18n -%%DATADIR%%/fr.i18n -%%DATADIR%%/hr.i18n -%%DATADIR%%/id.i18n -%%DATADIR%%/it.i18n -%%DATADIR%%/ja.i18n -%%DATADIR%%/nl.i18n -%%DATADIR%%/pl.i18n -%%DATADIR%%/pt.i18n -%%DATADIR%%/ro.i18n -%%DATADIR%%/ru.i18n -%%DATADIR%%/se.i18n -%%DATADIR%%/sk.i18n -%%DATADIR%%/sr.i18n -%%DATADIR%%/uk.i18n -%%DATADIR%%/yu.i18n -%%DATADIR%%/zh_CN.i18n -@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/net-im/finch/Makefile b/net-im/finch/Makefile deleted file mode 100644 index f61e35b9f470..000000000000 --- a/net-im/finch/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: gaim -# Date created: 26 Mar 1999 -# Whom: Jim Mock <jim@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports-stable/net-im/gaim-consoleui-devel/Makefile,v 1.2 2006/10/29 18:55:28 marcus Exp $ -# - -PORTNAME= gaim -PKGNAMEPREFIX= -PKGNAMESUFFIX= -consoleui-devel - -MAINTAINER= marcus@FreeBSD.org -COMMENT= Gaim multi-protocol messaging client (Console UI) - -LIB_DEPENDS= gaim.0:${PORTSDIR}/net-im/libgaim - -MASTERDIR= ${.CURDIR}/../libgaim -BUILD_WRKSRC= ${WRKSRC}/console -INSTALL_WRKSRC= ${BUILD_WRKSRC} -DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist - -GAIM_SLAVE= yes -WITH_CONSOLEUI= yes - -USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-gtkui - -.include "${MASTERDIR}/Makefile" diff --git a/net-im/finch/pkg-descr b/net-im/finch/pkg-descr deleted file mode 100644 index d4901fdf0fae..000000000000 --- a/net-im/finch/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -Gaim 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. - -Gaim 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. - -Gaim 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 Gaim page.) - -WWW: http://gaim.sourceforge.net/ diff --git a/net-im/finch/pkg-plist b/net-im/finch/pkg-plist deleted file mode 100644 index b6e0e73a025a..000000000000 --- a/net-im/finch/pkg-plist +++ /dev/null @@ -1,50 +0,0 @@ -bin/gaim-text -include/gaim/gnt/gntaccount.h -include/gaim/gnt/gntblist.h -include/gaim/gnt/gntconn.h -include/gaim/gnt/gntconv.h -include/gaim/gnt/gntdebug.h -include/gaim/gnt/gntgaim.h -include/gaim/gnt/gntnotify.h -include/gaim/gnt/gntplugin.h -include/gaim/gnt/gntprefs.h -include/gaim/gnt/gntrequest.h -include/gaim/gnt/gntstatus.h -include/gaim/gnt/gntui.h -include/gnt/gnt.h -include/gnt/gntbindable.h -include/gnt/gntbox.h -include/gnt/gntbutton.h -include/gnt/gntcheckbox.h -include/gnt/gntcolors.h -include/gnt/gntcombobox.h -include/gnt/gntentry.h -include/gnt/gntkeys.h -include/gnt/gntlabel.h -include/gnt/gntline.h -include/gnt/gntmarshal.h -include/gnt/gntmenu.h -include/gnt/gntmenuitem.h -include/gnt/gntmenuitemcheck.h -include/gnt/gntstyle.h -include/gnt/gnttextview.h -include/gnt/gnttree.h -include/gnt/gntutils.h -include/gnt/gntwidget.h -include/gnt/gntwindow.h -include/gnt/gntwm.h -lib/gaim/gntgf.la -lib/gaim/gntgf.so -lib/gaim/gnthistory.la -lib/gaim/gnthistory.so -lib/gaim/gntlastlog.la -lib/gaim/gntlastlog.so -lib/gaim/s.la -lib/gaim/s.so -lib/libgnt.la -lib/libgnt.so -lib/libgnt.so.0 -libdata/pkgconfig/gnt.pc -@dirrm include/gnt -@dirrm include/gaim/gnt -@dirrm include/gaim diff --git a/net-im/kmess-kde4/Makefile b/net-im/kmess-kde4/Makefile deleted file mode 100644 index eeb38c8454e3..000000000000 --- a/net-im/kmess-kde4/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: kmess -# Date created: 21 June 2002 -# Whom: Hye-Shik Chang <perky@python.or.kr> -# -# $FreeBSD$ -# - -PORTNAME= kmess -PORTVERSION= 1.4.3 -CATEGORIES= net-im kde -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= MSN Messenger Client for KDE3 - -EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-configure - -USE_KDELIBS_VER=3 -USE_AUTOTOOLS= libtool:15 -USE_GMAKE= yes - -post-patch: - @${TOUCH} ${WRKSRC}/config.h.in - -.include <bsd.port.mk> diff --git a/net-im/kmess-kde4/distinfo b/net-im/kmess-kde4/distinfo deleted file mode 100644 index 38dff79b9352..000000000000 --- a/net-im/kmess-kde4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (kmess-1.4.3.tar.gz) = 88c73b2223cbb0dc2b79023188fba64a -SHA256 (kmess-1.4.3.tar.gz) = f571847704618c2d364dee731a8d3a5a59ff423b77e52160cb147ebec8ffd526 -SIZE (kmess-1.4.3.tar.gz) = 1869940 diff --git a/net-im/kmess-kde4/files/patch-kmess-Makefile.in b/net-im/kmess-kde4/files/patch-kmess-Makefile.in deleted file mode 100644 index 17a9da05f3fd..000000000000 --- a/net-im/kmess-kde4/files/patch-kmess-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- kmess/Makefile.in.orig Sun Jun 4 16:44:43 2006 -+++ kmess/Makefile.in Sun Jun 4 16:45:06 2006 -@@ -470,7 +470,7 @@ - - # the library search path. - # the -lpthread is required for Autopackage/BinReloc --kmess_LDFLAGS = $(KDE_RPATH) $(all_libraries) -lpthread -+kmess_LDFLAGS = $(KDE_RPATH) $(all_libraries) - AM_CXXFLAGS = -ggdb - #>- all: all-recursive - #>+ 1 diff --git a/net-im/kmess-kde4/files/patch-kmess-crypt-bithelp.h b/net-im/kmess-kde4/files/patch-kmess-crypt-bithelp.h deleted file mode 100644 index 5a20fc68d008..000000000000 --- a/net-im/kmess-kde4/files/patch-kmess-crypt-bithelp.h +++ /dev/null @@ -1,11 +0,0 @@ ---- kmess/crypt/bithelp.h.orig Sun Jun 4 13:38:04 2006 -+++ kmess/crypt/bithelp.h Sun Jun 4 13:39:09 2006 -@@ -20,8 +20,6 @@ - #ifndef G10_BITHELP_H - #define G10_BITHELP_H - --#include <stdint.h> -- - /**************** - * Rotate the 32 bit unsigned integer X by N bits left/right - */ diff --git a/net-im/kmess-kde4/files/patch-kmess-crypt-globalstuff.h b/net-im/kmess-kde4/files/patch-kmess-crypt-globalstuff.h deleted file mode 100644 index 1d0262dde5da..000000000000 --- a/net-im/kmess-kde4/files/patch-kmess-crypt-globalstuff.h +++ /dev/null @@ -1,13 +0,0 @@ ---- kmess/crypt/globalstuff.h.orig Fri May 21 04:00:44 2004 -+++ kmess/crypt/globalstuff.h Sun Jun 4 13:48:21 2006 -@@ -16,9 +16,9 @@ - - #include "config.h" - -+#include <sys/types.h> - #include <string> - #include <sstream> --#include <stdint.h> - - /** convert something to string using ostringstream */ - template <class T> inline diff --git a/net-im/kmess-kde4/files/patch-kmess-kmessview.cpp b/net-im/kmess-kde4/files/patch-kmess-kmessview.cpp deleted file mode 100644 index 4693121cec3a..000000000000 --- a/net-im/kmess-kde4/files/patch-kmess-kmessview.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- kmess/kmessview.cpp.orig Sun Jun 4 15:13:33 2006 -+++ kmess/kmessview.cpp Sun Jun 4 15:14:27 2006 -@@ -1058,7 +1058,7 @@ - { - Contact *contact = getContactByItem( contactListView_->currentItem() ); - Group *oldGroup = getGroupByItem( contactListView_->currentItem() ); -- QString oldGroupId = (oldGroup != 0 ? oldGroup->getId() : "0"); -+ QString oldGroupId = (oldGroup != 0 ? oldGroup->getId() : QString::fromLatin1("0")); - - if(contact != 0) - { diff --git a/net-im/kmess-kde4/files/patch-kmess-kmessview.h b/net-im/kmess-kde4/files/patch-kmess-kmessview.h deleted file mode 100644 index 7af92df09078..000000000000 --- a/net-im/kmess-kde4/files/patch-kmess-kmessview.h +++ /dev/null @@ -1,10 +0,0 @@ ---- kmess/kmessview.h.orig Sun Jun 4 15:46:03 2006 -+++ kmess/kmessview.h Sun Jun 4 15:59:14 2006 -@@ -187,6 +187,7 @@ - private: - KMessView *kmessView_; - }; -+ friend class ToolTip; - - // Reference to the current tooltip - ToolTip *toolTip_; diff --git a/net-im/kmess-kde4/files/patch-kmess-network-applications-p2papplication.cpp b/net-im/kmess-kde4/files/patch-kmess-network-applications-p2papplication.cpp deleted file mode 100644 index d01924ba3a6a..000000000000 --- a/net-im/kmess-kde4/files/patch-kmess-network-applications-p2papplication.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- kmess/network/applications/p2papplication.cpp.orig Sun Jun 4 15:00:05 2006 -+++ kmess/network/applications/p2papplication.cpp Sun Jun 4 15:00:44 2006 -@@ -2056,7 +2056,7 @@ - // Get message content and Content-Type - bool gotTransferInvitation = (invitationContentType_ == "application/x-msnmsgr-transreqbody"); - QString content = message.getFields(); -- QString contentType = (gotTransferInvitation ? "application/x-msnmsgr-transrespbody" : invitationContentType_); -+ QString contentType = (gotTransferInvitation ? QString::fromLatin1("application/x-msnmsgr-transrespbody") : invitationContentType_); - - QString myHandle = CurrentAccount::instance()->getHandle(); - diff --git a/net-im/kmess-kde4/files/patch-kmess_network_msnconnection.h b/net-im/kmess-kde4/files/patch-kmess_network_msnconnection.h deleted file mode 100644 index f9c9edb3c1a5..000000000000 --- a/net-im/kmess-kde4/files/patch-kmess_network_msnconnection.h +++ /dev/null @@ -1,10 +0,0 @@ ---- kmess/network/msnconnection.h.orig Tue Nov 15 04:03:10 2005 -+++ kmess/network/msnconnection.h Tue Nov 15 04:04:04 2005 -@@ -29,6 +29,7 @@ - - #include <stdlib.h> - #include <sys/socket.h> -+#include <netinet/in.h> - #include <arpa/inet.h> - #include <netdb.h> - #include <sys/types.h> diff --git a/net-im/kmess-kde4/pkg-descr b/net-im/kmess-kde4/pkg-descr deleted file mode 100644 index b263431acf70..000000000000 --- a/net-im/kmess-kde4/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -An MSN Messenger clone for KDE. Includes font support, -emoticons, and the ability to switch the contact list -between "by group" and "by online/offline", among -other things. - -WWW: http://kmess.sourceforge.net/ diff --git a/net-im/kmess-kde4/pkg-plist b/net-im/kmess-kde4/pkg-plist deleted file mode 100644 index 085b14d92203..000000000000 --- a/net-im/kmess-kde4/pkg-plist +++ /dev/null @@ -1,175 +0,0 @@ -bin/kmess -share/applications/kde/kmess.desktop -share/apps/kmess/emoticons/airplane.png -share/apps/kmess/emoticons/angel.png -share/apps/kmess/emoticons/angry.png -share/apps/kmess/emoticons/arrogant.png -share/apps/kmess/emoticons/asl.png -share/apps/kmess/emoticons/automobile.png -share/apps/kmess/emoticons/bad.png -share/apps/kmess/emoticons/baringteeth.png -share/apps/kmess/emoticons/bat.png -share/apps/kmess/emoticons/beer.png -share/apps/kmess/emoticons/bowl.png -share/apps/kmess/emoticons/boy.png -share/apps/kmess/emoticons/brb.png -share/apps/kmess/emoticons/cake.png -share/apps/kmess/emoticons/camera.png -share/apps/kmess/emoticons/cat.png -share/apps/kmess/emoticons/cigarette.png -share/apps/kmess/emoticons/clock.png -share/apps/kmess/emoticons/cocktail.png -share/apps/kmess/emoticons/computer.png -share/apps/kmess/emoticons/confused.png -share/apps/kmess/emoticons/cry.png -share/apps/kmess/emoticons/cup.png -share/apps/kmess/emoticons/devil.png -share/apps/kmess/emoticons/dog.png -share/apps/kmess/emoticons/dude_hug.png -share/apps/kmess/emoticons/embarrassed.png -share/apps/kmess/emoticons/emoticonrc -share/apps/kmess/emoticons/envelope.png -share/apps/kmess/emoticons/eyeroll.png -share/apps/kmess/emoticons/film.png -share/apps/kmess/emoticons/fingerscrossed.png -share/apps/kmess/emoticons/gameconsole.png -share/apps/kmess/emoticons/girl.png -share/apps/kmess/emoticons/girl_hug.png -share/apps/kmess/emoticons/handcuffs.png -share/apps/kmess/emoticons/highfive.png -share/apps/kmess/emoticons/huh.png -share/apps/kmess/emoticons/island.png -share/apps/kmess/emoticons/kiss.png -share/apps/kmess/emoticons/lightbulb.png -share/apps/kmess/emoticons/lightning.png -share/apps/kmess/emoticons/love.png -share/apps/kmess/emoticons/megasmile.png -share/apps/kmess/emoticons/messenger.png -share/apps/kmess/emoticons/mobilephone.png -share/apps/kmess/emoticons/money.png -share/apps/kmess/emoticons/moon.png -share/apps/kmess/emoticons/nerd.png -share/apps/kmess/emoticons/note.png -share/apps/kmess/emoticons/omg.png -share/apps/kmess/emoticons/party.png -share/apps/kmess/emoticons/phone.png -share/apps/kmess/emoticons/pizza.png -share/apps/kmess/emoticons/plate.png -share/apps/kmess/emoticons/present.png -share/apps/kmess/emoticons/rainbow.png -share/apps/kmess/emoticons/regular.png -share/apps/kmess/emoticons/rose.png -share/apps/kmess/emoticons/sad.png -share/apps/kmess/emoticons/sarcastic.png -share/apps/kmess/emoticons/secret.png -share/apps/kmess/emoticons/shade.png -share/apps/kmess/emoticons/sheep.png -share/apps/kmess/emoticons/sick.png -share/apps/kmess/emoticons/sleepy.png -share/apps/kmess/emoticons/snail.png -share/apps/kmess/emoticons/soccer.png -share/apps/kmess/emoticons/sorry.png -share/apps/kmess/emoticons/sshh.png -share/apps/kmess/emoticons/star.png -share/apps/kmess/emoticons/storm.png -share/apps/kmess/emoticons/sun.png -share/apps/kmess/emoticons/teeth.png -share/apps/kmess/emoticons/thinking.png -share/apps/kmess/emoticons/thumbs_down.png -share/apps/kmess/emoticons/thumbs_up.png -share/apps/kmess/emoticons/tongue.png -share/apps/kmess/emoticons/turtle.png -share/apps/kmess/emoticons/ugly.png -share/apps/kmess/emoticons/umbrella.png -share/apps/kmess/emoticons/unhappy.png -share/apps/kmess/emoticons/unlove.png -share/apps/kmess/emoticons/wilted_rose.png -share/apps/kmess/emoticons/wink.png -share/apps/kmess/eventsrc -share/apps/kmess/icons/hicolor/16x16/apps/gnomemeeting.png -share/apps/kmess/pics/away.png -share/apps/kmess/pics/background.png -share/apps/kmess/pics/berightback.png -share/apps/kmess/pics/blocked.png -share/apps/kmess/pics/busy.png -share/apps/kmess/pics/email.png -share/apps/kmess/pics/emoticons.png -share/apps/kmess/pics/invisible.png -share/apps/kmess/pics/kmesslogo.png -share/apps/kmess/pics/kmesspic.png -share/apps/kmess/pics/lunch.png -share/apps/kmess/pics/offline.png -share/apps/kmess/pics/online.png -share/apps/kmess/pics/onthephone.png -share/apps/kmess/pics/unknown.png -share/doc/HTML/en/kmess/common -share/doc/HTML/en/kmess/index.cache.bz2 -share/doc/HTML/en/kmess/index.docbook -share/doc/HTML/en/kmess/kmesschatwindow.png -share/doc/HTML/en/kmess/kmesschatwindowcontactsidebaremailbutton.png -share/doc/HTML/en/kmess/kmesschatwindowcontactsidebarprofilebutton.png -share/doc/HTML/en/kmess/kmesschatwindowwithsidebar.png -share/doc/HTML/en/kmess/kmesscompactchat.png -share/doc/HTML/en/kmess/kmesscontactsidebarbutton.png -share/doc/HTML/en/kmess/kmesscontactwindowwithsidebar.png -share/doc/HTML/en/kmess/kmessemoticonbutton.png -share/doc/HTML/en/kmess/kmessemoticonchooser.png -share/doc/HTML/en/kmess/kmessmainwindow.png -share/doc/HTML/en/kmess/kmesspopupbaloon.png -share/doc/HTML/en/kmess/kmessrightclickmenucontact.png -share/doc/HTML/en/kmess/kmessstartupscreen.png -share/doc/HTML/en/kmess/kmesstimestamp.png -share/icons/hicolor/128x128/apps/kmess.png -share/icons/hicolor/16x16/apps/kmess.png -share/icons/hicolor/22x22/apps/kmess.png -share/icons/hicolor/32x32/apps/kmess.png -share/icons/hicolor/48x48/apps/kmess.png -share/icons/hicolor/64x64/apps/kmess.png -share/icons/locolor/16x16/apps/kmess.png -share/icons/locolor/22x22/apps/kmess.png -share/icons/locolor/32x32/apps/kmess.png -share/locale/ar/LC_MESSAGES/kmess.mo -share/locale/ca/LC_MESSAGES/kmess.mo -share/locale/de/LC_MESSAGES/kmess.mo -share/locale/dk/LC_MESSAGES/kmess.mo -share/locale/ee/LC_MESSAGES/kmess.mo -share/locale/es/LC_MESSAGES/kmess.mo -share/locale/fr/LC_MESSAGES/kmess.mo -share/locale/it/LC_MESSAGES/kmess.mo -share/locale/ko/LC_MESSAGES/kmess.mo -share/locale/nb/LC_MESSAGES/kmess.mo -share/locale/nl/LC_MESSAGES/kmess.mo -share/locale/pt_BR/LC_MESSAGES/kmess.mo -share/locale/sl/LC_MESSAGES/kmess.mo -share/locale/sv/LC_MESSAGES/kmess.mo -share/locale/th/LC_MESSAGES/kmess.mo -share/locale/tr/LC_MESSAGES/kmess.mo -share/locale/zh_CN.GB18030/LC_MESSAGES/kmess.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kmess.mo -share/locale/zh_CN/LC_MESSAGES/kmess.mo -share/locale/zh_TW/LC_MESSAGES/kmess.mo -share/sounds/kmess_chat.ogg -share/sounds/kmess_logoff.ogg -share/sounds/kmess_logon.ogg -share/sounds/kmess_msg.ogg -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN.GB18030/LC_MESSAGES -@dirrmtry share/locale/zh_CN.GB18030 -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrm share/doc/HTML/en/kmess -@dirrm share/apps/kmess/pics -@dirrm share/apps/kmess/icons/hicolor/16x16/apps -@dirrm share/apps/kmess/icons/hicolor/16x16 -@dirrm share/apps/kmess/icons/hicolor -@dirrm share/apps/kmess/icons -@dirrm share/apps/kmess/emoticons -@dirrm share/apps/kmess -@dirrmtry share/applications/kde diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile deleted file mode 100644 index 8ae0c349889d..000000000000 --- a/net-im/libpurple/Makefile +++ /dev/null @@ -1,232 +0,0 @@ -# New ports collection makefile for: gaim -# Date created: 26 Mar 1999 -# Whom: Jim Mock <jim@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports-stable/net-im/libgaim/Makefile,v 1.4 2006/10/29 18:55:28 marcus Exp $ -# - -PORTNAME= gaim -PORTVERSION= 2.0.0.b6 -PORTREVISION?= 2 -CATEGORIES?= net-im -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -PKGNAMEPREFIX?= lib -DISTNAME= ${PORTNAME}-2.0.0beta6 - -MAINTAINER?= marcus@FreeBSD.org -COMMENT?= Backend library for the Gaim multi-protocol messaging client - -CONFLICTS?= ja-gaim-[0-9]* gaim-1* - -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 -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" \ - PTHREAD_LIB="${PTHREAD_LIBS}" - -.if !defined(GAIM_SLAVE) -# Gaim 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= gaim.1 gaim-text.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" off \ - NSS "Mozilla NSS encryption support" on \ - 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} < 500000 -IGNORE= does not build on 4.X -.endif - -.if !defined(GAIM_SLAVE) -.if ${HAVE_GNOME:Mgconf2}!="" || exists(${LOCALBASE}/bin/gconftool-2) -USE_GNOME+= gconf2 -GCONF_SCHEMAS= gaim.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(WITH_GNUTLS) -LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls -CONFIGURE_ARGS+= --enable-gnutls=yes -.else -CONFIGURE_ARGS+= --enable-gnutls=no -.endif - -.if !defined(WITHOUT_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 -.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.4:${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 GAIM 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(GAIM_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(GAIM_SLAVE) -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3+= Gaim.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|{exec_prefix}|${PREFIX}|' \ - ${WRKSRC}/gaim.service.in - @${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \ - ${WRKSRC}/libgaim/gaim-send \ - ${WRKSRC}/libgaim/gaim-send-async - @${REINPLACE_CMD} -e 's|/python|/env python|' \ - ${WRKSRC}/libgaim/gaim-remote -.if defined(GAIM_SLAVE) - @${FIND} ${BUILD_WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - 's|[$$][(]top_builddir[)]/libgaim/libgaim.la|${LOCALBASE}/lib/libgaim.la|g' \ - ${WRKSRC}/gtk/Makefile.in -.endif - -.include <bsd.port.post.mk> diff --git a/net-im/libpurple/distinfo b/net-im/libpurple/distinfo deleted file mode 100644 index 3c4115064589..000000000000 --- a/net-im/libpurple/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gaim-2.0.0beta6.tar.bz2) = 404dcec261f911bcb56f69e5ea192583 -SHA256 (gaim-2.0.0beta6.tar.bz2) = fea8d9adbb2886ea7accde1d11b6da5fb77e1847fb4054ac55bca30b5b10ce82 -SIZE (gaim-2.0.0beta6.tar.bz2) = 6667700 diff --git a/net-im/libpurple/pkg-descr b/net-im/libpurple/pkg-descr deleted file mode 100644 index 3637ca410a07..000000000000 --- a/net-im/libpurple/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -Gaim 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. - -Gaim 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. - -Gaim 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 Gaim page.) - -Libgaim is a backend library and protocol modules needed for Gaim frontend -frontends such as the GTK+ and console UIs. - -WWW: http://gaim.sourceforge.net/ diff --git a/net-im/libpurple/pkg-plist b/net-im/libpurple/pkg-plist deleted file mode 100644 index d2f88ac08da1..000000000000 --- a/net-im/libpurple/pkg-plist +++ /dev/null @@ -1,246 +0,0 @@ -%%DBUS%%bin/gaim-client-example -%%DBUS%%bin/gaim-remote -%%DBUS%%bin/gaim-send -%%DBUS%%bin/gaim-send-async -bin/gaim-url-handler -include/gaim/account.h -include/gaim/accountopt.h -include/gaim/blist.h -include/gaim/buddyicon.h -include/gaim/cipher.h -include/gaim/circbuffer.h -include/gaim/cmds.h -include/gaim/connection.h -include/gaim/conversation.h -include/gaim/core.h -%%DBUS%%include/gaim/dbus-bindings.h -%%DBUS%%include/gaim/dbus-define-api.h -%%DBUS%%include/gaim/dbus-gaim.h -%%DBUS%%include/gaim/dbus-maybe.h -%%DBUS%%include/gaim/dbus-server.h -%%DBUS%%include/gaim/dbus-useful.h -include/gaim/debug.h -include/gaim/desktopitem.h -include/gaim/dnsquery.h -include/gaim/dnssrv.h -include/gaim/eventloop.h -include/gaim/ft.h -include/gaim/gaim.h -include/gaim/idle.h -include/gaim/imgstore.h -include/gaim/log.h -include/gaim/mime.h -include/gaim/network.h -include/gaim/notify.h -include/gaim/ntlm.h -include/gaim/plugin.h -include/gaim/pluginpref.h -include/gaim/pounce.h -include/gaim/prefs.h -include/gaim/privacy.h -include/gaim/proxy.h -include/gaim/prpl.h -include/gaim/request.h -include/gaim/roomlist.h -include/gaim/savedstatuses.h -include/gaim/server.h -include/gaim/signals.h -include/gaim/sound.h -include/gaim/sslconn.h -include/gaim/status.h -include/gaim/stringref.h -include/gaim/stun.h -include/gaim/upnp.h -include/gaim/util.h -include/gaim/value.h -include/gaim/version.h -include/gaim/whiteboard.h -include/gaim/xmlnode.h -lib/gaim/autoaccept.la -lib/gaim/autoaccept.so -lib/gaim/autoreply.la -lib/gaim/autoreply.so -lib/gaim/buddynote.la -lib/gaim/buddynote.so -%%DBUS%%lib/gaim/dbus-example.la -%%DBUS%%lib/gaim/dbus-example.so -lib/gaim/idle.la -lib/gaim/idle.so -lib/gaim/libaim.la -lib/gaim/libaim.so -lib/gaim/libicq.la -lib/gaim/libicq.so -%%PERL:%%lib/gaim/libgaimperl.la -%%PERL:%%lib/gaim/libgaimperl.so -%%BONJOUR%%lib/gaim/libbonjour.la -%%BONJOUR%%lib/gaim/libbonjour.so -lib/gaim/libgg.la -lib/gaim/libgg.so -lib/gaim/libirc.la -lib/gaim/libirc.so -lib/gaim/libjabber.la -lib/gaim/libjabber.so -lib/gaim/libmsn.la -lib/gaim/libmsn.so -lib/gaim/libnovell.la -lib/gaim/libnovell.so -lib/gaim/liboscar.la -lib/gaim/liboscar.so -lib/gaim/liboscar.so.0 -%%SILC%%lib/gaim/libsilcgaim.la -%%SILC%%lib/gaim/libsilcgaim.so -lib/gaim/libqq.la -lib/gaim/libqq.so -%%SAMETIME%%lib/gaim/libsametime.la -%%SAMETIME%%lib/gaim/libsametime.so -lib/gaim/libsimple.la -lib/gaim/libsimple.so -lib/gaim/libyahoo.la -lib/gaim/libyahoo.so -lib/gaim/libzephyr.la -lib/gaim/libzephyr.so -lib/gaim/log_reader.la -lib/gaim/log_reader.so -lib/gaim/newline.la -lib/gaim/newline.so -lib/gaim/offlinemsg.la -lib/gaim/offlinemsg.so -lib/gaim/psychic.la -lib/gaim/psychic.so -lib/gaim/ssl-gnutls.la -lib/gaim/ssl-gnutls.so -lib/gaim/ssl-nss.la -lib/gaim/ssl-nss.so -lib/gaim/ssl.la -lib/gaim/ssl.so -lib/gaim/statenotify.la -lib/gaim/statenotify.so -%%TCL:%%lib/gaim/tcl.la -%%TCL:%%lib/gaim/tcl.so -%%DBUS%%lib/libgaim-client.la -%%DBUS%%lib/libgaim-client.so -%%DBUS%%lib/libgaim-client.so.0 -%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gaim/autosplit.ix -%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gaim/Gaim.so -%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gaim/Gaim.bs -%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gaim/.packlist -%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/Gaim.pm -lib/libgaim.la -lib/libgaim.so -lib/libgaim.so.0 -libdata/pkgconfig/gaim.pc -share/aclocal/gaim.m4 -%%DBUS%%share/dbus-1/services/gaim.service -share/gnome/applications/gaim.desktop -share/locale/am/LC_MESSAGES/gaim.mo -share/locale/ar/LC_MESSAGES/gaim.mo -share/locale/az/LC_MESSAGES/gaim.mo -share/locale/bg/LC_MESSAGES/gaim.mo -share/locale/bn/LC_MESSAGES/gaim.mo -share/locale/bs/LC_MESSAGES/gaim.mo -share/locale/ca/LC_MESSAGES/gaim.mo -share/locale/ca@valencia/LC_MESSAGES/gaim.mo -share/locale/cs/LC_MESSAGES/gaim.mo -share/locale/da/LC_MESSAGES/gaim.mo -share/locale/de/LC_MESSAGES/gaim.mo -share/locale/dz/LC_MESSAGES/gaim.mo -share/locale/el/LC_MESSAGES/gaim.mo -share/locale/en_AU/LC_MESSAGES/gaim.mo -share/locale/en_CA/LC_MESSAGES/gaim.mo -share/locale/en_GB/LC_MESSAGES/gaim.mo -share/locale/eo/LC_MESSAGES/gaim.mo -share/locale/es/LC_MESSAGES/gaim.mo -share/locale/et/LC_MESSAGES/gaim.mo -share/locale/eu/LC_MESSAGES/gaim.mo -share/locale/fa/LC_MESSAGES/gaim.mo -share/locale/fi/LC_MESSAGES/gaim.mo -share/locale/fr/LC_MESSAGES/gaim.mo -share/locale/gl/LC_MESSAGES/gaim.mo -share/locale/gu/LC_MESSAGES/gaim.mo -share/locale/he/LC_MESSAGES/gaim.mo -share/locale/hi/LC_MESSAGES/gaim.mo -share/locale/hu/LC_MESSAGES/gaim.mo -share/locale/it/LC_MESSAGES/gaim.mo -share/locale/ja/LC_MESSAGES/gaim.mo -share/locale/ka/LC_MESSAGES/gaim.mo -share/locale/ko/LC_MESSAGES/gaim.mo -share/locale/ku/LC_MESSAGES/gaim.mo -share/locale/lt/LC_MESSAGES/gaim.mo -share/locale/mk/LC_MESSAGES/gaim.mo -share/locale/my_MM/LC_MESSAGES/gaim.mo -share/locale/nb/LC_MESSAGES/gaim.mo -share/locale/ne/LC_MESSAGES/gaim.mo -share/locale/nl/LC_MESSAGES/gaim.mo -share/locale/nn/LC_MESSAGES/gaim.mo -share/locale/pa/LC_MESSAGES/gaim.mo -share/locale/pl/LC_MESSAGES/gaim.mo -share/locale/pt/LC_MESSAGES/gaim.mo -share/locale/pt_BR/LC_MESSAGES/gaim.mo -share/locale/ro/LC_MESSAGES/gaim.mo -share/locale/ru/LC_MESSAGES/gaim.mo -share/locale/sk/LC_MESSAGES/gaim.mo -share/locale/sl/LC_MESSAGES/gaim.mo -share/locale/sq/LC_MESSAGES/gaim.mo -share/locale/sr/LC_MESSAGES/gaim.mo -share/locale/sr@Latn/LC_MESSAGES/gaim.mo -share/locale/sv/LC_MESSAGES/gaim.mo -share/locale/ta/LC_MESSAGES/gaim.mo -share/locale/te/LC_MESSAGES/gaim.mo -share/locale/th/LC_MESSAGES/gaim.mo -share/locale/tr/LC_MESSAGES/gaim.mo -share/locale/uk/LC_MESSAGES/gaim.mo -share/locale/vi/LC_MESSAGES/gaim.mo -share/locale/xh/LC_MESSAGES/gaim.mo -share/locale/zh_CN/LC_MESSAGES/gaim.mo -share/locale/zh_TW/LC_MESSAGES/gaim.mo -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/my_MM/LC_MESSAGES -@dirrmtry share/locale/my_MM -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/en_AU/LC_MESSAGES -@dirrmtry share/locale/en_AU -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -%%PERL:%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gaim -@dirrm lib/gaim -@dirrm include/gaim diff --git a/net-im/openfire/Makefile b/net-im/openfire/Makefile deleted file mode 100644 index 4d8eb82eb758..000000000000 --- a/net-im/openfire/Makefile +++ /dev/null @@ -1,80 +0,0 @@ -# New ports collection makefile for: wildfire -# Date created: 2006-11-12 -# Whom: Nikolay Pavlov <quetzal@zone3000.net> -# -# $FreeBSD$ -# - -PORTNAME= wildfire -PORTVERSION= 3.1.1 -PORTREVISION= 1 -CATEGORIES= net-im java -MASTER_SITES= http://www.jivesoftware.org/builds/wildfire/ -DISTNAME= ${PORTNAME}_src_${PORTVERSION:S/./_/g} - -MAINTAINER= quetzal@zone3000.net -COMMENT= Wildfire is an enterprise instant messaging (EIM) server - -RUN_DEPENDS= classpath:${PORTSDIR}/java/javavmwrapper - -USE_JAVA= yes -JAVA_VERSION= 1.5+ - -USE_ANT= yes - -USE_RC_SUBR= wildfire - -ALL_TARGET= wildfire - -WRKSRC= ${WRKDIR}/${PORTNAME}_src -BUILD_WRKSRC= ${WRKSRC}/build -INSTALL_WRKSRC= ${WRKSRC}/target/wildfire -DATADIR= ${JAVASHAREDIR}/${PORTNAME} -VARLOG= /var/log/wildfire -VARDB= /var/db/wildfire -WETC= ${PREFIX}/etc/wildfire -PUSER= wildfire -PGROUP= ${PUSER} - -MLINKS= ${VARLOG} ${DATADIR}/logs \ - ${VARDB} ${DATADIR}/embedded-db \ - ${WETC} ${DATADIR}/conf - -do-install: - - (cd ${INSTALL_WRKSRC}/lib && \ - ${INSTALL_DATA} -m 744 *.jar ${JAVAJARDIR}); - - ${MKDIR} ${DATADIR}; - ${MKDIR} ${VARLOG}; - ${MKDIR} ${VARDB}; - - (cd ${INSTALL_WRKSRC}/resources && ${FIND} . \ - | ${CPIO} -pvdmu -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}/resources) - - (cd ${INSTALL_WRKSRC}/plugins && ${FIND} . \ - | ${CPIO} -pvdmu -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}/plugins) - - ${MKDIR} ${DOCSDIR}; - (cd ${WRKSRC} && ${INSTALL_DATA} -o ${SHAREOWN} -g ${SHAREGRP} \ - LICENSE.html README.html changelog.html ${DOCSDIR}); - -.if !defined(NOPORTDOCS) - (cd ${WRKSRC}/documentation/docs && ${FIND} . \ - | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} > /dev/null 2>&1 ) -.endif - -post-install: - ${MKDIR} ${EXAMPLESDIR}; - ${CP} -p ${INSTALL_WRKSRC}/conf/wildfire.xml ${EXAMPLESDIR}/wildfire.xml - @if [ ! -f ${WETC}/wildfire.xml ]; then \ - ${MKDIR} ${WETC}; \ - ${CP} -p ${INSTALL_WRKSRC}/conf/wildfire.xml ${WETC}/wildfire.xml; \ - fi - @PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - ${CHOWN} -R ${PUSER}:${PGROUP} ${WETC} - ${CHOWN} -R ${PUSER}:${PGROUP} ${VARDB} - ${CHOWN} -R ${PUSER}:${PGROUP} ${VARLOG} - ${CHOWN} -R ${PUSER}:${PGROUP} ${DATADIR} - -.include <bsd.port.mk> diff --git a/net-im/openfire/files/wildfire.in b/net-im/openfire/files/wildfire.in deleted file mode 100644 index 3d0894cf2906..000000000000 --- a/net-im/openfire/files/wildfire.in +++ /dev/null @@ -1,88 +0,0 @@ -#!/bin/sh - -# PROVIDE: wildfire -# REQUIRE: NETWORKING SERVERS -# BEFORE: DAEMON -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf -# to enable this service: -# -# wildfire_enable (bool): Set to NO by default. -# Set it to YES to enable wildfire. - -. %%RC_SUBR%% - -name="wildfire" -rcvar=${name}_enable -# Set defaults -: ${wildfire_enable:=NO} -: ${wildfire_user:=${name}} -: ${wildfire_group:=${name}} - -pidfile=/var/run/${name}.pid - -required_files="%%PREFIX%%/etc/wildfire/wildfire.xml" -java_options=" -server -jar \ - -Dwildfire.lib.dir=%%JAVAJARDIR%% \ - -DwildfireHome=%%DATADIR%%" - -java_command=" %%LOCALBASE%%/bin/java ${java_options} \ - %%JAVAJARDIR%%/startup.jar" - -# Subvert the check_pid_file procname check. -if [ -f $pidfile ]; then - read rc_pid junk < $pidfile - if [ ! -z "$rc_pid" ]; then - procname=`ps -o ucomm= $rc_pid` - fi -fi - -command="/usr/sbin/daemon" -command_args="-f -p ${pidfile} ${java_command}" -start_precmd="wildfire_precmd" -status_cmd="wildfire_status" -stop_cmd="wildfire_stop" -load_rc_config $name - -wildfire_precmd() { - touch ${pidfile} - chown ${wildfire_user}:${wildfire_group} ${pidfile} -} - -wildfire_status() { - rc_pid=$(check_pidfile $pidfile *$procname*) - - if [ -z "$rc_pid" ]; then - [ -n "$rc_fast" ] && return 0 - if [ -n "$pidfile" ]; then - echo "${name} not running? (check $pidfile)." - else - echo "${name} not running?" - fi - return 1 - fi - echo "$name is running as pid ${rc_pid}" -} - - -wildfire_stop() { - rc_pid=$(check_pidfile $pidfile *$procname*) - - if [ -z "$rc_pid" ]; then - [ -n "$rc_fast" ] && return 0 - if [ -n "$pidfile" ]; then - echo "${name} not running? (check $pidfile)." - else - echo "${name} not running?" - fi - return 1 - fi - - echo "Stopping ${name}." - kill ${rc_pid} - wait_for_pids ${rc_pid} - rm ${pidfile} -} - -run_rc_command "$1" diff --git a/net-im/openfire/pkg-descr b/net-im/openfire/pkg-descr deleted file mode 100644 index e4fea526fb79..000000000000 --- a/net-im/openfire/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Wildfire is an enterprise instant messaging (EIM) server dual-licensed under -the Open Source GPL and commercially. It uses the leading open protocol for -instant messaging, XMPP (also called Jabber). -Wildfire is incredibly easy to setup and administer, but offers rock-solid -security and performance. - -WWW: http://www.jivesoftware.org/wildfire/ diff --git a/net-im/openfire/pkg-install b/net-im/openfire/pkg-install deleted file mode 100644 index afc5d45a2d2f..000000000000 --- a/net-im/openfire/pkg-install +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin - -case $2 in -POST-INSTALL) - USER=wildfire - GROUP=${USER} - UID=340 - GID=${UID} - - if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d /nonexistent -s /sbin/nologin -c "Wildfire Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - ;; -esac diff --git a/net-im/openfire/pkg-plist b/net-im/openfire/pkg-plist deleted file mode 100644 index a07f23636569..000000000000 --- a/net-im/openfire/pkg-plist +++ /dev/null @@ -1,1264 +0,0 @@ -@unexec %D/etc/rc.d/wildfire stop > /dev/null 2>&1 || true -@unexec if cmp -s %D/etc/wildfire/wildfire.xml %D/%%EXAMPLESDIR%%/wildfire.xml; then rm -f %D/etc/wildfire/wildfire.xml; else echo If permanently deleting this package, %%PREFIX%%/etc/wildfire.xml must be removed manually; fi -%%EXAMPLESDIR%%/wildfire.xml -@exec [ -d /var/log/wildfire ] || mkdir -p /var/log/wildfire && chown wildfire:wildfire /var/log/wildfire -@exec [ -d /var/db/wildfire ] || mkdir -p /var/db/wildfire && chown wildfire:wildfire /var/db/wildfire -@exec [ -d %D/etc/wildfire ] || mkdir -p %D/etc/wildfire && chown wildfire:wildfire %D/etc/wildfire -@exec [ -f %D/etc/wildfire/wildfire.xml ] || cp %%EXAMPLESDIR%%/wildfire.xml %D/etc/wildfire/wildfire.xml && chown wildfire:wildfire %D/etc/wildfire/wildfire.xml -share/doc/wildfire/LICENSE.html -share/doc/wildfire/README.html -share/doc/wildfire/changelog.html -share/doc/wildfire/database-guide.html -share/doc/wildfire/database.html -share/doc/wildfire/db-integration-guide.html -share/doc/wildfire/images/header_logo.gif -share/doc/wildfire/images/launcher.png -share/doc/wildfire/images/sitemesh.png -share/doc/wildfire/images/windows_service.png -share/doc/wildfire/images/setup_ldap.png -share/doc/wildfire/index.html -share/doc/wildfire/install-guide.html -share/doc/wildfire/javadoc/allclasses-frame.html -share/doc/wildfire/javadoc/allclasses-noframe.html -share/doc/wildfire/javadoc/constant-values.html -share/doc/wildfire/javadoc/deprecated-list.html -share/doc/wildfire/javadoc/help-doc.html -share/doc/wildfire/javadoc/index-all.html -share/doc/wildfire/javadoc/index.html -share/doc/wildfire/javadoc/org/jivesoftware/admin/AdminConsole.html -share/doc/wildfire/javadoc/org/jivesoftware/admin/AdminPageBean.Breadcrumb.html -share/doc/wildfire/javadoc/org/jivesoftware/admin/AdminPageBean.html -share/doc/wildfire/javadoc/org/jivesoftware/admin/AuthCheckFilter.html -share/doc/wildfire/javadoc/org/jivesoftware/admin/PluginFilter.SimpleFilter.html -share/doc/wildfire/javadoc/org/jivesoftware/admin/PluginFilter.html -share/doc/wildfire/javadoc/org/jivesoftware/admin/SidebarTag.html -share/doc/wildfire/javadoc/org/jivesoftware/admin/SubSidebarTag.html -share/doc/wildfire/javadoc/org/jivesoftware/admin/TabsTag.html -share/doc/wildfire/javadoc/org/jivesoftware/admin/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/admin/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/admin/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/admin/LdapGroupTester.Group.html -share/doc/wildfire/javadoc/org/jivesoftware/admin/LdapGroupTester.html -share/doc/wildfire/javadoc/org/jivesoftware/admin/LdapUserProfile.html -share/doc/wildfire/javadoc/org/jivesoftware/admin/LdapUserTester.html -share/doc/wildfire/javadoc/org/jivesoftware/database/AbstractConnection.html -share/doc/wildfire/javadoc/org/jivesoftware/database/CallableStatementWrapper.html -share/doc/wildfire/javadoc/org/jivesoftware/database/ConnectionPool.html -share/doc/wildfire/javadoc/org/jivesoftware/database/ConnectionProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/database/ConnectionWrapper.html -share/doc/wildfire/javadoc/org/jivesoftware/database/DbConnectionManager.DatabaseType.html -share/doc/wildfire/javadoc/org/jivesoftware/database/DbConnectionManager.html -share/doc/wildfire/javadoc/org/jivesoftware/database/DefaultConnectionProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/database/DefaultConnectionProviderBeanInfo.html -share/doc/wildfire/javadoc/org/jivesoftware/database/EmbeddedConnectionProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/database/JNDIDataSourceProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/database/JiveID.html -share/doc/wildfire/javadoc/org/jivesoftware/database/PreparedStatementWrapper.html -share/doc/wildfire/javadoc/org/jivesoftware/database/ProfiledConnection.html -share/doc/wildfire/javadoc/org/jivesoftware/database/ProfiledConnectionEntry.html -share/doc/wildfire/javadoc/org/jivesoftware/database/SchemaManager.html -share/doc/wildfire/javadoc/org/jivesoftware/database/SequenceManager.html -share/doc/wildfire/javadoc/org/jivesoftware/database/StatementWrapper.html -share/doc/wildfire/javadoc/org/jivesoftware/database/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/database/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/database/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/database/CachedPreparedStatement.html -share/doc/wildfire/javadoc/org/jivesoftware/util/AlreadyExistsException.html -share/doc/wildfire/javadoc/org/jivesoftware/util/BeanUtils.html -share/doc/wildfire/javadoc/org/jivesoftware/util/Blowfish.html -share/doc/wildfire/javadoc/org/jivesoftware/util/ByteFormat.html -share/doc/wildfire/javadoc/org/jivesoftware/util/Cache.html -share/doc/wildfire/javadoc/org/jivesoftware/util/CacheManager.html -share/doc/wildfire/javadoc/org/jivesoftware/util/CacheSizes.html -share/doc/wildfire/javadoc/org/jivesoftware/util/Cacheable.html -share/doc/wildfire/javadoc/org/jivesoftware/util/ClassUtils.html -share/doc/wildfire/javadoc/org/jivesoftware/util/ConcurrentHashSet.html -share/doc/wildfire/javadoc/org/jivesoftware/util/CookieUtils.html -share/doc/wildfire/javadoc/org/jivesoftware/util/ElementUtil.html -share/doc/wildfire/javadoc/org/jivesoftware/util/EmailService.html -share/doc/wildfire/javadoc/org/jivesoftware/util/Enum.html -share/doc/wildfire/javadoc/org/jivesoftware/util/FastDateFormat.html -share/doc/wildfire/javadoc/org/jivesoftware/util/FaviconServlet.html -share/doc/wildfire/javadoc/org/jivesoftware/util/IntEnum.html -share/doc/wildfire/javadoc/org/jivesoftware/util/JiveBeanInfo.html -share/doc/wildfire/javadoc/org/jivesoftware/util/JiveConstants.html -share/doc/wildfire/javadoc/org/jivesoftware/util/JiveGlobals.html -share/doc/wildfire/javadoc/org/jivesoftware/util/JiveProperties.html -share/doc/wildfire/javadoc/org/jivesoftware/util/LinkedList.html -share/doc/wildfire/javadoc/org/jivesoftware/util/LinkedListNode.html -share/doc/wildfire/javadoc/org/jivesoftware/util/LocaleFilter.html -share/doc/wildfire/javadoc/org/jivesoftware/util/LocaleUtils.html -share/doc/wildfire/javadoc/org/jivesoftware/util/Log.html -share/doc/wildfire/javadoc/org/jivesoftware/util/NotFoundException.html -share/doc/wildfire/javadoc/org/jivesoftware/util/ParamUtils.html -share/doc/wildfire/javadoc/org/jivesoftware/util/PropertyEventDispatcher.EventType.html -share/doc/wildfire/javadoc/org/jivesoftware/util/PropertyEventDispatcher.html -share/doc/wildfire/javadoc/org/jivesoftware/util/PropertyEventListener.html -share/doc/wildfire/javadoc/org/jivesoftware/util/SetCharacterEncodingFilter.html -share/doc/wildfire/javadoc/org/jivesoftware/util/SimpleSSLSocketFactory.html -share/doc/wildfire/javadoc/org/jivesoftware/util/StringUtils.html -share/doc/wildfire/javadoc/org/jivesoftware/util/Version.ReleaseStatus.html -share/doc/wildfire/javadoc/org/jivesoftware/util/Version.html -share/doc/wildfire/javadoc/org/jivesoftware/util/WebBean.html -share/doc/wildfire/javadoc/org/jivesoftware/util/WebManager.html -share/doc/wildfire/javadoc/org/jivesoftware/util/XMLProperties.html -share/doc/wildfire/javadoc/org/jivesoftware/util/XMLWriter.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/ContextMap.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/ErrorAware.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/ErrorHandler.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/FilterTarget.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/Hierarchy.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/LogEvent.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/LogTarget.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/Logger.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/Priority.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/filter/AbstractFilterTarget.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/filter/PriorityFilter.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/filter/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/filter/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/filter/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/format/ExtendedPatternFormatter.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/format/Formatter.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/format/PatternFormatter.PatternRun.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/format/PatternFormatter.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/format/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/format/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/format/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/output/AbstractOutputTarget.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/output/AbstractTarget.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/output/AsyncLogTarget.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/output/io/FileTarget.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/output/io/StreamTarget.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/output/io/WriterTarget.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/output/io/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/output/io/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/output/io/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/output/io/rotate/ExpandingFileStrategy.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/output/io/rotate/FileStrategy.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/output/io/rotate/OrRotateStrategy.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/output/io/rotate/RevolvingFileStrategy.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/output/io/rotate/RotateStrategy.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/output/io/rotate/RotateStrategyBySize.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/output/io/rotate/RotateStrategyByTime.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/output/io/rotate/RotatingFileTarget.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/output/io/rotate/UniqueFileStrategy.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/output/io/rotate/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/output/io/rotate/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/output/io/rotate/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/output/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/output/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/output/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/util/DefaultErrorHandler.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/util/LoggerOutputStream.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/util/OutputStreamLogger.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/util/StackIntrospector.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/util/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/util/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/util/log/util/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/util/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/util/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/util/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/Channel.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/ChannelHandler.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/ChannelNotFoundException.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/ClientSession.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/Connection.CompressionPolicy.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/Connection.TLSPolicy.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/Connection.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/ConnectionCloseListener.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/ConnectionManager.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/IQHandlerInfo.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/IQResultListener.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/IQRouter.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/MessageRouter.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/MulticastRouter.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/OfflineMessage.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/OfflineMessageStore.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/OfflineMessageStrategy.Type.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/OfflineMessageStrategy.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/PacketDeliverer.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/PacketException.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/PacketRouter.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/Permissions.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/PresenceManager.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/PresenceRouter.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/PrivateStorage.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/RemoteConnectionFailedException.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/RoutableChannelHandler.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/RoutingTable.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/ServerPort.Type.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/ServerPort.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/Session.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/SessionManager.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/SessionNotFoundException.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/SessionResultFilter.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/SharedGroupException.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/StreamID.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/StreamIDFactory.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/XMPPContextListener.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/XMPPServer.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/XMPPServerInfo.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/XMPPServerListener.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/audit/AuditEvent.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/audit/AuditManager.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/audit/AuditStreamIDFactory.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/audit/Auditor.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/audit/SessionEvent.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/audit/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/audit/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/audit/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/audit/spi/AuditManagerImpl.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/audit/spi/AuditorImpl.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/audit/spi/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/audit/spi/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/audit/spi/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/auth/AuthFactory.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/auth/AuthProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/auth/AuthToken.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/auth/DefaultAuthProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/auth/HybridAuthProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/auth/JDBCAuthProvider.PasswordType.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/auth/JDBCAuthProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/auth/NativeAuthProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/auth/POP3AuthProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/auth/UnauthenticatedException.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/auth/UnauthorizedException.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/auth/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/auth/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/auth/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/commands/AdHocCommand.Action.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/commands/AdHocCommand.Status.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/commands/AdHocCommand.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/commands/AdHocCommandHandler.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/commands/AdHocCommandManager.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/commands/SessionData.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/commands/admin/GetListActiveUsers.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/commands/admin/GetNumberActiveUsers.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/commands/admin/GetNumberOnlineUsers.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/commands/admin/GetNumberUserSessions.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/commands/admin/GetUsersPresence.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/commands/admin/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/commands/admin/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/commands/admin/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/commands/admin/ChangeUserPassword.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/commands/admin/group/AddGroup.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/commands/admin/group/AddGroupUsers.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/commands/admin/group/DeleteGroup.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/commands/admin/group/DeleteGroupUsers.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/commands/admin/group/GetListGroupUsers.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/commands/admin/group/GetListGroups.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/commands/admin/group/UpdateGroup.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/commands/admin/group/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/commands/admin/group/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/commands/admin/group/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/commands/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/commands/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/commands/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/component/ComponentSession.ExternalComponent.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/component/ComponentSession.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/component/ExternalComponentConfiguration.Permission.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/component/ExternalComponentConfiguration.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/component/ExternalComponentManager.PermissionPolicy.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/component/ExternalComponentManager.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/component/InternalComponentManager.RoutableComponent.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/component/InternalComponentManager.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/component/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/component/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/component/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/component/ComponentEventListener.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/container/AdminConsolePlugin.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/container/BasicModule.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/container/Module.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/container/Plugin.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/container/PluginClassLoader.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/container/PluginDevEnvironment.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/container/PluginIconServlet.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/container/PluginManager.License.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/container/PluginManager.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/container/PluginServlet.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/container/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/container/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/container/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/disco/DiscoInfoProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/disco/DiscoItem.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/disco/DiscoItemsProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/disco/DiscoServerItem.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/disco/IQDiscoInfoHandler.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/disco/IQDiscoItemsHandler.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/disco/ServerFeaturesProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/disco/ServerItemsProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/disco/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/disco/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/disco/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/event/GroupEventDispatcher.EventType.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/event/GroupEventDispatcher.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/event/GroupEventListener.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/event/SessionEventDispatcher.EventType.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/event/SessionEventDispatcher.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/event/SessionEventListener.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/event/UserEventAdapter.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/event/UserEventDispatcher.EventType.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/event/UserEventDispatcher.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/event/UserEventListener.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/event/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/event/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/event/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/filetransfer/FileTransfer.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/filetransfer/FileTransferProgress.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/filetransfer/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/filetransfer/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/filetransfer/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/filetransfer/DefaultFileTransferManager.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/filetransfer/FileTransferManager.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/filetransfer/FileTransferInterceptor.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/filetransfer/FileTransferRejectedException.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/filetransfer/proxy/DefaultProxyTransfer.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/filetransfer/proxy/FileTransferProxy.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/filetransfer/proxy/ProxyConnectionManager.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/filetransfer/proxy/ProxyOutputStream.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/filetransfer/proxy/ProxyTransfer.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/filetransfer/proxy/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/filetransfer/proxy/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/filetransfer/proxy/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/forms/DataForm.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/forms/FormField.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/forms/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/forms/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/forms/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/forms/spi/XDataFormImpl.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/forms/spi/XFormFieldImpl.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/forms/spi/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/forms/spi/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/forms/spi/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/group/DefaultGroupProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/group/Group.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/group/GroupAlreadyExistsException.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/group/GroupCollection.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/group/GroupManager.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/group/GroupNotFoundException.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/group/GroupProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/group/JDBCGroupProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/group/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/group/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/group/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/handler/IQAuthHandler.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/handler/IQAuthInfo.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/handler/IQBindHandler.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/handler/IQHandler.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/handler/IQLastActivityHandler.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/handler/IQOfflineMessagesHandler.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/handler/IQPrivacyHandler.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/handler/IQPrivateHandler.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/handler/IQRegisterHandler.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/handler/IQRegisterInfo.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/handler/IQRosterHandler.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/handler/IQSessionEstablishmentHandler.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/handler/IQSharedGroupHandler.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/handler/IQTimeHandler.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/handler/IQVersionHandler.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/handler/IQvCardHandler.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/handler/PresenceSubscribeHandler.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/handler/PresenceUpdateHandler.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/handler/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/handler/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/handler/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/interceptor/InterceptorManager.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/interceptor/PacketInterceptor.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/interceptor/PacketRejectedException.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/interceptor/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/interceptor/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/interceptor/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/launcher/BrowserLauncher.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/launcher/DroppableFrame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/launcher/DroppableTextPane.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/launcher/GraphicUtils.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/launcher/Launcher.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/launcher/SwingWorker.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/launcher/Uninstaller.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/launcher/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/launcher/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/launcher/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/ldap/LdapAuthProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/ldap/LdapAuthorizationProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/ldap/LdapGroupProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/ldap/LdapManager.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/ldap/LdapUserProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/ldap/LdapVCardProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/ldap/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/ldap/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/ldap/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc/ConflictException.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc/ForbiddenException.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc/HistoryRequest.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc/HistoryStrategy.Type.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc/HistoryStrategy.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc/MUCRole.Affiliation.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc/MUCRole.Role.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc/MUCRole.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc/MUCRoom.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc/MUCRoomHistory.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc/MUCUser.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc/MultiUserChatServer.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc/NotAcceptableException.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc/NotAllowedException.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc/RegistrationRequiredException.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc/RoomLockedException.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc/ServiceUnavailableException.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc/spi/IQAdminHandler.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc/spi/IQOwnerHandler.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc/spi/MUCPersistenceManager.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc/spi/MUCRoleImpl.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc/spi/MUCRoomImpl.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc/spi/MUCUserImpl.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc/spi/MultiUserChatServerImpl.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc/spi/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc/spi/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc/spi/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/multiplex/ClientSessionConnection.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/multiplex/ConnectionMultiplexerManager.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/multiplex/ConnectionMultiplexerSession.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/multiplex/MultiplexerPacketDeliverer.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/multiplex/MultiplexerPacketHandler.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/multiplex/Route.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/multiplex/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/multiplex/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/multiplex/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/ClientSocketReader.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/ComponentSocketReader.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/ConnectionMultiplexerSocketReader.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/DNSUtil.HostAddress.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/DNSUtil.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/MXParser.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/MulticastDNSService.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/SASLAuthentication.ElementType.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/SASLAuthentication.Status.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/SASLAuthentication.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/SSLConfig.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/SSLJiveKeyManager.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/SSLJiveKeyManagerFactory.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/SSLJiveServerSocketFactory.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/SSLJiveTrustManager.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/SSLJiveTrustManagerFactory.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/SSLSocketAcceptThread.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/ServerSocketReader.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/ServerTrafficCounter.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/SocketAcceptThread.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/SocketConnection.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/SocketPacketWriteHandler.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/SocketReader.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/SocketSendingTracker.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/TLSStatus.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/TLSStreamHandler.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/TLSStreamReader.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/TLSStreamWriter.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/TLSWrapper.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/VirtualConnection.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/XMLSocketWriter.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/XMPPCallbackHandler.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/privacy/PrivacyList.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/privacy/PrivacyListManager.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/privacy/PrivacyListProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/privacy/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/privacy/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/privacy/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/CollectionNode.LeafNodeAssociationPolicy.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/CollectionNode.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/DefaultNodeConfiguration.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/LeafNode.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/Node.ItemReplyPolicy.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/Node.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/NodeAffiliate.Affiliation.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/NodeAffiliate.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/NodeSubscription.State.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/NodeSubscription.Type.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/NodeSubscription.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/NotAcceptableException.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/PubSubEngine.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/PubSubModule.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/PubSubPersistenceManager.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/PubSubService.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/PublishedItem.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/models/AccessModel.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/models/AuthorizeAccess.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/models/OnlyPublishers.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/models/OnlySubscribers.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/models/OpenAccess.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/models/OpenPublisher.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/models/PresenceAccess.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/models/PublisherModel.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/models/RosterAccess.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/models/WhitelistAccess.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/models/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/models/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/models/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/roster/Roster.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/roster/RosterItem.AskType.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/roster/RosterItem.RecvType.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/roster/RosterItem.SubType.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/roster/RosterItem.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/roster/RosterItemProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/roster/RosterManager.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/roster/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/roster/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/roster/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/roster/RosterEventDispatcher.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/roster/RosterEventListener.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/sasl/AbstractAuthorizationPolicy.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/sasl/AbstractAuthorizationProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/sasl/AuthorizationManager.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/sasl/AuthorizationPolicyProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/sasl/AuthorizationProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/sasl/DefaultAuthorizationPolicy.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/sasl/DefaultAuthorizationProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/sasl/LazyAuthorizationPolicy.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/sasl/StrictAuthorizationPolicy.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/sasl/UnixK5LoginProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/sasl/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/sasl/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/sasl/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/server/IncomingServerSession.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/server/OutgoingServerSession.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/server/OutgoingServerSocketReader.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/server/OutgoingSessionPromise.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/server/RemoteServerConfiguration.Permission.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/server/RemoteServerConfiguration.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/server/RemoteServerManager.PermissionPolicy.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/server/RemoteServerManager.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/server/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/server/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/server/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/spi/BasicStreamIDFactory.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/spi/ConnectionManagerImpl.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/spi/PacketDelivererImpl.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/spi/PacketRouterImpl.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/spi/PacketTransporterImpl.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/spi/PresenceManagerImpl.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/spi/RoutingTableImpl.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/spi/XMPPServerInfoImpl.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/spi/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/spi/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/spi/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/starter/ServerStarter.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/starter/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/starter/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/starter/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/stats/Statistic.Type.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/stats/Statistic.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/stats/StatisticsManager.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/stats/i18nStatistic.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/stats/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/stats/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/stats/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/transport/TransportHandler.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/transport/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/transport/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/transport/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/update/AvailablePlugin.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/update/DownloadStatus.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/update/PluginDownloadManager.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/update/Update.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/update/UpdateManager.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/update/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/update/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/update/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/user/DefaultUserProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/user/JDBCUserProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/user/NativeUserProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/user/POP3UserProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/user/User.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/user/UserAlreadyExistsException.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/user/UserCollection.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/user/UserManager.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/user/UserNameManager.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/user/UserNameProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/user/UserNotFoundException.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/user/UserProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/user/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/user/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/user/package-tree.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/user/PresenceEventDispatcher.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/user/PresenceEventListener.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/vcard/DefaultVCardProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/vcard/VCardListener.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/vcard/VCardManager.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/vcard/VCardProvider.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/vcard/package-frame.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/vcard/package-summary.html -share/doc/wildfire/javadoc/org/jivesoftware/wildfire/vcard/package-tree.html -share/doc/wildfire/javadoc/org/xmpp/forms/DataForm.Type.html -share/doc/wildfire/javadoc/org/xmpp/forms/DataForm.html -share/doc/wildfire/javadoc/org/xmpp/forms/FormField.Option.html -share/doc/wildfire/javadoc/org/xmpp/forms/FormField.Type.html -share/doc/wildfire/javadoc/org/xmpp/forms/FormField.html -share/doc/wildfire/javadoc/org/xmpp/forms/package-frame.html -share/doc/wildfire/javadoc/org/xmpp/forms/package-summary.html -share/doc/wildfire/javadoc/org/xmpp/forms/package-tree.html -share/doc/wildfire/javadoc/org/xmpp/muc/DestroyRoom.html -share/doc/wildfire/javadoc/org/xmpp/muc/Invitation.html -share/doc/wildfire/javadoc/org/xmpp/muc/JoinRoom.html -share/doc/wildfire/javadoc/org/xmpp/muc/LeaveRoom.html -share/doc/wildfire/javadoc/org/xmpp/muc/RoomConfiguration.html -share/doc/wildfire/javadoc/org/xmpp/muc/package-frame.html -share/doc/wildfire/javadoc/org/xmpp/muc/package-summary.html -share/doc/wildfire/javadoc/org/xmpp/muc/package-tree.html -share/doc/wildfire/javadoc/org/xmpp/packet/IQ.Type.html -share/doc/wildfire/javadoc/org/xmpp/packet/IQ.html -share/doc/wildfire/javadoc/org/xmpp/packet/JID.html -share/doc/wildfire/javadoc/org/xmpp/packet/Message.Type.html -share/doc/wildfire/javadoc/org/xmpp/packet/Message.html -share/doc/wildfire/javadoc/org/xmpp/packet/Packet.html -share/doc/wildfire/javadoc/org/xmpp/packet/PacketError.Condition.html -share/doc/wildfire/javadoc/org/xmpp/packet/PacketError.Type.html -share/doc/wildfire/javadoc/org/xmpp/packet/PacketError.html -share/doc/wildfire/javadoc/org/xmpp/packet/PacketExtension.html -share/doc/wildfire/javadoc/org/xmpp/packet/Presence.Show.html -share/doc/wildfire/javadoc/org/xmpp/packet/Presence.Type.html -share/doc/wildfire/javadoc/org/xmpp/packet/Presence.html -share/doc/wildfire/javadoc/org/xmpp/packet/Roster.Ask.html -share/doc/wildfire/javadoc/org/xmpp/packet/Roster.Item.html -share/doc/wildfire/javadoc/org/xmpp/packet/Roster.Subscription.html -share/doc/wildfire/javadoc/org/xmpp/packet/Roster.html -share/doc/wildfire/javadoc/org/xmpp/packet/StreamError.Condition.html -share/doc/wildfire/javadoc/org/xmpp/packet/StreamError.html -share/doc/wildfire/javadoc/org/xmpp/packet/package-frame.html -share/doc/wildfire/javadoc/org/xmpp/packet/package-summary.html -share/doc/wildfire/javadoc/org/xmpp/packet/package-tree.html -share/doc/wildfire/javadoc/org/xmpp/component/Component.html -share/doc/wildfire/javadoc/org/xmpp/component/ComponentException.html -share/doc/wildfire/javadoc/org/xmpp/component/ComponentManager.html -share/doc/wildfire/javadoc/org/xmpp/component/ComponentManagerFactory.html -share/doc/wildfire/javadoc/org/xmpp/component/Log.html -share/doc/wildfire/javadoc/org/xmpp/component/package-frame.html -share/doc/wildfire/javadoc/org/xmpp/component/package-summary.html -share/doc/wildfire/javadoc/org/xmpp/component/package-tree.html -share/doc/wildfire/javadoc/overview-frame.html -share/doc/wildfire/javadoc/overview-summary.html -share/doc/wildfire/javadoc/overview-tree.html -share/doc/wildfire/javadoc/package-list -share/doc/wildfire/javadoc/resources/inherit.gif -share/doc/wildfire/javadoc/serialized-form.html -share/doc/wildfire/javadoc/stylesheet.css -share/doc/wildfire/ldap-guide.html -share/doc/wildfire/licenses/LICENSE-commons-logging.txt -share/doc/wildfire/licenses/LICENSE-dom4j.txt -share/doc/wildfire/licenses/LICENSE-jaxen.txt -share/doc/wildfire/licenses/LICENSE-xpp3.txt -share/doc/wildfire/plugin-dev-guide.html -share/doc/wildfire/protocol-support.html -share/doc/wildfire/source-build.html -share/doc/wildfire/ssl-guide.html -share/doc/wildfire/style.css -share/doc/wildfire/translator-guide.html -share/java/classes/activation.jar -share/java/classes/bouncycastle.jar -share/java/classes/commons-el.jar -share/java/classes/hsqldb.jar -share/java/classes/jasper-compiler.jar -share/java/classes/jasper-runtime.jar -share/java/classes/jdic.jar -share/java/classes/jtds.jar -share/java/classes/mail.jar -share/java/classes/mysql.jar -share/java/classes/postgres.jar -share/java/classes/servlet.jar -share/java/classes/startup.jar -share/java/classes/wildfire.jar -share/java/wildfire/plugins/admin/plugin.xml -share/java/wildfire/plugins/admin/webapp/WEB-INF/admin.tld -share/java/wildfire/plugins/admin/webapp/WEB-INF/decorators.xml -share/java/wildfire/plugins/admin/webapp/WEB-INF/dwr.xml -share/java/wildfire/plugins/admin/webapp/WEB-INF/lib/admin-jsp.jar -share/java/wildfire/plugins/admin/webapp/WEB-INF/lib/dwr.jar -share/java/wildfire/plugins/admin/webapp/WEB-INF/sitemesh.xml -share/java/wildfire/plugins/admin/webapp/WEB-INF/web.xml -share/java/wildfire/plugins/admin/webapp/help/about_managing_group_chats.html -share/java/wildfire/plugins/admin/webapp/help/about_the_server.html -share/java/wildfire/plugins/admin/webapp/help/about_the_wildfire_admin_console.html -share/java/wildfire/plugins/admin/webapp/help/about_users_and_groups.html -share/java/wildfire/plugins/admin/webapp/help/add_users_to_the_system.html -share/java/wildfire/plugins/admin/webapp/help/add_users_to_the_system_text0.html -share/java/wildfire/plugins/admin/webapp/help/advanced_searching.html -share/java/wildfire/plugins/admin/webapp/help/change_a_user_password.html -share/java/wildfire/plugins/admin/webapp/help/close_a_client_session_connection.html -share/java/wildfire/plugins/admin/webapp/help/close_a_client_session_connection_text0.html -share/java/wildfire/plugins/admin/webapp/help/closed_book.gif -share/java/wildfire/plugins/admin/webapp/help/contents_book.gif -share/java/wildfire/plugins/admin/webapp/help/contents_book_selected.gif -share/java/wildfire/plugins/admin/webapp/help/create_a_group.html -share/java/wildfire/plugins/admin/webapp/help/create_a_group_chat_room.html -share/java/wildfire/plugins/admin/webapp/help/create_a_shared_roster_group.html -share/java/wildfire/plugins/admin/webapp/help/cshdat_robohelp.htm -share/java/wildfire/plugins/admin/webapp/help/cshdat_webhelp.htm -share/java/wildfire/plugins/admin/webapp/help/default.css -share/java/wildfire/plugins/admin/webapp/help/default_ns.css -share/java/wildfire/plugins/admin/webapp/help/delete_a_group.html -share/java/wildfire/plugins/admin/webapp/help/delete_a_group_chat_room.html -share/java/wildfire/plugins/admin/webapp/help/delete_btn.gif -share/java/wildfire/plugins/admin/webapp/help/detail_information_for_support.html -share/java/wildfire/plugins/admin/webapp/help/edit_conversation_logging_settings.html -share/java/wildfire/plugins/admin/webapp/help/edit_group_chat_history_settings.html -share/java/wildfire/plugins/admin/webapp/help/edit_group_chat_room_settings.html -share/java/wildfire/plugins/admin/webapp/help/edit_group_chat_room_user_permissions.html -share/java/wildfire/plugins/admin/webapp/help/edit_group_chat_service_administrators.html -share/java/wildfire/plugins/admin/webapp/help/edit_group_chat_service_properties.html -share/java/wildfire/plugins/admin/webapp/help/edit_group_membership.html -share/java/wildfire/plugins/admin/webapp/help/edit_group_properties.html -share/java/wildfire/plugins/admin/webapp/help/edit_icon.gif -share/java/wildfire/plugins/admin/webapp/help/edit_idle_user_settings.html -share/java/wildfire/plugins/admin/webapp/help/edit_server_properties.html -share/java/wildfire/plugins/admin/webapp/help/edit_user_properties.html -share/java/wildfire/plugins/admin/webapp/help/ehelp.xml -share/java/wildfire/plugins/admin/webapp/help/ehlpdhtm.js -share/java/wildfire/plugins/admin/webapp/help/find_what_you_want_in_help.html -share/java/wildfire/plugins/admin/webapp/help/get_around_in_the_wildfire_admin_console.html -share/java/wildfire/plugins/admin/webapp/help/get_started_jm.html -share/java/wildfire/plugins/admin/webapp/help/group_chat_main_menu_tab.html -share/java/wildfire/plugins/admin/webapp/help/header-background.gif -share/java/wildfire/plugins/admin/webapp/help/hide.gif -share/java/wildfire/plugins/admin/webapp/help/index.gif -share/java/wildfire/plugins/admin/webapp/help/index.html -share/java/wildfire/plugins/admin/webapp/help/index_csh.html -share/java/wildfire/plugins/admin/webapp/help/index_rhc.html -share/java/wildfire/plugins/admin/webapp/help/index_selected.gif -share/java/wildfire/plugins/admin/webapp/help/jm_openingadmin_co.gif -share/java/wildfire/plugins/admin/webapp/help/manage_offline_messages.html -share/java/wildfire/plugins/admin/webapp/help/manage_registration_and_login_settings.html -share/java/wildfire/plugins/admin/webapp/help/manage_security_certificates.html -share/java/wildfire/plugins/admin/webapp/help/manage_system_plugins.html -share/java/wildfire/plugins/admin/webapp/help/manage_system_properties.html -share/java/wildfire/plugins/admin/webapp/help/mark_btn.gif -share/java/wildfire/plugins/admin/webapp/help/next.gif -share/java/wildfire/plugins/admin/webapp/help/open_book.gif -share/java/wildfire/plugins/admin/webapp/help/other_support_resources.html -share/java/wildfire/plugins/admin/webapp/help/popup_bullet.gif -share/java/wildfire/plugins/admin/webapp/help/previous.gif -share/java/wildfire/plugins/admin/webapp/help/related_topics_btn.jpg -share/java/wildfire/plugins/admin/webapp/help/remove_a_shared_roster_group_from_rosters.html -share/java/wildfire/plugins/admin/webapp/help/remove_a_user_from_the_system.html -share/java/wildfire/plugins/admin/webapp/help/restart_btn.gif -share/java/wildfire/plugins/admin/webapp/help/restart_the_server.html -share/java/wildfire/plugins/admin/webapp/help/robohhre.lng -share/java/wildfire/plugins/admin/webapp/help/search_for_a_user.html -share/java/wildfire/plugins/admin/webapp/help/send_an_administrative_message_to_users.html -share/java/wildfire/plugins/admin/webapp/help/server_main_menu_tab_jm.html -share/java/wildfire/plugins/admin/webapp/help/sessions.html -share/java/wildfire/plugins/admin/webapp/help/set_group_chat_room_creation_permissions.html -share/java/wildfire/plugins/admin/webapp/help/set_private_data_storage_policy.html -share/java/wildfire/plugins/admin/webapp/help/set_server_traffic_auditing_policy.html -share/java/wildfire/plugins/admin/webapp/help/set_the_server_email_account.html -share/java/wildfire/plugins/admin/webapp/help/set_the_server_resource_conflict_policy.html -share/java/wildfire/plugins/admin/webapp/help/smallerblack.gif -share/java/wildfire/plugins/admin/webapp/help/stop_the_server.html -share/java/wildfire/plugins/admin/webapp/help/sync.gif -share/java/wildfire/plugins/admin/webapp/help/use_the_server_logs.html -share/java/wildfire/plugins/admin/webapp/help/use_the_server_logs_text0.html -share/java/wildfire/plugins/admin/webapp/help/use_the_server_logs_text1.html -share/java/wildfire/plugins/admin/webapp/help/use_the_server_logs_text2.html -share/java/wildfire/plugins/admin/webapp/help/use_the_server_logs_text3.html -share/java/wildfire/plugins/admin/webapp/help/users_and_groups_main_menu_tab.html -share/java/wildfire/plugins/admin/webapp/help/view_active_client_sessions.html -share/java/wildfire/plugins/admin/webapp/help/view_active_client_sessions_text0.html -share/java/wildfire/plugins/admin/webapp/help/view_active_server_sessions.html -share/java/wildfire/plugins/admin/webapp/help/view_active_server_sessions_text0.html -share/java/wildfire/plugins/admin/webapp/help/view_database_connection_properties.html -share/java/wildfire/plugins/admin/webapp/help/view_group_chat_room_summary.html -share/java/wildfire/plugins/admin/webapp/help/view_server_settings.html -share/java/wildfire/plugins/admin/webapp/help/webhelp.cab -share/java/wildfire/plugins/admin/webapp/help/webhelp.jar -share/java/wildfire/plugins/admin/webapp/help/whcsh_home.htm -share/java/wildfire/plugins/admin/webapp/help/whcshdata.htm -share/java/wildfire/plugins/admin/webapp/help/whdata/whftdata.js -share/java/wildfire/plugins/admin/webapp/help/whdata/whftdata0.htm -share/java/wildfire/plugins/admin/webapp/help/whdata/whfts.htm -share/java/wildfire/plugins/admin/webapp/help/whdata/whfts.js -share/java/wildfire/plugins/admin/webapp/help/whdata/whfwdata.js -share/java/wildfire/plugins/admin/webapp/help/whdata/whfwdata0.htm -share/java/wildfire/plugins/admin/webapp/help/whdata/whfwdata1.htm -share/java/wildfire/plugins/admin/webapp/help/whdata/whfwdata2.htm -share/java/wildfire/plugins/admin/webapp/help/whdata/whgdata.js -share/java/wildfire/plugins/admin/webapp/help/whdata/whglo.htm -share/java/wildfire/plugins/admin/webapp/help/whdata/whglo.js -share/java/wildfire/plugins/admin/webapp/help/whdata/whidata.js -share/java/wildfire/plugins/admin/webapp/help/whdata/whidata0.htm -share/java/wildfire/plugins/admin/webapp/help/whdata/whidata1.htm -share/java/wildfire/plugins/admin/webapp/help/whdata/whidata2.htm -share/java/wildfire/plugins/admin/webapp/help/whdata/whidx.htm -share/java/wildfire/plugins/admin/webapp/help/whdata/whidx.js -share/java/wildfire/plugins/admin/webapp/help/whdata/whtdata.js -share/java/wildfire/plugins/admin/webapp/help/whdata/whtdata0.htm -share/java/wildfire/plugins/admin/webapp/help/whdata/whtoc.htm -share/java/wildfire/plugins/admin/webapp/help/whdata/whtoc.js -share/java/wildfire/plugins/admin/webapp/help/whestart.ico -share/java/wildfire/plugins/admin/webapp/help/whfbody.htm -share/java/wildfire/plugins/admin/webapp/help/whfdhtml.htm -share/java/wildfire/plugins/admin/webapp/help/whfform.htm -share/java/wildfire/plugins/admin/webapp/help/whfhost.js -share/java/wildfire/plugins/admin/webapp/help/whform.js -share/java/wildfire/plugins/admin/webapp/help/whframes.js -share/java/wildfire/plugins/admin/webapp/help/whgbody.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whexpbar.gif -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstf0.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstf1.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstf2.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstf3.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstf4.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstf5.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstfl0.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstfl1.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstfl10.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstfl11.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstfl12.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstfl13.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstfl14.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstfl15.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstfl16.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstfl17.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstfl18.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstfl19.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstfl2.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstfl20.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstfl21.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstfl3.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstfl4.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstfl5.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstfl6.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstfl7.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstfl8.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstfl9.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstg0.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlsti0.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlsti1.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstt0.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstt1.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstt10.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstt2.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstt3.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstt4.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstt5.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstt6.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstt7.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstt8.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whlstt9.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whnvf30.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whnvf31.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whnvf32.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whnvf33.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whnvl31.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whnvl32.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whnvl33.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whnvp30.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whnvp31.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whnvp32.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whnvp33.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whnvt30.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whnvt31.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whnvt32.htm -share/java/wildfire/plugins/admin/webapp/help/whgdata/whnvt33.htm -share/java/wildfire/plugins/admin/webapp/help/whgdef.htm -share/java/wildfire/plugins/admin/webapp/help/whgdhtml.htm -share/java/wildfire/plugins/admin/webapp/help/whghost.js -share/java/wildfire/plugins/admin/webapp/help/whhost.js -share/java/wildfire/plugins/admin/webapp/help/whibody.htm -share/java/wildfire/plugins/admin/webapp/help/whidhtml.htm -share/java/wildfire/plugins/admin/webapp/help/whiform.htm -share/java/wildfire/plugins/admin/webapp/help/whihost.js -share/java/wildfire/plugins/admin/webapp/help/whlang.js -share/java/wildfire/plugins/admin/webapp/help/whmozemu.js -share/java/wildfire/plugins/admin/webapp/help/whmsg.js -share/java/wildfire/plugins/admin/webapp/help/whnjs.htm -share/java/wildfire/plugins/admin/webapp/help/whphost.js -share/java/wildfire/plugins/admin/webapp/help/whproj.htm -share/java/wildfire/plugins/admin/webapp/help/whproj.js -share/java/wildfire/plugins/admin/webapp/help/whproj.xml -share/java/wildfire/plugins/admin/webapp/help/whproxy.js -share/java/wildfire/plugins/admin/webapp/help/whres.xml -share/java/wildfire/plugins/admin/webapp/help/whrstart.ico -share/java/wildfire/plugins/admin/webapp/help/whskin_banner.htm -share/java/wildfire/plugins/admin/webapp/help/whskin_blank.htm -share/java/wildfire/plugins/admin/webapp/help/whskin_frmset01.htm -share/java/wildfire/plugins/admin/webapp/help/whskin_frmset010.htm -share/java/wildfire/plugins/admin/webapp/help/whskin_homepage.htm -share/java/wildfire/plugins/admin/webapp/help/whskin_info.htm -share/java/wildfire/plugins/admin/webapp/help/whskin_mbars.htm -share/java/wildfire/plugins/admin/webapp/help/whskin_papplet.htm -share/java/wildfire/plugins/admin/webapp/help/whskin_pdhtml.htm -share/java/wildfire/plugins/admin/webapp/help/whskin_pickup.htm -share/java/wildfire/plugins/admin/webapp/help/whskin_plist.htm -share/java/wildfire/plugins/admin/webapp/help/whskin_tbars.htm -share/java/wildfire/plugins/admin/webapp/help/whskin_tw.htm -share/java/wildfire/plugins/admin/webapp/help/whst_topics.xml -share/java/wildfire/plugins/admin/webapp/help/whstart.ico -share/java/wildfire/plugins/admin/webapp/help/whstart.js -share/java/wildfire/plugins/admin/webapp/help/whstub.js -share/java/wildfire/plugins/admin/webapp/help/wht_abge.jpg -share/java/wildfire/plugins/admin/webapp/help/wht_abgi.jpg -share/java/wildfire/plugins/admin/webapp/help/wht_abgw.jpg -share/java/wildfire/plugins/admin/webapp/help/wht_abte.jpg -share/java/wildfire/plugins/admin/webapp/help/wht_abti.jpg -share/java/wildfire/plugins/admin/webapp/help/wht_abtw.jpg -share/java/wildfire/plugins/admin/webapp/help/wht_fts_h.gif -share/java/wildfire/plugins/admin/webapp/help/wht_fts_n.gif -share/java/wildfire/plugins/admin/webapp/help/wht_glo_h.gif -share/java/wildfire/plugins/admin/webapp/help/wht_glo_n.gif -share/java/wildfire/plugins/admin/webapp/help/wht_go.gif -share/java/wildfire/plugins/admin/webapp/help/wht_hide.gif -share/java/wildfire/plugins/admin/webapp/help/wht_idx_h.gif -share/java/wildfire/plugins/admin/webapp/help/wht_idx_n.gif -share/java/wildfire/plugins/admin/webapp/help/wht_logo1.gif -share/java/wildfire/plugins/admin/webapp/help/wht_logo2.gif -share/java/wildfire/plugins/admin/webapp/help/wht_next.gif -share/java/wildfire/plugins/admin/webapp/help/wht_next_g.gif -share/java/wildfire/plugins/admin/webapp/help/wht_prev.gif -share/java/wildfire/plugins/admin/webapp/help/wht_prev_g.gif -share/java/wildfire/plugins/admin/webapp/help/wht_spac.gif -share/java/wildfire/plugins/admin/webapp/help/wht_sync.gif -share/java/wildfire/plugins/admin/webapp/help/wht_tab0.gif -share/java/wildfire/plugins/admin/webapp/help/wht_tab1.gif -share/java/wildfire/plugins/admin/webapp/help/wht_tab2.gif -share/java/wildfire/plugins/admin/webapp/help/wht_tab3.gif -share/java/wildfire/plugins/admin/webapp/help/wht_tab4.gif -share/java/wildfire/plugins/admin/webapp/help/wht_tab5.gif -share/java/wildfire/plugins/admin/webapp/help/wht_tab6.gif -share/java/wildfire/plugins/admin/webapp/help/wht_tab7.gif -share/java/wildfire/plugins/admin/webapp/help/wht_tab8.gif -share/java/wildfire/plugins/admin/webapp/help/wht_toc3.gif -share/java/wildfire/plugins/admin/webapp/help/wht_toc4.gif -share/java/wildfire/plugins/admin/webapp/help/wht_toc_h.gif -share/java/wildfire/plugins/admin/webapp/help/wht_toc_n.gif -share/java/wildfire/plugins/admin/webapp/help/wht_ws.gif -share/java/wildfire/plugins/admin/webapp/help/wht_ws_g.gif -share/java/wildfire/plugins/admin/webapp/help/whtbar.js -share/java/wildfire/plugins/admin/webapp/help/whtdhtml.htm -share/java/wildfire/plugins/admin/webapp/help/whthost.js -share/java/wildfire/plugins/admin/webapp/help/whtopic.js -share/java/wildfire/plugins/admin/webapp/help/whutils.js -share/java/wildfire/plugins/admin/webapp/help/whver.js -share/java/wildfire/plugins/admin/webapp/help/whxdata/whftdata0.xml -share/java/wildfire/plugins/admin/webapp/help/whxdata/whfts.xml -share/java/wildfire/plugins/admin/webapp/help/whxdata/whfwdata0.xml -share/java/wildfire/plugins/admin/webapp/help/whxdata/whfwdata1.xml -share/java/wildfire/plugins/admin/webapp/help/whxdata/whfwdata2.xml -share/java/wildfire/plugins/admin/webapp/help/whxdata/whglo.xml -share/java/wildfire/plugins/admin/webapp/help/whxdata/whidata0.xml -share/java/wildfire/plugins/admin/webapp/help/whxdata/whidata1.xml -share/java/wildfire/plugins/admin/webapp/help/whxdata/whidata2.xml -share/java/wildfire/plugins/admin/webapp/help/whxdata/whidx.xml -share/java/wildfire/plugins/admin/webapp/help/whxdata/whtdata0.xml -share/java/wildfire/plugins/admin/webapp/help/whxdata/whtoc.xml -share/java/wildfire/plugins/admin/webapp/help/wildfire admin console help.log -share/java/wildfire/plugins/admin/webapp/help/wildfire_banner_long.gif -share/java/wildfire/plugins/admin/webapp/images/add-16x16.gif -share/java/wildfire/plugins/admin/webapp/images/aim.gif -share/java/wildfire/plugins/admin/webapp/images/arrow_right_blue.gif -share/java/wildfire/plugins/admin/webapp/images/blank.gif -share/java/wildfire/plugins/admin/webapp/images/both_32x16.gif -share/java/wildfire/plugins/admin/webapp/images/bullet-green-14x14.gif -share/java/wildfire/plugins/admin/webapp/images/bullet-red-14x14.gif -share/java/wildfire/plugins/admin/webapp/images/bullet-yellow-14x14.gif -share/java/wildfire/plugins/admin/webapp/images/bullet.gif -share/java/wildfire/plugins/admin/webapp/images/cache-16x16.gif -share/java/wildfire/plugins/admin/webapp/images/check.gif -share/java/wildfire/plugins/admin/webapp/images/connection-manager_16x16.gif -share/java/wildfire/plugins/admin/webapp/images/delete-16x16.gif -share/java/wildfire/plugins/admin/webapp/images/doc-changelog-16x16.gif -share/java/wildfire/plugins/admin/webapp/images/doc-down-16x16.gif -share/java/wildfire/plugins/admin/webapp/images/doc-readme-16x16.gif -share/java/wildfire/plugins/admin/webapp/images/edit-16x16.gif -share/java/wildfire/plugins/admin/webapp/images/error-16x16.gif -share/java/wildfire/plugins/admin/webapp/images/forbidden-16x16.gif -share/java/wildfire/plugins/admin/webapp/images/greenlight-24x24.gif -share/java/wildfire/plugins/admin/webapp/images/header-background_new.gif -share/java/wildfire/plugins/admin/webapp/images/header-help_new.gif -share/java/wildfire/plugins/admin/webapp/images/header-title_new.gif -share/java/wildfire/plugins/admin/webapp/images/icon_update-16x16.gif -share/java/wildfire/plugins/admin/webapp/images/icon_warning-small.gif -share/java/wildfire/plugins/admin/webapp/images/icq.gif -share/java/wildfire/plugins/admin/webapp/images/im_available.gif -share/java/wildfire/plugins/admin/webapp/images/im_away.gif -share/java/wildfire/plugins/admin/webapp/images/im_dnd.gif -share/java/wildfire/plugins/admin/webapp/images/im_free_chat.gif -share/java/wildfire/plugins/admin/webapp/images/incoming_32x16.gif -share/java/wildfire/plugins/admin/webapp/images/info-16x16.gif -share/java/wildfire/plugins/admin/webapp/images/language_zh_CN.gif -share/java/wildfire/plugins/admin/webapp/images/lock.gif -share/java/wildfire/plugins/admin/webapp/images/login_background.png -share/java/wildfire/plugins/admin/webapp/images/login_boxbg.gif -share/java/wildfire/plugins/admin/webapp/images/login_header.gif -share/java/wildfire/plugins/admin/webapp/images/login_logo.gif -share/java/wildfire/plugins/admin/webapp/images/mark-16x16.gif -share/java/wildfire/plugins/admin/webapp/images/msn.gif -share/java/wildfire/plugins/admin/webapp/images/outgoing_32x16.gif -share/java/wildfire/plugins/admin/webapp/images/page-background_new.gif -share/java/wildfire/plugins/admin/webapp/images/percent-bar-left.gif -share/java/wildfire/plugins/admin/webapp/images/percent-bar-used-high.gif -share/java/wildfire/plugins/admin/webapp/images/percent-bar-used-low.gif -share/java/wildfire/plugins/admin/webapp/images/plugin-16x16.gif -share/java/wildfire/plugins/admin/webapp/images/redlight-24x24.gif -share/java/wildfire/plugins/admin/webapp/images/refresh-16x16.gif -share/java/wildfire/plugins/admin/webapp/images/server_16x16.gif -share/java/wildfire/plugins/admin/webapp/images/setup-header.png -share/java/wildfire/plugins/admin/webapp/images/setup-sidebar-bottom.gif -share/java/wildfire/plugins/admin/webapp/images/setup-sidebar-top.gif -share/java/wildfire/plugins/admin/webapp/images/sidebar_top.gif -share/java/wildfire/plugins/admin/webapp/images/sort_ascending.gif -share/java/wildfire/plugins/admin/webapp/images/sort_descending.gif -share/java/wildfire/plugins/admin/webapp/images/success-16x16.gif -share/java/wildfire/plugins/admin/webapp/images/tape.gif -share/java/wildfire/plugins/admin/webapp/images/user-clear-16x16.gif -share/java/wildfire/plugins/admin/webapp/images/user-green-16x16.gif -share/java/wildfire/plugins/admin/webapp/images/user-red-16x16.gif -share/java/wildfire/plugins/admin/webapp/images/user-yellow-16x16.gif -share/java/wildfire/plugins/admin/webapp/images/user.gif -share/java/wildfire/plugins/admin/webapp/images/warning-16x16.gif -share/java/wildfire/plugins/admin/webapp/images/working-16x16.gif -share/java/wildfire/plugins/admin/webapp/images/x.gif -share/java/wildfire/plugins/admin/webapp/images/yahoo.gif -share/java/wildfire/plugins/admin/webapp/images/setup_btn_bg-orange.gif -share/java/wildfire/plugins/admin/webapp/images/setup_sidebar_progress0.gif -share/java/wildfire/plugins/admin/webapp/images/setup_sidebar_progress5.gif -share/java/wildfire/plugins/admin/webapp/images/setup_btn_gearplay.gif -share/java/wildfire/plugins/admin/webapp/images/setup_header_logo.gif -share/java/wildfire/plugins/admin/webapp/images/aim-gray.gif -share/java/wildfire/plugins/admin/webapp/images/im_unavailable.gif -share/java/wildfire/plugins/admin/webapp/images/setup_btn_bg-grey.gif -share/java/wildfire/plugins/admin/webapp/images/setup_btn_closetestx.gif -share/java/wildfire/plugins/admin/webapp/images/setup_helpicon.gif -share/java/wildfire/plugins/admin/webapp/images/setup_sidebar_progress4.gif -share/java/wildfire/plugins/admin/webapp/images/setup_nextprofile.gif -share/java/wildfire/plugins/admin/webapp/images/irc-gray.gif -share/java/wildfire/plugins/admin/webapp/images/setup_sidebar_check.gif -share/java/wildfire/plugins/admin/webapp/images/irc.gif -share/java/wildfire/plugins/admin/webapp/images/setup_sidebar_progress3.gif -share/java/wildfire/plugins/admin/webapp/images/msn-gray.gif -share/java/wildfire/plugins/admin/webapp/images/enterprise-info-btn.gif -share/java/wildfire/plugins/admin/webapp/images/wait24trans.gif -share/java/wildfire/plugins/admin/webapp/images/setup_btn_bg-bigblue.gif -share/java/wildfire/plugins/admin/webapp/images/yahoo-gray.gif -share/java/wildfire/plugins/admin/webapp/images/setup_sidebar_bg-top.gif -share/java/wildfire/plugins/admin/webapp/images/setup_language_zh_CN.gif -share/java/wildfire/plugins/admin/webapp/images/twisty_closed_9x9.gif -share/java/wildfire/plugins/admin/webapp/images/setup_sidebar_progress2.gif -share/java/wildfire/plugins/admin/webapp/images/enterprise.png -share/java/wildfire/plugins/admin/webapp/images/twisty_inactive_9x9.gif -share/java/wildfire/plugins/admin/webapp/images/icq-gray.gif -share/java/wildfire/plugins/admin/webapp/images/setup_contentbox_bg.gif -share/java/wildfire/plugins/admin/webapp/images/twisty_opened_9x9.gif -share/java/wildfire/plugins/admin/webapp/images/setup_sidebar_bg.gif -share/java/wildfire/plugins/admin/webapp/images/setup_sidebar_progress1.gif -share/java/wildfire/plugins/admin/webapp/images/setup_header_bg.gif -share/java/wildfire/plugins/admin/webapp/index.html -share/java/wildfire/plugins/admin/webapp/js/behaviour.js -share/java/wildfire/plugins/admin/webapp/js/builder.js -share/java/wildfire/plugins/admin/webapp/js/controls.js -share/java/wildfire/plugins/admin/webapp/js/cookies.js -share/java/wildfire/plugins/admin/webapp/js/dragdrop.js -share/java/wildfire/plugins/admin/webapp/js/effects.js -share/java/wildfire/plugins/admin/webapp/js/jscalendar/calendar-setup.js -share/java/wildfire/plugins/admin/webapp/js/jscalendar/calendar-win2k-1.css -share/java/wildfire/plugins/admin/webapp/js/jscalendar/calendar-win2k-cold-1.css -share/java/wildfire/plugins/admin/webapp/js/jscalendar/calendar.js -share/java/wildfire/plugins/admin/webapp/js/pngfix.js -share/java/wildfire/plugins/admin/webapp/js/prototype.js -share/java/wildfire/plugins/admin/webapp/js/scriptaculous.js -share/java/wildfire/plugins/admin/webapp/js/slider.js -share/java/wildfire/plugins/admin/webapp/js/setup.js -share/java/wildfire/plugins/admin/webapp/js/lightbox.js -share/java/wildfire/plugins/admin/webapp/js/unittest.js -share/java/wildfire/plugins/admin/webapp/js/tooltips/domTT.js -share/java/wildfire/plugins/admin/webapp/js/tooltips/fadomatic.js -share/java/wildfire/plugins/admin/webapp/js/tooltips/domLib.js -share/java/wildfire/plugins/admin/webapp/js/tooltips/domTT_drag.js -share/java/wildfire/plugins/admin/webapp/setup/setup-style.css -share/java/wildfire/plugins/admin/webapp/style/global.css -share/java/wildfire/plugins/admin/webapp/style/ldap.css -share/java/wildfire/plugins/admin/webapp/style/lightbox.css -share/java/wildfire/plugins/admin/webapp/style/setup.css -share/java/wildfire/resources/database/upgrade/1/wildfire_db2.sql -share/java/wildfire/resources/database/upgrade/1/wildfire_hsqldb.sql -share/java/wildfire/resources/database/upgrade/1/wildfire_mysql.sql -share/java/wildfire/resources/database/upgrade/1/wildfire_oracle.sql -share/java/wildfire/resources/database/upgrade/1/wildfire_postgresql.sql -share/java/wildfire/resources/database/upgrade/1/wildfire_sqlserver.sql -share/java/wildfire/resources/database/upgrade/10/wildfire_db2.sql -share/java/wildfire/resources/database/upgrade/10/wildfire_hsqldb.sql -share/java/wildfire/resources/database/upgrade/10/wildfire_mysql.sql -share/java/wildfire/resources/database/upgrade/10/wildfire_oracle.sql -share/java/wildfire/resources/database/upgrade/10/wildfire_postgresql.sql -share/java/wildfire/resources/database/upgrade/10/wildfire_sqlserver.sql -share/java/wildfire/resources/database/upgrade/10/wildfire_sybase.sql -share/java/wildfire/resources/database/upgrade/2/wildfire_db2.sql -share/java/wildfire/resources/database/upgrade/2/wildfire_hsqldb.sql -share/java/wildfire/resources/database/upgrade/2/wildfire_mysql.sql -share/java/wildfire/resources/database/upgrade/2/wildfire_oracle.sql -share/java/wildfire/resources/database/upgrade/2/wildfire_postgresql.sql -share/java/wildfire/resources/database/upgrade/2/wildfire_sqlserver.sql -share/java/wildfire/resources/database/upgrade/4/wildfire_db2.sql -share/java/wildfire/resources/database/upgrade/4/wildfire_hsqldb.sql -share/java/wildfire/resources/database/upgrade/4/wildfire_mysql.sql -share/java/wildfire/resources/database/upgrade/4/wildfire_oracle.sql -share/java/wildfire/resources/database/upgrade/4/wildfire_postgresql.sql -share/java/wildfire/resources/database/upgrade/4/wildfire_sqlserver.sql -share/java/wildfire/resources/database/upgrade/4/wildfire_sybase.sql -share/java/wildfire/resources/database/upgrade/5/wildfire_db2.sql -share/java/wildfire/resources/database/upgrade/5/wildfire_hsqldb.sql -share/java/wildfire/resources/database/upgrade/5/wildfire_mysql.sql -share/java/wildfire/resources/database/upgrade/5/wildfire_oracle.sql -share/java/wildfire/resources/database/upgrade/5/wildfire_postgresql.sql -share/java/wildfire/resources/database/upgrade/5/wildfire_sqlserver.sql -share/java/wildfire/resources/database/upgrade/5/wildfire_sybase.sql -share/java/wildfire/resources/database/upgrade/6/wildfire_db2.sql -share/java/wildfire/resources/database/upgrade/6/wildfire_hsqldb.sql -share/java/wildfire/resources/database/upgrade/6/wildfire_mysql.sql -share/java/wildfire/resources/database/upgrade/6/wildfire_oracle.sql -share/java/wildfire/resources/database/upgrade/6/wildfire_postgresql.sql -share/java/wildfire/resources/database/upgrade/6/wildfire_sqlserver.sql -share/java/wildfire/resources/database/upgrade/6/wildfire_sybase.sql -share/java/wildfire/resources/database/upgrade/7/wildfire_db2.sql -share/java/wildfire/resources/database/upgrade/7/wildfire_hsqldb.sql -share/java/wildfire/resources/database/upgrade/7/wildfire_mysql.sql -share/java/wildfire/resources/database/upgrade/7/wildfire_oracle.sql -share/java/wildfire/resources/database/upgrade/7/wildfire_postgresql.sql -share/java/wildfire/resources/database/upgrade/7/wildfire_sqlserver.sql -share/java/wildfire/resources/database/upgrade/7/wildfire_sybase.sql -share/java/wildfire/resources/database/upgrade/8/wildfire_db2.sql -share/java/wildfire/resources/database/upgrade/8/wildfire_hsqldb.sql -share/java/wildfire/resources/database/upgrade/8/wildfire_mysql.sql -share/java/wildfire/resources/database/upgrade/8/wildfire_oracle.sql -share/java/wildfire/resources/database/upgrade/8/wildfire_postgresql.sql -share/java/wildfire/resources/database/upgrade/8/wildfire_sqlserver.sql -share/java/wildfire/resources/database/upgrade/8/wildfire_sybase.sql -share/java/wildfire/resources/database/upgrade/9/wildfire_db2.sql -share/java/wildfire/resources/database/upgrade/9/wildfire_hsqldb.sql -share/java/wildfire/resources/database/upgrade/9/wildfire_mysql.sql -share/java/wildfire/resources/database/upgrade/9/wildfire_oracle.sql -share/java/wildfire/resources/database/upgrade/9/wildfire_postgresql.sql -share/java/wildfire/resources/database/upgrade/9/wildfire_sqlserver.sql -share/java/wildfire/resources/database/upgrade/9/wildfire_sybase.sql -share/java/wildfire/resources/database/wildfire_db2.sql -share/java/wildfire/resources/database/wildfire_hsqldb.sql -share/java/wildfire/resources/database/wildfire_mysql.sql -share/java/wildfire/resources/database/wildfire_oracle.sql -share/java/wildfire/resources/database/wildfire_postgresql.sql -share/java/wildfire/resources/database/wildfire_sqlserver.sql -share/java/wildfire/resources/database/wildfire_sybase.sql -share/java/wildfire/resources/nativeAuth/linux-i386/libshaj.so -share/java/wildfire/resources/nativeAuth/osx-ppc/libshaj.jnilib -share/java/wildfire/resources/nativeAuth/solaris-sparc/libshaj.so -share/java/wildfire/resources/nativeAuth/win32-x86/shaj.dll -share/java/wildfire/resources/security/keystore -share/java/wildfire/resources/security/truststore -@exec [ -d %%PREFIX%%/%%DATADIR%% ] && chown -R wildfire:wildfire %%PREFIX%%/%%DATADIR%% -share/nls/POSIX -share/nls/en_US.US-ASCII -@dirrm share/java/wildfire/resources/security -@dirrm share/java/wildfire/resources/nativeAuth/win32-x86 -@dirrm share/java/wildfire/resources/nativeAuth/solaris-sparc -@dirrm share/java/wildfire/resources/nativeAuth/osx-ppc -@dirrm share/java/wildfire/resources/nativeAuth/linux-i386 -@dirrm share/java/wildfire/resources/nativeAuth -@dirrm share/java/wildfire/resources/database/upgrade/9 -@dirrm share/java/wildfire/resources/database/upgrade/8 -@dirrm share/java/wildfire/resources/database/upgrade/7 -@dirrm share/java/wildfire/resources/database/upgrade/6 -@dirrm share/java/wildfire/resources/database/upgrade/5 -@dirrm share/java/wildfire/resources/database/upgrade/4 -@dirrm share/java/wildfire/resources/database/upgrade/2 -@dirrm share/java/wildfire/resources/database/upgrade/10 -@dirrm share/java/wildfire/resources/database/upgrade/1 -@dirrm share/java/wildfire/resources/database/upgrade -@dirrm share/java/wildfire/resources/database -@dirrm share/java/wildfire/resources -@dirrm share/java/wildfire/plugins/admin/webapp/style -@dirrm share/java/wildfire/plugins/admin/webapp/setup -@dirrm share/java/wildfire/plugins/admin/webapp/js/jscalendar -@dirrm share/java/wildfire/plugins/admin/webapp/js/tooltips -@dirrm share/java/wildfire/plugins/admin/webapp/js -@dirrm share/java/wildfire/plugins/admin/webapp/images -@dirrm share/java/wildfire/plugins/admin/webapp/help/whxdata -@dirrm share/java/wildfire/plugins/admin/webapp/help/whgdata -@dirrm share/java/wildfire/plugins/admin/webapp/help/whdata -@dirrm share/java/wildfire/plugins/admin/webapp/help -@dirrm share/java/wildfire/plugins/admin/webapp/WEB-INF/lib -@dirrm share/java/wildfire/plugins/admin/webapp/WEB-INF -@dirrm share/java/wildfire/plugins/admin/webapp -@dirrm share/java/wildfire/plugins/admin -@dirrm share/doc/wildfire/licenses -@dirrm share/doc/wildfire/javadoc/resources -@dirrm share/doc/wildfire/javadoc/org/xmpp/packet -@dirrm share/doc/wildfire/javadoc/org/xmpp/muc -@dirrm share/doc/wildfire/javadoc/org/xmpp/forms -@dirrm share/doc/wildfire/javadoc/org/xmpp/component -@dirrm share/doc/wildfire/javadoc/org/xmpp -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/vcard -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/user -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/update -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/transport -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/stats -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/starter -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/spi -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/server -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/sasl -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/roster -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub/models -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/pubsub -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/privacy -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/net -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/multiplex -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc/spi -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/muc -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/ldap -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/launcher -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/interceptor -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/handler -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/group -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/forms/spi -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/forms -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/filetransfer/proxy -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/filetransfer -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/event -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/disco -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/container -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/component -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/commands/admin/group -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/commands/admin -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/commands -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/auth -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/audit/spi -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire/audit -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/wildfire -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/util/log/util -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/util/log/output/io/rotate -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/util/log/output/io -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/util/log/output -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/util/log/format -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/util/log/filter -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/util/log -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/util -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/database -@dirrm share/doc/wildfire/javadoc/org/jivesoftware/admin -@dirrm share/doc/wildfire/javadoc/org/jivesoftware -@dirrm share/doc/wildfire/javadoc/org -@dirrm share/doc/wildfire/javadoc -@dirrm share/doc/wildfire/images -@dirrm share/doc/wildfire -@dirrm %%EXAMPLESDIR%% -@unexec rmdir %D/share/java/wildfire/plugins 2> /dev/null || echo "If permanently deleting this package, %D/share/jave/wildfire/plugins must be removed manually" -@unexec rmdir %D/etc/wildfire 2> /dev/null || echo "If permanently deleting this package, %D/etc/wildfire must be removed manually" -@unexec rmdir /var/db/wildfire 2> /dev/null || echo "If permanently deleting this package, /var/db/wildfire must be removed manually" -@unexec rmdir /var/log/wildfire 2> /dev/null || echo "If permanently deleting this package, /var/log/wildfire must be removed manually" -@dirrmtry share/java/wildfire diff --git a/net-im/pidgin-guifications/Makefile b/net-im/pidgin-guifications/Makefile deleted file mode 100644 index 72c418630e08..000000000000 --- a/net-im/pidgin-guifications/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: gaim-guifications -# Date created: 2004-05-04 -# Whom: ports@c0decafe.net -# -# $FreeBSD$ -# - -PORTNAME= guifications -PORTVERSION= 2.12 -PORTREVISION= 3 -CATEGORIES= net-im -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -PKGNAMEPREFIX= gaim- - -MAINTAINER= ports@c0decafe.net -COMMENT= Plugin to add msn style "toaster" popups to Gaim - -BUILD_DEPENDS= ${LOCALBASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim -RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim - -USE_XLIB= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gtk20 -GNU_CONFIGURE= yes - -OPTIONS= NLS "Native Language Support" on - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -CONFIGURE_ARGS+=--with-libintl-prefix=${LOCALBASE} -CONFIGURE_ENV+="CPPFLAGS=-I${LOCALBASE}/include" "LIBS=-L${LOCALBASE}/lib" -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -post-extract: - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \ - -e 's#\([@(]\)GAIM_LIBDIR\([@)]\)#\1libdir\2#' \ - -e 's#\([@(]\)GAIM_DATADIR\([@)]\)#\1datadir\2#' - @${REINPLACE_CMD} -e 's|-g3||' ${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 f41612265cce..000000000000 --- a/net-im/pidgin-guifications/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (guifications-2.12.tar.gz) = 4e8d618f70c78afe539372141a2206ef -SHA256 (guifications-2.12.tar.gz) = 73912d012c8b7fad24e2d07b5ceb09d71a3eb2976fa516f1489b505878c152aa -SIZE (guifications-2.12.tar.gz) = 741795 diff --git a/net-im/pidgin-guifications/pkg-descr b/net-im/pidgin-guifications/pkg-descr deleted file mode 100644 index ec789afdad17..000000000000 --- a/net-im/pidgin-guifications/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Guifications is a Gaim 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://guifications.sourceforge.net/Guifications/ diff --git a/net-im/pidgin-guifications/pkg-plist b/net-im/pidgin-guifications/pkg-plist deleted file mode 100644 index 5a0c0a907be8..000000000000 --- a/net-im/pidgin-guifications/pkg-plist +++ /dev/null @@ -1,56 +0,0 @@ -lib/gaim/guifications.la -lib/gaim/guifications.so -share/gnome/pixmaps/gaim/guifications/conf/item_icon_size_big.png -share/gnome/pixmaps/gaim/guifications/conf/item_icon_size_huge.png -share/gnome/pixmaps/gaim/guifications/conf/item_icon_size_large.png -share/gnome/pixmaps/gaim/guifications/conf/item_icon_size_little.png -share/gnome/pixmaps/gaim/guifications/conf/item_icon_size_normal.png -share/gnome/pixmaps/gaim/guifications/conf/item_icon_size_small.png -share/gnome/pixmaps/gaim/guifications/conf/item_icon_size_tiny.png -share/gnome/pixmaps/gaim/guifications/conf/item_position_center.png -share/gnome/pixmaps/gaim/guifications/conf/item_position_east.png -share/gnome/pixmaps/gaim/guifications/conf/item_position_north.png -share/gnome/pixmaps/gaim/guifications/conf/item_position_north_east.png -share/gnome/pixmaps/gaim/guifications/conf/item_position_north_west.png -share/gnome/pixmaps/gaim/guifications/conf/item_position_south.png -share/gnome/pixmaps/gaim/guifications/conf/item_position_south_east.png -share/gnome/pixmaps/gaim/guifications/conf/item_position_south_west.png -share/gnome/pixmaps/gaim/guifications/conf/item_position_west.png -share/gnome/pixmaps/gaim/guifications/conf/item_text_clipping_ellipsis_end.png -share/gnome/pixmaps/gaim/guifications/conf/item_text_clipping_ellipsis_middle.png -share/gnome/pixmaps/gaim/guifications/conf/item_text_clipping_ellipsis_start.png -share/gnome/pixmaps/gaim/guifications/conf/item_text_clipping_truncate.png -share/gnome/pixmaps/gaim/guifications/conf/window_position_north_east.png -share/gnome/pixmaps/gaim/guifications/conf/window_position_north_west.png -share/gnome/pixmaps/gaim/guifications/conf/window_position_south_east.png -share/gnome/pixmaps/gaim/guifications/conf/window_position_south_west.png -share/gnome/pixmaps/gaim/guifications/themes/Penguins/penguin.png -share/gnome/pixmaps/gaim/guifications/themes/Penguins/theme.xml -share/gnome/pixmaps/gaim/guifications/themes/default/background.png -share/gnome/pixmaps/gaim/guifications/themes/default/theme.xml -share/gnome/pixmaps/gaim/guifications/themes/mini/background.png -share/gnome/pixmaps/gaim/guifications/themes/mini/theme.xml -%%NLS%%share/locale/cs/LC_MESSAGES/guifications.mo -%%NLS%%share/locale/de/LC_MESSAGES/guifications.mo -%%NLS%%share/locale/en_AU/LC_MESSAGES/guifications.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/guifications.mo -%%NLS%%share/locale/es/LC_MESSAGES/guifications.mo -%%NLS%%share/locale/fr/LC_MESSAGES/guifications.mo -%%NLS%%share/locale/he/LC_MESSAGES/guifications.mo -%%NLS%%share/locale/it/LC_MESSAGES/guifications.mo -%%NLS%%share/locale/ja/LC_MESSAGES/guifications.mo -%%NLS%%share/locale/nl/LC_MESSAGES/guifications.mo -%%NLS%%share/locale/no/LC_MESSAGES/guifications.mo -%%NLS%%share/locale/pt/LC_MESSAGES/guifications.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/guifications.mo -%%NLS%%share/locale/ru/LC_MESSAGES/guifications.mo -%%NLS%%share/locale/sk/LC_MESSAGES/guifications.mo -%%NLS%%share/locale/sv/LC_MESSAGES/guifications.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/guifications.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/guifications.mo -@dirrm share/gnome/pixmaps/gaim/guifications/themes/mini -@dirrm share/gnome/pixmaps/gaim/guifications/themes/default -@dirrm share/gnome/pixmaps/gaim/guifications/themes/Penguins -@dirrm share/gnome/pixmaps/gaim/guifications/themes -@dirrm share/gnome/pixmaps/gaim/guifications/conf -@dirrm share/gnome/pixmaps/gaim/guifications diff --git a/net-im/pidgin-hotkeys/Makefile b/net-im/pidgin-hotkeys/Makefile deleted file mode 100644 index 6148938a0ca0..000000000000 --- a/net-im/pidgin-hotkeys/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: gaim-hotkeys -# Date created: 2006-11-23 -# Whom: garga -# -# $FreeBSD$ -# - -PORTNAME= gaim-hotkeys -PORTVERSION= 0.2.2 -CATEGORIES= net-im -MASTER_SITES= SF - -MAINTAINER= garga@FreeBSD.org -COMMENT= A gaim plugin that allows user to assign global hotkeys - -LIB_DEPENDS= gaim.0:${PORTSDIR}/net-im/libgaim -BUILD_DEPENDS= gaim:${PORTSDIR}/net-im/gaim-devel -RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim-devel - -USE_GNOME= pkgconfig gtk20 -GNU_CONFIGURE= yes - -PLIST_FILES= lib/gaim/hotkeys.so \ - lib/gaim/hotkeys.la - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= net-im/libgaim doesn't build on 4.x -.endif - -.include <bsd.port.post.mk> diff --git a/net-im/pidgin-hotkeys/distinfo b/net-im/pidgin-hotkeys/distinfo deleted file mode 100644 index 701112498626..000000000000 --- a/net-im/pidgin-hotkeys/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gaim-hotkeys-0.2.2.tar.gz) = 9c413e3e1a4a56f004792794a277cae0 -SHA256 (gaim-hotkeys-0.2.2.tar.gz) = 2004a89f45af5fc8eb01c53a3def935a59e9ee296bafe26e755fb4bcecda6239 -SIZE (gaim-hotkeys-0.2.2.tar.gz) = 341544 diff --git a/net-im/pidgin-hotkeys/pkg-descr b/net-im/pidgin-hotkeys/pkg-descr deleted file mode 100644 index 119404f8aaae..000000000000 --- a/net-im/pidgin-hotkeys/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -A gaim plugin that allows user to assign global hotkeys (e.g. Ctrl+Alt+g) for -togglling buddy list and reading queued message. When "Toggle List" hotkey is -enabled, it makes the buddy list hidden from your taskbar and task switcher -(similar to ICQ). - -WWW: http://sourceforge.net/projects/gaim-hotkeys/ diff --git a/net-im/pidgin-latex/Makefile b/net-im/pidgin-latex/Makefile deleted file mode 100644 index 16c2a6ceb90d..000000000000 --- a/net-im/pidgin-latex/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: Gaim-LaTeX -# Date created: 2005-06-22 -# Whom: Geoffrey Mainland <mainland@apeiron.net> -# -# $FreeBSD$ -# - -PORTNAME= latex -PORTVERSION= 0.3 -PORTREVISION= 5 -CATEGORIES= net-im -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} -PKGNAMEPREFIX= gaim- -DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} - -MAINTAINER= mainland@apeiron.net -COMMENT= Display LaTeX output in your IMs - -BUILD_DEPENDS= ${LOCALBASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim -RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim \ - latex:${PORTSDIR}/print/teTeX \ - convert:${PORTSDIR}/graphics/ImageMagick - -CFLAGS+= "-fPIC" -USE_XLIB= yes -USE_GMAKE= yes -USE_GNOME= gtk20 -USE_BZIP2= yes - -PLIST_FILES= lib/gaim/LaTeX.so - -do-install: - ${INSTALL_DATA} ${WRKSRC}/LaTeX.so ${PREFIX}/lib/gaim - -.include <bsd.port.mk> diff --git a/net-im/pidgin-latex/distinfo b/net-im/pidgin-latex/distinfo deleted file mode 100644 index 3b10f941e2e8..000000000000 --- a/net-im/pidgin-latex/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gaim-latex-0.3.tar.bz2) = e0ff7686b3e40a8f2e456785b0557a29 -SHA256 (gaim-latex-0.3.tar.bz2) = e7742ebd216bd7414525ba074f828e43db3093807e4c506e5a002f45855f84e4 -SIZE (gaim-latex-0.3.tar.bz2) = 12903 diff --git a/net-im/pidgin-latex/files/patch-LaTeX.c b/net-im/pidgin-latex/files/patch-LaTeX.c deleted file mode 100644 index a09cfc364416..000000000000 --- a/net-im/pidgin-latex/files/patch-LaTeX.c +++ /dev/null @@ -1,17 +0,0 @@ ---- LaTeX.c.orig Sun Jul 3 11:23:45 2005 -+++ LaTeX.c Sun Jul 3 11:24:29 2005 -@@ -77,13 +77,13 @@ - - while(ptr1 != NULL) - { -- retro = FALSE; - char *tex, *message, *idstring; - gchar *name, *buf; - char *filedata; - size_t size; - GError *error = NULL; - char *filter; -+ retro = FALSE; - - pos1 = strlen(*tmp2) - strlen(ptr1); - diff --git a/net-im/pidgin-latex/pkg-descr b/net-im/pidgin-latex/pkg-descr deleted file mode 100644 index 46c46e0e7ddb..000000000000 --- a/net-im/pidgin-latex/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is a plugin for Gaim that allows you to display LaTeX output in -your IMs. - -WWW: http://sourceforge.net/projects/gaim-latex diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile deleted file mode 100644 index e98207713267..000000000000 --- a/net-im/pidgin/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: gaim -# Date created: 26 Mar 1999 -# Whom: Jim Mock <jim@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports-stable/net-im/gaim-devel/Makefile,v 1.3 2006/10/29 18:55:29 marcus Exp $ -# - -PORTNAME= gaim -PKGNAMEPREFIX= -PKGNAMESUFFIX= -devel - -MAINTAINER= marcus@FreeBSD.org -COMMENT= Gaim multi-protocol messaging client (GTK+ UI) - -LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ - gaim.0:${PORTSDIR}/net-im/libgaim - -MASTERDIR= ${.CURDIR}/../libgaim -BUILD_WRKSRC= ${WRKSRC}/gtk -INSTALL_WRKSRC= ${BUILD_WRKSRC} -DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist - -GAIM_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 d4901fdf0fae..000000000000 --- a/net-im/pidgin/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -Gaim 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. - -Gaim 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. - -Gaim 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 Gaim page.) - -WWW: http://gaim.sourceforge.net/ diff --git a/net-im/pidgin/pkg-plist b/net-im/pidgin/pkg-plist deleted file mode 100644 index 93b2aaa4fc10..000000000000 --- a/net-im/pidgin/pkg-plist +++ /dev/null @@ -1,572 +0,0 @@ -bin/gaim -include/gaim/eggtrayicon.h -include/gaim/gaimcombobox.h -include/gaim/gaimstock.h -include/gaim/gtkaccount.h -include/gaim/gtkblist.h -include/gaim/gtkcelllayout.h -include/gaim/gtkcellrendererexpander.h -include/gaim/gtkcellrendererprogress.h -include/gaim/gtkcellview.h -include/gaim/gtkcellviewmenuitem.h -include/gaim/gtkconn.h -include/gaim/gtkconv.h -include/gaim/gtkconvwin.h -include/gaim/gtkdebug.h -include/gaim/gtkdialogs.h -include/gaim/gtkdnd-hints.h -include/gaim/gtkdocklet.h -include/gaim/gtkeventloop.h -include/gaim/gtkexpander.h -include/gaim/gtkft.h -include/gaim/gtkgaim.h -include/gaim/gtkidle.h -include/gaim/gtkimhtml.h -include/gaim/gtkimhtmltoolbar.h -include/gaim/gtklog.h -include/gaim/gtkmenutray.h -include/gaim/gtknickcolors.h -include/gaim/gtknotify.h -include/gaim/gtkplugin.h -include/gaim/gtkpluginpref.h -include/gaim/gtkpounce.h -include/gaim/gtkprefs.h -include/gaim/gtkprivacy.h -include/gaim/gtkrequest.h -include/gaim/gtkroomlist.h -include/gaim/gtksavedstatuses.h -include/gaim/gtkscrollbook.h -include/gaim/gtksession.h -include/gaim/gtksound.h -include/gaim/gtksourceiter.h -include/gaim/gtkstatusbox.h -include/gaim/gtkthemes.h -include/gaim/gtkutils.h -include/gaim/gtkwhiteboard.h -%%CAP%%lib/gaim/cap.la -%%CAP%%lib/gaim/cap.so -lib/gaim/convcolors.la -lib/gaim/convcolors.so -lib/gaim/extplacement.la -lib/gaim/extplacement.so -lib/gaim/gaimrc.la -lib/gaim/gaimrc.so -lib/gaim/gestures.la -lib/gaim/gestures.so -%%EVO%%lib/gaim/gevolution.la -%%EVO%%lib/gaim/gevolution.so -lib/gaim/history.la -lib/gaim/history.so -lib/gaim/iconaway.la -lib/gaim/iconaway.so -lib/gaim/markerline.la -lib/gaim/markerline.so -%%DBUS%%lib/gaim/musicmessaging.la -%%DBUS%%lib/gaim/musicmessaging.so -lib/gaim/notify.la -lib/gaim/notify.so -lib/gaim/relnot.la -lib/gaim/relnot.so -lib/gaim/spellchk.la -lib/gaim/spellchk.so -lib/gaim/ticker.la -lib/gaim/ticker.so -lib/gaim/timestamp.la -lib/gaim/timestamp.so -lib/gaim/timestamp_format.la -lib/gaim/timestamp_format.so -lib/gaim/xmppconsole.la -lib/gaim/xmppconsole.so -share/gnome/pixmaps/gaim.png -share/gnome/pixmaps/gaim.svg -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_1.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_10.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_100.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_11.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_12.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_13.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_14.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_15.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_16.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_17.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_18.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_19.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_2.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_20.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_21.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_22.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_23.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_24.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_25.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_26.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_27.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_28.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_29.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_3.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_30.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_31.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_32.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_33.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_34.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_35.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_36.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_37.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_38.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_39.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_4.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_40.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_41.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_42.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_43.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_44.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_45.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_46.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_47.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_48.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_49.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_5.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_50.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_51.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_52.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_53.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_54.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_55.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_56.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_57.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_58.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_59.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_6.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_60.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_61.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_62.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_63.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_64.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_65.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_66.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_67.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_68.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_69.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_7.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_70.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_71.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_72.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_73.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_74.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_75.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_76.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_77.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_78.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_79.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_8.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_80.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_81.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_82.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_83.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_84.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_85.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_86.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_87.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_88.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_89.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_9.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_90.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_91.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_92.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_93.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_94.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_95.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_96.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_97.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_98.png -share/gnome/pixmaps/gaim/buddy_icons/qq/qq_99.png -share/gnome/pixmaps/gaim/buttons/about_menu.png -share/gnome/pixmaps/gaim/buttons/accounts.png -share/gnome/pixmaps/gaim/buttons/change-bgcolor-small.png -share/gnome/pixmaps/gaim/buttons/change-fgcolor-small.png -share/gnome/pixmaps/gaim/buttons/edit.png -share/gnome/pixmaps/gaim/buttons/info.png -share/gnome/pixmaps/gaim/buttons/insert-image-small.png -share/gnome/pixmaps/gaim/buttons/insert-link-small.png -share/gnome/pixmaps/gaim/buttons/insert-smiley-small.png -%%DBUS%%share/gnome/pixmaps/gaim/buttons/music.png -share/gnome/pixmaps/gaim/buttons/pause.png -share/gnome/pixmaps/gaim/buttons/send-im.png -share/gnome/pixmaps/gaim/buttons/text_bigger.png -share/gnome/pixmaps/gaim/buttons/text_normal.png -share/gnome/pixmaps/gaim/buttons/text_smaller.png -share/gnome/pixmaps/gaim/dialogs/gaim_auth.png -share/gnome/pixmaps/gaim/dialogs/gaim_cool.png -share/gnome/pixmaps/gaim/dialogs/gaim_error.png -share/gnome/pixmaps/gaim/dialogs/gaim_info.png -share/gnome/pixmaps/gaim/dialogs/gaim_question.png -share/gnome/pixmaps/gaim/dialogs/gaim_warning.png -share/gnome/pixmaps/gaim/icons/away.png -share/gnome/pixmaps/gaim/icons/connect.png -share/gnome/pixmaps/gaim/icons/msgpend.png -share/gnome/pixmaps/gaim/icons/msgunread.png -share/gnome/pixmaps/gaim/icons/offline.png -share/gnome/pixmaps/gaim/icons/online.png -share/gnome/pixmaps/gaim/icons/stock_connect_16.png -share/gnome/pixmaps/gaim/icons/stock_disconnect_16.png -share/gnome/pixmaps/gaim/insert-image.png -share/gnome/pixmaps/gaim/logo.png -share/gnome/pixmaps/gaim/phone.png -share/gnome/pixmaps/gaim/smileys/default/angel.png -share/gnome/pixmaps/gaim/smileys/default/bigsmile.png -share/gnome/pixmaps/gaim/smileys/default/burp.png -share/gnome/pixmaps/gaim/smileys/default/cool.png -share/gnome/pixmaps/gaim/smileys/default/crazy.png -share/gnome/pixmaps/gaim/smileys/default/crossedlips.png -share/gnome/pixmaps/gaim/smileys/default/cry.png -share/gnome/pixmaps/gaim/smileys/default/download.png -share/gnome/pixmaps/gaim/smileys/default/embarrassed.png -share/gnome/pixmaps/gaim/smileys/default/farted.png -share/gnome/pixmaps/gaim/smileys/default/kiss.png -share/gnome/pixmaps/gaim/smileys/default/luke.png -share/gnome/pixmaps/gaim/smileys/default/moneymouth.png -share/gnome/pixmaps/gaim/smileys/default/mrt.png -share/gnome/pixmaps/gaim/smileys/default/msn_angel.png -share/gnome/pixmaps/gaim/smileys/default/msn_angry.png -share/gnome/pixmaps/gaim/smileys/default/msn_away.png -share/gnome/pixmaps/gaim/smileys/default/msn_bat.gif -share/gnome/pixmaps/gaim/smileys/default/msn_beer.png -share/gnome/pixmaps/gaim/smileys/default/msn_bowl.png -share/gnome/pixmaps/gaim/smileys/default/msn_boy.png -share/gnome/pixmaps/gaim/smileys/default/msn_brb.png -share/gnome/pixmaps/gaim/smileys/default/msn_brheart.png -share/gnome/pixmaps/gaim/smileys/default/msn_cake.gif -share/gnome/pixmaps/gaim/smileys/default/msn_car.png -share/gnome/pixmaps/gaim/smileys/default/msn_cat.png -share/gnome/pixmaps/gaim/smileys/default/msn_cellphone.png -share/gnome/pixmaps/gaim/smileys/default/msn_cigarette.gif -share/gnome/pixmaps/gaim/smileys/default/msn_clock.png -share/gnome/pixmaps/gaim/smileys/default/msn_coffee.png -share/gnome/pixmaps/gaim/smileys/default/msn_coins.png -share/gnome/pixmaps/gaim/smileys/default/msn_computer.png -share/gnome/pixmaps/gaim/smileys/default/msn_cry.gif -share/gnome/pixmaps/gaim/smileys/default/msn_deadflower.png -share/gnome/pixmaps/gaim/smileys/default/msn_devil.png -share/gnome/pixmaps/gaim/smileys/default/msn_dog.png -share/gnome/pixmaps/gaim/smileys/default/msn_dontknow.gif -share/gnome/pixmaps/gaim/smileys/default/msn_donttell.png -share/gnome/pixmaps/gaim/smileys/default/msn_drink.png -share/gnome/pixmaps/gaim/smileys/default/msn_email.png -share/gnome/pixmaps/gaim/smileys/default/msn_embarrassed.png -share/gnome/pixmaps/gaim/smileys/default/msn_eyeroll.gif -share/gnome/pixmaps/gaim/smileys/default/msn_film.png -share/gnome/pixmaps/gaim/smileys/default/msn_fingerscrossed.png -share/gnome/pixmaps/gaim/smileys/default/msn_flower.png -share/gnome/pixmaps/gaim/smileys/default/msn_gift.png -share/gnome/pixmaps/gaim/smileys/default/msn_girl.png -share/gnome/pixmaps/gaim/smileys/default/msn_handcuffs.png -share/gnome/pixmaps/gaim/smileys/default/msn_heart.png -share/gnome/pixmaps/gaim/smileys/default/msn_highfive.png -share/gnome/pixmaps/gaim/smileys/default/msn_hot.png -share/gnome/pixmaps/gaim/smileys/default/msn_icon.png -share/gnome/pixmaps/gaim/smileys/default/msn_idea.png -share/gnome/pixmaps/gaim/smileys/default/msn_island.png -share/gnome/pixmaps/gaim/smileys/default/msn_kiss.png -share/gnome/pixmaps/gaim/smileys/default/msn_laugh.png -share/gnome/pixmaps/gaim/smileys/default/msn_lightning.gif -share/gnome/pixmaps/gaim/smileys/default/msn_nerd.png -share/gnome/pixmaps/gaim/smileys/default/msn_neutral.png -share/gnome/pixmaps/gaim/smileys/default/msn_note.png -share/gnome/pixmaps/gaim/smileys/default/msn_occ.png -share/gnome/pixmaps/gaim/smileys/default/msn_online.png -share/gnome/pixmaps/gaim/smileys/default/msn_ooooh.png -share/gnome/pixmaps/gaim/smileys/default/msn_party.gif -share/gnome/pixmaps/gaim/smileys/default/msn_phone.png -share/gnome/pixmaps/gaim/smileys/default/msn_photo.png -share/gnome/pixmaps/gaim/smileys/default/msn_pizza.png -share/gnome/pixmaps/gaim/smileys/default/msn_plane.png -share/gnome/pixmaps/gaim/smileys/default/msn_plate.png -share/gnome/pixmaps/gaim/smileys/default/msn_question.png -share/gnome/pixmaps/gaim/smileys/default/msn_rainbow.png -share/gnome/pixmaps/gaim/smileys/default/msn_run.png -share/gnome/pixmaps/gaim/smileys/default/msn_runback.png -share/gnome/pixmaps/gaim/smileys/default/msn_sad.png -share/gnome/pixmaps/gaim/smileys/default/msn_sarcastic.png -share/gnome/pixmaps/gaim/smileys/default/msn_secret.png -share/gnome/pixmaps/gaim/smileys/default/msn_sheep.png -share/gnome/pixmaps/gaim/smileys/default/msn_sick.png -share/gnome/pixmaps/gaim/smileys/default/msn_sleep.png -share/gnome/pixmaps/gaim/smileys/default/msn_sleepy.gif -share/gnome/pixmaps/gaim/smileys/default/msn_smiley.png -share/gnome/pixmaps/gaim/smileys/default/msn_snail.png -share/gnome/pixmaps/gaim/smileys/default/msn_soccer.png -share/gnome/pixmaps/gaim/smileys/default/msn_star.png -share/gnome/pixmaps/gaim/smileys/default/msn_stormy.png -share/gnome/pixmaps/gaim/smileys/default/msn_sun.png -share/gnome/pixmaps/gaim/smileys/default/msn_sunglasses.png -share/gnome/pixmaps/gaim/smileys/default/msn_teeth.png -share/gnome/pixmaps/gaim/smileys/default/msn_think.gif -share/gnome/pixmaps/gaim/smileys/default/msn_thumbdown.png -share/gnome/pixmaps/gaim/smileys/default/msn_thumbup.png -share/gnome/pixmaps/gaim/smileys/default/msn_tongue.png -share/gnome/pixmaps/gaim/smileys/default/msn_turtle.png -share/gnome/pixmaps/gaim/smileys/default/msn_umbrella.png -share/gnome/pixmaps/gaim/smileys/default/msn_weird.png -share/gnome/pixmaps/gaim/smileys/default/msn_wink.gif -share/gnome/pixmaps/gaim/smileys/default/msn_xbox.png -share/gnome/pixmaps/gaim/smileys/default/oneeye.png -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_0.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_1.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_10.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_11.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_12.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_13.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_14.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_15.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_16.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_17.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_18.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_19.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_2.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_20.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_21.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_22.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_23.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_24.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_25.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_26.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_27.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_28.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_29.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_3.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_30.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_31.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_32.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_33.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_34.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_35.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_36.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_37.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_38.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_39.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_4.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_40.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_41.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_42.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_43.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_44.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_45.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_46.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_47.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_48.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_49.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_5.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_50.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_51.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_52.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_53.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_54.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_55.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_56.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_57.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_58.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_59.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_6.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_60.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_61.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_62.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_63.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_64.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_65.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_66.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_67.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_68.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_69.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_7.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_70.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_71.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_72.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_73.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_74.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_75.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_76.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_77.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_78.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_79.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_8.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_80.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_81.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_82.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_83.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_84.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_85.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_86.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_87.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_88.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_89.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_9.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_90.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_91.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_92.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_93.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_94.gif -share/gnome/pixmaps/gaim/smileys/default/qq_smiley_95.gif -share/gnome/pixmaps/gaim/smileys/default/sad.png -share/gnome/pixmaps/gaim/smileys/default/scream.png -share/gnome/pixmaps/gaim/smileys/default/smile.png -share/gnome/pixmaps/gaim/smileys/default/theme -share/gnome/pixmaps/gaim/smileys/default/think.png -share/gnome/pixmaps/gaim/smileys/default/tongue.png -share/gnome/pixmaps/gaim/smileys/default/wink.png -share/gnome/pixmaps/gaim/smileys/default/yahoo_alien.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_alien2.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_angel.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_angry.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_batting.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_beatup.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_bigsmile.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_blush.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_brokenheart.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_bye.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_chicken.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_clap.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_clown.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_coffee.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_cow.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_cowboy.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_cry.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_dance.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_devil.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_doh.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_drool.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_eyebrow.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_eyeroll.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_femalefighter.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_flag.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_flower.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_frustrated.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_ghost.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_giggle.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_glasses.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_huggs.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_hypnotized.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_idea.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_kiss.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_laughloud.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_liar.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_loser.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_love.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_madtongue.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_malefighter1.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_malefighter2.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_mean.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_moneyeyes.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_monkey.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_nailbiting.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_neutral.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_ooooh.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_party.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_peace.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_pig.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_pray.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_pumpkin.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_question.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_rotfl.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_sad.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_shame.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_shamrock.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_shhhh.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_sick.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_sighing.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_silent.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_silly.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_sleep.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_smiley.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_star.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_sunglas.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_sweating.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_talktohand.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_think.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_tired.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_tongue.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_waiting.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_waving.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_whistling.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_wink.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_worried.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_worship.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_yingyang.gif -share/gnome/pixmaps/gaim/smileys/default/yahoo_youkiddingme.gif -share/gnome/pixmaps/gaim/smileys/default/yell.png -share/gnome/pixmaps/gaim/smileys/none/theme -share/gnome/pixmaps/gaim/status-away.png -share/gnome/pixmaps/gaim/status-connect0.png -share/gnome/pixmaps/gaim/status-connect1.png -share/gnome/pixmaps/gaim/status-connect2.png -share/gnome/pixmaps/gaim/status-connect3.png -share/gnome/pixmaps/gaim/status-invisible.png -share/gnome/pixmaps/gaim/status-offline.png -share/gnome/pixmaps/gaim/status-online.png -share/gnome/pixmaps/gaim/status-typing0.png -share/gnome/pixmaps/gaim/status-typing1.png -share/gnome/pixmaps/gaim/status-typing2.png -share/gnome/pixmaps/gaim/status-typing3.png -share/gnome/pixmaps/gaim/status/default/activebuddy.png -share/gnome/pixmaps/gaim/status/default/admin.png -share/gnome/pixmaps/gaim/status/default/aim.png -share/gnome/pixmaps/gaim/status/default/aol.png -share/gnome/pixmaps/gaim/status/default/away.png -share/gnome/pixmaps/gaim/status/default/blocked.png -share/gnome/pixmaps/gaim/status/default/bonjour.png -share/gnome/pixmaps/gaim/status/default/dnd.png -share/gnome/pixmaps/gaim/status/default/extended_away.png -share/gnome/pixmaps/gaim/status/default/external.png -share/gnome/pixmaps/gaim/status/default/female.png -share/gnome/pixmaps/gaim/status/default/founder.png -share/gnome/pixmaps/gaim/status/default/freeforchat.png -share/gnome/pixmaps/gaim/status/default/gadu-gadu.png -share/gnome/pixmaps/gaim/status/default/game.png -share/gnome/pixmaps/gaim/status/default/halfop.png -share/gnome/pixmaps/gaim/status/default/hiptop.png -share/gnome/pixmaps/gaim/status/default/icq.png -share/gnome/pixmaps/gaim/status/default/ignored.png -share/gnome/pixmaps/gaim/status/default/invisible.png -share/gnome/pixmaps/gaim/status/default/irc.png -share/gnome/pixmaps/gaim/status/default/jabber.png -share/gnome/pixmaps/gaim/status/default/login.png -share/gnome/pixmaps/gaim/status/default/logout.png -share/gnome/pixmaps/gaim/status/default/male.png -share/gnome/pixmaps/gaim/status/default/meanwhile.png -share/gnome/pixmaps/gaim/status/default/msn.png -share/gnome/pixmaps/gaim/status/default/notauthorized.png -share/gnome/pixmaps/gaim/status/default/novell.png -share/gnome/pixmaps/gaim/status/default/occupied.png -share/gnome/pixmaps/gaim/status/default/offline.png -share/gnome/pixmaps/gaim/status/default/op.png -share/gnome/pixmaps/gaim/status/default/pending.png -share/gnome/pixmaps/gaim/status/default/qq.png -share/gnome/pixmaps/gaim/status/default/secure.png -share/gnome/pixmaps/gaim/status/default/silc.png -share/gnome/pixmaps/gaim/status/default/simple.png -share/gnome/pixmaps/gaim/status/default/unavailable.png -share/gnome/pixmaps/gaim/status/default/voice.png -share/gnome/pixmaps/gaim/status/default/wireless.png -share/gnome/pixmaps/gaim/status/default/yahoo.png -share/gnome/pixmaps/gaim/status/default/zephyr.png -share/gnome/pixmaps/gaim/tb_drag_arrow_down.xpm -share/gnome/pixmaps/gaim/tb_drag_arrow_left.xpm -share/gnome/pixmaps/gaim/tb_drag_arrow_right.xpm -share/gnome/pixmaps/gaim/tb_drag_arrow_up.xpm -share/gnome/pixmaps/gaim/typed.png -share/gnome/pixmaps/gaim/typing.png -share/gnome/sounds/gaim/alert.wav -share/gnome/sounds/gaim/login.wav -share/gnome/sounds/gaim/logout.wav -share/gnome/sounds/gaim/receive.wav -share/gnome/sounds/gaim/send.wav -@dirrm share/gnome/sounds/gaim -@dirrm share/gnome/pixmaps/gaim/status/default -@dirrm share/gnome/pixmaps/gaim/status -@dirrm share/gnome/pixmaps/gaim/smileys/none -@dirrm share/gnome/pixmaps/gaim/smileys/default -@dirrm share/gnome/pixmaps/gaim/smileys -@dirrm share/gnome/pixmaps/gaim/icons -@dirrm share/gnome/pixmaps/gaim/dialogs -@dirrm share/gnome/pixmaps/gaim/buttons -@dirrm share/gnome/pixmaps/gaim/buddy_icons/qq -@dirrm share/gnome/pixmaps/gaim/buddy_icons -@dirrm share/gnome/pixmaps/gaim diff --git a/net-im/rubygem-xmpp4r/Makefile b/net-im/rubygem-xmpp4r/Makefile deleted file mode 100644 index bdff893bbedc..000000000000 --- a/net-im/rubygem-xmpp4r/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: ruby-xmpp4r -# Date created: 21 Nov 2005 -# Whom: Stephan Maka <stephan@spaceboyz.net> -# -# $FreeBSD$ -# - -PORTNAME= xmpp4r -PORTVERSION= 0.3 -CATEGORIES= net-im ruby -MASTER_SITES= http://download.gna.org/xmpp4r/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -EXTRACT_SUFX= .tgz -DIST_SUBDIR= ruby - -MAINTAINER= stephan@spaceboyz.net -COMMENT= XMPP/Jabber library for Ruby - -USE_RUBY= YES -USE_RUBY_RDOC= YES - -LIB_FILES= lib/xmpp4r.rb lib/callbacks.rb lib/xmpp4r -DOCS= ChangeLog LICENSE README UPDATING -EXAMPLES= basic advanced - -do-build: -.if !defined(NOPORTDOCS) - cd ${BUILD_WRKSRC}; ${RUBY_RDOC} \ - -o rdoc \ - --all --fileboxes --inline-source --line-numbers \ - ${LIB_FILES} -.endif - -do-install: - cd ${INSTALL_WRKSRC}; ${CP} -R ${LIB_FILES} ${RUBY_SITELIBDIR}/ - -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor - ${CP} -R ${WRKSRC}/rdoc/ ${RUBY_MODDOCDIR}/rdoc - ${MKDIR} ${RUBY_MODEXAMPLESDIR} -.for f in ${EXAMPLES} - ${MKDIR} ${RUBY_MODEXAMPLESDIR}/${f}/ - ${CP} -R ${WRKSRC}/data/doc/xmpp4r/examples/${f}/ ${RUBY_MODEXAMPLESDIR}/${f}/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/net-im/rubygem-xmpp4r/distinfo b/net-im/rubygem-xmpp4r/distinfo deleted file mode 100644 index 271324d22c24..000000000000 --- a/net-im/rubygem-xmpp4r/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ruby/xmpp4r-0.3.tgz) = 0287d0a59b400ca84d4c12eaa4068f7f -SHA256 (ruby/xmpp4r-0.3.tgz) = 187a26fc5ad3e3de4aa6a21548f1d70ad1634ec16ee8e6126c38e7554c6a7720 -SIZE (ruby/xmpp4r-0.3.tgz) = 120547 diff --git a/net-im/rubygem-xmpp4r/pkg-descr b/net-im/rubygem-xmpp4r/pkg-descr deleted file mode 100644 index 1f4e2f1640ed..000000000000 --- a/net-im/rubygem-xmpp4r/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -XMPP4R is an XMPP/Jabber library for Ruby. - -Features: -* Fully object-oriented (well, it's Ruby ;) -* Aims at being XMPP compliant -* Threaded and non-threaded mode -* Well unit-tested and documented code -* Uses well-known and well-tested software like REXML -* Very easy to extend -* Released under Ruby's license, which is compatible with the GNU GPL - -WWW: http://home.gna.org/xmpp4r/ diff --git a/net-im/rubygem-xmpp4r/pkg-plist b/net-im/rubygem-xmpp4r/pkg-plist deleted file mode 100644 index e7d70b2f92ba..000000000000 --- a/net-im/rubygem-xmpp4r/pkg-plist +++ /dev/null @@ -1,339 +0,0 @@ -%%RUBY_SITELIBDIR%%/callbacks.rb -%%RUBY_SITELIBDIR%%/xmpp4r.rb -%%RUBY_SITELIBDIR%%/xmpp4r/version/helper/responder.rb -%%RUBY_SITELIBDIR%%/xmpp4r/version/helper/simpleresponder.rb -%%RUBY_SITELIBDIR%%/xmpp4r/version/iq/version.rb -%%RUBY_SITELIBDIR%%/xmpp4r/discovery/iq/discoitems.rb -%%RUBY_SITELIBDIR%%/xmpp4r/discovery/iq/discoinfo.rb -%%RUBY_SITELIBDIR%%/xmpp4r/vcard/iq/vcard.rb -%%RUBY_SITELIBDIR%%/xmpp4r/vcard/helper/vcard.rb -%%RUBY_SITELIBDIR%%/xmpp4r/muc/x/mucuseritem.rb -%%RUBY_SITELIBDIR%%/xmpp4r/muc/x/mucuserinvite.rb -%%RUBY_SITELIBDIR%%/xmpp4r/muc/x/muc.rb -%%RUBY_SITELIBDIR%%/xmpp4r/muc/helper/mucclient.rb -%%RUBY_SITELIBDIR%%/xmpp4r/muc/helper/mucbrowser.rb -%%RUBY_SITELIBDIR%%/xmpp4r/muc/helper/simplemucclient.rb -%%RUBY_SITELIBDIR%%/xmpp4r/delay/x/delay.rb -%%RUBY_SITELIBDIR%%/xmpp4r/roster/x/roster.rb -%%RUBY_SITELIBDIR%%/xmpp4r/roster/helper/roster.rb -%%RUBY_SITELIBDIR%%/xmpp4r/roster/iq/roster.rb -%%RUBY_SITELIBDIR%%/xmpp4r/feature_negotiation/iq/feature.rb -%%RUBY_SITELIBDIR%%/xmpp4r/bytestreams/helper/socks5bytestreams/base.rb -%%RUBY_SITELIBDIR%%/xmpp4r/bytestreams/helper/socks5bytestreams/socks5.rb -%%RUBY_SITELIBDIR%%/xmpp4r/bytestreams/helper/socks5bytestreams/target.rb -%%RUBY_SITELIBDIR%%/xmpp4r/bytestreams/helper/socks5bytestreams/server.rb -%%RUBY_SITELIBDIR%%/xmpp4r/bytestreams/helper/socks5bytestreams/initiator.rb -%%RUBY_SITELIBDIR%%/xmpp4r/bytestreams/helper/ibb/base.rb -%%RUBY_SITELIBDIR%%/xmpp4r/bytestreams/helper/ibb/target.rb -%%RUBY_SITELIBDIR%%/xmpp4r/bytestreams/helper/ibb/initiator.rb -%%RUBY_SITELIBDIR%%/xmpp4r/bytestreams/helper/filetransfer.rb -%%RUBY_SITELIBDIR%%/xmpp4r/bytestreams/iq/bytestreams.rb -%%RUBY_SITELIBDIR%%/xmpp4r/bytestreams/iq/si.rb -%%RUBY_SITELIBDIR%%/xmpp4r/dataforms/x/data.rb -%%RUBY_SITELIBDIR%%/xmpp4r/streamparser.rb -%%RUBY_SITELIBDIR%%/xmpp4r/x.rb -%%RUBY_SITELIBDIR%%/xmpp4r/jid.rb -%%RUBY_SITELIBDIR%%/xmpp4r/presence.rb -%%RUBY_SITELIBDIR%%/xmpp4r/idgenerator.rb -%%RUBY_SITELIBDIR%%/xmpp4r/component.rb -%%RUBY_SITELIBDIR%%/xmpp4r/authenticationfailure.rb -%%RUBY_SITELIBDIR%%/xmpp4r/sasl.rb -%%RUBY_SITELIBDIR%%/xmpp4r/connection.rb -%%RUBY_SITELIBDIR%%/xmpp4r/stream.rb -%%RUBY_SITELIBDIR%%/xmpp4r/xmpp4r.rb -%%RUBY_SITELIBDIR%%/xmpp4r/error.rb -%%RUBY_SITELIBDIR%%/xmpp4r/debuglog.rb -%%RUBY_SITELIBDIR%%/xmpp4r/message.rb -%%RUBY_SITELIBDIR%%/xmpp4r/xmlstanza.rb -%%RUBY_SITELIBDIR%%/xmpp4r/rexmladdons.rb -%%RUBY_SITELIBDIR%%/xmpp4r/bytestreams.rb -%%RUBY_SITELIBDIR%%/xmpp4r/errorexception.rb -%%RUBY_SITELIBDIR%%/xmpp4r/muc.rb -%%RUBY_SITELIBDIR%%/xmpp4r/version.rb -%%RUBY_SITELIBDIR%%/xmpp4r/client.rb -%%RUBY_SITELIBDIR%%/xmpp4r/vcard.rb -%%RUBY_SITELIBDIR%%/xmpp4r/feature_negotiation.rb -%%RUBY_SITELIBDIR%%/xmpp4r/roster.rb -%%RUBY_SITELIBDIR%%/xmpp4r/delay.rb -%%RUBY_SITELIBDIR%%/xmpp4r/discovery.rb -%%RUBY_SITELIBDIR%%/xmpp4r/query.rb -%%RUBY_SITELIBDIR%%/xmpp4r/dataforms.rb -%%RUBY_SITELIBDIR%%/xmpp4r/iq.rb -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/LICENSE -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/UPDATING -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/version/helper/responder_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/version/helper/simpleresponder_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/version/iq/version_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/dataforms/x/data_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/discovery/iq/discoitems_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/discovery/iq/discoinfo_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/delay/x/delay_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams/helper/socks5bytestreams/base_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams/helper/socks5bytestreams/socks5_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams/helper/socks5bytestreams/target_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams/helper/socks5bytestreams/server_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams/helper/socks5bytestreams/initiator_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams/helper/ibb/base_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams/helper/ibb/target_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams/helper/ibb/initiator_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams/helper/filetransfer_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams/iq/bytestreams_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams/iq/si_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/vcard/iq/vcard_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/vcard/helper/vcard_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/roster/x/roster_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/roster/helper/roster_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/roster/iq/roster_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/muc/x/mucuseritem_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/muc/x/mucuserinvite_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/muc/x/muc_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/muc/helper/mucclient_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/muc/helper/mucbrowser_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/muc/helper/simplemucclient_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/feature_negotiation/iq/feature_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/streamparser_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/x_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/jid_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/presence_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/idgenerator_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/component_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/authenticationfailure_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/sasl_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/connection_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/stream_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/xmpp4r_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/error_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/debuglog_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/message_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/xmlstanza_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/rexmladdons_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/errorexception_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/muc_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/version_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/client_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/vcard_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/feature_negotiation_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/roster_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/delay_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/discovery_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/query_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/dataforms_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/iq_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/callbacks_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/REXML/IOSource.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/REXML/XPathParser.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/REXML/Element.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Vcard/IqVcard.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Vcard/Helper.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Discovery/Feature.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Discovery/IqQueryDiscoItems.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Discovery/Identity.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Discovery/IqQueryDiscoInfo.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Discovery/Item.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Stream/ThreadBlock.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/MUC/XMUC.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/MUC/SimpleMUCClient.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/MUC/XMUCUser.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/MUC/XMUCUserItem.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/MUC/XMUCUserInvite.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/MUC/MUCBrowser.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/MUC/MUCClient.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Dataforms/XDataField.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Dataforms/XDataReported.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Dataforms/XDataTitle.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Dataforms/XData.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Dataforms/XDataInstructions.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Roster/Helper/RosterItem.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Roster/IqQueryRoster.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Roster/XRosterItem.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Roster/XRoster.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Roster/Helper.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Roster/RosterItem.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/IBBInitiator.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/SOCKS5BytestreamsTarget.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/StreamHost.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/SOCKS5Error.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/IqSiFileRange.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/SOCKS5BytestreamsInitiator.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/SOCKS5Socket.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/IqSiFile.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/IqQueryBytestreams.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/IBBTarget.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/StreamHostUsed.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/IBBQueueItem.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/SOCKS5BytestreamsServerStreamHost.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/SOCKS5Bytestreams.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/IqSi.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/IBB.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/SOCKS5BytestreamsServer.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/SOCKS5BytestreamsPeer.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/SASL/Base.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/SASL/DigestMD5.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/SASL/Plain.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Version/IqQueryVersion.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Version/Responder.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Version/SimpleResponder.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Delay/XDelay.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/FeatureNegotiation/IqFeature.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/FileTransfer/TransferSource.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/FileTransfer/FileSource.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/FileTransfer/Helper.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/XMLStanza.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/IdGenerator.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/X.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/StreamParser.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Client.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Stream.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/IqQuery.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Presence.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/JID.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/ErrorException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/AuthenticationFailure.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Component.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Error.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Connection.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Iq.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Version.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Roster.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/FeatureNegotiation.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/MUC.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/SASL.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Delay.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/FileTransfer.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Discovery.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Dataforms.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Vcard.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Message.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/CallbackList.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Callback.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/REXML.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/fr_file_index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/fr_class_index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/fr_method_index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/created.rid -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/rdoc-style.css -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/remove_registration.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/change_password.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/rosterrename.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/rosterwatch.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/mass_sender.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/mucsimplebot.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/component.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/mucinfo.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/jabbersend.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/echo_nonthreaded.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/register.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/rosterprint.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/client.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/roster.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/versionbot.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/echo_threaded.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/send_vcard.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/shellmgr/shellmgr_test.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/shellmgr/shellmgr_jabber.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/shellmgr/shellmgr.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/adventure/cube.xml -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/adventure/README -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/adventure/world.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/adventure/adventuremuc.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/adventure/tower.xml -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/adventure/adventure.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/sendfile.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/fileserve.conf -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/migrate.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/gtkmucclient.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/getonline.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/sendfile.conf -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/xmpping.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/minimuc.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/recvfile.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/fileserve.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/xmppingrc.sample -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/rosterdiscovery.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/versionpoll.rb -@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/version/helper -@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/version/iq -@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/version -@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/discovery/iq -@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/discovery -@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/vcard/iq -@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/vcard/helper -@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/vcard -@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/muc/x -@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/muc/helper -@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/muc -@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/delay/x -@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/delay -@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/roster/x -@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/roster/helper -@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/roster/iq -@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/roster -@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/feature_negotiation/iq -@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/feature_negotiation -@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/bytestreams/helper/socks5bytestreams -@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/bytestreams/helper/ibb -@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/bytestreams/helper -@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/bytestreams/iq -@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/bytestreams -@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/dataforms/x -@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/dataforms -@dirrm %%RUBY_SITELIBDIR%%/xmpp4r -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/version/iq -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/version/helper -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/version -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/vcard/iq -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/vcard/helper -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/vcard -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/roster/x -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/roster/iq -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/roster/helper -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/roster -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/muc/x -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/muc/helper -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/muc -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/feature_negotiation/iq -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/feature_negotiation -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/discovery/iq -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/discovery -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/delay/x -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/delay -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/dataforms/x -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/dataforms -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams/iq -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams/helper/socks5bytestreams -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams/helper/ibb -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams/helper -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/REXML -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Version -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Vcard -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Stream -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/SASL -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Roster/Helper -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Roster -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/MUC -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/FileTransfer -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/FeatureNegotiation -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Discovery -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Delay -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Dataforms -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc -@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%% -@dirrm %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic -@dirrm %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/shellmgr -@dirrm %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/adventure -@dirrm %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced -@dirrm %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%% diff --git a/net-im/skype-devel/Makefile b/net-im/skype-devel/Makefile deleted file mode 100644 index a933c8721c3d..000000000000 --- a/net-im/skype-devel/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: skype -# Date created: Jun 21. 2004 -# Whom: netchild@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= skype -PORTVERSION= 1.3.0.30 -PORTREVISION= 1 -CATEGORIES= net -MASTER_SITES= http://download.skype.com/linux/ -PKGNAMESUFFIX= -devel -DISTNAME= skype-beta_staticQT-${PORTVERSION} - -MAINTAINER= itetcu@FreeBSD.org -COMMENT= P2P VoIP software - -CONFLICTS= skype-[0-9]* - -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \ - ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat \ - ${LINUXBASE}/lib/libasound.so.2:${PORTSDIR}/audio/linux-alsa-lib - -.ifdef WITH_NVIDIA_GL -RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver -.else -RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri -.endif - -USE_BZIP2= yes -USE_LINUX= yes -USE_X_PREFIX= yes -ONLY_FOR_ARCHS= i386 amd64 - -RESTRICTED= Redistribution not allowed yet. - -.include <bsd.port.pre.mk> - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -do-build: - ${BRANDELF} -t Linux ${WRKSRC}/skype - -do-install: - ${MKDIR} ${PREFIX}/share/applications - ${INSTALL} ${WRKSRC}/skype ${PREFIX}/bin/skype_bin -# ${INSTALL} ${WRKSRC}/skype-callto-handler ${PREFIX}/bin/ - ${ECHO_CMD} -e "#!/bin/sh\n\nSKYPE_RESOURCES_PATH='${DATADIR}' skype_bin \"\$$@\" 2>&1 | ${GREP} -v 'SOUND_MIXER_WRITE_IGAIN failed'" >${PREFIX}/bin/skype - ${CHMOD} a+rx ${PREFIX}/bin/skype - ${INSTALL_DATA} ${WRKSRC}/skype.desktop ${PREFIX}/share/applications/ - ${INSTALL_DATA} ${WRKSRC}/icons/skype_48_32.png ${PREFIX}/share/pixmaps/skype.png - ${MKDIR} ${DATADIR}/icons ${DATADIR}/lang ${DATADIR}/sound - ${INSTALL_DATA} ${WRKSRC}/icons/* ${DATADIR}/icons/ - ${INSTALL_DATA} ${WRKSRC}/lang/*.qm ${DATADIR}/lang/ - ${INSTALL_DATA} ${WRKSRC}/sound/*.wav ${DATADIR}/sound/ - ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DATADIR}/ - -post-install: - @${ECHO} "There are known problems with some soundcards in 5.x. This is due to a bug in the kernel. It is fixed in 6.x. Additionally there is some further work in the sound subsystem going on which fixes some related problems. This work will not be available in 6.0-RELEASE. If you experience problems update to the most recent 6.x-RELEASE, if this does not fix your problems ask on multimedia@FreeBSD.org." | fmt - -.include <bsd.port.post.mk> diff --git a/net-im/skype-devel/distinfo b/net-im/skype-devel/distinfo deleted file mode 100644 index 1efc77c2aad8..000000000000 --- a/net-im/skype-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (skype-beta_staticQT-1.3.0.30.tar.bz2) = 2a6155ddc0c9afdfe4a3846ca8276f7b -SHA256 (skype-beta_staticQT-1.3.0.30.tar.bz2) = 5895f49e7e44ddaeebc4058ecaf3fe6b165dbd7ce6214eea408a952d7e0d5394 -SIZE (skype-beta_staticQT-1.3.0.30.tar.bz2) = 15402445 diff --git a/net-im/skype-devel/pkg-descr b/net-im/skype-devel/pkg-descr deleted file mode 100644 index 5d92fde2ea4f..000000000000 --- a/net-im/skype-devel/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Skype is a free program that uses the latest P2P technology to bring -affordable and high-quality voice communications to people all over -the world. - -WWW: http://www.skype.net/ diff --git a/net-im/skype-devel/pkg-plist b/net-im/skype-devel/pkg-plist deleted file mode 100644 index 54578dd55be3..000000000000 --- a/net-im/skype-devel/pkg-plist +++ /dev/null @@ -1,44 +0,0 @@ -bin/skype -bin/skype_bin -%%DATADIR%%/icons/skype_16_32.png -%%DATADIR%%/icons/skype_32_32.png -%%DATADIR%%/icons/skype_48_32.png -@dirrm %%DATADIR%%/icons -%%DATADIR%%/lang/skype_da.qm -%%DATADIR%%/lang/skype_de.qm -%%DATADIR%%/lang/skype_el.qm -%%DATADIR%%/lang/skype_en.qm -%%DATADIR%%/lang/skype_es.qm -%%DATADIR%%/lang/skype_es_AR.qm -%%DATADIR%%/lang/skype_et.qm -%%DATADIR%%/lang/skype_fi.qm -%%DATADIR%%/lang/skype_fr.qm -%%DATADIR%%/lang/skype_it.qm -%%DATADIR%%/lang/skype_iw.qm -%%DATADIR%%/lang/skype_ja.qm -%%DATADIR%%/lang/skype_ko.qm -%%DATADIR%%/lang/skype_nl.qm -%%DATADIR%%/lang/skype_no.qm -%%DATADIR%%/lang/skype_pl.qm -%%DATADIR%%/lang/skype_pt_BR.qm -%%DATADIR%%/lang/skype_ro.qm -%%DATADIR%%/lang/skype_ru.qm -%%DATADIR%%/lang/skype_sv.qm -%%DATADIR%%/lang/skype_zh_CN.qm -%%DATADIR%%/lang/skype_zh_TW.qm -@dirrm %%DATADIR%%/lang -%%DATADIR%%/sound/call_busy.wav -%%DATADIR%%/sound/call_hangup.wav -%%DATADIR%%/sound/call_hold.wav -%%DATADIR%%/sound/call_initiated.wav -%%DATADIR%%/sound/call_resume.wav -%%DATADIR%%/sound/call_ringin.wav -%%DATADIR%%/sound/call_ringout.wav -%%DATADIR%%/sound/im2.wav -%%DATADIR%%/sound/online.wav -@dirrm %%DATADIR%%/sound -%%DATADIR%%/LICENSE -@dirrm %%DATADIR%% -share/applications/skype.desktop -share/pixmaps/skype.png -@dirrmtry share/applications diff --git a/net-im/skype/Makefile b/net-im/skype/Makefile deleted file mode 100644 index 29351687e0aa..000000000000 --- a/net-im/skype/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: skype -# Date created: Jun 21. 2004 -# Whom: netchild@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= skype -PORTVERSION= 1.2.0.18 -PORTREVISION= 3 -CATEGORIES= net -MASTER_SITES= http://download.skype.com/linux/ -DISTNAME= skype_staticQT-${PORTVERSION} - -MAINTAINER= itetcu@FreeBSD.org -COMMENT= P2P VoIP software - -CONFLICTS+= skype-devel-[0-9]* - -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \ - ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat - -USE_BZIP2= yes -USE_LINUX= yes -USE_X_PREFIX= yes -ONLY_FOR_ARCHS= i386 amd64 - -RESTRICTED= Redistribution not allowed yet. - -OPTIONS= NVIDIA_GL "Enable Nvidia Support" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_NVIDIA_GL) -RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver -.else -RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri -.endif - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -do-build: - ${BRANDELF} -t Linux ${WRKSRC}/skype - -do-install: - @${MKDIR} ${PREFIX}/share/applications - ${INSTALL} ${WRKSRC}/skype ${PREFIX}/bin/skype_bin -# ${INSTALL} ${WRKSRC}/skype-callto-handler ${PREFIX}/bin/ - ${ECHO_CMD} -e "#!/bin/sh\n\nSKYPE_RESOURCES_PATH='${DATADIR}' skype_bin \"\$$@\" 2>&1 | grep -v 'SOUND_MIXER_WRITE_IGAIN failed'" >${PREFIX}/bin/skype - ${CHMOD} a+rx ${PREFIX}/bin/skype - ${INSTALL_DATA} ${WRKSRC}/skype.desktop ${PREFIX}/share/applications/ - ${INSTALL_DATA} ${WRKSRC}/icons/skype_48_32.png ${PREFIX}/share/pixmaps/skype.png - ${MKDIR} ${DATADIR}/icons ${DATADIR}/lang ${DATADIR}/sound - ${INSTALL_DATA} ${WRKSRC}/icons/* ${DATADIR}/icons/ - ${INSTALL_DATA} ${WRKSRC}/lang/*.qm ${DATADIR}/lang/ - ${INSTALL_DATA} ${WRKSRC}/sound/*.wav ${DATADIR}/sound/ - ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DATADIR}/ - -post-install: - @${ECHO} "There are known problems with some soundcards in 5.x. This is due to a bug in the kernel. It is fixed in 6.x. Additionally there is some further work in the sound subsystem going on which fixes some related problems. This work will not be available in 6.0-RELEASE. If you experience problems update to the most recent 6.x-RELEASE, if this does not fix your problems ask on multimedia@FreeBSD.org." | fmt - -.include <bsd.port.post.mk> diff --git a/net-im/skype/distinfo b/net-im/skype/distinfo deleted file mode 100644 index 45a776b79003..000000000000 --- a/net-im/skype/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (skype_staticQT-1.2.0.18.tar.bz2) = bc05f6883e8c0350186e1a376940d5c8 -SHA256 (skype_staticQT-1.2.0.18.tar.bz2) = fa825ff455b7c6fb53bd4090e7fb99038ce426b4078b4f1dda0307fc4fa216b3 -SIZE (skype_staticQT-1.2.0.18.tar.bz2) = 10678284 diff --git a/net-im/skype/pkg-descr b/net-im/skype/pkg-descr deleted file mode 100644 index 5d92fde2ea4f..000000000000 --- a/net-im/skype/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Skype is a free program that uses the latest P2P technology to bring -affordable and high-quality voice communications to people all over -the world. - -WWW: http://www.skype.net/ diff --git a/net-im/skype/pkg-plist b/net-im/skype/pkg-plist deleted file mode 100644 index b7763d3ec4ac..000000000000 --- a/net-im/skype/pkg-plist +++ /dev/null @@ -1,40 +0,0 @@ -bin/skype -bin/skype_bin -%%DATADIR%%/icons/skype_16_32.png -%%DATADIR%%/icons/skype_32_32.png -%%DATADIR%%/icons/skype_48_32.png -@dirrm %%DATADIR%%/icons -%%DATADIR%%/lang/skype_da.qm -%%DATADIR%%/lang/skype_de.qm -%%DATADIR%%/lang/skype_el.qm -%%DATADIR%%/lang/skype_en.qm -%%DATADIR%%/lang/skype_es.qm -%%DATADIR%%/lang/skype_es_AR.qm -%%DATADIR%%/lang/skype_et.qm -%%DATADIR%%/lang/skype_fi.qm -%%DATADIR%%/lang/skype_fr.qm -%%DATADIR%%/lang/skype_it.qm -%%DATADIR%%/lang/skype_iw.qm -%%DATADIR%%/lang/skype_ja.qm -%%DATADIR%%/lang/skype_ko.qm -%%DATADIR%%/lang/skype_nl.qm -%%DATADIR%%/lang/skype_no.qm -%%DATADIR%%/lang/skype_pl.qm -%%DATADIR%%/lang/skype_pt_BR.qm -%%DATADIR%%/lang/skype_ro.qm -%%DATADIR%%/lang/skype_ru.qm -%%DATADIR%%/lang/skype_sv.qm -%%DATADIR%%/lang/skype_zh_CN.qm -%%DATADIR%%/lang/skype_zh_TW.qm -@dirrm %%DATADIR%%/lang -%%DATADIR%%/sound/busy4.wav -%%DATADIR%%/sound/call_in.wav -%%DATADIR%%/sound/call_out.wav -%%DATADIR%%/sound/hangup.wav -%%DATADIR%%/sound/im.wav -@dirrm %%DATADIR%%/sound -%%DATADIR%%/LICENSE -@dirrm %%DATADIR%% -share/applications/skype.desktop -share/pixmaps/skype.png -@dirrmtry share/applications diff --git a/net-im/skype20/Makefile b/net-im/skype20/Makefile deleted file mode 100644 index 29351687e0aa..000000000000 --- a/net-im/skype20/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: skype -# Date created: Jun 21. 2004 -# Whom: netchild@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= skype -PORTVERSION= 1.2.0.18 -PORTREVISION= 3 -CATEGORIES= net -MASTER_SITES= http://download.skype.com/linux/ -DISTNAME= skype_staticQT-${PORTVERSION} - -MAINTAINER= itetcu@FreeBSD.org -COMMENT= P2P VoIP software - -CONFLICTS+= skype-devel-[0-9]* - -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \ - ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat - -USE_BZIP2= yes -USE_LINUX= yes -USE_X_PREFIX= yes -ONLY_FOR_ARCHS= i386 amd64 - -RESTRICTED= Redistribution not allowed yet. - -OPTIONS= NVIDIA_GL "Enable Nvidia Support" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_NVIDIA_GL) -RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver -.else -RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri -.endif - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -do-build: - ${BRANDELF} -t Linux ${WRKSRC}/skype - -do-install: - @${MKDIR} ${PREFIX}/share/applications - ${INSTALL} ${WRKSRC}/skype ${PREFIX}/bin/skype_bin -# ${INSTALL} ${WRKSRC}/skype-callto-handler ${PREFIX}/bin/ - ${ECHO_CMD} -e "#!/bin/sh\n\nSKYPE_RESOURCES_PATH='${DATADIR}' skype_bin \"\$$@\" 2>&1 | grep -v 'SOUND_MIXER_WRITE_IGAIN failed'" >${PREFIX}/bin/skype - ${CHMOD} a+rx ${PREFIX}/bin/skype - ${INSTALL_DATA} ${WRKSRC}/skype.desktop ${PREFIX}/share/applications/ - ${INSTALL_DATA} ${WRKSRC}/icons/skype_48_32.png ${PREFIX}/share/pixmaps/skype.png - ${MKDIR} ${DATADIR}/icons ${DATADIR}/lang ${DATADIR}/sound - ${INSTALL_DATA} ${WRKSRC}/icons/* ${DATADIR}/icons/ - ${INSTALL_DATA} ${WRKSRC}/lang/*.qm ${DATADIR}/lang/ - ${INSTALL_DATA} ${WRKSRC}/sound/*.wav ${DATADIR}/sound/ - ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DATADIR}/ - -post-install: - @${ECHO} "There are known problems with some soundcards in 5.x. This is due to a bug in the kernel. It is fixed in 6.x. Additionally there is some further work in the sound subsystem going on which fixes some related problems. This work will not be available in 6.0-RELEASE. If you experience problems update to the most recent 6.x-RELEASE, if this does not fix your problems ask on multimedia@FreeBSD.org." | fmt - -.include <bsd.port.post.mk> diff --git a/net-im/skype20/distinfo b/net-im/skype20/distinfo deleted file mode 100644 index 45a776b79003..000000000000 --- a/net-im/skype20/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (skype_staticQT-1.2.0.18.tar.bz2) = bc05f6883e8c0350186e1a376940d5c8 -SHA256 (skype_staticQT-1.2.0.18.tar.bz2) = fa825ff455b7c6fb53bd4090e7fb99038ce426b4078b4f1dda0307fc4fa216b3 -SIZE (skype_staticQT-1.2.0.18.tar.bz2) = 10678284 diff --git a/net-im/skype20/pkg-descr b/net-im/skype20/pkg-descr deleted file mode 100644 index 5d92fde2ea4f..000000000000 --- a/net-im/skype20/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Skype is a free program that uses the latest P2P technology to bring -affordable and high-quality voice communications to people all over -the world. - -WWW: http://www.skype.net/ diff --git a/net-im/skype20/pkg-plist b/net-im/skype20/pkg-plist deleted file mode 100644 index b7763d3ec4ac..000000000000 --- a/net-im/skype20/pkg-plist +++ /dev/null @@ -1,40 +0,0 @@ -bin/skype -bin/skype_bin -%%DATADIR%%/icons/skype_16_32.png -%%DATADIR%%/icons/skype_32_32.png -%%DATADIR%%/icons/skype_48_32.png -@dirrm %%DATADIR%%/icons -%%DATADIR%%/lang/skype_da.qm -%%DATADIR%%/lang/skype_de.qm -%%DATADIR%%/lang/skype_el.qm -%%DATADIR%%/lang/skype_en.qm -%%DATADIR%%/lang/skype_es.qm -%%DATADIR%%/lang/skype_es_AR.qm -%%DATADIR%%/lang/skype_et.qm -%%DATADIR%%/lang/skype_fi.qm -%%DATADIR%%/lang/skype_fr.qm -%%DATADIR%%/lang/skype_it.qm -%%DATADIR%%/lang/skype_iw.qm -%%DATADIR%%/lang/skype_ja.qm -%%DATADIR%%/lang/skype_ko.qm -%%DATADIR%%/lang/skype_nl.qm -%%DATADIR%%/lang/skype_no.qm -%%DATADIR%%/lang/skype_pl.qm -%%DATADIR%%/lang/skype_pt_BR.qm -%%DATADIR%%/lang/skype_ro.qm -%%DATADIR%%/lang/skype_ru.qm -%%DATADIR%%/lang/skype_sv.qm -%%DATADIR%%/lang/skype_zh_CN.qm -%%DATADIR%%/lang/skype_zh_TW.qm -@dirrm %%DATADIR%%/lang -%%DATADIR%%/sound/busy4.wav -%%DATADIR%%/sound/call_in.wav -%%DATADIR%%/sound/call_out.wav -%%DATADIR%%/sound/hangup.wav -%%DATADIR%%/sound/im.wav -@dirrm %%DATADIR%%/sound -%%DATADIR%%/LICENSE -@dirrm %%DATADIR%% -share/applications/skype.desktop -share/pixmaps/skype.png -@dirrmtry share/applications |