From 72449a9753122ca5d6ac5246c84701d6a899b5ca Mon Sep 17 00:00:00 2001
From: mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>
Date: Fri, 24 Jun 2011 16:29:36 +0000
Subject: BROKEN=         It does build with new libnotify 0.7.x DEPRECATED=   
  No longer maintain by upstream, use net-im/empathy instead
 EXPIRATION_DATE=2011-08-01

Reported by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru> (about no longer
							 maintain by upstream)


git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16088 df743ca5-7f9a-e211-a948-0013205c9059
---
 net-im/gossip/Makefile                             |  69 ++++++++++
 net-im/gossip/distinfo                             |   2 +
 .../files/patch-libloudermouth_lm-bs-listener.c    |  10 ++
 net-im/gossip/pkg-descr                            |   3 +
 net-im/gossip/pkg-plist                            | 151 +++++++++++++++++++++
 5 files changed, 235 insertions(+)
 create mode 100644 net-im/gossip/Makefile
 create mode 100644 net-im/gossip/distinfo
 create mode 100644 net-im/gossip/files/patch-libloudermouth_lm-bs-listener.c
 create mode 100644 net-im/gossip/pkg-descr
 create mode 100644 net-im/gossip/pkg-plist

(limited to 'net-im')

diff --git a/net-im/gossip/Makefile b/net-im/gossip/Makefile
new file mode 100644
index 000000000..cba4f0fd6
--- /dev/null
+++ b/net-im/gossip/Makefile
@@ -0,0 +1,69 @@
+# New ports collection makefile for:	gossip
+# Date created:				08 July 2003
+# Whom:					Adam Weinberger <adamw@FreeBSD.org>
+#
+# $FreeBSD$
+#   $MCom$
+#
+
+PORTNAME=	gossip
+PORTVERSION=	0.31
+PORTREVISION=	6
+CATEGORIES=	net-im gnome
+MASTER_SITES=	GNOME
+DIST_SUBDIR=	gnome2
+
+MAINTAINER=	gnome@FreeBSD.org
+COMMENT=	GTK2 Jabber Instant Messaging client
+
+BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
+LIB_DEPENDS=	loudmouth-1.0:${PORTSDIR}/net-im/loudmouth \
+		dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
+		aspell.16:${PORTSDIR}/textproc/aspell
+RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
+
+BROKEN=         It does build with new libnotify 0.7.x
+DEPRECATED=     No longer maintain by upstream, use net-im/empathy instead
+EXPIRATION_DATE=2011-08-01
+
+USE_XORG=	x11 xext ice xscrnsaver
+USE_BZIP2=	yes
+GNU_CONFIGURE=	yes
+USE_GETTEXT=	yes
+USE_GMAKE=	yes
+USE_GNOME=	gnomeprefix intlhack gnomehack gnomepanel gnomedocutils \
+		libgnomeui
+INSTALLS_OMF=	yes
+INSTALLS_ICONS=	yes
+CONFIGURE_ARGS=	--enable-dbus=yes
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib"
+
+GCONF_SCHEMAS=	gossip.schemas
+
+OPTIONS=	NOTIFY "Enable libnotify support" on \
+		TELEPATHY "Enable telepathy support" off \
+		EBOOK "Enable Evolution integration" off
+
+.include <bsd.port.pre.mk>
+
+.if !defined(WITHOUT_NOTIFY)
+LIB_DEPENDS+=		notify.4:${PORTSDIR}/devel/libnotify
+.else
+CONFIGURE_ARGS+=	--enable-libnotify=no
+.endif
+
+.if defined(WITH_TELEPATHY)
+LIB_DEPENDS+=		telepathy.2:${PORTSDIR}/net-im/libtelepathy
+CONFIGURE_ARGS+=	--enable-telepathy=yes
+.else
+CONFIGURE_ARGS+=	--enable-telepathy=no
+.endif
+
+.if defined(WITH_EBOOK)
+USE_GNOME+=	evolutiondataserver
+.else
+CONFIGURE_ARGS+=	--enable-ebook=no
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/net-im/gossip/distinfo b/net-im/gossip/distinfo
new file mode 100644
index 000000000..ac15fb1ce
--- /dev/null
+++ b/net-im/gossip/distinfo
@@ -0,0 +1,2 @@
+SHA256 (gnome2/gossip-0.31.tar.bz2) = ad2de7ab1700fe2368cc558137e4c17fd983a204894f2a911769709073e38510
+SIZE (gnome2/gossip-0.31.tar.bz2) = 1723001
diff --git a/net-im/gossip/files/patch-libloudermouth_lm-bs-listener.c b/net-im/gossip/files/patch-libloudermouth_lm-bs-listener.c
new file mode 100644
index 000000000..ef9d11783
--- /dev/null
+++ b/net-im/gossip/files/patch-libloudermouth_lm-bs-listener.c
@@ -0,0 +1,10 @@
+--- libloudermouth/lm-bs-listener.c.orig	2008-08-03 14:38:37.000000000 -0400
++++ libloudermouth/lm-bs-listener.c	2008-08-03 14:38:50.000000000 -0400
+@@ -27,6 +27,7 @@
+ #include <glib.h>
+ 
+ #ifndef G_OS_WIN32
++#include <sys/types.h>
+ #include <sys/socket.h> 
+ #include <netinet/tcp.h> 
+ #endif /* G_OS_WIN32 */
diff --git a/net-im/gossip/pkg-descr b/net-im/gossip/pkg-descr
new file mode 100644
index 000000000..e35bf5d47
--- /dev/null
+++ b/net-im/gossip/pkg-descr
@@ -0,0 +1,3 @@
+Gossip is a modern client for the Jabber Instant Messaging system.
+
+WWW: http://developer.imendio.com/projects/gossip/
diff --git a/net-im/gossip/pkg-plist b/net-im/gossip/pkg-plist
new file mode 100644
index 000000000..2c79d086e
--- /dev/null
+++ b/net-im/gossip/pkg-plist
@@ -0,0 +1,151 @@
+bin/gossip
+etc/sound/events/gossip.soundlist
+libdata/bonobo/servers/GNOME_Peekaboo_Applet.server
+libexec/peekaboo-applet
+share/applications/gossip.desktop
+share/gnome/help/gossip/C/figures/gossip-available.png
+share/gnome/help/gossip/C/figures/gossip-away.png
+share/gnome/help/gossip/C/figures/gossip-busy.png
+share/gnome/help/gossip/C/figures/gossip-extended-away.png
+share/gnome/help/gossip/C/figures/gossip-offline.png
+share/gnome/help/gossip/C/figures/gossip-personal-details.png
+share/gnome/help/gossip/C/figures/gossip-roster.png
+share/gnome/help/gossip/C/gossip.xml
+share/gnome/help/gossip/C/legal.xml
+share/gnome/help/gossip/es/figures/gossip-available.png
+share/gnome/help/gossip/es/figures/gossip-away.png
+share/gnome/help/gossip/es/figures/gossip-busy.png
+share/gnome/help/gossip/es/figures/gossip-extended-away.png
+share/gnome/help/gossip/es/figures/gossip-offline.png
+share/gnome/help/gossip/es/figures/gossip-personal-details.png
+share/gnome/help/gossip/es/figures/gossip-roster.png
+share/gnome/help/gossip/es/gossip.xml
+share/gnome/help/gossip/fr/figures/gossip-available.png
+share/gnome/help/gossip/fr/figures/gossip-away.png
+share/gnome/help/gossip/fr/figures/gossip-busy.png
+share/gnome/help/gossip/fr/figures/gossip-extended-away.png
+share/gnome/help/gossip/fr/figures/gossip-offline.png
+share/gnome/help/gossip/fr/figures/gossip-personal-details.png
+share/gnome/help/gossip/fr/figures/gossip-roster.png
+share/gnome/help/gossip/fr/gossip.xml
+share/gnome/help/gossip/oc/figures/gossip-available.png
+share/gnome/help/gossip/oc/figures/gossip-away.png
+share/gnome/help/gossip/oc/figures/gossip-busy.png
+share/gnome/help/gossip/oc/figures/gossip-extended-away.png
+share/gnome/help/gossip/oc/figures/gossip-offline.png
+share/gnome/help/gossip/oc/figures/gossip-personal-details.png
+share/gnome/help/gossip/oc/figures/gossip-roster.png
+share/gnome/help/gossip/oc/gossip.xml
+share/gnome/help/gossip/sv/figures/gossip-available.png
+share/gnome/help/gossip/sv/figures/gossip-away.png
+share/gnome/help/gossip/sv/figures/gossip-busy.png
+share/gnome/help/gossip/sv/figures/gossip-extended-away.png
+share/gnome/help/gossip/sv/figures/gossip-offline.png
+share/gnome/help/gossip/sv/figures/gossip-personal-details.png
+share/gnome/help/gossip/sv/figures/gossip-roster.png
+share/gnome/help/gossip/sv/gossip.xml
+share/gossip/GNOME_Peekaboo_Applet.xml
+share/gossip/chat.glade
+share/gossip/file-transfer.glade
+share/gossip/gossip-account.dtd
+share/gossip/gossip-available.png
+share/gossip/gossip-away.png
+share/gossip/gossip-busy.png
+share/gossip/gossip-chatroom.dtd
+share/gossip/gossip-contact-groups.dtd
+share/gossip/gossip-contact.dtd
+share/gossip/gossip-extended-away.png
+share/gossip/gossip-file-transfer.png
+share/gossip/gossip-group-message.png
+share/gossip/gossip-log.xsl
+share/gossip/gossip-logo.png
+share/gossip/gossip-mac-overlay-new-message.png
+share/gossip/gossip-message.png
+share/gossip/gossip-offline.png
+share/gossip/gossip-pending.png
+share/gossip/gossip-status-presets.dtd
+share/gossip/gossip-typing.png
+share/gossip/group-chat.glade
+share/gossip/main.glade
+share/gossip/vcard_16.png
+share/gossip/vcard_48.png
+share/omf/gossip/gossip-C.omf
+share/omf/gossip/gossip-es.omf
+share/omf/gossip/gossip-fr.omf
+share/omf/gossip/gossip-oc.omf
+share/omf/gossip/gossip-sv.omf
+share/sounds/gossip/chat1.wav
+share/sounds/gossip/chat2.wav
+share/sounds/gossip/offline.wav
+share/sounds/gossip/online.wav
+share/sounds/gossip/send.wav
+share/icons/hicolor/16x16/apps/gossip.png
+share/icons/hicolor/22x22/apps/gossip.png
+share/icons/hicolor/24x24/apps/gossip.png
+share/icons/hicolor/32x32/apps/gossip.png
+share/icons/hicolor/48x48/apps/gossip.png
+share/icons/hicolor/scalable/apps/gossip.svg
+share/locale/ar/LC_MESSAGES/gossip.mo
+share/locale/az/LC_MESSAGES/gossip.mo
+share/locale/bg/LC_MESSAGES/gossip.mo
+share/locale/ca/LC_MESSAGES/gossip.mo
+share/locale/cs/LC_MESSAGES/gossip.mo
+share/locale/cy/LC_MESSAGES/gossip.mo
+share/locale/da/LC_MESSAGES/gossip.mo
+share/locale/de/LC_MESSAGES/gossip.mo
+share/locale/dz/LC_MESSAGES/gossip.mo
+share/locale/el/LC_MESSAGES/gossip.mo
+share/locale/en_CA/LC_MESSAGES/gossip.mo
+share/locale/en_GB/LC_MESSAGES/gossip.mo
+share/locale/eo/LC_MESSAGES/gossip.mo
+share/locale/es/LC_MESSAGES/gossip.mo
+share/locale/eu/LC_MESSAGES/gossip.mo
+share/locale/fi/LC_MESSAGES/gossip.mo
+share/locale/fr/LC_MESSAGES/gossip.mo
+share/locale/ga/LC_MESSAGES/gossip.mo
+share/locale/he/LC_MESSAGES/gossip.mo
+share/locale/hr/LC_MESSAGES/gossip.mo
+share/locale/hu/LC_MESSAGES/gossip.mo
+share/locale/it/LC_MESSAGES/gossip.mo
+share/locale/lt/LC_MESSAGES/gossip.mo
+share/locale/ml/LC_MESSAGES/gossip.mo
+share/locale/ms/LC_MESSAGES/gossip.mo
+share/locale/nb/LC_MESSAGES/gossip.mo
+share/locale/ne/LC_MESSAGES/gossip.mo
+share/locale/nl/LC_MESSAGES/gossip.mo
+share/locale/oc/LC_MESSAGES/gossip.mo
+share/locale/pl/LC_MESSAGES/gossip.mo
+share/locale/pt/LC_MESSAGES/gossip.mo
+share/locale/pt_BR/LC_MESSAGES/gossip.mo
+share/locale/ru/LC_MESSAGES/gossip.mo
+share/locale/sq/LC_MESSAGES/gossip.mo
+share/locale/sr/LC_MESSAGES/gossip.mo
+share/locale/sr@Latn/LC_MESSAGES/gossip.mo
+share/locale/sv/LC_MESSAGES/gossip.mo
+share/locale/tr/LC_MESSAGES/gossip.mo
+share/locale/uk/LC_MESSAGES/gossip.mo
+share/locale/vi/LC_MESSAGES/gossip.mo
+share/locale/zh_CN/LC_MESSAGES/gossip.mo
+share/locale/zh_HK/LC_MESSAGES/gossip.mo
+share/locale/zh_TW/LC_MESSAGES/gossip.mo
+@dirrm share/omf/gossip
+@dirrm share/gnome/help/gossip/sv/figures
+@dirrm share/gnome/help/gossip/sv
+@dirrm share/gnome/help/gossip/oc/figures
+@dirrm share/gnome/help/gossip/oc
+@dirrm share/gnome/help/gossip/fr/figures
+@dirrm share/gnome/help/gossip/fr
+@dirrm share/gnome/help/gossip/es/figures
+@dirrm share/gnome/help/gossip/es
+@dirrm share/gnome/help/gossip/C/figures
+@dirrm share/gnome/help/gossip/C
+@dirrm share/gnome/help/gossip
+@dirrm share/sounds/gossip
+@dirrm share/gossip
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/oc/LC_MESSAGES
+@dirrmtry share/locale/oc
+@dirrmtry share/locale/dz/LC_MESSAGES
+@dirrmtry share/locale/dz
+@dirrmtry share/applications
-- 
cgit v1.2.3