devel/readline: facilites -> facilities
devel/ruby-zentest: steriods -> steroids
sysutils/freedt: anonimising -> anonymizing (or alternately the British
    "anonymising")
x11/libgdiplus: comptible -> compatible

While here, fmt -72, as all of these use very long lines.


Index: devel/readline/Makefile
===================================================================
RCS file: /cvs/ports/devel/readline/Makefile,v
retrieving revision 1.6
diff -u devel/readline/Makefile
--- devel/readline/Makefile     15 Nov 2010 19:46:08 -0000      1.6
+++ devel/readline/Makefile     14 Mar 2011 05:54:53 -0000
@@ -4,7 +4,7 @@
 V =                    6.1
 DISTNAME =             readline-${V}
 
-REVISION =             0
+REVISION =             1
 
 SHARED_LIBS +=         ehistory                   0.0 # 6.1
 SHARED_LIBS +=         ereadline                  0.0 # 6.1
Index: devel/readline/pkg/DESCR
===================================================================
RCS file: /cvs/ports/devel/readline/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u devel/readline/pkg/DESCR
--- devel/readline/pkg/DESCR    23 Jul 2010 14:51:11 -0000      1.1.1.1
+++ devel/readline/pkg/DESCR    14 Mar 2011 05:54:53 -0000
@@ -1,16 +1,15 @@
-The GNU Readline library provides a set of functions for use by applications
-that allow users to edit command lines as they are typed in.
-Both Emacs and vi editing modes are available. The Readline library includes
-additional functions to maintain a list of previously-entered command lines
-to recall and perhaps reedit those lines, and perform csh-like history
-expansion on previous commands.
+The GNU Readline library provides a set of functions for use by
+applications that allow users to edit command lines as they are typed
+in.  Both Emacs and vi editing modes are available. The Readline library
+includes additional functions to maintain a list of previously-entered
+command lines to recall and perhaps reedit those lines, and perform
+csh-like history expansion on previous commands.
 
-The history facilites are also placed into a separate library, the History
-library, as part of the build process.
-The History library may be used without Readline in applications which desire
-its capabilities.
+The history facilities are also placed into a separate library, the
+History library, as part of the build process.  The History library may
+be used without Readline in applications which desire its capabilities.
 
-To avoid any confusion with the base readline/history library make sure you
-link to ereadline and ehistory.
-In the headers you can check for RL_READLINE_VERSION, RL_VERSION_MAJOR and
-RL_VERSION_MINOR to see which header you have picked up.
+To avoid any confusion with the base readline/history library make sure
+you link to ereadline and ehistory.  In the headers you can check for
+RL_READLINE_VERSION, RL_VERSION_MAJOR and RL_VERSION_MINOR to see which
+header you have picked up.
Index: devel/ruby-zentest/Makefile
===================================================================
RCS file: /cvs/ports/devel/ruby-zentest/Makefile,v
retrieving revision 1.9
diff -u devel/ruby-zentest/Makefile
--- devel/ruby-zentest/Makefile 6 Jan 2011 04:24:23 -0000       1.9
+++ devel/ruby-zentest/Makefile 14 Mar 2011 05:54:53 -0000
@@ -4,7 +4,7 @@
 
 DISTNAME =     ZenTest-4.1.4
 PKGNAME =      ${DISTNAME:L}
-REVISION =     3
+REVISION =     4
 CATEGORIES =   devel
 
 MAINTAINER =   Paul Irofti <piro...@openbsd.org>
Index: devel/ruby-zentest/pkg/DESCR
===================================================================
RCS file: /cvs/ports/devel/ruby-zentest/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u devel/ruby-zentest/pkg/DESCR
--- devel/ruby-zentest/pkg/DESCR        27 Oct 2008 20:07:36 -0000      1.1.1.1
+++ devel/ruby-zentest/pkg/DESCR        14 Mar 2011 05:54:53 -0000
@@ -1,4 +1,4 @@
-Testing, on steriods. Go red with zentest which ensures test coverage and
-accelerates TDD. Go green with unit_diff using Advanced Diffing Technology(TM) 
-to highlight errors. Refactor with autotest, continuous integration while you 
-code.
+Testing, on steroids. Go red with zentest which ensures test coverage
+and accelerates TDD. Go green with unit_diff using Advanced Diffing
+Technology(TM) to highlight errors. Refactor with autotest, continuous
+integration while you code.
Index: sysutils/freedt/Makefile
===================================================================
RCS file: /cvs/ports/sysutils/freedt/Makefile,v
retrieving revision 1.8
diff -u sysutils/freedt/Makefile
--- sysutils/freedt/Makefile    16 Sep 2007 03:05:29 -0000      1.8
+++ sysutils/freedt/Makefile    14 Mar 2011 05:54:53 -0000
@@ -3,6 +3,7 @@
 COMMENT=               reimplementation of Dan Bernstein's daemontools
 
 DISTNAME=              freedt-0.21
+REVISION=              0
 CATEGORIES=            sysutils
 
 HOMEPAGE=              http://offog.org/code/freedt.html
Index: sysutils/freedt/pkg/DESCR
===================================================================
RCS file: /cvs/ports/sysutils/freedt/pkg/DESCR,v
retrieving revision 1.2
diff -u sysutils/freedt/pkg/DESCR
--- sysutils/freedt/pkg/DESCR   15 Dec 2003 21:55:26 -0000      1.2
+++ sysutils/freedt/pkg/DESCR   14 Mar 2011 05:54:53 -0000
@@ -1,14 +1,16 @@
-freedt is a reimplementation of Dan Bernstein's daemontools under the GNU GPL,
-sharing no code with the original implementation.
+freedt is a reimplementation of Dan Bernstein's daemontools under the
+GNU GPL, sharing no code with the original implementation.
 
 It currently includes feature-equivalent replacements for argv0, envdir,
-envuidgid, setlock, setuidgid, softlimit, supervise, svc, svok, svscan, svstat
-and recordio. It also includes dumblog (a simple multilog replacement),
-mkservice (a script for automatically creating service directories), anonidentd
-(an anonimising identd implementation) and ratelimit (a bandwidth-limiting
-filter along the lines of recordio). All the tools include usage messages; for
-instance, do "ratelimit -h" for a brief rundown of the options.
+envuidgid, setlock, setuidgid, softlimit, supervise, svc, svok, svscan,
+svstat and recordio. It also includes dumblog (a simple multilog
+replacement), mkservice (a script for automatically creating service
+directories), anonidentd (an anonymizing identd implementation) and
+ratelimit (a bandwidth-limiting filter along the lines of recordio). All
+the tools include usage messages; for instance, do "ratelimit -h" for a
+brief rundown of the options.
 
-Please note that this package is not a drop-in replacement for daemontools; the
-internal state files in service directories are different, and the error
-messages (and a few of the options) aren't quite the same. 
+Please note that this package is not a drop-in replacement for
+daemontools; the internal state files in service directories are
+different, and the error messages (and a few of the options) aren't
+quite the same.
Index: x11/libgdiplus/pkg/DESCR
===================================================================
RCS file: /cvs/ports/x11/libgdiplus/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u x11/libgdiplus/pkg/DESCR
--- x11/libgdiplus/pkg/DESCR    15 Oct 2008 10:46:07 -0000      1.1.1.1
+++ x11/libgdiplus/pkg/DESCR    14 Mar 2011 05:54:53 -0000
@@ -1,4 +1,3 @@
-Libgdiplus is the Mono library that provide a GDI+ comptible API on non-Windows
-operating systems.
-This implementation uses Cairo (http://www.cairographics.org) to do most of the
-heavy lifting. 
+Libgdiplus is the Mono library that provide a GDI+ compatible API on
+non-Windows operating systems. This implementation uses Cairo
+(http://www.cairographics.org) to do most of the heavy lifting.

Reply via email to