Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2012 15:57:56 +0000 (UTC)
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301663 - in head: editors/aewan games/BillardGL games/apoolGL games/ctris games/deng games/el-data games/flightgear-data games/foobillard games/memonix games/plonx games/tremulous game...
Message-ID:  <201207281557.q6SFvuHE043467@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cs
Date: Sat Jul 28 15:57:55 2012
New Revision: 301663
URL: http://svn.freebsd.org/changeset/ports/301663

Log:
  Fix typos in COMMENT
  
  Approved by:	portmgr@ (implicit)

Modified:
  head/editors/aewan/Makefile
  head/games/BillardGL/Makefile
  head/games/apoolGL/Makefile
  head/games/ctris/Makefile
  head/games/deng/Makefile
  head/games/el-data/Makefile
  head/games/flightgear-data/Makefile
  head/games/foobillard/Makefile
  head/games/memonix/Makefile
  head/games/plonx/Makefile
  head/games/tremulous/Makefile
  head/games/typespeed/Makefile
  head/games/vavoom-extras/Makefile
  head/games/vavoom/Makefile
  head/graphics/aalib/Makefile
  head/graphics/comix/Makefile
  head/graphics/deegree-igeoportal/Makefile
  head/graphics/ditaa/Makefile
  head/graphics/g2/Makefile
  head/graphics/gdchart/Makefile
  head/graphics/gstreamer-plugins-aalib/Makefile
  head/graphics/gstreamer-plugins-libcaca/Makefile
  head/graphics/ilmbase/Makefile
  head/graphics/jhead/Makefile
  head/graphics/kdegraphics4-mobipocket/Makefile
  head/graphics/kudu/Makefile
  head/graphics/linux-dri74/Makefile
  head/graphics/linux-panorama-tools/Makefile
  head/graphics/opendis/Makefile
  head/graphics/p5-Image-Base/Makefile
  head/graphics/p5-Imager/Makefile
  head/graphics/qt4-imageformats/Makefile
  head/graphics/show/Makefile
  head/graphics/xpdf/Makefile
  head/irc/bopm/Makefile
  head/irc/dancer/Makefile
  head/irc/qwebirc/Makefile
  head/irc/xchat1/Makefile
  head/japanese/eb/Makefile
  head/japanese/mozc-server/Makefile
  head/japanese/mozc-tool/Makefile
  head/japanese/xchat/Makefile
  head/japanese/xemacs21-canna/Makefile
  head/japanese/zinnia/Makefile
  head/korean/h2ps/Makefile
  head/lang/opa/Makefile
  head/mail/elmo-devel/Makefile
  head/mail/elmo/Makefile
  head/mail/evolution/Makefile
  head/mail/faces/Makefile
  head/mail/heirloom-mailx/Makefile
  head/mail/libsieve/Makefile
  head/mail/notmuch/Makefile
  head/mail/p5-MIME-Fast/Makefile
  head/mail/p5-Mail-Spool/Makefile
  head/mail/p5-Net-Server-Mail/Makefile
  head/mail/pfqueue/Makefile
  head/mail/py-twistedMail/Makefile
  head/mail/qmail-ldap/Makefile
  head/mail/qmail-mysql/Makefile
  head/mail/qmail-tls/Makefile
  head/mail/rmilter/Makefile
  head/mail/squirrelmail-check_quota-plugin/Makefile
  head/mail/squirrelmail-postfixadmin-plugin/Makefile
  head/mail/sylpheed/Makefile
  head/mail/zmailer/Makefile
  head/math/R-cran-spdep/Makefile
  head/math/gretl/Makefile
  head/math/vtk-examples/Makefile
  head/print/a2ps-letter/Makefile
  head/print/dvips2ascii/Makefile
  head/textproc/rubygem-terminal-table/Makefile
  head/textproc/tdhkit/Makefile
  head/www/mod_encoding/Makefile
  head/x11/xascii/Makefile

Modified: head/editors/aewan/Makefile
==============================================================================
--- head/editors/aewan/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/editors/aewan/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -11,7 +11,7 @@ CATEGORIES=	editors
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Curses-based program for the creation and editing of ascii art
+COMMENT=	Curses-based program for the creation and editing of ASCII art
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes

Modified: head/games/BillardGL/Makefile
==============================================================================
--- head/games/BillardGL/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/games/BillardGL/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -12,7 +12,7 @@ CATEGORIES=		games
 MASTER_SITES=		SF/${PORTNAME:L}/${PORTNAME:L}/${PORTNAME}%20${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	An OpenGL billiard simulator
+COMMENT=	OpenGL billiards simulator
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
 

Modified: head/games/apoolGL/Makefile
==============================================================================
--- head/games/apoolGL/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/games/apoolGL/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -13,7 +13,7 @@ MASTER_SITES=	http://www.planetjahn.de/f
 DISTNAME=	${PORTNAME}-099-pre22
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Another billiard simulator
+COMMENT=	Another billiards simulator
 
 USE_SDL=	sdl
 USE_GL=		gl

Modified: head/games/ctris/Makefile
==============================================================================
--- head/games/ctris/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/games/ctris/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -13,7 +13,7 @@ MASTER_SITES=	http://www.hackl.dhs.org/d
 		CRITICAL
 
 MAINTAINER=	ehaupt@FreeBSD.org
-COMMENT=	Colorized, small and flexible Tetris(TM)-clone for the console
+COMMENT=	Colorized, small, and flexible Tetris(TM)-clone for the console
 
 LICENSE=	GPLv2
 

Modified: head/games/deng/Makefile
==============================================================================
--- head/games/deng/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/games/deng/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -13,7 +13,7 @@ MASTER_SITES=	SF/${PORTNAME}/Doomsday%20
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/b/-beta/}
 
 MAINTAINER=	yuri.pankov@gmail.com
-COMMENT=	An enhanced Doom, Heretic and Hexen source port
+COMMENT=	Enhanced Doom, Heretic, and Hexen source port
 
 BUILD_DEPENDS=	zip:${PORTSDIR}/archivers/zip
 LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl \

Modified: head/games/el-data/Makefile
==============================================================================
--- head/games/el-data/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/games/el-data/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -18,7 +18,7 @@ DISTFILES=	${EL_DATA}:data
 DIST_SUBDIR=	${PKGNAMEPREFIX:S/-//}
 
 MAINTAINER=	acm@FreeBSD.org
-COMMENT=	Eternal Lands data, sound and music files
+COMMENT=	Eternal Lands data, sound, and music files
 
 USE_ZIP=	yes
 NO_PACKAGE=	Package will be 140MB, set FORCE_PACKAGE if you really want it

Modified: head/games/flightgear-data/Makefile
==============================================================================
--- head/games/flightgear-data/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/games/flightgear-data/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -17,7 +17,7 @@ MASTER_SITES=	http://mirrors.ibiblio.org
 DISTNAME=	FlightGear-data-${PORTVERSION}
 
 MAINTAINER=	martymac@FreeBSD.org
-COMMENT=	FlightGear scenery, textures and aircraft models
+COMMENT=	FlightGear scenery, textures, and aircraft models
 
 LICENSE=	GPLv2
 

Modified: head/games/foobillard/Makefile
==============================================================================
--- head/games/foobillard/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/games/foobillard/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -12,7 +12,7 @@ CATEGORIES=	games
 MASTER_SITES=	http://foobillard.sunsite.dk/dnl/
 
 MAINTAINER=	thomas@bsdunix.ch
-COMMENT=	A free OpenGL-billard game
+COMMENT=	Free OpenGL billiards game
 
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png \
 		freetype.9:${PORTSDIR}/print/freetype2

Modified: head/games/memonix/Makefile
==============================================================================
--- head/games/memonix/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/games/memonix/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -16,7 +16,7 @@ DISTFILES=	${DISTNAME}${EXTRACT_SUFX} me
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER=	amdmi3@FreeBSD.org
-COMMENT=	Brain teasers, puzzle and memory games for kids in one pack
+COMMENT=	Brain teasers, puzzle, and memory games for kids in one pack
 
 LICENSE=	unknown GPLv2
 LICENSE_COMB=	dual

Modified: head/games/plonx/Makefile
==============================================================================
--- head/games/plonx/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/games/plonx/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -10,7 +10,7 @@ CATEGORIES=	games
 MASTER_SITES=	http://bilious.homelinux.org/~paxed/${PORTNAME}/
 
 MAINTAINER=	clive@darkarts.co.za
-COMMENT=	A small ascii puzzle game
+COMMENT=	Small ASCII puzzle game
 
 PLIST_FILES=	bin/plonx
 PORTDOCS=	README

Modified: head/games/tremulous/Makefile
==============================================================================
--- head/games/tremulous/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/games/tremulous/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -15,7 +15,7 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 		http://www.planetgloom.com/trem/
 
 MAINTAINER=	danfe@FreeBSD.org
-COMMENT=	Free FPS game featuring two opposing teams, humans and aliens
+COMMENT=	Free FPS game featuring two opposing teams, humans, and aliens
 
 USE_ZIP=	yes
 USE_GMAKE=	yes

Modified: head/games/typespeed/Makefile
==============================================================================
--- head/games/typespeed/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/games/typespeed/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -12,7 +12,7 @@ CATEGORIES=	games
 MASTER_SITES=	SF
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Test your typing speed, and get your fingers\' CPS
+COMMENT=	Test your typing speed and get your fingers\' CPS
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-highscoredir="/var/games/typespeed"

Modified: head/games/vavoom-extras/Makefile
==============================================================================
--- head/games/vavoom-extras/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/games/vavoom-extras/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -19,7 +19,7 @@ MASTER_SITES=	SF/vavoom/Resources/vmodel
 		http://doomtextures.freelanzer.com/:dt
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Doom, Doom II, Heretic, Hexen and Strife source port (extras)
+COMMENT=	Doom, Doom II, Heretic, Hexen, and Strife source port (extras)
 
 RUN_DEPENDS=	vavoom:${PORTSDIR}/games/vavoom
 

Modified: head/games/vavoom/Makefile
==============================================================================
--- head/games/vavoom/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/games/vavoom/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -12,7 +12,7 @@ CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/Vavoom-source/${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Doom, Doom II, Heretic, Hexen and Strife source port
+COMMENT=	Doom, Doom II, Heretic, Hexen, and Strife source port
 
 LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg \
 		png15:${PORTSDIR}/graphics/png

Modified: head/graphics/aalib/Makefile
==============================================================================
--- head/graphics/aalib/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/graphics/aalib/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -13,7 +13,7 @@ MASTER_SITES=	SF/aa-project/aa-lib/1.4rc
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/.r/rc/}
 
 MAINTAINER=	eadler@FreeBSD.org
-COMMENT=	An ascii art library
+COMMENT=	ASCII art library
 
 USE_AUTOTOOLS=	libtool
 USE_NCURSES=	yes

Modified: head/graphics/comix/Makefile
==============================================================================
--- head/graphics/comix/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/graphics/comix/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -13,7 +13,7 @@ CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A GTK2 comic book viewer for .cbz, .cbr and .cbt files
+COMMENT=	GTK2 comic book viewer for .cbz, .cbr, and .cbt files
 
 RUN_DEPENDS=	unrar:${PORTSDIR}/archivers/unrar \
 		${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \

Modified: head/graphics/deegree-igeoportal/Makefile
==============================================================================
--- head/graphics/deegree-igeoportal/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/graphics/deegree-igeoportal/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -13,7 +13,7 @@ PKGNAMEPREFIX=	deegree-
 DISTNAME=	${PORTNAME}-std_${PORTVERSION}
 
 MAINTAINER=	wenheping@gmail.com
-COMMENT=	Browserbased Client Handling WMS, WFS and Proxy Service
+COMMENT=	Browser based client handling WMS, WFS, and proxy service
 
 RUN_DEPENDS= ${LOCALBASE}/${TOMCATVER}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat55
 

Modified: head/graphics/ditaa/Makefile
==============================================================================
--- head/graphics/ditaa/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/graphics/ditaa/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -12,7 +12,7 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 DISTNAME=	${PORTNAME}${DISTVERSION}
 
 MAINTAINER=	graudeejs@gmail.com
-COMMENT=	Convert ascii-art diagrams into proper bitmap graphics
+COMMENT=	Convert ASCII art diagrams into proper bitmap graphics
 
 USE_ZIP=	yes
 USE_JAVA=	yes

Modified: head/graphics/g2/Makefile
==============================================================================
--- head/graphics/g2/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/graphics/g2/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -13,7 +13,7 @@ MASTER_SITES=	${MASTER_SITE_SUNSITE}
 MASTER_SITE_SUBDIR=	libs/graphics
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	An easy to use, portable and powerful 2D graphics library
+COMMENT=	Easy to use, portable, and powerful 2D graphics library
 
 LIB_DEPENDS=	gd.4:${PORTSDIR}/graphics/gd
 

Modified: head/graphics/gdchart/Makefile
==============================================================================
--- head/graphics/gdchart/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/graphics/gdchart/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -14,7 +14,7 @@ MASTER_SITES=	http://www.fred.net/brv/ch
 DISTNAME=	${PORTNAME}${PORTVERSION}dev
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Easy to use, fast C API for creating charts and graphs
+COMMENT=	Easy to use fast C API for creating charts and graphs
 
 LIB_DEPENDS=	gd.4:${PORTSDIR}/graphics/gd \
 		jpeg:${PORTSDIR}/graphics/jpeg \

Modified: head/graphics/gstreamer-plugins-aalib/Makefile
==============================================================================
--- head/graphics/gstreamer-plugins-aalib/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/graphics/gstreamer-plugins-aalib/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -9,7 +9,7 @@
 PORTREVISION=	0
 CATEGORIES=	graphics
 
-COMMENT=	Gstreamer ascii art plugin
+COMMENT=	Gstreamer ASCII art plugin
 
 GST_PLUGIN=	aalib
 

Modified: head/graphics/gstreamer-plugins-libcaca/Makefile
==============================================================================
--- head/graphics/gstreamer-plugins-libcaca/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/graphics/gstreamer-plugins-libcaca/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -9,7 +9,7 @@
 PORTREVISION=	0
 CATEGORIES=	graphics
 
-COMMENT=	Gstreamer color ascii art plugin
+COMMENT=	Gstreamer color ASCII art plugin
 
 GST_PLUGIN=	libcaca
 

Modified: head/graphics/ilmbase/Makefile
==============================================================================
--- head/graphics/ilmbase/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/graphics/ilmbase/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -13,7 +13,7 @@ MASTER_SITES=	${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	openexr
 
 MAINTAINER=	nork@FreeBSD.org
-COMMENT=	ILM Base libraries a.k.a. Half, IlmThread, Imath and Iex
+COMMENT=	ILM Base libraries a.k.a. Half, IlmThread, Imath, and Iex
 
 CONFLICTS=	OpenEXR-1.[0-4].*
 

Modified: head/graphics/jhead/Makefile
==============================================================================
--- head/graphics/jhead/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/graphics/jhead/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -11,7 +11,7 @@ CATEGORIES=	graphics
 MASTER_SITES=	http://www.sentex.net/~mwandel/jhead/
 
 MAINTAINER=	miwi@FreeBSD.org
-COMMENT=	Exif Jpeg camera setting parser, rotator and much more
+COMMENT=	Exif Jpeg camera setting parser, rotator, and much more
 
 RUN_DEPENDS=	jpegtran:${PORTSDIR}/graphics/jpeg
 

Modified: head/graphics/kdegraphics4-mobipocket/Makefile
==============================================================================
--- head/graphics/kdegraphics4-mobipocket/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/graphics/kdegraphics4-mobipocket/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR=	${KDE4_BRANCH}/${POR
 DIST_SUBDIR=	KDE
 
 MAINTAINER=	kde@FreeBSD.org
-COMMENT=	Mobipocket plugins for Strigi indexing, Okular and thumbnails
+COMMENT=	Mobipocket plugins for Strigi indexing, Okular, and thumbnails
 
 CONFLICTS=	kdegraphics-4.[0-6].*
 

Modified: head/graphics/kudu/Makefile
==============================================================================
--- head/graphics/kudu/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/graphics/kudu/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -12,7 +12,7 @@ CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	amdmi3@FreeBSD.org
-COMMENT=	A 3D skeletal animation tool, powered by GTK+ and OpenGL
+COMMENT=	3D skeletal animation tool, powered by GTK+ and OpenGL
 
 LIB_DEPENDS=	gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext
 

Modified: head/graphics/linux-dri74/Makefile
==============================================================================
--- head/graphics/linux-dri74/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/graphics/linux-dri74/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -15,7 +15,7 @@ PKGNAMEPREFIX=	linux-
 DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	emulation@FreeBSD.org
-COMMENT=	Mesa-based DRI libraries, drivers and binaries (Linux Ubuntu 9.0.4)
+COMMENT=	Mesa-based DRI libraries, drivers, and binaries (Linux Ubuntu 9.0.4)
 
 CONFLICTS=	linux_dri-6.5.2006* linux-libGLU-[0-9]* linux_dri-[0-9]* linux-f8-dri-[0-9]* linux-f10-dri-[0-9]* \
 		linux-f10-libGLU-[0-9]*

Modified: head/graphics/linux-panorama-tools/Makefile
==============================================================================
--- head/graphics/linux-panorama-tools/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/graphics/linux-panorama-tools/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -19,7 +19,7 @@ MASTER_SITES=	http://www.all-in-one.ee/~
 DISTNAME=	PanoTools
 
 MAINTAINER=	vd@FreeBSD.org
-COMMENT=	Software to View, Create, Edit and Remap Panoramic Images
+COMMENT=	Software to view, create, edit, and remap panoramic images
 
 NO_BUILD=	yes
 USE_LINUX_PREFIX=yes

Modified: head/graphics/opendis/Makefile
==============================================================================
--- head/graphics/opendis/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/graphics/opendis/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -14,7 +14,7 @@ MASTER_SITES=	SF/ods/ods/${PORTVERSION} 
 
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Access Flashpoint Digita-based cameras, download images and more
+COMMENT=	Access Flashpoint Digita-based cameras, download images, and more
 
 GNU_CONFIGURE=	yes
 

Modified: head/graphics/p5-Image-Base/Makefile
==============================================================================
--- head/graphics/p5-Image-Base/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/graphics/p5-Image-Base/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -12,7 +12,7 @@ MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Base class for loading, manipulating and saving images
+COMMENT=	Base class for loading, manipulating, and saving images
 
 PERL_CONFIGURE=	yes
 

Modified: head/graphics/p5-Imager/Makefile
==============================================================================
--- head/graphics/p5-Imager/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/graphics/p5-Imager/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -12,7 +12,7 @@ MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl@FreeBSD.org
-COMMENT=	A Perl module for manipulating gray, color and rgba format images
+COMMENT=	Perl module for manipulating gray, color, and rgba format images
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual

Modified: head/graphics/qt4-imageformats/Makefile
==============================================================================
--- head/graphics/qt4-imageformats/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/graphics/qt4-imageformats/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -12,7 +12,7 @@ CATEGORIES?=	graphics
 PKGNAMEPREFIX=	qt4-
 
 MAINTAINER=	kde@FreeBSD.org
-COMMENT=	Qt imageformat plugins for GIF, JPEG, MNG and SVG
+COMMENT=	Qt imageformat plugins for GIF, JPEG, MNG, and SVG
 
 LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
 		mng:${PORTSDIR}/graphics/libmng \

Modified: head/graphics/show/Makefile
==============================================================================
--- head/graphics/show/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/graphics/show/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -13,7 +13,7 @@ MASTER_SITES=	http://www.ibiblio.org/pro
 		http://www.freebsdbrasil.com.br/~jmelo/
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A fast, flexible, extensible and bloat-free image viewer for X11
+COMMENT=	Fast, flexible, extensible, and bloat-free image viewer for X11
 
 LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg	\
 		png15:${PORTSDIR}/graphics/png		\

Modified: head/graphics/xpdf/Makefile
==============================================================================
--- head/graphics/xpdf/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/graphics/xpdf/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -14,7 +14,7 @@ MASTER_SITES=	ftp://ftp.foolabs.com/pub/
 MASTER_SITE_SUBDIR=	support/xpdf
 
 MAINTAINER=	araujo@FreeBSD.org
-COMMENT=	Display PDF files, and convert them to other formats
+COMMENT=	Display PDF files and convert them to other formats
 
 LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2
 

Modified: head/irc/bopm/Makefile
==============================================================================
--- head/irc/bopm/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/irc/bopm/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -13,7 +13,7 @@ MASTER_SITES=	http://static.blitzed.org/
 		ftp://rusunix.org/pub/FreeBSD/distfiles/
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Open proxy and DNSBL monitor, designed for use with ircds
+COMMENT=	Open proxy and DNSBL monitor designed for use with ircds
 
 LOGDIR=		/var/log/${PORTNAME}
 

Modified: head/irc/dancer/Makefile
==============================================================================
--- head/irc/dancer/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/irc/dancer/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -12,7 +12,7 @@ CATEGORIES=	irc
 MASTER_SITES=	SF
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	An IRC bot written in C for UNIX, Windows, and AmigaOS
+COMMENT=	IRC bot written in C for UNIX, Windows, and AmigaOS
 
 PATCH_WRKSRC=		${WRKDIR}/${DISTNAME}
 WRKSRC=		${WRKDIR}/${DISTNAME}/src

Modified: head/irc/qwebirc/Makefile
==============================================================================
--- head/irc/qwebirc/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/irc/qwebirc/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -14,7 +14,7 @@ DISTNAME=	stable
 EXTRACT_SUFX=	.gz
 
 MAINTAINER=	tabmow@freenode.net
-COMMENT=	Qwebirc is a fast, easy to use, free and open source Web IRC client
+COMMENT=	Fast, easy to use, free, and open source web IRC client
 
 WRKSRC=	${WRKDIR}/${PORTNAME}
 NO_BUILD=	yes

Modified: head/irc/xchat1/Makefile
==============================================================================
--- head/irc/xchat1/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/irc/xchat1/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -13,7 +13,7 @@ MASTER_SITES=		http://xchat.org/files/so
 			http://xchat.linuxpower.org/files/source/1.8/
 
 MAINTAINER?=		ports@FreeBSD.org
-COMMENT=	An X11 IRC client using the GTK+ toolkit, and optionally, GNOME
+COMMENT=	X11 IRC client using the GTK+ toolkit, and optionally, GNOME
 
 # This port has a slave port japanese/xchat.  Do not carelessly overwrite
 # the variables or the targets defined in it.  When you need to, please

Modified: head/japanese/eb/Makefile
==============================================================================
--- head/japanese/eb/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/japanese/eb/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -17,7 +17,7 @@ DISTFILES=	${EBFILES} \
 EXTRACT_ONLY=	${EBFILES}
 
 MAINTAINER=	yasu@utahime.org
-COMMENT=	C library for accessing EB, EBG, EBXA and EPWING CD-ROM dictionaries
+COMMENT=	C library for accessing EB, EBG, EBXA, and EPWING CD-ROM dictionaries
 
 EBFILES=	${DISTNAME}${EXTRACT_SUFX}
 APPENDIXFILES=	appendix/cencro-1.0.tar.gz \

Modified: head/japanese/mozc-server/Makefile
==============================================================================
--- head/japanese/mozc-server/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/japanese/mozc-server/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -14,7 +14,7 @@ PKGNAMEPREFIX?=	ja-
 PKGNAMESUFFIX?=	-server
 
 MAINTAINER=	daichi@FreeBSD.org
-COMMENT?=	Mozc server for IBus, SCIM and others
+COMMENT?=	Mozc server for IBus, SCIM, and others
 
 LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl \
 		gtest.0:${PORTSDIR}/devel/googletest \

Modified: head/japanese/mozc-tool/Makefile
==============================================================================
--- head/japanese/mozc-tool/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/japanese/mozc-tool/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -6,7 +6,7 @@
 #
 
 PKGNAMESUFFIX=	-tool
-COMMENT=	Mozc tool for IBus, SCIM and others
+COMMENT=	Mozc tool for IBus, SCIM, and others
 DATADIR=	${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
 
 MASTERDIR=	${.CURDIR}/../../japanese/mozc-server

Modified: head/japanese/xchat/Makefile
==============================================================================
--- head/japanese/xchat/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/japanese/xchat/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -9,7 +9,7 @@ PORTREVISION=	1
 CATEGORIES=	japanese
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	An X11 IRC client using the GTK+ toolkit, and optionally, GNOME
+COMMENT=	X11 IRC client using the GTK+ toolkit, and optionally, GNOME
 
 CONFIGURE_ARGS=	--enable-japanese-conv
 LATEST_LINK=	ja-xchat1

Modified: head/japanese/xemacs21-canna/Makefile
==============================================================================
--- head/japanese/xemacs21-canna/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/japanese/xemacs21-canna/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -9,7 +9,7 @@ PORTREVISION=	2
 CATEGORIES=	japanese
 
 MAINTAINER=	nokubi@ff.iij4u.or.jp
-COMMENT=	XEmacs(stable version) text editor(SJ3, SKK and Canna)
+COMMENT=	XEmacs (stable version) text editor (SJ3, SKK, and Canna)
 
 MASTERDIR=	${.CURDIR}/../../editors/xemacs21-mule
 

Modified: head/japanese/zinnia/Makefile
==============================================================================
--- head/japanese/zinnia/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/japanese/zinnia/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -12,7 +12,7 @@ CATEGORIES=	japanese
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=	beyert@cs.ucr.edu
-COMMENT=	A simple, customizable and portable online hand recognition system
+COMMENT=	Simple, customizable, and portable online hand recognition system
 
 LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/COPYING

Modified: head/korean/h2ps/Makefile
==============================================================================
--- head/korean/h2ps/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/korean/h2ps/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -13,7 +13,7 @@ CATEGORIES=	korean print
 MASTER_SITES=	ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Formats an ascii file for printing on a postscript printer with Korean char
+COMMENT=	Formats an ASCII file for printing on a postscript printer with Korean char
 
 PLIST_FILES=	bin/h2ps
 

Modified: head/lang/opa/Makefile
==============================================================================
--- head/lang/opa/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/lang/opa/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -12,7 +12,7 @@ MASTER_SITES=	http://download.opalang.or
 DISTNAME=	${PORTNAME}_v${GITVER}
 
 MAINTAINER=	mezz@FreeBSD.org
-COMMENT=	An open source, simple and unified platform for writing web apps
+COMMENT=	Open source, simple, and unified platform for writing web apps
 
 BUILD_DEPENDS=	${OCAMLFIND_DEPEND} \
 		${LOCALBASE}/${OCAML_SITELIBDIR}/ssl/ssl.a:${PORTSDIR}/security/ocaml-ssl \

Modified: head/mail/elmo-devel/Makefile
==============================================================================
--- head/mail/elmo-devel/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/mail/elmo-devel/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -13,7 +13,7 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 PKGNAMESUFFIX=	-devel
 
 MAINTAINER=	dhn@FreeBSD.org
-COMMENT=	Receive, filter, read, compose and send mail at the text console
+COMMENT=	Receive, filter, read, compose, and send mail at the text console
 
 CONFLICTS=	elmo-[0-9]*
 

Modified: head/mail/elmo/Makefile
==============================================================================
--- head/mail/elmo/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/mail/elmo/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -12,7 +12,7 @@ CATEGORIES=	mail
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	dhn@FreeBSD.org
-COMMENT=	Receive, filter, read, compose and send mail at the text console
+COMMENT=	Receive, filter, read, compose, and send mail at the text console
 
 CONFLICTS=	elmo-devel-[0-9]*
 

Modified: head/mail/evolution/Makefile
==============================================================================
--- head/mail/evolution/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/mail/evolution/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -14,7 +14,7 @@ MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
 
 MAINTAINER=	gnome@FreeBSD.org
-COMMENT=	An integrated mail, calendar and address book distributed suite
+COMMENT=	Integrated mail, calendar, and address book distributed suite
 
 LIB_DEPENDS=	nss3.1:${PORTSDIR}/security/nss \
 		unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \

Modified: head/mail/faces/Makefile
==============================================================================
--- head/mail/faces/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/mail/faces/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -13,7 +13,7 @@ CATEGORIES=	mail
 MASTER_SITES=	SF
 
 MAINTAINER=	ashish@FreeBSD.org
-COMMENT=	Visual mail, user and print face server
+COMMENT=	Visual mail, user, and print face server
 
 OPTIONS=	X11 "X11/GTK support" on	\
 		NAS "NAS audio support" off	\

Modified: head/mail/heirloom-mailx/Makefile
==============================================================================
--- head/mail/heirloom-mailx/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/mail/heirloom-mailx/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -13,7 +13,7 @@ MASTER_SITES=	SF/heirloom/heirloom-${POR
 PKGNAMEPREFIX=	heirloom-
 
 MAINTAINER=	avl@FreeBSD.org
-COMMENT=	BSD mail utility with MIME, IMAP, POP3, SMTP and S/MIME extensions
+COMMENT=	BSD mail utility with MIME, IMAP, POP3, SMTP, and S/MIME extensions
 
 OPTIONS=	IPV6	"Enable IPv6 Support"	On
 

Modified: head/mail/libsieve/Makefile
==============================================================================
--- head/mail/libsieve/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/mail/libsieve/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -11,7 +11,7 @@ CATEGORIES=	mail
 MASTER_SITES=	http://cloud.github.com/downloads/sodabrew/libsieve/
 
 MAINTAINER=	mark_sf@kikg.ifmo.ru
-COMMENT=	A library for parsing, sorting and filtering mail
+COMMENT=	Library for parsing, sorting, and filtering mail
 
 LICENSE=LGPL21
 

Modified: head/mail/notmuch/Makefile
==============================================================================
--- head/mail/notmuch/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/mail/notmuch/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -12,7 +12,7 @@ CATEGORIES=	mail
 MASTER_SITES=	http://notmuchmail.org/releases/
 
 MAINTAINER=	darwinsurvivor@gmail.com
-COMMENT=	A thread-based email index, search and tagging application
+COMMENT=	Thread-based email index, search, and tagging application
 
 LIB_DEPENDS=	gmime-2.4:${PORTSDIR}/mail/gmime24 \
 		xapian:${PORTSDIR}/databases/xapian-core \

Modified: head/mail/p5-MIME-Fast/Makefile
==============================================================================
--- head/mail/p5-MIME-Fast/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/mail/p5-MIME-Fast/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -13,7 +13,7 @@ MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl@FreeBSD.org
-COMMENT=	Create, edit and parse MIME messages (via gmime2 C library)
+COMMENT=	Create, edit, and parse MIME messages (via gmime2 C library)
 
 BUILD_DEPENDS=	p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
 LIB_DEPENDS=	gmime-2.0.4:${PORTSDIR}/mail/gmime2

Modified: head/mail/p5-Mail-Spool/Makefile
==============================================================================
--- head/mail/p5-Mail-Spool/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/mail/p5-Mail-Spool/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -12,7 +12,7 @@ MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	chifeng@gmail.com
-COMMENT=	A "pure perl" implementation of mail spooling, unspooling and sending
+COMMENT=	"Pure Perl" implementation of mail spooling, unspooling, and sending
 
 BUILD_DEPENDS=	p5-File-NFSLock>=0:${PORTSDIR}/devel/p5-File-NFSLock \
 		p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \

Modified: head/mail/p5-Net-Server-Mail/Makefile
==============================================================================
--- head/mail/p5-Net-Server-Mail/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/mail/p5-Net-Server-Mail/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR=	CPAN:GUIMARD
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	vvelox@vvelox.net
-COMMENT=	Implementation of SMTP, ESMTP and LMTP protocols
+COMMENT=	Implementation of SMTP, ESMTP, and LMTP protocols
 
 PERL_CONFIGURE=	yes
 

Modified: head/mail/pfqueue/Makefile
==============================================================================
--- head/mail/pfqueue/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/mail/pfqueue/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -11,7 +11,7 @@ CATEGORIES=	mail
 MASTER_SITES=	SF
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A console-based tool for handling Postfix 1, Postfix 2 and Exim queues
+COMMENT=	Console-based tool for handling Postfix 1, Postfix 2, and Exim queues
 
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes

Modified: head/mail/py-twistedMail/Makefile
==============================================================================
--- head/mail/py-twistedMail/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/mail/py-twistedMail/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -13,7 +13,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	TwistedMail-${PORTVERSION}
 
 MAINTAINER=	python@FreeBSD.org
-COMMENT=	An SMTP, IMAP and POP protocol implementation with clients and servers
+COMMENT=	SMTP, IMAP, and POP protocol implementation with clients and servers
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE

Modified: head/mail/qmail-ldap/Makefile
==============================================================================
--- head/mail/qmail-ldap/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/mail/qmail-ldap/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -11,7 +11,7 @@ PORTREVISION=	5
 CATEGORIES=	mail
 PKGNAMESUFFIX=	-ldap
 
-COMMENT=	A SECURE, reliable, and FAST MTA for UNIX systems WITH LDAP support
+COMMENT=	Secure, reliable, and fast MTA for UNIX systems with LDAP support
 
 RUN_DEPENDS=	${LOCALBASE}/bin/svscan:${PORTSDIR}/sysutils/daemontools \
 		${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp

Modified: head/mail/qmail-mysql/Makefile
==============================================================================
--- head/mail/qmail-mysql/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/mail/qmail-mysql/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -11,7 +11,7 @@ PORTREVISION=	3
 CATEGORIES=	mail
 PKGNAMESUFFIX=	-mysql
 
-COMMENT=	A SECURE, reliable, and FAST MTA for UNIX systems WITH MySQL support
+COMMENT=	Secure, reliable, and fast MTA for UNIX systems with MySQL support
 
 CONFLICTS=	qmail-[0-9]* qmail-ldap-[0-9]* qmail-spamcontrol-[0-9]* qmail-tls-[0-9]*
 

Modified: head/mail/qmail-tls/Makefile
==============================================================================
--- head/mail/qmail-tls/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/mail/qmail-tls/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -11,7 +11,7 @@ PORTREVISION=	4
 CATEGORIES=	mail
 PKGNAMESUFFIX=	-tls
 
-COMMENT=	A SECURE, reliable, and FAST MTA for UNIX systems WITH TLS support
+COMMENT=	Secure, reliable, and fast MTA for UNIX systems with TLS support
 
 CONFLICTS=	qmail-[0-9]* qmail-ldap-[0-9]* qmail-mysql-[0-9]* qmail-spamcontrol-[0-9]*
 

Modified: head/mail/rmilter/Makefile
==============================================================================
--- head/mail/rmilter/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/mail/rmilter/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -12,7 +12,7 @@ CATEGORIES=		mail
 MASTER_SITES=		http://highsecure.ru/
 
 MAINTAINER=		vsevolod@FreeBSD.org
-COMMENT=		Milter that performs spamd, clamav and spf checks
+COMMENT=		Milter that performs spamd, clamav, and spf checks
 
 PLIST_FILES=	sbin/rmilter etc/rc.d/rmilter.sh etc/rmilter.conf.sample
 

Modified: head/mail/squirrelmail-check_quota-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-check_quota-plugin/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/mail/squirrelmail-check_quota-plugin/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -12,7 +12,7 @@ DISTNAME=	${PORTNAME:S/-/_/}-${PORTVERSI
 DIST_SUBDIR=	squirrelmail
 
 MAINTAINER=	itetcu@FreeBSD.org
-COMMENT=	Check/display users' mail quota (filesystem, IMAP-based and cPanel)
+COMMENT=	Check/display users' mail quota (filesystem, IMAP-based, and cPanel)
 
 USE_SM_COMPAT=	YES
 

Modified: head/mail/squirrelmail-postfixadmin-plugin/Makefile
==============================================================================
--- head/mail/squirrelmail-postfixadmin-plugin/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/mail/squirrelmail-postfixadmin-plugin/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -15,7 +15,7 @@ PKGNAMESUFFIX=	-plugin
 DIST_SUBDIR=	squirrelmail
 
 MAINTAINER=	ports.maintainer@evilphi.com
-COMMENT=	Lets users change password, vacation and forwarding
+COMMENT=	Lets users change password, vacation, and forwarding
 
 RUN_DEPENDS=	ZendFramework>=1.9.0:${PORTSDIR}/www/zend-framework
 

Modified: head/mail/sylpheed/Makefile
==============================================================================
--- head/mail/sylpheed/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/mail/sylpheed/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -12,7 +12,7 @@ MASTER_SITES=	http://sylpheed.sraoss.jp/
 		CRITICAL
 
 MAINTAINER=	ehaupt@FreeBSD.org
-COMMENT=	A lightweight, featureful, and fast GTK+ based e-mail client
+COMMENT=	Lightweight, featureful, and fast GTK+ based e-mail client
 
 RUN_DEPENDS=	${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support
 

Modified: head/mail/zmailer/Makefile
==============================================================================
--- head/mail/zmailer/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/mail/zmailer/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -12,7 +12,7 @@ CATEGORIES=	mail
 MASTER_SITES=	ftp://ftp.funet.fi/pub/unix/mail/zmailer/src/
 
 MAINTAINER=	gahr@FreeBSD.org
-COMMENT=	A fully functional fast, robust SMTP server and transport agent
+COMMENT=	Fully functional fast robust SMTP server and transport agent
 
 CONFLICTS=	courier-0.* postfix-1.* postfix-2.* sendmail-8.* sendmail-*-8.* smail-3.*
 

Modified: head/math/R-cran-spdep/Makefile
==============================================================================
--- head/math/R-cran-spdep/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/math/R-cran-spdep/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -12,7 +12,7 @@ CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
 MAINTAINER=	tota@FreeBSD.org
-COMMENT=	Spatial dependence: weighting schemes, statistics and models
+COMMENT=	Spatial dependence: weighting schemes, statistics, and models
 
 LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual

Modified: head/math/gretl/Makefile
==============================================================================
--- head/math/gretl/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/math/gretl/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -12,7 +12,7 @@ CATEGORIES=	math finance
 MASTER_SITES=	SF
 
 MAINTAINER=	bf@FreeBSD.org
-COMMENT=	GNU Regression, Econometrics and Time-series Library
+COMMENT=	GNU Regression, Econometrics, and Time-series Library
 
 LIB_DEPENDS=	fftw3:${PORTSDIR}/math/fftw3
 

Modified: head/math/vtk-examples/Makefile
==============================================================================
--- head/math/vtk-examples/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/math/vtk-examples/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -7,7 +7,7 @@
 
 PKGNAMESUFFIX=	-examples
 
-COMMENT=	Visualization Toolkit: Examples in the C++, Tcl, Python and Java
+COMMENT=	Visualization Toolkit: Examples in the C++, Tcl, Python, and Java
 
 RUN_DEPENDS=	${VTKDATAROOT}/VTKData.readme:${PORTSDIR}/math/vtk-data
 

Modified: head/print/a2ps-letter/Makefile
==============================================================================
--- head/print/a2ps-letter/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/print/a2ps-letter/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -19,7 +19,7 @@ DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${
 .endif
 
 MAINTAINER=	dinoex@FreeBSD.org
-COMMENT=	Formats an ascii file for printing on a postscript printer
+COMMENT=	Formats an ASCII file for printing on a postscript printer
 
 LICENSE=	GPLv2
 

Modified: head/print/dvips2ascii/Makefile
==============================================================================
--- head/print/dvips2ascii/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/print/dvips2ascii/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -11,7 +11,7 @@ CATEGORIES=	print
 MASTER_SITES=	SF/srezic/${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=	slaven@rezic.de
-COMMENT=	PostScript (created by dvips) to ascii converter
+COMMENT=	PostScript (created by dvips) to ASCII converter
 
 PLIST_FILES=	bin/dvips2ascii
 

Modified: head/textproc/rubygem-terminal-table/Makefile
==============================================================================
--- head/textproc/rubygem-terminal-table/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/textproc/rubygem-terminal-table/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -11,7 +11,7 @@ CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	freebsdports@chillibear.com
-COMMENT=	Simple, feature rich ascii table generation library
+COMMENT=	Simple, feature rich ASCII table generation library
 
 USE_RUBY=		yes
 USE_RUBYGEMS=		yes

Modified: head/textproc/tdhkit/Makefile
==============================================================================
--- head/textproc/tdhkit/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/textproc/tdhkit/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -13,7 +13,7 @@ MASTER_SITES=	http://quisp.sourceforge.n
 DISTNAME=	${PORTNAME}${PORTVERSION:C/\.//1}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A set of programs for working with tabular ascii data
+COMMENT=	Set of programs for working with tabular ASCII data
 
 OPTIONS=	LIBCHRON "Install libchron" Off
 

Modified: head/www/mod_encoding/Makefile
==============================================================================
--- head/www/mod_encoding/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/www/mod_encoding/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -13,7 +13,7 @@ MASTER_SITES=	http://webdav.todo.gr.jp/d
 PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
 
 MAINTAINER=	apache@FreeBSD.org
-COMMENT=	Apache module for non-ascii filename interoperability
+COMMENT=	Apache module for non-ASCII filename interoperability
 
 MAKE_JOBS_SAFE=	yes
 

Modified: head/x11/xascii/Makefile
==============================================================================
--- head/x11/xascii/Makefile	Sat Jul 28 15:55:21 2012	(r301662)
+++ head/x11/xascii/Makefile	Sat Jul 28 15:57:55 2012	(r301663)
@@ -14,7 +14,7 @@ MASTER_SITES=	http://komquats.com/distfi
 WRKSRC=		${WRKDIR}
 
 MAINTAINER=	cy@FreeBSD.org
-COMMENT=	Display an ascii table in decimal, octal, and hexadecimal.
+COMMENT=	Display an ASCII table in decimal, octal, and hexadecimal.
 
 MAKE_ARGS+=	PREFIX=${PREFIX}
 USE_IMAKE=	YES



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207281557.q6SFvuHE043467>