| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=226916
|
|
|
|
|
|
|
|
|
|
| |
WWW: http://search.cpan.org/dist/WebService-MusicBrainz/
PR: ports/ports/130758
Submitted by: Christopher Key <cjk32 at cam.ac.uk>
Notes:
svn path=/head/; revision=226915
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=226914
|
|
|
|
|
|
|
|
|
|
| |
- Added some new required dependencies
PR: ports/130985
Submitted by: Gea-Suan Lin <gslin at gslin dot org>
Notes:
svn path=/head/; revision=226913
|
|
|
|
|
|
|
| |
- SHLIB bump from 7.4.0 to 7.6.0 (no dependent ports)
Notes:
svn path=/head/; revision=226912
|
|
|
|
|
|
|
| |
Submitted by: Cristiano Rolim <cristianorolim (at) hotmail<dot>com>
Notes:
svn path=/head/; revision=226911
|
|
|
|
|
|
|
| |
all necessary input devices.
Notes:
svn path=/head/; revision=226910
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=226909
|
|
|
|
| |
Notes:
svn path=/head/; revision=226908
|
|
|
|
|
|
|
|
| |
Changelog at
<http://rd.edf.com/the-edf-offers/research-and-development/softwares/code-saturne/code-saturne-news081127-en-601064.html>
Notes:
svn path=/head/; revision=226907
|
|
|
|
| |
Notes:
svn path=/head/; revision=226906
|
|
|
|
| |
Notes:
svn path=/head/; revision=226905
|
|
|
|
|
|
|
|
| |
PR: ports/130999
Submitted by: Michael Stowe <mstowe@chicago.us.mensa.org> (maintainer)
Notes:
svn path=/head/; revision=226904
|
|
|
|
|
|
|
|
|
|
| |
- generate fonts.dir, fonts.scale files at build phase
PR: ports/130981
Submitted by: "Pawel Pekala" <c0rn@o2.pl>
Notes:
svn path=/head/; revision=226903
|
|
|
|
|
|
|
|
| |
PR: ports/130946
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Notes:
svn path=/head/; revision=226902
|
|
|
|
|
|
|
| |
Changelog at <http://bouml.sourceforge.net/historic.html>
Notes:
svn path=/head/; revision=226901
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=226900
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=226899
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=226898
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=226897
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=226896
|
|
|
|
| |
Notes:
svn path=/head/; revision=226895
|
|
|
|
|
|
|
| |
Reported by: pointyhat (via pav)
Notes:
svn path=/head/; revision=226894
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=226893
|
|
|
|
|
|
|
|
|
| |
- Use author's website as a primary MASTER_SITE
- Use MASTER_SITE_LOCAL/sergei as a backup
- Take back maintainership of this port
Notes:
svn path=/head/; revision=226892
|
|
|
|
|
|
|
| |
Spotted by: motoyuki
Notes:
svn path=/head/; revision=226891
|
|
|
|
| |
Notes:
svn path=/head/; revision=226890
|
|
|
|
|
|
|
|
|
| |
change.
Reported by: maintainer
Notes:
svn path=/head/; revision=226889
|
|
|
|
| |
Notes:
svn path=/head/; revision=226888
|
|
|
|
|
|
|
|
|
|
|
|
| |
products meta-data.
WWW: http://search.cpan.org/dist/Geo-EOP/
PR: ports/130908
Submitted by: Wen Heping <wenheping at gmail.com>
Notes:
svn path=/head/; revision=226887
|
|
|
|
| |
Notes:
svn path=/head/; revision=226886
|
|
|
|
|
|
|
|
| |
PR: ports/130616
Submitted by: garga@FreeBSD.org
Notes:
svn path=/head/; revision=226885
|
|
|
|
|
|
|
|
| |
PR: ports/130890
Submitted by: Wen Heping <wenheping _AT_ gmail.com> (maintainer)
Notes:
svn path=/head/; revision=226884
|
|
|
|
|
|
|
|
| |
PR: ports/130892
Submitted by: Wen Heping <wenheping _AT_ gmail.com> (maintainer)
Notes:
svn path=/head/; revision=226883
|
|
|
|
|
|
|
|
| |
PR: ports/130883
Submitted by: Wen Heping <wenheping _AT_ gmail.com> (maintainer)
Notes:
svn path=/head/; revision=226882
|
|
|
|
| |
Notes:
svn path=/head/; revision=226881
|
|
|
|
| |
Notes:
svn path=/head/; revision=226880
|
|
|
|
| |
Notes:
svn path=/head/; revision=226879
|
|
|
|
| |
Notes:
svn path=/head/; revision=226878
|
|
|
|
|
|
|
|
|
| |
sysutils/heartbeat -> sysutils/heartbeat2
Repocopy by: marcus
Notes:
svn path=/head/; revision=226877
|
|
|
|
| |
Notes:
svn path=/head/; revision=226876
|
|
|
|
| |
Notes:
svn path=/head/; revision=226875
|
|
|
|
|
|
|
|
| |
PR: ports/130991
Submitted by: Sergei Vyshenski <svysh@pn.sinp.msu.ru> (maintainer)
Notes:
svn path=/head/; revision=226874
|
|
|
|
|
|
|
| |
Reported by: Warren Block <wblock@wonkity.com>
Notes:
svn path=/head/; revision=226873
|
|
|
|
|
|
|
| |
Note that some of the tests shall fail for the present.
Notes:
svn path=/head/; revision=226872
|
|
|
|
|
|
|
|
| |
PR: ports/130989
Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=226871
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=226870
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=226869
|
|
|
|
|
|
|
|
| |
PR: ports/130983
Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer)
Notes:
svn path=/head/; revision=226867
|
|
|
|
| |
Notes:
svn path=/head/; revision=226866
|