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
56 changed files with 116 additions and 134 deletions
|
@ -1,6 +1,6 @@
|
|||
MusicBrainz::DiscID is a class to calculate a MusicBrainz DiscID
|
||||
from an audio CD in the drive. The coding style is slightly different
|
||||
to the C interface to libdiscid, because it makes use of perl's
|
||||
Object Oriented functionality.
|
||||
MusicBrainz::DiscID is a class to calculate a MusicBrainz DiscID from an
|
||||
audio CD in the drive. The coding style is slightly different to the C
|
||||
interface to libdiscid, because it makes use of Perl's Object Oriented
|
||||
functionality.
|
||||
|
||||
WWW: http://search.cpan.org/dist/MusicBrainz-DiscID
|
||||
WWW: http://search.cpan.org/dist/MusicBrainz-DiscID
|
||||
|
|
|
@ -13,4 +13,4 @@ post-processing. The specification of any input to these modules is done
|
|||
either interactively using the graphical user interface or in ASCII text
|
||||
files using Gmsh's own scripting language.
|
||||
|
||||
WWW: http://www.geuz.org/gmsh/
|
||||
WWW: http://www.geuz.org/gmsh/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
ical2html takes an iCalendar file and outputs an HTML file showing
|
||||
one or more months in the form of tables.
|
||||
ical2html takes an iCalendar file and outputs an HTML file showing one or
|
||||
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
|
||||
from a PostgreSQL log file. pgFouine can help you to determine which
|
||||
queries you should optimize to speed up your PostgreSQL based
|
||||
application.
|
||||
queries you should optimize to speed up your PostgreSQL based application.
|
||||
|
||||
WWW: http://pgfouine.projects.postgresql.org/
|
||||
WWW: http://pgfouine.projects.postgresql.org/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
ObjectDBM (o_dbm) is an OODB-like DBM module for Ruby.
|
||||
|
||||
WWW: http://raa.ruby-lang.org/search.rhtml?search=o_dbm
|
||||
WWW: http://raa.ruby-lang.org/search.rhtml?search=o_dbm
|
||||
|
|
|
@ -15,4 +15,4 @@ the new C++0x Standard now being finalized. C++0x will also include
|
|||
several more Boost libraries in addition to those from TR1. More Boost
|
||||
libraries are proposed for TR2.
|
||||
|
||||
WWW: http://www.boost.org/
|
||||
WWW: http://www.boost.org/
|
||||
|
|
|
@ -13,4 +13,4 @@ the new C++0x Standard now being finalized. C++0x will also include
|
|||
several more Boost libraries in addition to those from TR1. More Boost
|
||||
libraries are proposed for TR2.
|
||||
|
||||
WWW: http://www.boost.org/
|
||||
WWW: http://www.boost.org/
|
||||
|
|
|
@ -5,4 +5,4 @@ tools -- just your C++ compiler.
|
|||
|
||||
The Boost.Pyste code generator resides in a separate port: devel/boost-pyste
|
||||
|
||||
WWW: http://www.boost.org/
|
||||
WWW: http://www.boost.org/
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
A port from the CLD (Compact Language Detector) library embedded in
|
||||
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.
|
||||
|
||||
You most likely need devel/cld2 port: version 2 of CLD. This port is here
|
||||
only to for pecl-cld until it support CLD version 2.
|
||||
|
||||
WWW: https://code.google.com/p/chromium-compact-language-detector/
|
||||
WWW: https://code.google.com/p/chromium-compact-language-detector/
|
||||
|
|
|
@ -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
|
||||
numbers without collisions, where m is greater than or equal to n. If m is equal
|
||||
to n, the function is called minimal.
|
||||
numbers without collisions, where m is greater than or equal to n. If m is
|
||||
equal to n, the function is called minimal.
|
||||
|
||||
Minimal perfect hash functions are widely used for memory efficient storage and
|
||||
fast retrieval of items from static sets, such as words in natural languages,
|
||||
reserved words in programming languages or interactive systems, universal
|
||||
resource locations (URLs) in Web search engines, or item sets in data mining
|
||||
techniques. Therefore, there are applications for minimal perfect hash functions
|
||||
in information retrieval systems, database systems, language translation
|
||||
systems, electronic commerce systems, compilers, operating systems, among
|
||||
others.
|
||||
Minimal perfect hash functions are widely used for memory efficient storage
|
||||
and fast retrieval of items from static sets, such as words in natural
|
||||
languages, reserved words in programming languages or interactive systems,
|
||||
universal resource locations (URLs) in Web search engines, or item sets in
|
||||
data mining techniques. Therefore, there are applications for minimal
|
||||
perfect hash functions in information retrieval systems, database systems,
|
||||
language translation systems, electronic commerce systems, compilers,
|
||||
operating systems, among others.
|
||||
|
||||
WWW: http://cmph.sourceforge.net/
|
||||
WWW: http://cmph.sourceforge.net/
|
||||
|
|
|
@ -11,4 +11,4 @@ COBOL, Eiffel, Fortran, HTML, Java, Javascript, Lisp, Lua, Make,
|
|||
Pascal, Perl, PHP, PL/SQL, Python, REXX, Ruby, S-Lang, Scheme, Shell
|
||||
(Bourne/Korn/Z), Standard ML, Tcl, Vera, Verilog, Vim and Yacc.
|
||||
|
||||
WWW: http://ctags.sourceforge.net/
|
||||
WWW: http://ctags.sourceforge.net/
|
||||
|
|
|
@ -11,4 +11,4 @@ their Fortran 77 program. It is not intended to catch all syntax errors.
|
|||
This is the function of the compiler. Prior to using ftnchek, the user
|
||||
should verify that the program compiles correctly.
|
||||
|
||||
WWW: http://www.dsm.fordham.edu/~ftnchek/
|
||||
WWW: http://www.dsm.fordham.edu/~ftnchek/
|
||||
|
|
|
@ -14,4 +14,4 @@ supposed to do debugging on production servers, but its main goal
|
|||
is to help developers to locate bottlenecks in realtime and direct
|
||||
their attention to the code that really needs it.
|
||||
|
||||
WWW: http://pinba.org/
|
||||
WWW: http://pinba.org/
|
||||
|
|
|
@ -14,4 +14,4 @@ supposed to do debugging on production servers, but its main goal
|
|||
is to help developers to locate bottlenecks in realtime and direct
|
||||
their attention to the code that really needs it.
|
||||
|
||||
WWW: http://pinba.org/
|
||||
WWW: http://pinba.org/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This is a python implementation of PHP's native serialize() and
|
||||
unserialize() functions.
|
||||
|
||||
WWW: http://www.hurring.com/scott/code/python/serialize/
|
||||
WWW: http://www.hurring.com/scott/code/python/serialize/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
py-tgMochiKit is a packaging of the MochiKit JavaScript
|
||||
library as a TurboGears widget.
|
||||
py-tgMochiKit is a packaging of the MochiKit JavaScript library as a
|
||||
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.
|
||||
|
||||
The installed package is 110 MB large.
|
||||
|
||||
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
|
||||
Centre Europeenne pour la Recherche Nucleaire (CERN) and is a cross platform
|
||||
|
@ -19,4 +17,4 @@ hundreds of classes, which provides functionalities u.a. for:
|
|||
- Inline Documentation and PostScript Interface
|
||||
- PROOF Server (parallel computing)
|
||||
|
||||
WWW: http://root.cern.ch/
|
||||
WWW: http://root.cern.ch/
|
||||
|
|
|
@ -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
|
||||
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,
|
||||
Perl and Python bindings.
|
||||
A library for User-Agent recognition. Includes C++, Java, Node.js, Perl,
|
||||
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,
|
||||
and it's the first publicly released forwarding implementation
|
||||
that implements the DNSCurve protocol.
|
||||
CurveDNS is a forwarding nameserver adding DNSCurve to DNS, and it is
|
||||
the first publicly released forwarding implementation that implements
|
||||
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
|
||||
installing vim scripts.
|
||||
Vimana is an easy to use system for searching, downloading, and installing
|
||||
vim scripts.
|
||||
|
||||
Vimana provides a command-line interface much like the aptitude
|
||||
program on Debian Linux, for you to search, download, install, and
|
||||
upgrade scripts from http://www.vim.org/ (vimonline site).
|
||||
Vimana provides a command-line interface much like the aptitude program on
|
||||
Debian Linux, for you to search, download, install, and upgrade scripts
|
||||
from http://www.vim.org/ (vimonline site).
|
||||
|
||||
WWW: http://search.cpan.org/dist/Vimana/
|
||||
WWW: http://search.cpan.org/dist/Vimana/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Functions for import, export, plotting and other manipulations of
|
||||
bitmapped images.
|
||||
|
||||
WWW: http://cran.r-project.org/web/packages/pixmap/
|
||||
WWW: http://cran.r-project.org/web/packages/pixmap/
|
||||
|
|
|
@ -6,4 +6,4 @@ differs from both "tnpic" and "gtnpic" in purpose. It is *not* an indexer
|
|||
of image files. It simply creates thumbnails of images stored in JPEG
|
||||
format.
|
||||
|
||||
WWW: http://jpgtn.sourceforge.net/
|
||||
WWW: http://jpgtn.sourceforge.net/
|
||||
|
|
|
@ -3,4 +3,4 @@ thumbnails.
|
|||
Although not required to use, sorl-thumbnail is heavily integrated with
|
||||
the Django framework.
|
||||
|
||||
WWW: http://code.google.com/p/sorl-thumbnail/
|
||||
WWW: http://code.google.com/p/sorl-thumbnail/
|
||||
|
|
|
@ -6,5 +6,4 @@ development encourages Test Driven Development, though it doesn't
|
|||
mandate it, and any unit testing software development technique
|
||||
is sufficient.
|
||||
|
||||
|
||||
WWW: http://www.jtiger.org
|
||||
WWW: http://www.jtiger.org/
|
||||
|
|
|
@ -4,4 +4,4 @@ It can compile large number of .as class files in a very short time
|
|||
and generate directly the corresponding SWF bytecode without relying
|
||||
on Macromedia Flash or other tools.
|
||||
|
||||
WWW: http://mtasc.org/
|
||||
WWW: http://mtasc.org/
|
||||
|
|
|
@ -20,4 +20,4 @@ processing. With TK 3.3, send now uses xauthority mechanisms by default,
|
|||
unless you compile TK with -DTK_NO_SECURITY. Generally, this means that
|
||||
you **MUST** must run xdm to start your Xserver.
|
||||
|
||||
WWW: http://www.beedub.com/exmh/
|
||||
WWW: http://www.beedub.com/exmh/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
'nohtml' is a filter which strips HTML attachments from email
|
||||
messages. It is primarily intended to be used with remailers like
|
||||
mailing lists to suppress HTML from ever hitting those lists.
|
||||
'nohtml' is a filter which strips HTML attachments from email messages.
|
||||
It is primarily intended to be used with remailers like mailing lists
|
||||
to suppress HTML from ever hitting those lists.
|
||||
|
||||
WWW: http://www.tundraware.com/Software/nohtml/
|
||||
WWW: http://www.tundraware.com/Software/nohtml/
|
||||
|
|
|
@ -3,4 +3,4 @@ RFC 2821 compliant SMTP service that always returns a 4xx soft error
|
|||
to the RCPT TO verb. Use it to keep spammers who try to exploit the
|
||||
MX with highest PRI away.
|
||||
|
||||
WWW: http://smtptrapd.sourceforge.net/
|
||||
WWW: http://smtptrapd.sourceforge.net/
|
||||
|
|
|
@ -2,4 +2,4 @@ User is asked to enter Full Name and Email Address prior to reading or
|
|||
composing after logging in. This is used for users who log in for the
|
||||
first time and need to set up their preferences prior to getting started.
|
||||
|
||||
WWW: http://squirrelmail.org/plugin_view.php?id=142
|
||||
WWW: http://squirrelmail.org/plugin_view.php?id=142
|
||||
|
|
|
@ -5,4 +5,4 @@ been made to the plugin.
|
|||
Also displays the current stable version of SM and lets you know
|
||||
what version of SM you are running.
|
||||
|
||||
WWW: http://www.squirrelmail.org/plugin_view.php?id=68
|
||||
WWW: http://www.squirrelmail.org/plugin_view.php?id=68
|
||||
|
|
|
@ -6,4 +6,4 @@ Primarily this utility is intended to prevent plain text passwords
|
|||
and email contents being transmitted over the internet after people
|
||||
manually enter their server URL without including https://...
|
||||
|
||||
WWW: http://www.squirrelmail.org/plugin_view.php?id=61
|
||||
WWW: http://www.squirrelmail.org/plugin_view.php?id=61
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
This automatically logs a user out if they're idle for a set amount
|
||||
of time. We define 'idle' as having not refreshed the right-hand
|
||||
frame. The administrator can set a standard time for all users or
|
||||
allow users to set their own timeout values.
|
||||
This automatically logs a user out if they're idle for a set amount of
|
||||
time. We define 'idle' as having not refreshed the right-hand frame.
|
||||
The administrator can set a standard time for all users or allow users
|
||||
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
|
||||
C++ programming library, providing essentially a bunch of 3D-widgets.
|
||||
This is a Qt4 version of QwtPlot3d -- a feature-rich Qt/OpenGL-based C++
|
||||
programming library, providing essentially a bunch of 3D-widgets.
|
||||
|
||||
WWW: http://qwtplot3d.sourceforge.net/
|
||||
WWW: http://qwtplot3d.sourceforge.net/
|
||||
|
|
|
@ -3,4 +3,4 @@ Amazon's Mechanical Turk and Alexa web services and any other web
|
|||
services that Amazon might make in the future that require an
|
||||
encrypted signature, assuming they follow the same convention.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-Amazon-Signature/
|
||||
WWW: http://search.cpan.org/dist/Net-Amazon-Signature/
|
||||
|
|
|
@ -3,4 +3,4 @@ Clickatell is a commercial service that allows its users to send SMS messages
|
|||
to anyone in the world. This service supports many ways to send messages, for
|
||||
example HTTP, SMTP and SMPP, among others.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-SMS-Clickatell-0.05/
|
||||
WWW: http://search.cpan.org/dist/Net-SMS-Clickatell-0.05/
|
||||
|
|
|
@ -3,4 +3,4 @@ daemon. It supports all vpopmaild commands, such as adding/removing
|
|||
domains, users, robots (autoresponders), and ezmlm lists (todo),
|
||||
as well as modifying domain limits, ip maps, etc.
|
||||
|
||||
WWW: http://pear.php.net/package/Net_Vpopmaild/
|
||||
WWW: http://pear.php.net/package/Net_Vpopmaild/
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
quoted - QOTD Daemon
|
||||
|
||||
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
|
||||
you can update with quotes of your own. It will operate either as a
|
||||
|
@ -8,4 +6,4 @@ stand-alone daemon, or can also be invoked via inetd.
|
|||
If you want, you can also have it listen on a different port, other than
|
||||
the default 'qotd' port (17).
|
||||
|
||||
WWW: http://www.mrp3.com/webutil/quoted.html
|
||||
WWW: http://www.mrp3.com/webutil/quoted.html
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
This program reads /var/db/pkg/local.sqlite and compares install timestamp with
|
||||
date in $FreeBSD header in the Makefile of the port. If there is no $FreeBSD
|
||||
header then it is assumed to be a beta port.
|
||||
This program reads /var/db/pkg/local.sqlite and compares install timestamp
|
||||
with date in $FreeBSD header in the Makefile of the port. If there is no
|
||||
$FreeBSD header then it is assumed to be a beta port.
|
||||
|
||||
Chucky also features a shar file backup feature, which is normally used to
|
||||
backup 'beta' development ports.
|
||||
|
||||
WWW: https://dx.burplex.com/bin/chucky.html
|
||||
WWW: https://dx.burplex.com/bin/chucky.html
|
||||
|
|
|
@ -7,6 +7,4 @@ can write MIDI files, and there is a MIDI to lilypond conversion
|
|||
tool, midi2ly. Conversion tools for PMX, MUP, ABC, Finale and
|
||||
Musedata are also included.
|
||||
|
||||
WWW: http://lilypond.org/web/
|
||||
|
||||
Patrick Atamaniuk
|
||||
WWW: http://lilypond.org/web/
|
||||
|
|
|
@ -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
|
||||
use python classes.
|
||||
use Python classes.
|
||||
|
||||
WWW: http://pysclint.sourceforge.net/pycdf/
|
||||
WWW: http://pysclint.sourceforge.net/pycdf/
|
||||
|
|
|
@ -4,4 +4,4 @@ algorithms and modes in libmcrypt (BLOWFISH, TWOFISH, DES, TripleDES,
|
|||
CAST, ARCFOUR and WAKE), and is compatibile with UNIX crypt(1) and
|
||||
with des(1) from Solaris.
|
||||
|
||||
WWW: http://mcrypt.sourceforge.net/
|
||||
WWW: http://mcrypt.sourceforge.net/
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -5,6 +5,4 @@ in two or more output files. The output files are indistinguishable
|
|||
from random noise, except that when the pad utility is used to XOR
|
||||
them together again, the original data files may be recovered.
|
||||
|
||||
WWW: http://web.archive.org/web/20011030104813/www.lammah.com/pad/
|
||||
|
||||
Jason Harris <jharris@widomaker.com>
|
||||
WWW: http://web.archive.org/web/20011030104813/www.lammah.com/pad/
|
||||
|
|
|
@ -9,4 +9,4 @@ based on keyword match.
|
|||
|
||||
SubWeb can also allow filtering, and is highly customizable.
|
||||
|
||||
WWW: http://www.hsc-labs.com/tools/subweb/
|
||||
WWW: http://www.hsc-labs.com/tools/subweb/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Provide a fast way to delete entries from OpenSSH's known_hosts
|
||||
file. This is a simple automation of the things normally done by
|
||||
the user when having an "offending key" in his/her known_hosts file
|
||||
caused by a changing host key of the destination.
|
||||
Provide a fast way to delete entries from OpenSSH's known_hosts file.
|
||||
This is a simple automation of the things normally done by the user
|
||||
when having an "offending key" in his/her known_hosts file caused by
|
||||
a changing host key of the destination.
|
||||
|
||||
WWW: http://unssh.sourceforge.net/
|
||||
WWW: http://unssh.sourceforge.net/
|
||||
|
|
|
@ -4,4 +4,4 @@ filesystems may be of any kind you want the only requisite is that you
|
|||
mount it. No need for special configuration files, the setup is as simple
|
||||
as one mount command (or one line in fstab).
|
||||
|
||||
WWW: http://code.google.com/p/chironfs/
|
||||
WWW: http://code.google.com/p/chironfs/
|
||||
|
|
|
@ -19,4 +19,4 @@ tolower
|
|||
toupper
|
||||
Converts all alphabetic characters to upper case
|
||||
|
||||
WWW: http://hansmi.ch/software/pipe-magic-tools
|
||||
WWW: http://hansmi.ch/software/pipe-magic-tools
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
PHP bindings for the mRss library for parsing, writing and creating RSS files or
|
||||
streams.
|
||||
PHP bindings for the mRss library for parsing, writing, and creating RSS
|
||||
files or streams.
|
||||
|
||||
WWW: http://www2.autistici.org/bakunin/libmrss/doc/
|
||||
WWW: http://www2.autistici.org/bakunin/libmrss/doc/
|
||||
|
|
|
@ -4,4 +4,4 @@ which is why we refer to it sometimes as a "unified" toolkit. Dojo
|
|||
aims to solve some long-standing historical problems with DHTML
|
||||
which prevented mass adoption of dynamic web application development.
|
||||
|
||||
WWW: http://dojotoolkit.org/
|
||||
WWW: http://dojotoolkit.org/
|
||||
|
|
|
@ -5,4 +5,4 @@ a limited number of requests (in Apache 2 this is achieved with the
|
|||
MaxKeepAliveRequests directive). This module allows you to limit
|
||||
the maximum number of keep alive requests to a server.
|
||||
|
||||
WWW: http://search.cpan.org/dist/LWP-ConnCache-MaxKeepAliveRequests/
|
||||
WWW: http://search.cpan.org/dist/LWP-ConnCache-MaxKeepAliveRequests/
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
pear-Services_Google is a pear class that
|
||||
provides access to the Google SOAP Web APIs.
|
||||
It allows easy access to the Google SOAP
|
||||
Web APIs for the search engine, spelling
|
||||
suggestions, and cache.
|
||||
pear-Services_Google is a pear class that provides access to the Google
|
||||
SOAP Web APIs. It allows easy access to the Google SOAP Web APIs for the
|
||||
search engine, spelling suggestions, and cache.
|
||||
|
||||
Please note that as of December 5, 2006
|
||||
Google is no longer issuing new API keys
|
||||
for the SOAP search API, so this package
|
||||
is only for developers which has an API
|
||||
key already.
|
||||
Please note that as of December 5, 2006 Google is no longer issuing new
|
||||
API keys for the SOAP search API, so this package 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/
|
||||
|
|
|
@ -4,4 +4,4 @@ designed for Plurk, including mobile and desktop applications.
|
|||
This is the PHP Plurk API client for interacting with the Plurk
|
||||
Internet service.
|
||||
|
||||
WWW: http://code.google.com/p/php-plurk-api/
|
||||
WWW: http://code.google.com/p/php-plurk-api/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
A user-profile application for Django.
|
||||
|
||||
WWW: http://bitbucket.org/ubernostrum/django-profiles/
|
||||
WWW: http://bitbucket.org/ubernostrum/django-profiles/
|
||||
|
|
|
@ -2,4 +2,4 @@ This small app provides multi-host utilities to Django projects by using
|
|||
threadlocals, middleware and simple utilities. Using the middleware provided,
|
||||
you can "easily" provide multi-site awareness to any project.
|
||||
|
||||
WWW: http://bitbucket.org/bkroeze/django-threaded-multihost/
|
||||
WWW: http://bitbucket.org/bkroeze/django-threaded-multihost/
|
||||
|
|
|
@ -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
|
||||
of the X Window System."
|
||||
|
||||
WWW: http://x.org
|
||||
WWW: http://x.org/
|
||||
|
|
Loading…
Reference in a new issue