1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Spelling and whitespace fixes.

This commit is contained in:
Jimmy Olgeni 2010-08-05 10:32:04 +00:00
parent 5b3a65c635
commit 4c030a62cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258804
8 changed files with 19 additions and 19 deletions

View File

@ -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/

View File

@ -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/

View File

@ -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.

View File

@ -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/

View File

@ -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/

View File

@ -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: <dizzy@roedu.net>

View File

@ -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

View File

@ -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/