From 2db9056f6e9918e76e686389fa7de8a0a3ed22b6 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 16 Feb 2001 13:41:26 +0000 Subject: Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. --- chat/bitchx/Makefile | 3 ++- chat/bitchx/pkg/COMMENT | 1 - chat/epic4/Makefile | 3 ++- chat/epic4/pkg/COMMENT | 1 - chat/gaim/Makefile | 3 ++- chat/gaim/pkg/COMMENT | 1 - chat/gale/Makefile | 3 ++- chat/gale/pkg/COMMENT | 1 - chat/icb/Makefile | 3 ++- chat/icb/pkg/COMMENT | 1 - chat/icqlib/Makefile | 3 ++- chat/icqlib/pkg/COMMENT | 1 - chat/ircII/Makefile | 3 ++- chat/ircII/pkg/COMMENT | 1 - chat/irchat/Makefile | 3 ++- 15 files changed, 16 insertions(+), 15 deletions(-) delete mode 100644 chat/bitchx/pkg/COMMENT delete mode 100644 chat/epic4/pkg/COMMENT delete mode 100644 chat/gaim/pkg/COMMENT delete mode 100644 chat/gale/pkg/COMMENT delete mode 100644 chat/icb/pkg/COMMENT delete mode 100644 chat/icqlib/pkg/COMMENT delete mode 100644 chat/ircII/pkg/COMMENT (limited to 'chat') diff --git a/chat/bitchx/Makefile b/chat/bitchx/Makefile index 24e2113d0d2..0088dc9eb5f 100644 --- a/chat/bitchx/Makefile +++ b/chat/bitchx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/08 14:56:16 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/16 13:51:21 wiz Exp $ DISTNAME= ircii-pana-1.0c18 PKGNAME= bitchx-1.0.3.18 @@ -8,6 +8,7 @@ MASTER_SITES= ftp://ftp.bitchx.org/pub/BitchX/source/ MAINTAINER= jmcneill@invisible.yi.org HOMEPAGE= http://www.bitchx.org/ +COMMENT= IRC client based on ircII DEPENDS+= ncurses>=5.2:../../devel/ncurses # not enabled since BitchX dumps core on startup diff --git a/chat/bitchx/pkg/COMMENT b/chat/bitchx/pkg/COMMENT deleted file mode 100644 index 211910266d9..00000000000 --- a/chat/bitchx/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -IRC client based on ircII diff --git a/chat/epic4/Makefile b/chat/epic4/Makefile index 6683c63146e..88bdfc6cb21 100644 --- a/chat/epic4/Makefile +++ b/chat/epic4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/08 14:20:33 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/16 13:51:22 wiz Exp $ # DISTNAME= epic4-0.9.16 @@ -21,6 +21,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= zuntum@eik.pl HOMEPAGE= http://www.epicsol.org/ +COMMENT= The (E)nhanced (P)rogrammable (I)RC-II (C)lient EXTRACT_ONLY= epic4-0.9.16.tar.gz diff --git a/chat/epic4/pkg/COMMENT b/chat/epic4/pkg/COMMENT deleted file mode 100644 index b1fb74d443f..00000000000 --- a/chat/epic4/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -The (E)nhanced (P)rogrammable (I)RC-II (C)lient diff --git a/chat/gaim/Makefile b/chat/gaim/Makefile index 9d8322a67e1..c055ec1eb3a 100644 --- a/chat/gaim/Makefile +++ b/chat/gaim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/12/27 22:15:11 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/16 13:51:23 wiz Exp $ # DISTNAME= gaim-0.11.0pre4 @@ -7,6 +7,7 @@ MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.marko.net/gaim/ +COMMENT= gtk-based client for AOL's Instant Messenger chat system DEPENDS+= gtk+>=1.2.3:../../x11/gtk DEPENDS+= esound>=0.2.7:../../audio/esound diff --git a/chat/gaim/pkg/COMMENT b/chat/gaim/pkg/COMMENT deleted file mode 100644 index 11ccca2f5e6..00000000000 --- a/chat/gaim/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -gtk-based client for AOL's Instant Messenger chat system diff --git a/chat/gale/Makefile b/chat/gale/Makefile index 3631510d156..bf457ce6da2 100644 --- a/chat/gale/Makefile +++ b/chat/gale/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/06 19:56:38 lukem Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/16 13:51:23 wiz Exp $ # DISTNAME= gale-0.99a @@ -7,6 +7,7 @@ MASTER_SITES= http://download.gale.org/ MAINTAINER= lukem@netbsd.org HOMEPAGE= http://gale.org +COMMENT= secure instant messaging system DEPENDS+= adns-1.0:../../net/adns/ DEPENDS+= boehm-gc-5.3:../../devel/boehm-gc/ diff --git a/chat/gale/pkg/COMMENT b/chat/gale/pkg/COMMENT deleted file mode 100644 index 455db015752..00000000000 --- a/chat/gale/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -A secure instant messaging system diff --git a/chat/icb/Makefile b/chat/icb/Makefile index 9c338485097..a3815ef2f7a 100644 --- a/chat/icb/Makefile +++ b/chat/icb/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:24 wiz Exp $ # # Note: The file ftp://ftp.icb.net/pub/icb/icb-0.9grok2.tar.gz is way @@ -10,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= cjs@netbsd.org HOMEPAGE= http://www.icb.net/ +COMMENT= Internet CB - a mostly-defunct chat client NO_SRC_ON_FTP= "already in MASTER_SITE_LOCAL" diff --git a/chat/icb/pkg/COMMENT b/chat/icb/pkg/COMMENT deleted file mode 100644 index 7aa00e3ffea..00000000000 --- a/chat/icb/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Internet CB - a mostly-defunct chat client diff --git a/chat/icqlib/Makefile b/chat/icqlib/Makefile index 078b57f11c1..8c49d6631c9 100644 --- a/chat/icqlib/Makefile +++ b/chat/icqlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/12/15 02:29:20 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/16 13:51:24 wiz Exp $ DISTNAME= icqlib-1.0.0 CATEGORIES= chat @@ -6,6 +6,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=icqlib/} MAINTAINER= magick@bundy.lib.owl.de HOMEPAGE= http://kicq.sourceforge.net/icqlib.shtml +COMMENT= Implementation of the icq protocol USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/chat/icqlib/pkg/COMMENT b/chat/icqlib/pkg/COMMENT deleted file mode 100644 index 4d3e84febc1..00000000000 --- a/chat/icqlib/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Implementation of the icq protocol diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index 8e25b4fee96..aa28485894b 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/01/11 11:00:24 tron Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/16 13:51:25 wiz Exp $ # FreeBSD Id: Makefile,v 1.14 1997/05/14 10:35:13 torstenb Exp # @@ -10,6 +10,7 @@ MASTER_SITES= ftp://ircftp.au.eterna.com.au/pub/ircII/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= packages@netbsd.org +COMMENT= The 'Internet Relay Chat' and 'Internet Citizens Band' Client .include "../../mk/bsd.prefs.mk" diff --git a/chat/ircII/pkg/COMMENT b/chat/ircII/pkg/COMMENT deleted file mode 100644 index a5a136e79aa..00000000000 --- a/chat/ircII/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -The 'Internet Relay Chat' and 'Internet Citizens Band' Client diff --git a/chat/irchat/Makefile b/chat/irchat/Makefile index 1e0d7d8b7b4..4bba5109809 100644 --- a/chat/irchat/Makefile +++ b/chat/irchat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/02/02 02:07:20 jun Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/16 13:51:26 wiz Exp $ DISTNAME= irchat-pj-2.4.24.20 CATEGORIES= chat @@ -6,6 +6,7 @@ MASTER_SITES= ftp://ftp.madoka.org/pub/irchat-pj/ MAINTAINER= tech-pkg-ja@jp.netbsd.org HOMEPAGE= http://www.fan.gr.jp/~simm/irchat/ +COMMENT= Emacs lisp interface to Internet Relay Chat DEPENDS+= emacs-20.*:../../editors/emacs -- cgit v1.2.3