- Clean empty files from installation directory
- Add customization support for all config files in app/config directory
- Unbreak Cake console wrapper script
Adapters. Currently available are:
* Socket adapter, based on old HTTP_Request code,
* Curl adapter, wraps around PHP's cURL extension,
* Mock adapter, to use for testing packages dependent on HTTP_Request2.
Supports POST requests with data and file uploads, authentication,
cookies, proxies, gzip and deflate encodings, monitoring the request
progress with Observers.
WWW: http://pear.php.net/package/HTTP_Request2/
PR: ports/130293
Submitted by: Wen Heping <wenheping at gmail.com>
the reCAPTCHA Mailhide API
reCAPTCHA is a hybrid mechanical turk and captcha that allows visitors who
complete the captcha to assist in the digitization of books.
reCAPTCHA improves the process of digitizing books by sending words that
cannot be read by computers to the Web in the form of CAPTCHAs for
humans to decipher. More specifically, each word that cannot be read
correctly by OCR is placed on an image and used as a CAPTCHA. This is
possible because most OCR programs alert you when a word cannot be read
correctly.
http://recaptcha.net/learnmore.html
WWW: http://search.cpan.org/~andya/Captcha-reCAPTCHA-Mailhide-0.93/
PR: ports/ports/130275
Submitted by: gerard
the constant polling to find a mouse device owner, and instead uses a
kevent/polling model. Testing has shown this to work in all cases.
Tested by: rnoland
utility is included as well, 'zcrunner'. It can be used to configure
actions and run files using them.
WWW: http://search.cpan.org/dist/ZConf-Runner
PR: ports/ports/130566
Submitted by: Zane C, Bowers <vvelox at vvelox.net>
cleint. It also currently includes two small utilities, listed below.
zcmailcompose - Composes a mail message and sends it using the specified
account.
zcgetmail - A getmail replacement using ZConf::Mail.
WWW: http://search.cpan.org/dist/ZConf-Mail/
PR: ports/ports/130564
Submitted by: Zane C, Bowers <vvelox at vvelox.net>
be detected. This breaks down a command involving pipes and runs each
command seperately.
It uses open3 to run each chunk of the pipe.
use IO::MultiPipe;
my $pipes = IO::MultiPipe->new();
#This sets the pipe that will be run.
$pipes->set('sed s/-// | sed s/123/abc/ | sed s/ABC/abc/');
if ($pipes->{error}){
print "Error!\n";
}
#'123-ABCxyz' through the command set above.
my $returned=$pipes->run('123-ABCxyz');
WWW: http://search.cpan.org/~vvelox/IO-MultiPipe/
PR: ports/ports/130563
Submitted by: Zane C, Bowers <vvelox at vvelox.net>
Script takes system jail id, rc.conf order id, full hostname of jail or
rc.conf name of jail. If no command for jail is given - run default
('bash' or other).
No additional software or tools like "jailer" are needed.
WWW: http://legh.ru/jx/
- Dmiry Shulgachik
legh@legh.ru
PR: ports/ports/130148
Submitted by: Dmitry Shulgachik <legh at legh.ru>
Liblinebreak is an implementation of the line breaking algorithm as
described in Unicode 5.1.0 Standard Annex 14, Revision 22. It breaks
lines that contain Unicode characters. It is designed to be used in a
generic text renderer. FBReader is one real-world example.
WWW: http://vimgadgets.sourceforge.net/liblinebreak/
PR: ports/130949
Submitted by: Yuri Pankov <yuri.pankov at gmail.com>
classical Assignment problem for square and rectangular matrices
This module extends the solution of Assignment problem for square
matrices to rectangular matrices by padding zeros. Thus a rectangular
matrix is converted to square matrix by padding necessary zeros.
WWW: http://search.cpan.org/dist/Algorithm-Munkres/
PR: ports/131010
Submitted by: Wen Heping <wenheping at gmail.com>