mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
In several dozen ports, use single space for WWW: line in pkg-descr, and
reformat port description text in cases when it was notoriously broken.
This commit is contained in:
parent
38c53b85d2
commit
583daec5aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426827
@ -1,6 +1,6 @@
|
|||||||
MusicBrainz::DiscID is a class to calculate a MusicBrainz DiscID
|
MusicBrainz::DiscID is a class to calculate a MusicBrainz DiscID from an
|
||||||
from an audio CD in the drive. The coding style is slightly different
|
audio CD in the drive. The coding style is slightly different to the C
|
||||||
to the C interface to libdiscid, because it makes use of perl's
|
interface to libdiscid, because it makes use of Perl's Object Oriented
|
||||||
Object Oriented functionality.
|
functionality.
|
||||||
|
|
||||||
WWW: http://search.cpan.org/dist/MusicBrainz-DiscID
|
WWW: http://search.cpan.org/dist/MusicBrainz-DiscID
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
ical2html takes an iCalendar file and outputs an HTML file showing
|
ical2html takes an iCalendar file and outputs an HTML file showing one or
|
||||||
one or more months in the form of tables.
|
more months in the form of tables.
|
||||||
|
|
||||||
WWW: http://www.w3.org/Tools/Ical2html/
|
WWW: http://www.w3.org/Tools/Ical2html/
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
pgFouine is a PostgreSQL log analyzer used to generate detailed reports
|
pgFouine is a PostgreSQL log analyzer used to generate detailed reports
|
||||||
from a PostgreSQL log file. pgFouine can help you to determine which
|
from a PostgreSQL log file. pgFouine can help you to determine which
|
||||||
queries you should optimize to speed up your PostgreSQL based
|
queries you should optimize to speed up your PostgreSQL based application.
|
||||||
application.
|
|
||||||
|
|
||||||
WWW: http://pgfouine.projects.postgresql.org/
|
WWW: http://pgfouine.projects.postgresql.org/
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
A port from the CLD (Compact Language Detector) library embedded in
|
A port from the CLD (Compact Language Detector) library embedded in
|
||||||
Google's Chromium browser. The library detects the language from
|
Google's Chromium browser. The library detects the language from
|
||||||
provided UTF8 text (plain text or HTML). It's implemented in C++,
|
provided UTF-8 text (plain text or HTML). It is implemented in C++,
|
||||||
with very basic Python bindings.
|
with very basic Python bindings.
|
||||||
|
|
||||||
You most likely need devel/cld2 port: version 2 of CLD. This port is here
|
You most likely need devel/cld2 port: version 2 of CLD. This port is here
|
||||||
|
@ -1,16 +1,14 @@
|
|||||||
CMPH - C Minimal Perfect Hashing Library
|
|
||||||
|
|
||||||
A perfect hash function maps a static set of n keys into a set of m integer
|
A perfect hash function maps a static set of n keys into a set of m integer
|
||||||
numbers without collisions, where m is greater than or equal to n. If m is equal
|
numbers without collisions, where m is greater than or equal to n. If m is
|
||||||
to n, the function is called minimal.
|
equal to n, the function is called minimal.
|
||||||
|
|
||||||
Minimal perfect hash functions are widely used for memory efficient storage and
|
Minimal perfect hash functions are widely used for memory efficient storage
|
||||||
fast retrieval of items from static sets, such as words in natural languages,
|
and fast retrieval of items from static sets, such as words in natural
|
||||||
reserved words in programming languages or interactive systems, universal
|
languages, reserved words in programming languages or interactive systems,
|
||||||
resource locations (URLs) in Web search engines, or item sets in data mining
|
universal resource locations (URLs) in Web search engines, or item sets in
|
||||||
techniques. Therefore, there are applications for minimal perfect hash functions
|
data mining techniques. Therefore, there are applications for minimal
|
||||||
in information retrieval systems, database systems, language translation
|
perfect hash functions in information retrieval systems, database systems,
|
||||||
systems, electronic commerce systems, compilers, operating systems, among
|
language translation systems, electronic commerce systems, compilers,
|
||||||
others.
|
operating systems, among others.
|
||||||
|
|
||||||
WWW: http://cmph.sourceforge.net/
|
WWW: http://cmph.sourceforge.net/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
py-tgMochiKit is a packaging of the MochiKit JavaScript
|
py-tgMochiKit is a packaging of the MochiKit JavaScript library as a
|
||||||
library as a TurboGears widget.
|
TurboGears widget.
|
||||||
|
|
||||||
WWW: http://docs.turbogears.org/tgMochiKit
|
WWW: http://docs.turbogears.org/tgMochiKit
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
This package contains HTML documentation for the Root framework.
|
This package contains HTML documentation for the Root framework.
|
||||||
|
|
||||||
The installed package is 110 MB large.
|
|
||||||
|
|
||||||
ROOT stand for "<R>OOTs <O>bject-<O>riented <T>echnologies" - it is an object
|
ROOT stand for "<R>OOTs <O>bject-<O>riented <T>echnologies" - it is an object
|
||||||
oriented data analysis framework written in C++. ROOT has its origin at the
|
oriented data analysis framework written in C++. ROOT has its origin at the
|
||||||
Centre Europeenne pour la Recherche Nucleaire (CERN) and is a cross platform
|
Centre Europeenne pour la Recherche Nucleaire (CERN) and is a cross platform
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
To quote the description:
|
TCLAP is a small, flexible library that provides a simple interface for
|
||||||
|
defining and accessing command line arguments.
|
||||||
TCLAP is a small, flexible library that provides a simple interface
|
|
||||||
for defining and accessing command line arguments.
|
|
||||||
|
|
||||||
It seems to do everything that getopt(3) can do. It is needed here as
|
It seems to do everything that getopt(3) can do. It is needed here as
|
||||||
a dependency for graphics/hugin.
|
a dependency for `graphics/hugin'.
|
||||||
|
|
||||||
WWW: http://tclap.sourceforge.net/
|
WWW: http://tclap.sourceforge.net/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
A library for User-Agent recognition. Includes C++, Java, Node.js,
|
A library for User-Agent recognition. Includes C++, Java, Node.js, Perl,
|
||||||
Perl and Python bindings.
|
and Python bindings.
|
||||||
|
|
||||||
WWW: https://github.com/lmovsesjan/uatraits
|
WWW: https://github.com/lmovsesjan/uatraits
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
CurveDNS is a forwarding nameserver adding DNSCurve to DNS,
|
CurveDNS is a forwarding nameserver adding DNSCurve to DNS, and it is
|
||||||
and it's the first publicly released forwarding implementation
|
the first publicly released forwarding implementation that implements
|
||||||
that implements the DNSCurve protocol.
|
the DNSCurve protocol.
|
||||||
|
|
||||||
WWW: http://curvedns.on2it.net/
|
WWW: http://curvedns.on2it.net/
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Vimana is an easy to use system for searching, downloading, and
|
Vimana is an easy to use system for searching, downloading, and installing
|
||||||
installing vim scripts.
|
vim scripts.
|
||||||
|
|
||||||
Vimana provides a command-line interface much like the aptitude
|
Vimana provides a command-line interface much like the aptitude program on
|
||||||
program on Debian Linux, for you to search, download, install, and
|
Debian Linux, for you to search, download, install, and upgrade scripts
|
||||||
upgrade scripts from http://www.vim.org/ (vimonline site).
|
from http://www.vim.org/ (vimonline site).
|
||||||
|
|
||||||
WWW: http://search.cpan.org/dist/Vimana/
|
WWW: http://search.cpan.org/dist/Vimana/
|
||||||
|
@ -6,5 +6,4 @@ development encourages Test Driven Development, though it doesn't
|
|||||||
mandate it, and any unit testing software development technique
|
mandate it, and any unit testing software development technique
|
||||||
is sufficient.
|
is sufficient.
|
||||||
|
|
||||||
|
WWW: http://www.jtiger.org/
|
||||||
WWW: http://www.jtiger.org
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
'nohtml' is a filter which strips HTML attachments from email
|
'nohtml' is a filter which strips HTML attachments from email messages.
|
||||||
messages. It is primarily intended to be used with remailers like
|
It is primarily intended to be used with remailers like mailing lists
|
||||||
mailing lists to suppress HTML from ever hitting those lists.
|
to suppress HTML from ever hitting those lists.
|
||||||
|
|
||||||
WWW: http://www.tundraware.com/Software/nohtml/
|
WWW: http://www.tundraware.com/Software/nohtml/
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
This automatically logs a user out if they're idle for a set amount
|
This automatically logs a user out if they're idle for a set amount of
|
||||||
of time. We define 'idle' as having not refreshed the right-hand
|
time. We define 'idle' as having not refreshed the right-hand frame.
|
||||||
frame. The administrator can set a standard time for all users or
|
The administrator can set a standard time for all users or allow users
|
||||||
allow users to set their own timeout values.
|
to set their own timeout values.
|
||||||
|
|
||||||
WWW: http://www.squirrelmail.org/plugin_view.php?id=38
|
WWW: http://www.squirrelmail.org/plugin_view.php?id=38
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
This is a Qt4 version of QwtPlot3d - a feature-rich Qt/OpenGL-based
|
This is a Qt4 version of QwtPlot3d -- a feature-rich Qt/OpenGL-based C++
|
||||||
C++ programming library, providing essentially a bunch of 3D-widgets.
|
programming library, providing essentially a bunch of 3D-widgets.
|
||||||
|
|
||||||
WWW: http://qwtplot3d.sourceforge.net/
|
WWW: http://qwtplot3d.sourceforge.net/
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
quoted - QOTD Daemon
|
|
||||||
|
|
||||||
The QOTD Daemon 'quoted' listens on the qotd port (17) and responds with
|
The QOTD Daemon 'quoted' listens on the qotd port (17) and responds with
|
||||||
a randomly selected 'quote of the day' from a 'quotes' text file, which
|
a randomly selected 'quote of the day' from a 'quotes' text file, which
|
||||||
you can update with quotes of your own. It will operate either as a
|
you can update with quotes of your own. It will operate either as a
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
This program reads /var/db/pkg/local.sqlite and compares install timestamp with
|
This program reads /var/db/pkg/local.sqlite and compares install timestamp
|
||||||
date in $FreeBSD header in the Makefile of the port. If there is no $FreeBSD
|
with date in $FreeBSD header in the Makefile of the port. If there is no
|
||||||
header then it is assumed to be a beta port.
|
$FreeBSD header then it is assumed to be a beta port.
|
||||||
|
|
||||||
Chucky also features a shar file backup feature, which is normally used to
|
Chucky also features a shar file backup feature, which is normally used to
|
||||||
backup 'beta' development ports.
|
backup 'beta' development ports.
|
||||||
|
@ -8,5 +8,3 @@ tool, midi2ly. Conversion tools for PMX, MUP, ABC, Finale and
|
|||||||
Musedata are also included.
|
Musedata are also included.
|
||||||
|
|
||||||
WWW: http://lilypond.org/web/
|
WWW: http://lilypond.org/web/
|
||||||
|
|
||||||
Patrick Atamaniuk
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Pycdf is a python interface to the Unidata netCDF library. It provides an
|
Pycdf is a Python interface to the Unidata netCDF library. It provides an
|
||||||
almost complete coverage of the netCDF C API, wrapping it inside easy to
|
almost complete coverage of the netCDF C API, wrapping it inside easy to
|
||||||
use python classes.
|
use Python classes.
|
||||||
|
|
||||||
WWW: http://pysclint.sourceforge.net/pycdf/
|
WWW: http://pysclint.sourceforge.net/pycdf/
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
GnuPG - Perl module interface to the GNU Privacy Guard (v1.x.x series)
|
GnuPG -- Perl module interface to the GNU Privacy Guard (v1.x.x series).
|
||||||
|
|
||||||
WWW: http://search.cpan.org/dist/GnuPG/
|
WWW: http://search.cpan.org/dist/GnuPG/
|
||||||
|
@ -6,5 +6,3 @@ from random noise, except that when the pad utility is used to XOR
|
|||||||
them together again, the original data files may be recovered.
|
them together again, the original data files may be recovered.
|
||||||
|
|
||||||
WWW: http://web.archive.org/web/20011030104813/www.lammah.com/pad/
|
WWW: http://web.archive.org/web/20011030104813/www.lammah.com/pad/
|
||||||
|
|
||||||
Jason Harris <jharris@widomaker.com>
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Provide a fast way to delete entries from OpenSSH's known_hosts
|
Provide a fast way to delete entries from OpenSSH's known_hosts file.
|
||||||
file. This is a simple automation of the things normally done by
|
This is a simple automation of the things normally done by the user
|
||||||
the user when having an "offending key" in his/her known_hosts file
|
when having an "offending key" in his/her known_hosts file caused by
|
||||||
caused by a changing host key of the destination.
|
a changing host key of the destination.
|
||||||
|
|
||||||
WWW: http://unssh.sourceforge.net/
|
WWW: http://unssh.sourceforge.net/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
PHP bindings for the mRss library for parsing, writing and creating RSS files or
|
PHP bindings for the mRss library for parsing, writing, and creating RSS
|
||||||
streams.
|
files or streams.
|
||||||
|
|
||||||
WWW: http://www2.autistici.org/bakunin/libmrss/doc/
|
WWW: http://www2.autistici.org/bakunin/libmrss/doc/
|
||||||
|
@ -1,13 +1,9 @@
|
|||||||
pear-Services_Google is a pear class that
|
pear-Services_Google is a pear class that provides access to the Google
|
||||||
provides access to the Google SOAP Web APIs.
|
SOAP Web APIs. It allows easy access to the Google SOAP Web APIs for the
|
||||||
It allows easy access to the Google SOAP
|
search engine, spelling suggestions, and cache.
|
||||||
Web APIs for the search engine, spelling
|
|
||||||
suggestions, and cache.
|
|
||||||
|
|
||||||
Please note that as of December 5, 2006
|
Please note that as of December 5, 2006 Google is no longer issuing new
|
||||||
Google is no longer issuing new API keys
|
API keys for the SOAP search API, so this package is only for developers
|
||||||
for the SOAP search API, so this package
|
which has an API key already.
|
||||||
is only for developers which has an API
|
|
||||||
key already.
|
|
||||||
|
|
||||||
WWW: http://pear.php.net/package/Services_Google/
|
WWW: http://pear.php.net/package/Services_Google/
|
||||||
|
@ -2,4 +2,4 @@ This is a Linux/i386 binary port of the libraries from X.Org:
|
|||||||
"The X.Org Foundation provides an open source implementation
|
"The X.Org Foundation provides an open source implementation
|
||||||
of the X Window System."
|
of the X Window System."
|
||||||
|
|
||||||
WWW: http://x.org
|
WWW: http://x.org/
|
||||||
|
Loading…
Reference in New Issue
Block a user