Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Feb 2013 21:03:48 +0100
From:      Christoph Mallon <christoph.mallon@gmx.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/176378: [PATCH] Fix several typos in the ports tree
Message-ID:  <E1U9LK0-000EWk-1v@rotluchs.lokal>
Resent-Message-ID: <201302232010.r1NKA0J4083084@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         176378
>Category:       ports
>Synopsis:       [PATCH] Fix several typos in the ports tree
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 23 20:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Christoph Mallon
>Release:        
>Organization:
>Environment:


	
>Description:
These patches correct several typos in the ports tree.
The maintainers of these ports are X-GNATS-Notified.
>How-To-Repeat:
	
>Fix:
Please apply these patches.

--- 0001-all-Replace-compliment-by-complement-where-the-lette.patch begins here ---
>From 3d5f8e0b5caf36df0a9caadb2e4e2faa013d618b Mon Sep 17 00:00:00 2001
From: Christoph Mallon <christoph.mallon@gmx.de>
Date: Sat, 23 Feb 2013 20:35:02 +0100
Subject: [PATCH 1/3] all: Replace "compliment" by "complement" where the
 letter is more fitting.

---
 audio/pear-Text_Spell_Audio/pkg-descr      | 2 +-
 deskutils/rolo/pkg-descr                   | 2 +-
 devel/p5-File-Cache/pkg-descr              | 2 +-
 graphics/py-glewpy/pkg-descr               | 2 +-
 mail/vmailmgr/pkg-descr                    | 2 +-
 print/makeindex/pkg-descr                  | 2 +-
 security/ike/pkg-descr                     | 2 +-
 www/p5-CGI-Application-Plugin-TT/pkg-descr | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/audio/pear-Text_Spell_Audio/pkg-descr b/audio/pear-Text_Spell_Audio/pkg-descr
index 2f89a68..64fee15 100644
--- a/audio/pear-Text_Spell_Audio/pkg-descr
+++ b/audio/pear-Text_Spell_Audio/pkg-descr
@@ -1,5 +1,5 @@
 Joins up multiple wav file sound clips of letters/numbers being spoken,
-optionally adding distortion and echo. This could be use to compliment
+optionally adding distortion and echo. This could be use to complement
 an image-based CAPTCHA to enable people who are unable to read the security
 image hear it read out instead.
 
diff --git a/deskutils/rolo/pkg-descr b/deskutils/rolo/pkg-descr
index 2f791ed..1061516 100644
--- a/deskutils/rolo/pkg-descr
+++ b/deskutils/rolo/pkg-descr
@@ -1,5 +1,5 @@
 Rolo keeps track of your contacts and display them to you with a text-based
-menu. Rolo strives to be a well-constructed tool for complimenting text-based
+menu. Rolo strives to be a well-constructed tool for complementing text-based
 email programs-such as mutt. It utilizes the vCard version 3.0 format for
 storing its contacts and it interfaces with the end-user through a NCurses
 front-end.
diff --git a/devel/p5-File-Cache/pkg-descr b/devel/p5-File-Cache/pkg-descr
index acecfe7..e8f5051 100644
--- a/devel/p5-File-Cache/pkg-descr
+++ b/devel/p5-File-Cache/pkg-descr
@@ -1,5 +1,5 @@
 File::Cache implements an object store where data is persisted across 
-processes in the filesystem.  It was written to compliment IPC::Cache.
+processes in the filesystem.  It was written to complement IPC::Cache.
 Where IPC::Cache is faster for small numbers of simple objects, 
 File::Cache tends towards being more performant when caching large
 numbers of complex objects.
diff --git a/graphics/py-glewpy/pkg-descr b/graphics/py-glewpy/pkg-descr
index aca8104..a77daa9 100644
--- a/graphics/py-glewpy/pkg-descr
+++ b/graphics/py-glewpy/pkg-descr
@@ -1,6 +1,6 @@
 GLEWpy aims to bring advanced OpenGL extensions to Python. This will allow the
 Python OpenGL developer to use features such as fragment and vertex shaders and
-image processing on the GPU. It serves as a compliment to PyOpenGL and toolkits
+image processing on the GPU. It serves as a complement to PyOpenGL and toolkits
 such as GLUT and SDL (pygame).
 
 WWW:	http://glewpy.sourceforge.net/
diff --git a/mail/vmailmgr/pkg-descr b/mail/vmailmgr/pkg-descr
index 6fe6118..8cc7e45 100644
--- a/mail/vmailmgr/pkg-descr
+++ b/mail/vmailmgr/pkg-descr
@@ -14,7 +14,7 @@ co-operates with qmail for mail delivery and program control. It features:
     * Tools to setup a virtual domain, add and delete individual virtual users
       and aliases, and to change passwords.  CGI programs to accomplish the
     * above tasks from a set of web pages.
-    * A native PHP library to compliment or replace the CGIs.
+    * A native PHP library to complement or replace the CGIs.
     * A daemon process that securely directs the operation of the CGIs and PHP
       code.
     * A separate delivery agent that automatically deals with any address
diff --git a/print/makeindex/pkg-descr b/print/makeindex/pkg-descr
index c13b1e20..67c2614 100644
--- a/print/makeindex/pkg-descr
+++ b/print/makeindex/pkg-descr
@@ -6,7 +6,7 @@ levels (0, 1, and 2) of subitem nesting.  The way in which words are
 flagged for indexing within the main document is specific to the
 formatter used; makeindex does not automate the process of selecting
 these words.  As the output index is hierarchical, makeindex can be
-considered complimentary to the awk(1)-based make.index(1L) system of
+considered complementary to the awk(1)-based make.index(1L) system of
 Bentley and Kernighan, which is specific to troff(1), generates
 non-hierarchical indices, and employs a much simpler syntax for
 indicating index entries.
diff --git a/security/ike/pkg-descr b/security/ike/pkg-descr
index 47ec41e..3501271 100644
--- a/security/ike/pkg-descr
+++ b/security/ike/pkg-descr
@@ -1,6 +1,6 @@
 This port contains the Shrew Soft IKE daemon and client tools. The
 software supports IKE V1 communications with an emphasis on client
-functionality. It was originally designed to compliment a gateway
+functionality. It was originally designed to complement a gateway
 running the ipsec-tools racoon daemon. The latest version offers a
 high level of compatibility with Cisco, Juniper, Zywall, Fortigate
 and many other commercial IPsec VPN gateways.
diff --git a/www/p5-CGI-Application-Plugin-TT/pkg-descr b/www/p5-CGI-Application-Plugin-TT/pkg-descr
index 6df93f1..dd7074c 100644
--- a/www/p5-CGI-Application-Plugin-TT/pkg-descr
+++ b/www/p5-CGI-Application-Plugin-TT/pkg-descr
@@ -3,7 +3,7 @@ Toolkit engine to your CGI::Application modules by providing several
 helper methods that allow you to process template files from within
 your runmodes.
 
-It compliments the support for HTML::Template that is built into
+It complements the support for HTML::Template that is built into
 CGI::Application through the load_tmpl method.  It also provides a few
 extra features than just the ability to load a template.
 
-- 
1.8.1.3
--- 0001-all-Replace-compliment-by-complement-where-the-lette.patch ends here ---

--- dummy1 begins here ---
dummy file, because GNATS damages every other file
--- dummy1 ends here ---

--- 0002-all-Correct-misspellings-of-the-word-implement.patch begins here ---
>From 3e9d0bea6026dc780d73dfa7caaf90c9033d92b0 Mon Sep 17 00:00:00 2001
From: Christoph Mallon <christoph.mallon@gmx.de>
Date: Sat, 23 Feb 2013 20:36:49 +0100
Subject: [PATCH 2/3] all: Correct misspellings of the word "implement".

---
 mail/p5-MIME-EncWords/pkg-descr             | 2 +-
 mail/p5-POE-Component-Client-POP3/pkg-descr | 2 +-
 www/p5-RPC-ExtDirect/Makefile               | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/mail/p5-MIME-EncWords/pkg-descr b/mail/p5-MIME-EncWords/pkg-descr
index 1f3b4f6..d94d19f 100644
--- a/mail/p5-MIME-EncWords/pkg-descr
+++ b/mail/p5-MIME-EncWords/pkg-descr
@@ -1,4 +1,4 @@
-MIME::EncWords is aimed to be another implimentation of MIME::Words so
+MIME::EncWords is aimed to be another implementation of MIME::Words so
     that it will achive more exact conformance with MIME specifications.
     Additionally, it contains some improvements. Following synopsis and
     descriptions are inherited from its inspirer, with description of
diff --git a/mail/p5-POE-Component-Client-POP3/pkg-descr b/mail/p5-POE-Component-Client-POP3/pkg-descr
index a23abda..155a6fd 100644
--- a/mail/p5-POE-Component-Client-POP3/pkg-descr
+++ b/mail/p5-POE-Component-Client-POP3/pkg-descr
@@ -1,6 +1,6 @@
 POE::Component::Client::POP3 is a POE component for interacting with a
 POP3 server.  This means it is an event driven way to communicate with a
-server that impliments Post Office Protocol Version 3 see rfc 1939 for
+server that implements Post Office Protocol Version 3 see rfc 1939 for
 details on the protocol.
 
 WWW: http://search.cpan.org/dist/POE-Component-Client-POP3/
diff --git a/www/p5-RPC-ExtDirect/Makefile b/www/p5-RPC-ExtDirect/Makefile
index ccdddfe..95d7d30 100644
--- a/www/p5-RPC-ExtDirect/Makefile
+++ b/www/p5-RPC-ExtDirect/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	tj@FreeBSD.org
-COMMENT=	Perl extension for implimenting the Ext.Direct remoting protocol
+COMMENT=	Perl extension for implementing the Ext.Direct remoting protocol
 
 BUILD_DEPENDS=	p5-Attribute-Handlers>=0.93:${PORTSDIR}/devel/p5-Attribute-Handlers \
 		p5-JSON>=2.53:${PORTSDIR}/converters/p5-JSON
-- 
1.8.1.3
--- 0002-all-Correct-misspellings-of-the-word-implement.patch ends here ---

--- dummy2 begins here ---
dummy file, because GNATS damages every other file
--- dummy2 ends here ---

--- 0003-all-Correct-typos.patch begins here ---
>From 3ce34e6c333eba92831c74a8b8f05ea7869a1adf Mon Sep 17 00:00:00 2001
From: Christoph Mallon <christoph.mallon@gmx.de>
Date: Sat, 23 Feb 2013 20:38:37 +0100
Subject: [PATCH 3/3] all: Correct typos.

---
 devel/p5-File-Cache/pkg-descr                                           | 2 +-
 .../files/patch-src-VBox-Frontends-VBoxManage-VBoxInternalManage.cpp    | 2 +-
 graphics/visionworkbench/Makefile                                       | 2 +-
 mail/p5-MIME-EncWords/pkg-descr                                         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/devel/p5-File-Cache/pkg-descr b/devel/p5-File-Cache/pkg-descr
index e8f5051..fd43484 100644
--- a/devel/p5-File-Cache/pkg-descr
+++ b/devel/p5-File-Cache/pkg-descr
@@ -1,4 +1,4 @@
-File::Cache implements an object store where data is persisted across 
+File::Cache implements an object store where data is persistent across
 processes in the filesystem.  It was written to complement IPC::Cache.
 Where IPC::Cache is faster for small numbers of simple objects, 
 File::Cache tends towards being more performant when caching large
diff --git a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Frontends-VBoxManage-VBoxInternalManage.cpp b/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Frontends-VBoxManage-VBoxInternalManage.cpp
index 00e3d32..f47d43e 100644
--- a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Frontends-VBoxManage-VBoxInternalManage.cpp
+++ b/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Frontends-VBoxManage-VBoxInternalManage.cpp
@@ -1,5 +1,5 @@
 - Add support for files to VBoxManage createrawvmdk. Currently
-it only supports character devices so it failes like this:
+it only supports character devices so it fails like this:
 
 VBoxManage internalcommands createrawvmdk -filename test.vmdk -rawdisk /vbox/HardDisks/test.img
 VBoxManage: error: File '/vbox/HardDisks/test.img' is no character device
diff --git a/graphics/visionworkbench/Makefile b/graphics/visionworkbench/Makefile
index 4c910cd..440de29 100644
--- a/graphics/visionworkbench/Makefile
+++ b/graphics/visionworkbench/Makefile
@@ -17,7 +17,7 @@ LICENSE_NAME=	NASA Open Source Agreement version 1.3
 LICENSE_FILE=	${WRKSRC}/COPYING
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-BROKEN=		failes to patch
+BROKEN=		fails to patch
 
 GNU_CONFIGURE=	yes
 USE_QT4=	moc_build qmake_build
diff --git a/mail/p5-MIME-EncWords/pkg-descr b/mail/p5-MIME-EncWords/pkg-descr
index d94d19f..c8cb1e9 100644
--- a/mail/p5-MIME-EncWords/pkg-descr
+++ b/mail/p5-MIME-EncWords/pkg-descr
@@ -2,7 +2,7 @@ MIME::EncWords is aimed to be another implementation of MIME::Words so
     that it will achive more exact conformance with MIME specifications.
     Additionally, it contains some improvements. Following synopsis and
     descriptions are inherited from its inspirer, with description of
-    improvements and clarifications added.*
+    improvements and clarifications added.
 
 Author: <hatuka@nezumi.nu>
 WWW: http://search.cpan.org/dist/MIME-EncWords/
-- 
1.8.1.3
--- 0003-all-Correct-typos.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1U9LK0-000EWk-1v>