1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Some typo fixes and whitespace cleanup for pkg-descr files.

This commit is contained in:
Jimmy Olgeni 2017-09-10 18:51:46 +00:00
parent fa4f5c94c8
commit 52e782d241
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449586
19 changed files with 31 additions and 31 deletions

View File

@ -1,7 +1,7 @@
pgModeler - PostgreSQL Database Modeler - is an open source data modeling tool
designed for PostgreSQL. No more DDL commands written by hand let pgModeler
do the job for you! This software reunites the concepts of entity-relationship
diagrams and the features that PostgreSQL implements as extensions of
SQL standards.
pgModeler - PostgreSQL Database Modeler - is an open source data modeling
tool designed for PostgreSQL. No more DDL commands written by hand: let
pgModeler do the job for you! This software reunites the concepts of
entity-relationship diagrams and the features that PostgreSQL implements as
extensions of SQL standards.
WWW: http://pgmodeler.com.br/

View File

@ -1,6 +1,6 @@
qOrganizer is a general organizer that includes a calendar with schedule,
reminders,journal/notes for every day, to-do list.But provides features
useful for students such as:timetable and a booklet for marks and absences.
reminders, journal/notes for every day, to-do list. But provides features
useful for students, such as timetable and a booklet for marks and absences.
It's designed to be easy to use.
WWW: http://qorganizer.sourceforge.net/

View File

@ -1,5 +1,5 @@
This package patches the python standard library's mailcap module in order to
correctly handle windcard entries.
correctly handle wildcard entries.
The bug is documented on the bug tracker here: issue 14977

View File

@ -1,7 +1,7 @@
Python implementation of the Engine.IO realtime server.
Features
Fully compatible with the Javascript engine.io-client library,
Fully compatible with the JavaScript engine.io-client library,
versions 1.5.0 and up.
Compatible with Python 2.7 and Python 3.3+.
Supports large number of clients even on modest hardware when

View File

@ -4,7 +4,7 @@ function, VCR.py records all HTTP interactions that take place through
the libraries it supports and serializes and writes them to a flat file
(in yaml format by default). This flat file is called a cassette.
When the relevant peice of code is executed again, VCR.py will read the
When the relevant piece of code is executed again, VCR.py will read the
serialized requests and responses from the aforementioned cassette file,
and intercept any HTTP requests that it recognizes from the original test
run and return the responses that corresponded to those requests. This

View File

@ -1,6 +1,6 @@
Hexedit is a Curses based Hex editor. Unlike a text editor, which
is used for editing text documents in the desired language, hexedit
lets you edit any file as it's byte(1) for byte representation. It can
lets you edit any file as its byte for byte representation. It can
even let you view and edit your fixed disks on your Linux system. This
is not ideal for writing a letter or writing c code, but there are my
times when this is ideal:

View File

@ -1,6 +1,6 @@
The Generic Image Decoder (GID) is an Ada package for decoding a broad
variety on image formats from any data stream to any kind of medium.
Examples include in-memory bitmap, a GUI objecct, another stream, floating
Examples include in-memory bitmap, a GUI object, another stream, floating
point data for scientific calculations, a browser element or a device.
Animations are also supported. GID features:

View File

@ -7,7 +7,7 @@ added to make EPIC one of the best ircII clients available.
EPIC no longer shares any file names with ircII, so they should happily
co-exist.
Due to it's minimalist approach it is highly recommended you use a script
Due to its minimalist approach it is highly recommended you use a script
with EPIC.
WWW: http://www.epicsol.org/

View File

@ -1,6 +1,6 @@
fxt is a library package (coming as C++ source code) containing various
algorithms for:
- Fast Fourier Transform (FFT) incl. real-vlued,
- Fast Fourier Transform (FFT) incl. real-valued,
- multidimensional and weighted variants.
- Fast Hartley Transform (FHT)
- Number Theoretic Transform (NTT), Fast Walsh Transform.

View File

@ -3,12 +3,12 @@ oriented API.
* RFC3261 compliant implementation of SIP parser, writer, transactions and
dialog layers
* http client api
* HTTP client API
* support of client TLS certificate
* fully asynchronous transport layer (UDP, TCP, TLS)
* fully asynchronous DNS resolution with SRV
* full dual-stack IPv6 support
* SIP transaction state machines with lastest corrections (RFC6026)
* SIP transaction state machines with latest corrections (RFC6026)
* automatic management of request refreshes with network disconnection
resiliency thanks to the "refresher" object
* supported platforms: Linux, Mac OSX, Windows XP+, iOS, Android,

View File

@ -1,6 +1,6 @@
Implements Short Message Peer to Peer protocol, which is frequently used to
pass short messages between mobile operators implementing short message
service (SMS). This is applicable to both european GSM and american CDMA/TDMA
service (SMS). This is applicable to both European GSM and American CDMA/TDMA
systems.
WWW: http://search.cpan.org/dist/Net-SMPP/

View File

@ -1,11 +1,11 @@
BruteForceBlocker is a perl script, that works along with pf - OpenBSD's
firewall (Which is also available on FreeBSD since version 5.2 is out).
It's main purpose is to block SSH bruteforce attacks via firewall.
BruteForceBlocker is a Perl script that works along with pf - OpenBSD's
firewall (which is also available on FreeBSD since version 5.2 is out).
Its main purpose is to block SSH bruteforce attacks via firewall.
When this script is running, it checks sshd logs from syslog and looks
for Failed Login attempts - mostly some annoying script attacks, and
for failed login attempts - mostly some annoying script attacks, and
counts number of such attempts. When given IP reaches configured limit
of fails, script puts this IP to the pf's table and blocks any further
traffic to the that box from given IP (This also depends on
traffic to the that box from given IP (this also depends on
configuration done in pf.conf).
WWW: http://danger.rulez.sk/projects/bruteforceblocker/

View File

@ -1,5 +1,5 @@
The Event Notify Test Runner is a general-purpose UNIX utility intended to make
rapid feedback and automated testing natural and completely ordinary by running
arbitrary commands when files change
arbitrary commands when files change.
WWW: http://entrproject.org/

View File

@ -1,12 +1,12 @@
Fcron is a scheduler. It aims at replacing Vixie Cron, so it
implements most of its functionalities. But contrary to Vixie Cron,
fcron does not need your system to be up 7 days a week, 24 hours a
day : it also works well with systems which are not running neither
day: it also works well with systems which are not running neither
all the time nor regularly (contrary to anacrontab). To do so, fcron
allows you to use the standard mode in which you tell it to execute
one command at a given date and hour and to make it run a command
according to its time of execution, which is normally the same as
system up time.
system uptime.
This is the stable release.

View File

@ -1,6 +1,6 @@
exfat-fuse is a free exFAT file system implementation with write support.
exFAT is a simple file system created by Microsoft. It is intended to
replace FAT32 removing some of it's limitations. exFAT is a standard FS for
replace FAT32 removing some of its limitations. exFAT is a standard FS for
SDXC memory cards.
WWW: https://github.com/relan/exfat

View File

@ -1,4 +1,4 @@
Nomad is a cluster manager and schedular that provides a common workflow
Nomad is a cluster manager and scheduler that provides a common workflow
to deploy applications across an infrastructure. Deploy virtualized,
containerized, or standalone application workloads across a fleet of
servers to maximize resource utilization.

View File

@ -2,12 +2,12 @@ Rinse is a simple tool which is designed to carry out the installation
of a new RPM-based distribution.
Using rinse you can easily setup simple chroot() systems running
different RPM-based distributions, such as Centos, Scientific Linux or
different RPM-based distributions, such as CentOS, Scientific Linux or
openSUSE.
The purpose and usage are analogous to the 'debootstrap' utility
familiar to users of Debian GNU/Linux. It was primarily designed to
work with the xen-tools software, which creates new guest images for
running inder the Xen hypervisor.
running under the Xen hypervisor.
WWW: http://collab-maint.alioth.debian.org/rinse/

View File

@ -1,5 +1,5 @@
This is a small package containing a Sphinx theme named "Cloud",
along with some related Sphinx extensions. To see an example
of the theme in action, check out it's documentation.
of the theme in action, check out its documentation.
WWW: https://pypi.python.org/pypi/cloud_sptheme/

View File

@ -1,4 +1,4 @@
Bozohttpd is a small and secure http version 1.1 server. it's main feature
Bozohttpd is a small and secure HTTP version 1.1 server. Its main feature
is the lack of features, reducing the code size and improving verifiability.
It supports CGI/1.1, HTTP/1.1, HTTP/1.0, HTTP/0.9, ~user translations,