summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorwiz <wiz>2001-02-16 13:51:27 +0000
committerwiz <wiz>2001-02-16 13:51:27 +0000
commite6c09e0ffcafa1cd01223abf0f13852e7a875595 (patch)
tree0b6795ee15e18090020cfa8444738bad46458587 /chat
parent4c3dfcb96a12ad0a22dddb9f4c146cfc65e4c845 (diff)
downloadpkgsrc-e6c09e0ffcafa1cd01223abf0f13852e7a875595.tar.gz
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'chat')
-rw-r--r--chat/irchat/pkg/COMMENT1
-rw-r--r--chat/ircu/Makefile3
-rw-r--r--chat/ircu/pkg/COMMENT1
-rw-r--r--chat/kicq/Makefile3
-rw-r--r--chat/kicq/pkg/COMMENT1
-rw-r--r--chat/kxicq/Makefile3
-rw-r--r--chat/kxicq/pkg/COMMENT1
-rw-r--r--chat/libirc/Makefile3
-rw-r--r--chat/libirc/pkg/COMMENT1
-rw-r--r--chat/micq/Makefile3
-rw-r--r--chat/micq/pkg/COMMENT1
-rw-r--r--chat/sirc/Makefile3
-rw-r--r--chat/sirc/pkg/COMMENT1
-rw-r--r--chat/tkicb/Makefile3
-rw-r--r--chat/tkicb/pkg/COMMENT1
-rw-r--r--chat/tkirc/Makefile3
-rw-r--r--chat/tkirc/pkg/COMMENT1
-rw-r--r--chat/xchat/Makefile3
-rw-r--r--chat/xchat/pkg/COMMENT1
-rw-r--r--chat/zenicb/Makefile3
-rw-r--r--chat/zenicb/pkg/COMMENT1
-rw-r--r--chat/zircon/Makefile3
-rw-r--r--chat/zircon/pkg/COMMENT1
23 files changed, 22 insertions, 23 deletions
diff --git a/chat/irchat/pkg/COMMENT b/chat/irchat/pkg/COMMENT
deleted file mode 100644
index a69c4c47ba9..00000000000
--- a/chat/irchat/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Emacs lisp interface to Internet Relay Chat
diff --git a/chat/ircu/Makefile b/chat/ircu/Makefile
index 67260239ee6..76549e0d42d 100644
--- a/chat/ircu/Makefile
+++ b/chat/ircu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/12/15 00:36:31 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2001/02/16 13:51:27 wiz Exp $
#
DISTNAME= ircu2.10.04
@@ -10,6 +10,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= tv@netbsd.org
HOMEPAGE= http://coder-com.undernet.org/
+COMMENT= Internet Relay Chat server customized for Undernet
GNU_CONFIGURE= yes
IS_INTERACTIVE= yes
diff --git a/chat/ircu/pkg/COMMENT b/chat/ircu/pkg/COMMENT
deleted file mode 100644
index 1b5b975e87a..00000000000
--- a/chat/ircu/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Internet Relay Chat server customized for Undernet
diff --git a/chat/kicq/Makefile b/chat/kicq/Makefile
index be8fe3d6635..b826c82cfd0 100644
--- a/chat/kicq/Makefile
+++ b/chat/kicq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/02/07 05:16:40 fredb Exp $
+# $NetBSD: Makefile,v 1.4 2001/02/16 13:51:28 wiz Exp $
DISTNAME= kicq-1.0.0
CATEGORIES= chat kde
@@ -6,6 +6,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kicq/}
MAINTAINER= magick@bundy.lip.owl.de
HOMEPAGE= http://kicq.sourceforge.net/
+COMMENT= KDE ICQ client
BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
DEPENDS+= icqlib>=1.0.0:../../chat/icqlib
diff --git a/chat/kicq/pkg/COMMENT b/chat/kicq/pkg/COMMENT
deleted file mode 100644
index 414e1e153bb..00000000000
--- a/chat/kicq/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-KDE ICQ client
diff --git a/chat/kxicq/Makefile b/chat/kxicq/Makefile
index 0f553a1a836..8c601c1f42f 100644
--- a/chat/kxicq/Makefile
+++ b/chat/kxicq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/12/15 00:36:25 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2001/02/16 13:51:29 wiz Exp $
DISTNAME= kxicq-03132000
CATEGORIES= chat kde
@@ -6,6 +6,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kxicq/}
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.kxicq.org/
+COMMENT= KDE ICQ client
DEPENDS+= esound>=0.2.7:../../audio/esound
DEPENDS+= kdebase-1.1.2:../../x11/kdebase
diff --git a/chat/kxicq/pkg/COMMENT b/chat/kxicq/pkg/COMMENT
deleted file mode 100644
index 414e1e153bb..00000000000
--- a/chat/kxicq/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-KDE ICQ client
diff --git a/chat/libirc/Makefile b/chat/libirc/Makefile
index 2fd92411e3d..7ed6ebb7cd3 100644
--- a/chat/libirc/Makefile
+++ b/chat/libirc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/12/15 00:36:31 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2001/02/16 13:51:30 wiz Exp $
#
DISTNAME= libirc-0.2
@@ -7,6 +7,7 @@ MASTER_SITES= http://www.cs.kau.se/~jorgen/software/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.cs.kau.se/~jorgen/software/
+COMMENT= libirc is a C-library for the IRC protocol
DEPENDS+= glib>=1.2.6:../../devel/glib
diff --git a/chat/libirc/pkg/COMMENT b/chat/libirc/pkg/COMMENT
deleted file mode 100644
index 9e234962b54..00000000000
--- a/chat/libirc/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-libirc is a C-library for the IRC protocol
diff --git a/chat/micq/Makefile b/chat/micq/Makefile
index 8192aada413..797fb7429f5 100644
--- a/chat/micq/Makefile
+++ b/chat/micq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/01/31 19:10:12 tron Exp $
+# $NetBSD: Makefile,v 1.3 2001/02/16 13:51:30 wiz Exp $
DISTNAME= micq-0.4.6.p1
PKGNAME= ${DISTNAME:S/p//}
@@ -8,6 +8,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://micq.ukeer.de/
+COMMENT= text-mode ICQ client
WRKSRC= ${WRKDIR}/${DISTNAME:S/.p/-p/}/src
diff --git a/chat/micq/pkg/COMMENT b/chat/micq/pkg/COMMENT
deleted file mode 100644
index 836dc588d94..00000000000
--- a/chat/micq/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-text-mode ICQ client
diff --git a/chat/sirc/Makefile b/chat/sirc/Makefile
index e1f33d1f1a2..14b190bb0a9 100644
--- a/chat/sirc/Makefile
+++ b/chat/sirc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/02/01 14:25:53 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2001/02/16 13:51:31 wiz Exp $
DISTNAME= sirc-2.211
PKGNAME= sirc-2.211nb1
@@ -10,6 +10,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.iagora.com/~espel/sirc/sirc.html
+COMMENT= IRC client written and programmable in perl
USE_PERL5= # defined
DEPENDS+= p5-Socket6>=0.07:../../net/p5-Socket6
diff --git a/chat/sirc/pkg/COMMENT b/chat/sirc/pkg/COMMENT
deleted file mode 100644
index 02d78df5bed..00000000000
--- a/chat/sirc/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-IRC client written and programmable in perl
diff --git a/chat/tkicb/Makefile b/chat/tkicb/Makefile
index d34fb4b0c93..c4571dcaa44 100644
--- a/chat/tkicb/Makefile
+++ b/chat/tkicb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/12/15 00:36:36 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2001/02/16 13:51:33 wiz Exp $
#
DISTNAME= icb.2.1.4
@@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= jwise@netbsd.org
HOMEPAGE= http://www.icb.net/
+COMMENT= TK interface to the ICB chat system
DEPENDS= tk-8.3.2:../../x11/tk
diff --git a/chat/tkicb/pkg/COMMENT b/chat/tkicb/pkg/COMMENT
deleted file mode 100644
index 6adbb8f8b51..00000000000
--- a/chat/tkicb/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-TK interface to the ICB chat system
diff --git a/chat/tkirc/Makefile b/chat/tkirc/Makefile
index 74f6b919c10..4a8868f5615 100644
--- a/chat/tkirc/Makefile
+++ b/chat/tkirc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/12/15 02:37:29 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/02/16 13:51:33 wiz Exp $
DISTNAME= tkirc1.202
PKGNAME= tkirc-1.202
@@ -7,6 +7,7 @@ MASTER_SITES= ftp://ftp.informatik.uni-oldenburg.de/pub/tkirc/
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://netsplit.de/tkirc1/
+COMMENT= GUI for the ircII Internet Relay Chat client
DEPENDS+= ircII-*:../../chat/ircII
DEPENDS+= tk>=8.3.2:../../x11/tk
diff --git a/chat/tkirc/pkg/COMMENT b/chat/tkirc/pkg/COMMENT
deleted file mode 100644
index 724e7d21e94..00000000000
--- a/chat/tkirc/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-GUI for the ircII Internet Relay Chat client
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile
index 1da2f763385..4aac62652e8 100644
--- a/chat/xchat/Makefile
+++ b/chat/xchat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/02/05 15:30:22 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.4 2001/02/16 13:51:34 wiz Exp $
DISTNAME= xchat-1.6.2
CATEGORIES= chat x11 gnome
@@ -7,6 +7,7 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://xchat.org/
+COMMENT= X11 (X Window System) IRC client, using the GTK+ toolkit
DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core
DEPENDS+= python>=2.0:../../lang/python
diff --git a/chat/xchat/pkg/COMMENT b/chat/xchat/pkg/COMMENT
deleted file mode 100644
index 8f79ab54eac..00000000000
--- a/chat/xchat/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-X11 (X Window System) IRC client, using the GTK+ toolkit
diff --git a/chat/zenicb/Makefile b/chat/zenicb/Makefile
index 5359a33fbf5..2b21166fa89 100644
--- a/chat/zenicb/Makefile
+++ b/chat/zenicb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/12/15 00:36:35 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2001/02/16 13:51:36 wiz Exp $
#
DISTNAME= zenicb-19981202
@@ -6,6 +6,7 @@ CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= thorpej@netbsd.org
+COMMENT= ICB client for Emacs
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
diff --git a/chat/zenicb/pkg/COMMENT b/chat/zenicb/pkg/COMMENT
deleted file mode 100644
index 2dfbbe4ee29..00000000000
--- a/chat/zenicb/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-ICB client for Emacs
diff --git a/chat/zircon/Makefile b/chat/zircon/Makefile
index eb5c46ce1ce..febf1b922f7 100644
--- a/chat/zircon/Makefile
+++ b/chat/zircon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/12/15 00:36:28 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2001/02/16 13:51:36 wiz Exp $
#
DISTNAME= zircon-1.18.245
@@ -7,6 +7,7 @@ MASTER_SITES= ftp://catless.ncl.ac.uk/pub/
MAINTAINER= frueauf@netbsd.org
HOMEPAGE= http://catless.ncl.ac.uk/Programs/Zircon/
+COMMENT= X11 interface to Internet Relay Chat
DEPENDS+= tk-8.3.2:../../x11/tk
diff --git a/chat/zircon/pkg/COMMENT b/chat/zircon/pkg/COMMENT
deleted file mode 100644
index 7236af5df63..00000000000
--- a/chat/zircon/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-X11 interface to Internet Relay Chat