diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-09-02 07:32:04 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-09-02 07:32:04 +0000 |
commit | 19c06a1b06ff0805bf78e090611f2312195fab71 (patch) | |
tree | ac91959f81fe9b890b06557f7924cfa04469bfd2 /chat | |
parent | 37b2336ba3cc5ea818f6ad1bdc21a0149e398dbd (diff) | |
download | pkgsrc-19c06a1b06ff0805bf78e090611f2312195fab71.tar.gz |
Initial import of gossip 0.5. Ok'ed by wiz@
Gossip is a modern client for the Jabber Instant Messaging system.
It aims at making Instant Messaging with Jabber as easy as possible,
while giving users of the GNOME desktop a user-friendly way of keeping
in touch with their friends.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/gossip/DESCR | 4 | ||||
-rw-r--r-- | chat/gossip/Makefile | 32 | ||||
-rw-r--r-- | chat/gossip/PLIST | 50 | ||||
-rw-r--r-- | chat/gossip/distinfo | 4 |
4 files changed, 90 insertions, 0 deletions
diff --git a/chat/gossip/DESCR b/chat/gossip/DESCR new file mode 100644 index 00000000000..81cd73904c9 --- /dev/null +++ b/chat/gossip/DESCR @@ -0,0 +1,4 @@ +Gossip is a modern client for the Jabber Instant Messaging system. +It aims at making Instant Messaging with Jabber as easy as possible, +while giving users of the GNOME desktop a user-friendly way of keeping +in touch with their friends. diff --git a/chat/gossip/Makefile b/chat/gossip/Makefile new file mode 100644 index 00000000000..b03b4077fca --- /dev/null +++ b/chat/gossip/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/09/02 07:32:04 xtraeme Exp $ +# + +DISTNAME= gossip-${VER} +CATEGORIES= chat +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gossip/${VER}/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= xtraeme@NetBSD.org +HOMEPAGE= http://www.gnome.org/ +COMMENT= GTK2 Jabber Instant Messaging client + +DEPENDS= gnome2-dirs>=1.0:../../misc/gnome2-dirs +BUILD_USES_MSGFMT= yes + +USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes + +VER= 0.5 + +GCONF2_SCHEMAS= gossip.schemas +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool + +.include "../../devel/libgnomeui/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../devel/loudmouth/buildlink2.mk" +.include "../../converters/libiconv/buildlink2.mk" +.include "../../devel/GConf2/schemas.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/chat/gossip/PLIST b/chat/gossip/PLIST new file mode 100644 index 00000000000..2188533cc4e --- /dev/null +++ b/chat/gossip/PLIST @@ -0,0 +1,50 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/02 07:32:04 xtraeme Exp $ +bin/gossip +share/applications/gossip.desktop +share/gconf/schemas/gossip.schemas +share/gossip/channel-old4.png +share/gossip/chat.glade +share/gossip/chat1.wav +share/gossip/chat2.wav +share/gossip/connect.glade +share/gossip/emoticon-face1.png +share/gossip/emoticon-face10.png +share/gossip/emoticon-face11.png +share/gossip/emoticon-face12.png +share/gossip/emoticon-face2.png +share/gossip/emoticon-face3.png +share/gossip/emoticon-face4.png +share/gossip/emoticon-face5.png +share/gossip/emoticon-face6.png +share/gossip/emoticon-face7.png +share/gossip/emoticon-face8.png +share/gossip/emoticon-face9.png +share/gossip/gossip-away.png +share/gossip/gossip-busy.png +share/gossip/gossip-chat.png +share/gossip/gossip-extended-away.png +share/gossip/gossip-offline.png +share/gossip/gossip-online.png +share/gossip/group-chat.glade +share/gossip/main.glade +share/gossip/message.png +share/gossip/my-user_48.png +share/gossip/offline.wav +share/gossip/online.wav +share/gossip/query_48.png +share/gossip/send.wav +share/gossip/typing.png +share/gossip/vcard_48.png +share/gossip/watermark.png +${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/gossip.mo +${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gossip.mo +${PKGLOCALEDIR}/locale/cy/LC_MESSAGES/gossip.mo +${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gossip.mo +${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gossip.mo +${PKGLOCALEDIR}/locale/ml/LC_MESSAGES/gossip.mo +${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gossip.mo +${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/gossip.mo +${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gossip.mo +${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/gossip.mo +${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/gossip.mo +@dirrm share/gossip diff --git a/chat/gossip/distinfo b/chat/gossip/distinfo new file mode 100644 index 00000000000..ece38646a55 --- /dev/null +++ b/chat/gossip/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/09/02 07:32:04 xtraeme Exp $ + +SHA1 (gossip-0.5.tar.bz2) = ab90be43743d92ee8af2476ad85d606cc75c2b5d +Size (gossip-0.5.tar.bz2) = 588155 bytes |