diff options
-rw-r--r-- | chat/xchat-python/DESCR | 4 | ||||
-rw-r--r-- | chat/xchat-python/Makefile | 4 | ||||
-rw-r--r-- | chat/xchat-systray-integration/DESCR | 2 | ||||
-rw-r--r-- | chat/xchat-systray-integration/Makefile | 4 | ||||
-rw-r--r-- | chat/xchat/DESCR | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/chat/xchat-python/DESCR b/chat/xchat-python/DESCR index 298512ac810..da0717c5efb 100644 --- a/chat/xchat-python/DESCR +++ b/chat/xchat-python/DESCR @@ -1,2 +1,2 @@ -X-Chat is a graphical IRC client that runs on UNIX-like systems. -This is a Python scripting plugin for X-Chat. +XChat is a graphical IRC client that runs on UNIX-like systems. +This is a Python scripting plugin for XChat. diff --git a/chat/xchat-python/Makefile b/chat/xchat-python/Makefile index 3421ef59a90..e011a316e21 100644 --- a/chat/xchat-python/Makefile +++ b/chat/xchat-python/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2006/03/28 17:38:32 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2007/03/12 12:46:29 tron Exp $ .include "../../chat/xchat/Makefile.common" PKGNAME= ${DISTNAME:S/-/-python-/} MAINTAINER= tron@NetBSD.org -COMMENT= Python scripting plugin for xchat +COMMENT= Python scripting plugin for XChat DEPENDS+= xchat>=2.0.0:../../chat/xchat diff --git a/chat/xchat-systray-integration/DESCR b/chat/xchat-systray-integration/DESCR index f5520fe9320..349dc0f3750 100644 --- a/chat/xchat-systray-integration/DESCR +++ b/chat/xchat-systray-integration/DESCR @@ -1,3 +1,3 @@ -Plugin for IRC client X-Chat which adds an icon in your systray that +Plugin for IRC client XChat which adds an icon in your systray that flashes when you got highlighted message. Configurable events and actions. Integrates with KDE, GNOME and Xfce4. diff --git a/chat/xchat-systray-integration/Makefile b/chat/xchat-systray-integration/Makefile index 68cc17088c6..30ffd1f0dfd 100644 --- a/chat/xchat-systray-integration/Makefile +++ b/chat/xchat-systray-integration/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/10/04 20:50:47 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2007/03/12 12:46:29 tron Exp $ DISTNAME= xchat-systray-integration-2.4.5-src PKGNAME= ${DISTNAME:S/-src//} @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchat2-plugins/} MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://www.patriziobassi.it/blight/index.php?act=Systray -COMMENT= Systray icon plugin for X-Chat +COMMENT= Systray icon plugin for XChat DEPENDS+= xchat>=2.0:../../chat/xchat diff --git a/chat/xchat/DESCR b/chat/xchat/DESCR index 30e67ba816a..e47d8deeedb 100644 --- a/chat/xchat/DESCR +++ b/chat/xchat/DESCR @@ -1,2 +1,2 @@ -X-Chat is a graphical IRC client that runs on UNIX-like systems. +XChat is a graphical IRC client that runs on UNIX-like systems. It uses the GTK 2 library as its graphics toolkit. |