diff options
author | recht <recht@pkgsrc.org> | 2003-12-16 07:48:45 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-12-16 07:48:45 +0000 |
commit | 171026f9b4ae81790b9a6c5463c70b89a9d2fa31 (patch) | |
tree | 5897a51eae7b0602f6fd4bf03c1790fd3d3096c5 /chat/gossip | |
parent | 64c20b36ace85ae22ae71d8ddf8dd43ed8bba380 (diff) | |
download | pkgsrc-171026f9b4ae81790b9a6c5463c70b89a9d2fa31.tar.gz |
update to 0.6
Patch provided by Soren Jacobsen in PR 23768
Changes since 0.5:
* Improved contact list
* New presence system
* New icons
* Tabbed chat windows
* Conversation logging
* Nicer timestamping
* Many bug fixes and small improvements
* Updated and new translations (az, ca, cs, cy, da, de, es, fr, fr, it,
nl, no, pl, pt, ru, sr, sr@Latn, sv, zh_CN, zh_TW)
Diffstat (limited to 'chat/gossip')
-rw-r--r-- | chat/gossip/Makefile | 7 | ||||
-rw-r--r-- | chat/gossip/PLIST | 20 | ||||
-rw-r--r-- | chat/gossip/distinfo | 6 |
3 files changed, 21 insertions, 12 deletions
diff --git a/chat/gossip/Makefile b/chat/gossip/Makefile index 266cc2f2fc2..54d360bbf0b 100644 --- a/chat/gossip/Makefile +++ b/chat/gossip/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2003/12/13 00:45:21 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2003/12/16 07:48:45 recht Exp $ # -DISTNAME= gossip-0.5 -PKGREVISION= 4 +DISTNAME= gossip-0.6 CATEGORIES= chat -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gossip/0.5/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gossip/0.6/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= xtraeme@NetBSD.org diff --git a/chat/gossip/PLIST b/chat/gossip/PLIST index 3642101e872..fe07e1f8959 100644 --- a/chat/gossip/PLIST +++ b/chat/gossip/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2003/09/16 15:21:21 agc Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/12/16 07:48:45 recht Exp $ bin/gossip share/applications/gossip.desktop share/gconf/schemas/gossip.schemas @@ -19,33 +19,43 @@ share/gossip/emoticon-face6.png share/gossip/emoticon-face7.png share/gossip/emoticon-face8.png share/gossip/emoticon-face9.png +share/gossip/gossip-available.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-group-message.png +share/gossip/gossip-log.xsl +share/gossip/gossip-message.png share/gossip/gossip-offline.png -share/gossip/gossip-online.png +share/gossip/gossip-typing.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/az/LC_MESSAGES/gossip.mo ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/gossip.mo ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gossip.mo ${PKGLOCALEDIR}/locale/cy/LC_MESSAGES/gossip.mo +${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gossip.mo +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gossip.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gossip.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gossip.mo +${PKGLOCALEDIR}/locale/hr/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/no/LC_MESSAGES/gossip.mo +${PKGLOCALEDIR}/locale/pl/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 ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gossip.mo +${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/gossip.mo +${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/gossip.mo @dirrm share/gossip diff --git a/chat/gossip/distinfo b/chat/gossip/distinfo index ece38646a55..b4ff54d9ced 100644 --- a/chat/gossip/distinfo +++ b/chat/gossip/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/09/02 07:32:04 xtraeme Exp $ +$NetBSD: distinfo,v 1.2 2003/12/16 07:48:45 recht Exp $ -SHA1 (gossip-0.5.tar.bz2) = ab90be43743d92ee8af2476ad85d606cc75c2b5d -Size (gossip-0.5.tar.bz2) = 588155 bytes +SHA1 (gossip-0.6.tar.bz2) = 67034ada9261adaba12409f234f15a8086bd5664 +Size (gossip-0.6.tar.bz2) = 679839 bytes |