Fix several typos in the ports tree.
PR: ports/176378 Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
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
|
||||
numbers of complex objects.
|
||||
|
||||
@@ -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/
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
MIME::EncWords is aimed to be another implimentation of MIME::Words so that it
|
||||
MIME::EncWords is aimed to be another implementation of MIME::Words so
|
||||
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.
|
||||
|
||||
@@ -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/
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user