From 4c030a62ccb1806c20eeb2239ed6c32e4c4559dd Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Thu, 5 Aug 2010 10:32:04 +0000 Subject: [PATCH] Spelling and whitespace fixes. --- converters/zbase32/pkg-descr | 2 +- games/spring/pkg-descr | 4 ++-- graphics/php-facedetect/pkg-descr | 2 +- multimedia/recordmydesktop/pkg-descr | 4 ++-- net-mgmt/rancid/pkg-descr | 10 +++++----- net/unix2tcp/pkg-descr | 6 +++--- www/jetty/pkg-descr | 8 ++++---- www/wgetpaste/pkg-descr | 2 +- 8 files changed, 19 insertions(+), 19 deletions(-) diff --git a/converters/zbase32/pkg-descr b/converters/zbase32/pkg-descr index f0822f724b59..6b54bd23e267 100644 --- a/converters/zbase32/pkg-descr +++ b/converters/zbase32/pkg-descr @@ -1,4 +1,4 @@ -zbase32 is a base32 encoder/decoder.It is an alternate +zbase32 is a base32 encoder/decoder. It is an alternate base32 encoder but not RFC 3548 compliant. WWW: http://pypi.python.org/pypi/zbase32/ diff --git a/games/spring/pkg-descr b/games/spring/pkg-descr index 4757f7c7db26..c0966da6c7cc 100644 --- a/games/spring/pkg-descr +++ b/games/spring/pkg-descr @@ -1,9 +1,9 @@ -Spring is a full 3D RTS game engine, designed, in it's basis, to +Spring is a full 3D RTS game engine, designed, in its basis, to be able to run the content of the game Total Annihilation and deliver a similar, but improved, gaming experience. Games can be intense and very large scaled, with fight of, literally, -hundreds of unit and the mods allow very wide arrays of diferent +hundreds of unit and the mods allow very wide arrays of different strategies and tactics. WWW: http://springrts.com/ diff --git a/graphics/php-facedetect/pkg-descr b/graphics/php-facedetect/pkg-descr index c7585538b2c2..8f62a9d96015 100644 --- a/graphics/php-facedetect/pkg-descr +++ b/graphics/php-facedetect/pkg-descr @@ -1,5 +1,5 @@ This extension provides a PHP implementation of the OpenCV library. -The extension offers two new functions. In princible, they differ only by +The extension offers two new functions. In principle, they differ only by their return value. The first returns only the number of faces found on the given image and the other an associative array of their coordinates. diff --git a/multimedia/recordmydesktop/pkg-descr b/multimedia/recordmydesktop/pkg-descr index d53949f892d0..ace446df6752 100644 --- a/multimedia/recordmydesktop/pkg-descr +++ b/multimedia/recordmydesktop/pkg-descr @@ -1,6 +1,6 @@ -recordMyDesktop produces a file(default out.ogg) that contains a video +recordMyDesktop produces a file (default out.ogg) that contains a video and audio recording of a desktop session. The default behavior of -recording is to mark areas that have changed(through libxdamage) and +recording is to mark areas that have changed (through libxdamage) and update the frame. WWW: http://recordmydesktop.sourceforge.net/ diff --git a/net-mgmt/rancid/pkg-descr b/net-mgmt/rancid/pkg-descr index 676fe9aae64c..891ecf211b71 100644 --- a/net-mgmt/rancid/pkg-descr +++ b/net-mgmt/rancid/pkg-descr @@ -2,15 +2,15 @@ Rancid monitors a router's (or device's) configuration, including software and hardware (cards, serial numbers, etc), using CVS. Rancid currently supports Bay routers, Cisco routers, Juniper routers, Catalyst switches, Foundry switches, Redback NASs, ADC EZT3 muxes, MRTd (and thus likely IRRd), -Alteon switches, HP procurve switches, Hitachi routers. +Alteon switches, HP Procurve switches, Hitachi routers. Rancid logs into each of the devices in a router table file, runs various -commands, chomps the output, and emails any differences ( sample) from -the previous collection to a mail list. +commands, chomps the output, and emails any differences from the previous +collection to a mail list. A looking glass is also included with rancid, based on Ed Kern's in use on -http://nitrous.digex.net/. Rancid version has added functions, supports cisco, - juniper, and foundry and uses the login scripts that come with rancid; +http://nitrous.digex.net/. Rancid version has added functions, supports Cisco, +Juniper, and Foundry and uses the login scripts that come with rancid; so it can use rsh, telnet, or ssh to connect to your router(s). WWW: http://www.shrubbery.net/rancid/ diff --git a/net/unix2tcp/pkg-descr b/net/unix2tcp/pkg-descr index b19cdf0935eb..6791050cbf91 100644 --- a/net/unix2tcp/pkg-descr +++ b/net/unix2tcp/pkg-descr @@ -3,12 +3,12 @@ Aims: traffic to a (remote) IP address/port What it does: -- Tunnels all traffic betweeb a (remote) address/port and a local UNIX socket +- Tunnels all traffic between a (remote) address/port and a local UNIX socket - Does NOT use fork() (single process model) - Does use O_NONBLOCK , should be no case of blocking -What it doesnt do (yet): -- Doesnt limit number of concurent connections +What it doesn't do (yet): +- Doesn't limit number of concurrent connections WWW: http://ahriman.bucharest.roedu.net/unix2tcp/ AUTHOR: diff --git a/www/jetty/pkg-descr b/www/jetty/pkg-descr index 9bd74bf52bcf..f31a96247f3a 100644 --- a/www/jetty/pkg-descr +++ b/www/jetty/pkg-descr @@ -1,5 +1,5 @@ Jetty is an open-source, standards-based, full-featured web server implemented -entirely in java. It is released under the Apache 2.0 licence and is therefore +entirely in Java. It is released under the Apache 2.0 licence and is therefore free for commercial use and distribution. Jetty can be used as: @@ -7,7 +7,7 @@ Jetty can be used as: * a stand-alone traditional web server for static and dynamic content * a dynamic content server behind a dedicated HTTP server such as Apache using mod_proxy - * an embedded component within a java application + * an embedded component within a Java application Some of the defining features of Jetty are: @@ -15,11 +15,11 @@ Simplicity: The guiding principle of Jetty could be said to be "simplicity not complexity". We want to make Jetty easy to understand and use: Efficiency: A lot of effort goes into optimizing Jetty's performance and -crafting the code so as to make the footprint as small as possible: +crafting the code so as to make the footprint as small as possible. Embeddability: Jetty is designed to be a good component. This means that it can easily be embedded in an application without forcing the application to adapt to -it: +it. Pluggability: Jetty is architected for pluggability. The API allows different implementations of all of the principal Jetty components to be selected. At diff --git a/www/wgetpaste/pkg-descr b/www/wgetpaste/pkg-descr index 4900e6513405..27c8acbd3e2a 100644 --- a/www/wgetpaste/pkg-descr +++ b/www/wgetpaste/pkg-descr @@ -1,5 +1,5 @@ A Script that automates pasting to a number of pastebin services relying only on bash, sed, coreutils (mktemp/sort/tr/wc/whoami/tee) -and wget +and wget. WWW: http://wgetpaste.zlin.dk/