[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

standardized COMMENT quoting



This diff adds proper quoting to all COMMENT fields.  There are a number
of other COMMENT oddities (typos, capitalization, etc.) that are left 
unfixed in this diff; I'll address those separately.  Okay?


jsyn

Index: audio/ascd/Makefile
===================================================================
RCS file: /cvs/ports/audio/ascd/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- audio/ascd/Makefile	17 Sep 2002 14:46:06 -0000	1.9
+++ audio/ascd/Makefile	10 Apr 2003 08:48:48 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.9 2002/09/17 14:46:06 wilfried Exp $
 # $FreeBSD: ports/audio/ascd/Makefile,v 1.17 2000/09/25 12:21:17 asami Exp $
 
-COMMENT= 		cd player for Afterstep or Window Maker
+COMMENT= 		"cd player for Afterstep or Window Maker"
 DISTNAME=		ascd-0.13.2
 CATEGORIES=		audio x11 x11/windowmaker
 
Index: audio/tracker/Makefile
===================================================================
RCS file: /cvs/ports/audio/tracker/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- audio/tracker/Makefile	24 Oct 2002 22:20:03 -0000	1.19
+++ audio/tracker/Makefile	10 Apr 2003 08:48:49 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.19 2002/10/24 22:20:03 naddy Exp $
 
-COMMENT=	MOD player
+COMMENT=	"MOD player"
 DISTNAME=	tracker-5.3
 CATEGORIES=	audio
 
Index: devel/cvsgraph/Makefile
===================================================================
RCS file: /cvs/ports/devel/cvsgraph/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- devel/cvsgraph/Makefile	25 Oct 2002 22:37:52 -0000	1.4
+++ devel/cvsgraph/Makefile	10 Apr 2003 08:48:55 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.4 2002/10/25 22:37:52 naddy Exp $
 
-COMMENT=		graphic representation of cvs repository
+COMMENT=		"graphic representation of cvs repository"
 
 DISTNAME=		cvsgraph-1.2.0
 CATEGORIES=		devel
Index: devel/lam/Makefile
===================================================================
RCS file: /cvs/ports/devel/lam/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- devel/lam/Makefile	29 Dec 2002 20:19:10 -0000	1.11
+++ devel/lam/Makefile	10 Apr 2003 08:48:57 -0000
@@ -3,7 +3,7 @@
 
 DISTNAME=		lam-6.5.1
 CATEGORIES=     	devel math net comms
-COMMENT=		great implementation of the message passing interface
+COMMENT=		"great implementation of the message passing interface"
 
 MAINTAINER=		Todd T. Fries <todd_(_at_)_openbsd_(_dot_)_org>
 
Index: devel/pccts/Makefile
===================================================================
RCS file: /cvs/ports/devel/pccts/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- devel/pccts/Makefile	25 Oct 2002 22:37:52 -0000	1.17
+++ devel/pccts/Makefile	10 Apr 2003 08:49:00 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.17 2002/10/25 22:37:52 naddy Exp $
 
-COMMENT=	Purdue Compiler Construction Tool Set 
+COMMENT=	"Purdue Compiler Construction Tool Set" 
 
 DISTNAME=	pccts133mr33
 PKGNAME=	pccts-1.33r33
Index: devel/ucpp/Makefile
===================================================================
RCS file: /cvs/ports/devel/ucpp/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- devel/ucpp/Makefile	28 Nov 2002 18:54:33 -0000	1.2
+++ devel/ucpp/Makefile	10 Apr 2003 08:49:01 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.2 2002/11/28 18:54:33 espie Exp $
 
 DISTNAME=	ucpp-1.2
-COMMENT=	C preprocessor and lexer
+COMMENT=	"C preprocessor and lexer"
 CATEGORIES=	devel
 HOMEPAGE=	http://pornin.nerim.net/ucpp/
 MASTER_SITES=	${HOMEPAGE}
Index: emulators/ines/Makefile
===================================================================
RCS file: /cvs/ports/emulators/ines/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- emulators/ines/Makefile	26 Oct 2002 12:52:48 -0000	1.5
+++ emulators/ines/Makefile	10 Apr 2003 08:49:02 -0000
@@ -2,7 +2,7 @@
 
 ONLY_FOR_ARCHS=	i386
 
-COMMENT=	emulates the Nintendo Entertainment System
+COMMENT=	"emulates the Nintendo Entertainment System"
 
 PKGNAME=	ines-1.2
 DISTNAME=	iNES12-Linux-80x86-bin
Index: emulators/mastergear/Makefile
===================================================================
RCS file: /cvs/ports/emulators/mastergear/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- emulators/mastergear/Makefile	26 Oct 2002 12:52:48 -0000	1.5
+++ emulators/mastergear/Makefile	10 Apr 2003 08:49:02 -0000
@@ -2,7 +2,7 @@
 
 ONLY_FOR_ARCHS=	i386
 
-COMMENT=	emulates the Sega GameGear and MasterSystem
+COMMENT=	"emulates the Sega GameGear and MasterSystem"
 
 PKGNAME=	mastergear-1.4
 DISTNAME=	MG14-Linux-80x86-bin
Index: emulators/snes9x/Makefile
===================================================================
RCS file: /cvs/ports/emulators/snes9x/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- emulators/snes9x/Makefile	26 Oct 2002 12:52:48 -0000	1.5
+++ emulators/snes9x/Makefile	10 Apr 2003 08:49:03 -0000
@@ -2,7 +2,7 @@
 
 ONLY_FOR_ARCHS=	i386
 
-COMMENT=	emulates the Super Nintendo Entertainment System
+COMMENT=	"emulates the Super Nintendo Entertainment System"
 
 PKGNAME=	snes9x-1.37c
 DISTNAME=	s9x.linuxc6.137.i386
Index: emulators/vgb/Makefile
===================================================================
RCS file: /cvs/ports/emulators/vgb/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- emulators/vgb/Makefile	26 Oct 2002 12:52:48 -0000	1.6
+++ emulators/vgb/Makefile	10 Apr 2003 08:49:03 -0000
@@ -2,7 +2,7 @@
 
 ONLY_FOR_ARCHS=	i386
 
-COMMENT=	emulates the Nintendo Gameboy
+COMMENT=	"emulates the Nintendo Gameboy"
 
 PKGNAME=	vgb-2.1
 DISTNAME=	VGB21-Linux-80x86-bin
Index: games/gnugo/Makefile
===================================================================
RCS file: /cvs/ports/games/gnugo/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- games/gnugo/Makefile	5 Oct 2002 21:11:09 -0000	1.16
+++ games/gnugo/Makefile	10 Apr 2003 08:49:04 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.16 2002/10/05 21:11:09 fgsch Exp $
 
-COMMENT=	GNU version of Go
+COMMENT=	"GNU version of Go"
 
 DISTNAME=	gnugo-3.2
 CATEGORIES=	games
Index: games/xmahjongg/Makefile
===================================================================
RCS file: /cvs/ports/games/xmahjongg/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- games/xmahjongg/Makefile	31 Mar 2003 13:07:46 -0000	1.15
+++ games/xmahjongg/Makefile	10 Apr 2003 08:49:08 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.15 2003/03/31 13:07:46 sturm Exp $
 
-COMMENT=	Colorful solitaire Mah Jongg game for X11
+COMMENT=	"Colorful solitaire Mah Jongg game for X11"
 
 DISTNAME=	xmahjongg-3.6.1
 CATEGORIES=	games x11
Index: graphics/dia/Makefile
===================================================================
RCS file: /cvs/ports/graphics/dia/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- graphics/dia/Makefile	19 Dec 2002 01:30:37 -0000	1.19
+++ graphics/dia/Makefile	10 Apr 2003 08:49:08 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.19 2002/12/19 01:30:37 margarida Exp $
 
-COMMENT=	visio-like technical drawing
+COMMENT=	"visio-like technical drawing"
 
 DISTNAME=	dia-0.90
 CATEGORIES=	graphics
Index: japanese/kinput2/Makefile
===================================================================
RCS file: /cvs/ports/japanese/kinput2/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- japanese/kinput2/Makefile	27 Oct 2002 00:52:43 -0000	1.11
+++ japanese/kinput2/Makefile	10 Apr 2003 08:49:11 -0000
@@ -1,8 +1,8 @@
 # $OpenBSD: Makefile,v 1.11 2002/10/27 00:52:43 naddy Exp $
 
-COMMENT-canna=		X input method for Japanese, canna support
-COMMENT-canna-wnn=	X input method for Japanese, canna and wnn support
-COMMENT-wnn=		X input method for Japanese, wnn support
+COMMENT-canna=		"X input method for Japanese, canna support"
+COMMENT-canna-wnn=	"X input method for Japanese, canna and wnn support"
+COMMENT-wnn=		"X input method for Japanese, wnn support"
 
 DISTNAME=	kinput2-v3
 MASTER_SITES=	ftp://ftp.sra.co.jp/pub/x11/kinput2/
Index: lang/egcs/snapshot/Makefile
===================================================================
RCS file: /cvs/ports/lang/egcs/snapshot/Makefile,v
retrieving revision 1.91
diff -u -r1.91 Makefile
--- lang/egcs/snapshot/Makefile	19 Sep 2002 11:57:36 -0000	1.91
+++ lang/egcs/snapshot/Makefile	10 Apr 2003 08:49:11 -0000
@@ -15,13 +15,13 @@
 # This is a configuration file for gcc
 
 COM=		'GNU compiler collection'
-COMMENT=	${COM}: core C compiler
-COMMENT-c++ =	${COM}: C++ compiler
-COMMENT-chill=	${COM}: Chill compiler
-COMMENT-g77=	${COM}: f77 compiler
-COMMENT-java=	${COM}: java compiler
-COMMENT-objc=	${COM}: obj C compiler
-COMMENT-ada=	${COM}: Ada compiler
+COMMENT=	"${COM}: core C compiler"
+COMMENT-c++ =	"${COM}: C++ compiler"
+COMMENT-chill=	"${COM}: Chill compiler"
+COMMENT-g77=	"${COM}: f77 compiler"
+COMMENT-java=	"${COM}: java compiler"
+COMMENT-objc=	"${COM}: obj C compiler"
+COMMENT-ada=	"${COM}: Ada compiler"
 
 PKGNAME=	gcc-${FULLV}
 PKGNAME-c++ =	g++-${FULLV}
Index: mail/exmh/Makefile
===================================================================
RCS file: /cvs/ports/mail/exmh/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- mail/exmh/Makefile	29 Dec 2002 15:12:31 -0000	1.15
+++ mail/exmh/Makefile	10 Apr 2003 08:49:14 -0000
@@ -10,6 +10,6 @@
 PERMIT_PACKAGE_FTP=	Yes
 PERMIT_DISTFILES_CDROM=	No
 PERMIT_DISTFILES_FTP=	No
-COMMENT=-superseded by exmh2
+COMMENT=	"superseded by exmh2"
 
 .include <bsd.port.mk>
Index: mail/pflogsumm/Makefile
===================================================================
RCS file: /cvs/ports/mail/pflogsumm/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- mail/pflogsumm/Makefile	31 Dec 2002 18:46:42 -0000	1.2
+++ mail/pflogsumm/Makefile	10 Apr 2003 08:49:14 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.2 2002/12/31 18:46:42 jakob Exp $
 
-COMMENT=	Postfix log entry summarizer
+COMMENT=	"Postfix log entry summarizer"
 
 VERSION=	1.0.7
 DISTNAME=	pflogsumm-${VERSION}
Index: mail/postfix/Makefile.inc
===================================================================
RCS file: /cvs/ports/mail/postfix/Makefile.inc,v
retrieving revision 1.25
diff -u -r1.25 Makefile.inc
--- mail/postfix/Makefile.inc	16 Mar 2003 05:55:51 -0000	1.25
+++ mail/postfix/Makefile.inc	10 Apr 2003 08:49:16 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile.inc,v 1.25 2003/03/16 05:55:51 pvalchev Exp $
 
-COMMENT=	fast, secure sendmail replacement
+COMMENT=	"fast, secure sendmail replacement"
 
 CATEGORIES=	mail
 
Index: mail/tnef/Makefile
===================================================================
RCS file: /cvs/ports/mail/tnef/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- mail/tnef/Makefile	29 Dec 2002 15:12:31 -0000	1.3
+++ mail/tnef/Makefile	10 Apr 2003 08:49:16 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.3 2002/12/29 15:12:31 fgsch Exp $
 
-COMMENT=	decode MS-TNEF MIME attachments
+COMMENT=	"decode MS-TNEF MIME attachments"
 
 DISTNAME=	tnef-1.1.1
 CATEGORIES=    	mail
Index: net/aggregate/Makefile
===================================================================
RCS file: /cvs/ports/net/aggregate/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- net/aggregate/Makefile	28 Oct 2002 01:38:44 -0000	1.6
+++ net/aggregate/Makefile	10 Apr 2003 08:49:23 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.6 2002/10/28 01:38:44 naddy Exp $
 
-COMMENT=	optimise a list of route prefixes
+COMMENT=	"optimise a list of route prefixes"
 
 DISTNAME=	aggregate-1.5
 CATEGORIES=	net
Index: net/arpcatch/Makefile
===================================================================
RCS file: /cvs/ports/net/arpcatch/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- net/arpcatch/Makefile	28 Oct 2002 01:38:44 -0000	1.11
+++ net/arpcatch/Makefile	10 Apr 2003 08:49:23 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.11 2002/10/28 01:38:44 naddy Exp $
 
-COMMENT=	userland arp-proxy daemon
+COMMENT=	"userland arp-proxy daemon"
 
 DISTNAME=	arpcatch
 PKGNAME=	${DISTNAME}-19970824
Index: net/bind8/Makefile
===================================================================
RCS file: /cvs/ports/net/bind8/Makefile,v
retrieving revision 1.28
diff -u -r1.28 Makefile
--- net/bind8/Makefile	29 Dec 2002 21:14:10 -0000	1.28
+++ net/bind8/Makefile	10 Apr 2003 08:49:23 -0000
@@ -2,7 +2,7 @@
 
 BROKEN=		"Insecure, use net/bind9 instead"
 
-COMMENT=	Berkeley Internet Name Daemon
+COMMENT=	"Berkeley Internet Name Daemon"
 
 DISTNAME=	bind-openbsd-8.2.5-20011006
 PKGNAME=	bind-8.2.5
Index: net/bind9/Makefile
===================================================================
RCS file: /cvs/ports/net/bind9/Makefile,v
retrieving revision 1.41
diff -u -r1.41 Makefile
--- net/bind9/Makefile	3 Feb 2003 13:37:46 -0000	1.41
+++ net/bind9/Makefile	10 Apr 2003 08:49:23 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.41 2003/02/03 13:37:46 jakob Exp $
 
-COMMENT=	ISC BIND 9 libraries
-COMMENT-server=	ISC BIND 9 server
+COMMENT=	"ISC BIND 9 libraries"
+COMMENT-server=	"ISC BIND 9 server"
 
 VERSION=	9.2.2rc1
 DISTNAME=	bind-${VERSION}
Index: net/doc/Makefile
===================================================================
RCS file: /cvs/ports/net/doc/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- net/doc/Makefile	1 Apr 2003 16:21:54 -0000	1.6
+++ net/doc/Makefile	10 Apr 2003 08:49:24 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.6 2003/04/01 16:21:54 jakob Exp $
 
-COMMENT=	automated domain testing tool
+COMMENT=	"automated domain testing tool"
 
 DISTNAME=	doc-2.2.3
 CATEGORIES=    	net
Index: net/ethereal/Makefile
===================================================================
RCS file: /cvs/ports/net/ethereal/Makefile,v
retrieving revision 1.70
diff -u -r1.70 Makefile
--- net/ethereal/Makefile	11 Mar 2003 21:10:44 -0000	1.70
+++ net/ethereal/Makefile	10 Apr 2003 08:49:24 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.70 2003/03/11 21:10:44 jakob Exp $
 
-COMMENT=	network protocol analyzer
+COMMENT=	"network protocol analyzer"
 
 VERSION=	0.9.11
 DISTNAME=	ethereal-${VERSION}
Index: net/flow-tools/Makefile
===================================================================
RCS file: /cvs/ports/net/flow-tools/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- net/flow-tools/Makefile	1 Apr 2003 16:35:37 -0000	1.7
+++ net/flow-tools/Makefile	10 Apr 2003 08:49:24 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.7 2003/04/01 16:35:37 jakob Exp $
 
-COMMENT=	cisco NetFlow utilities
+COMMENT=	"cisco NetFlow utilities"
 
 DISTNAME=	flow-tools-0.64
 CATEGORIES=	net
Index: net/httptunnel/Makefile
===================================================================
RCS file: /cvs/ports/net/httptunnel/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- net/httptunnel/Makefile	30 Dec 2002 12:34:06 -0000	1.14
+++ net/httptunnel/Makefile	10 Apr 2003 08:49:24 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.14 2002/12/30 12:34:06 jakob Exp $
 
-COMMENT=	HTTP tunneling utility
+COMMENT=	"HTTP tunneling utility"
 
 DISTNAME=	httptunnel-3.3
 CATEGORIES=	net
Index: net/libbind/Makefile
===================================================================
RCS file: /cvs/ports/net/libbind/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- net/libbind/Makefile	21 Jan 2003 16:55:56 -0000	1.1.1.1
+++ net/libbind/Makefile	10 Apr 2003 08:49:24 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.1.1.1 2003/01/21 16:55:56 jakob Exp $
 
-COMMENT=	BIND 8 compatible stub resolver library
+COMMENT=	"BIND 8 compatible stub resolver library"
 
 VERSION=	9.2.2rc1
 DISTNAME=	bind-${VERSION}
Index: net/named-xfer/Makefile
===================================================================
RCS file: /cvs/ports/net/named-xfer/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- net/named-xfer/Makefile	19 Dec 2002 15:43:25 -0000	1.2
+++ net/named-xfer/Makefile	10 Apr 2003 08:49:24 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.2 2002/12/19 15:43:25 lebel Exp $
 
-COMMENT=	zone transfer program from BIND v8
+COMMENT=	"zone transfer program from BIND v8"
 
 VERSION=	8.3.3
 PKGNAME=	named-xfer-${VERSION}
Index: net/nsd/Makefile
===================================================================
RCS file: /cvs/ports/net/nsd/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- net/nsd/Makefile	1 Mar 2003 09:22:50 -0000	1.6
+++ net/nsd/Makefile	10 Apr 2003 08:49:25 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.6 2003/03/01 09:22:50 david Exp $
 
-COMMENT=	authoritative only name server daemon
+COMMENT=	"authoritative only name server daemon"
 
 VERSION=	1.0.2
 DISTNAME=	nsd-${VERSION}
Index: net/py-dns/Makefile
===================================================================
RCS file: /cvs/ports/net/py-dns/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- net/py-dns/Makefile	29 Oct 2002 08:02:20 -0000	1.1.1.1
+++ net/py-dns/Makefile	10 Apr 2003 08:49:27 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.1.1.1 2002/10/29 08:02:20 jakob Exp $
 
-COMMENT=	python DNS library
+COMMENT=	"python DNS library"
 
 VERSION=	2.3.0
 DISTNAME=	pydns-${VERSION}
Index: net/ser/Makefile
===================================================================
RCS file: /cvs/ports/net/ser/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- net/ser/Makefile	17 Feb 2003 20:10:01 -0000	1.2
+++ net/ser/Makefile	10 Apr 2003 08:49:27 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.2 2003/02/17 20:10:01 jakob Exp $
 
-COMMENT=	SIP Express Router
+COMMENT=	"SIP Express Router"
 
 ONLY_FOR_ARCHS= i386 sparc64
 
Index: net/ssldump/Makefile
===================================================================
RCS file: /cvs/ports/net/ssldump/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- net/ssldump/Makefile	28 Oct 2002 01:38:46 -0000	1.6
+++ net/ssldump/Makefile	10 Apr 2003 08:49:27 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.6 2002/10/28 01:38:46 naddy Exp $
 
-COMMENT=	SSLv3/TLS network protocol analyzer
+COMMENT=	"SSLv3/TLS network protocol analyzer"
 
 DISTNAME=	ssldump-0.9b3
 CATEGORIES=    	net
Index: net/wmnet/Makefile
===================================================================
RCS file: /cvs/ports/net/wmnet/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- net/wmnet/Makefile	28 Oct 2002 01:38:46 -0000	1.6
+++ net/wmnet/Makefile	10 Apr 2003 08:49:32 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.6 2002/10/28 01:38:46 naddy Exp $
 
-COMMENT=	little X dock.app network monitor
+COMMENT=	"little X dock.app network monitor"
 
 DISTNAME=	wmnet-1.06
 PKGNAME=	${DISTNAME}p1
Index: security/dante/Makefile
===================================================================
RCS file: /cvs/ports/security/dante/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- security/dante/Makefile	29 Dec 2002 20:31:39 -0000	1.23
+++ security/dante/Makefile	10 Apr 2003 08:49:33 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.23 2002/12/29 20:31:39 fgsch Exp $
 
-COMMENT=	socks client and server
+COMMENT=	"socks client and server"
 
 DISTNAME=	dante-1.1.13
 CATEGORIES=	security
Index: security/mcrypt/Makefile
===================================================================
RCS file: /cvs/ports/security/mcrypt/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- security/mcrypt/Makefile	18 Jan 2003 22:55:39 -0000	1.11
+++ security/mcrypt/Makefile	10 Apr 2003 08:49:34 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.11 2003/01/18 22:55:39 avsm Exp $
 
-COMMENT=		extendable encryption program that supports many ciphers
+COMMENT=	"extendable encryption program that supports many ciphers"
 
 DISTNAME=		mcrypt-2.6.3
 CATEGORIES=     	security
Index: security/mhash/Makefile
===================================================================
RCS file: /cvs/ports/security/mhash/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- security/mhash/Makefile	18 Jan 2003 17:43:23 -0000	1.10
+++ security/mhash/Makefile	10 Apr 2003 08:49:34 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.10 2003/01/18 17:43:23 avsm Exp $
 
-COMMENT=	strong hash library
+COMMENT=	"strong hash library"
 
 DISTNAME=	mhash-0.8.17
 CATEGORIES=	security
Index: security/shash/Makefile
===================================================================
RCS file: /cvs/ports/security/shash/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- security/shash/Makefile	29 Dec 2002 20:31:40 -0000	1.7
+++ security/shash/Makefile	10 Apr 2003 08:49:35 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.7 2002/12/29 20:31:40 fgsch Exp $
 
-COMMENT=	generates or checks digests or mac
+COMMENT=	"generates or checks digests or mac"
 
 DISTNAME=	shash-0.2.4
 CATEGORIES=     security
Index: security/stunnel/Makefile
===================================================================
RCS file: /cvs/ports/security/stunnel/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- security/stunnel/Makefile	13 Jan 2003 08:48:14 -0000	1.26
+++ security/stunnel/Makefile	10 Apr 2003 08:49:35 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.26 2003/01/13 08:48:14 jakob Exp $
 
-COMMENT=	SSL encryption wrapper for standard network daemons
+COMMENT=	"SSL encryption wrapper for standard network daemons"
 
 DISTNAME=	stunnel-4.04
 CATEGORIES=	security
Index: security/uvscan/Makefile
===================================================================
RCS file: /cvs/ports/security/uvscan/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- security/uvscan/Makefile	28 Oct 2002 17:35:02 -0000	1.12
+++ security/uvscan/Makefile	10 Apr 2003 08:49:36 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.12 2002/10/28 17:35:02 naddy Exp $
 # $NetBSD: Makefile,v 1.1.1.1 2000/06/05 12:01:24 rh Exp $
 
-COMMENT=	evaluation version of a DOS/Windows file virus scanner
+COMMENT=	"evaluation version of a DOS/Windows file virus scanner"
 
 VERSION=	4.16.0
 DISTNAME=	vlnx416e
Index: security/uvscan_dat/Makefile
===================================================================
RCS file: /cvs/ports/security/uvscan_dat/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- security/uvscan_dat/Makefile	25 Nov 2002 08:16:14 -0000	1.20
+++ security/uvscan_dat/Makefile	10 Apr 2003 08:49:36 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.20 2002/11/25 08:16:14 jakob Exp $
 # $NetBSD: Makefile,v 1.2 2000/06/19 14:30:02 rh Exp $
 
-COMMENT=	AntiVirus DAT file for uvscan
+COMMENT=	"AntiVirus DAT file for uvscan"
 
 VERSION=	4234
 DISTNAME=	dat-${VERSION}
Index: sysutils/mtools/Makefile
===================================================================
RCS file: /cvs/ports/sysutils/mtools/Makefile,v
retrieving revision 1.39
diff -u -r1.39 Makefile
--- sysutils/mtools/Makefile	30 Nov 2002 08:32:36 -0000	1.39
+++ sysutils/mtools/Makefile	10 Apr 2003 08:49:37 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.39 2002/11/30 08:32:36 fgsch Exp $
 
-COMMENT=	read/write/list/format DOS disks under Unix
+COMMENT=	"read/write/list/format DOS disks under Unix"
 
 DATE=		20021118
 DISTNAME=	mtools-3.9.8
Index: sysutils/syslog-ng/Makefile.inc
===================================================================
RCS file: /cvs/ports/sysutils/syslog-ng/Makefile.inc,v
retrieving revision 1.2
diff -u -r1.2 Makefile.inc
--- sysutils/syslog-ng/Makefile.inc	4 Jan 2003 20:04:09 -0000	1.2
+++ sysutils/syslog-ng/Makefile.inc	10 Apr 2003 08:49:39 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile.inc,v 1.2 2003/01/04 20:04:09 pvalchev Exp $
 
-COMMENT=	syslogd replacement
+COMMENT=	"syslogd replacement"
 
 CATEGORIES=	sysutils
 
Index: textproc/ispell/Makefile
===================================================================
RCS file: /cvs/ports/textproc/ispell/Makefile,v
retrieving revision 1.32
diff -u -r1.32 Makefile
--- textproc/ispell/Makefile	17 Jan 2003 19:24:26 -0000	1.32
+++ textproc/ispell/Makefile	10 Apr 2003 08:49:40 -0000
@@ -1,14 +1,14 @@
 # $OpenBSD: Makefile,v 1.32 2003/01/17 19:24:26 jakob Exp $
 
-COMMENT=		interactive spelling checker
-COMMENT-dutch=		ispell dictionary for Dutch
-COMMENT-french=		ispell dictionary for French
-COMMENT-german=		ispell dictionary for German
-COMMENT-russian=	ispell dictionary for Russian
-COMMENT-portuguese=	ispell dictionary for Rortuguese
-COMMENT-slovak=		ispell dictionary for Slovak
-COMMENT-spanish=	ispell dictionary for Spanish
-COMMENT-swedish=	ispell dictionary for Swedish
+COMMENT=		"interactive spelling checker"
+COMMENT-dutch=		"ispell dictionary for Dutch"
+COMMENT-french=		"ispell dictionary for French"
+COMMENT-german=		"ispell dictionary for German"
+COMMENT-russian=	"ispell dictionary for Russian"
+COMMENT-portuguese=	"ispell dictionary for Rortuguese"
+COMMENT-slovak=		"ispell dictionary for Slovak"
+COMMENT-spanish=	"ispell dictionary for Spanish"
+COMMENT-swedish=	"ispell dictionary for Swedish"
 
 VERSION=	3.2.06
 DISTNAME=	ispell-${VERSION}
Index: www/linkchecker/Makefile
===================================================================
RCS file: /cvs/ports/www/linkchecker/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- www/linkchecker/Makefile	29 Oct 2002 08:20:28 -0000	1.5
+++ www/linkchecker/Makefile	10 Apr 2003 08:49:43 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.5 2002/10/29 08:20:28 jakob Exp $
 
-COMMENT=	checks HTML documents for broken links
+COMMENT=	"checks HTML documents for broken links"
 
 DISTNAME=	linkchecker-1.6.4
 CATEGORIES=    	www
Index: x11/kde/games3/Makefile
===================================================================
RCS file: /cvs/ports/x11/kde/games3/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- x11/kde/games3/Makefile	5 Apr 2003 14:53:39 -0000	1.15
+++ x11/kde/games3/Makefile	10 Apr 2003 08:49:51 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.15 2003/04/05 14:53:39 espie Exp $
 
-COMMENT=		games for KDE
+COMMENT=		"games for KDE"
 
 CATEGORIES=		x11 x11/kde games
 VERSION=		3.1.1
Index: x11/kde/i18n3/Makefile
===================================================================
RCS file: /cvs/ports/x11/kde/i18n3/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- x11/kde/i18n3/Makefile	26 Feb 2003 10:42:07 -0000	1.13
+++ x11/kde/i18n3/Makefile	10 Apr 2003 08:49:51 -0000
@@ -7,7 +7,7 @@
 
 FULLPKGNAME=	kde-i18n-${FLAVOR}-${VERSION}
 
-COMMENT=		${FLAVOR} translations for kde3
+COMMENT=		"${FLAVOR} translations for kde3"
 
 CATEGORIES=		x11 x11/kde
 VERSION=		3.1
Index: x11/kde/office-i18n3/Makefile
===================================================================
RCS file: /cvs/ports/x11/kde/office-i18n3/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- x11/kde/office-i18n3/Makefile	26 Feb 2003 10:42:07 -0000	1.5
+++ x11/kde/office-i18n3/Makefile	10 Apr 2003 08:49:51 -0000
@@ -7,7 +7,7 @@
 
 FULLPKGNAME=	koffice-i18n-${FLAVOR}-${VERSION}
 
-COMMENT=		${FLAVOR} translations for koffice
+COMMENT=		"${FLAVOR} translations for koffice"
 
 CATEGORIES=		x11 x11/kde
 VERSION=		1.2.1
Index: x11/qt2/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt2/Makefile,v
retrieving revision 1.39
diff -u -r1.39 Makefile
--- x11/qt2/Makefile	14 Nov 2002 05:16:27 -0000	1.39
+++ x11/qt2/Makefile	10 Apr 2003 08:49:52 -0000
@@ -1,8 +1,8 @@
 # $OpenBSD: Makefile,v 1.39 2002/11/14 05:16:27 pvalchev Exp $
 # $FreeBSD: Makefile,v 1.33 1999/02/27 03:09:57 andreas Exp $
-COMMENT=		C++ X11 GUI toolkit
-COMMENT-examples=	examples and tutorial for qt2
-COMMENT-html=		off-line html documentation for qt2
+COMMENT=		"C++ X11 GUI toolkit"
+COMMENT-examples=	"examples and tutorial for qt2"
+COMMENT-html=		"off-line html documentation for qt2"
 
 VERSION=	3.2
 DISTNAME=	qt-2.${VERSION}
Index: x11/qt2-designer/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt2-designer/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- x11/qt2-designer/Makefile	29 Oct 2002 19:48:58 -0000	1.13
+++ x11/qt2-designer/Makefile	10 Apr 2003 08:49:52 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.13 2002/10/29 19:48:58 naddy Exp $
 
-COMMENT=	designer for qt2
+COMMENT=	"designer for qt2"
 
 VERSION=	3.2
 DISTNAME=	qt-designer-2.${VERSION}
Index: x11/qt3/Makefile
===================================================================
RCS file: /cvs/ports/x11/qt3/Makefile,v
retrieving revision 1.27
diff -u -r1.27 Makefile
--- x11/qt3/Makefile	5 Apr 2003 14:45:19 -0000	1.27
+++ x11/qt3/Makefile	10 Apr 2003 08:49:53 -0000
@@ -1,12 +1,12 @@
 # $OpenBSD: Makefile,v 1.27 2003/04/05 14:45:19 espie Exp $
 # $FreeBSD: Makefile,v 1.33 1999/02/27 03:09:57 andreas Exp $
 
-COMMENT=		C++ X11 GUI toolkit
-COMMENT-examples=	examples and tutorial for qt3
-COMMENT-html=		off-line html documentation for qt3
-COMMENT-postgresql=	PostgresSQL plugin for qt3
-COMMENT-mysql=		MySQL plugin for qt3
-COMMENT-base=		include and docs for qt3
+COMMENT=		"C++ X11 GUI toolkit"
+COMMENT-examples=	"examples and tutorial for qt3"
+COMMENT-html=		"off-line html documentation for qt3"
+COMMENT-postgresql=	"PostgresSQL plugin for qt3"
+COMMENT-mysql=		"MySQL plugin for qt3"
+COMMENT-base=		"include and docs for qt3"
 
 VERSION=	1.2
 DISTNAME=	qt-x11-free-3.${VERSION}
Index: x11/x2vnc/Makefile
===================================================================
RCS file: /cvs/ports/x11/x2vnc/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- x11/x2vnc/Makefile	29 Oct 2002 19:48:59 -0000	1.12
+++ x11/x2vnc/Makefile	10 Apr 2003 08:49:55 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.12 2002/10/29 19:48:59 naddy Exp $
 
-COMMENT=	one keyboard and/or mouse, multiple X and VNC displays
+COMMENT=	"one keyboard and/or mouse, multiple X and VNC displays"
 
 DISTNAME=	x2vnc-1.4
 CATEGORIES=     x11



Visit your host, monkey.org