Features supported are syntax highlighting, on the fly syntax check, graphical
outline, Test::Unit view/runner, Ruby application launching, content assist,
source formatter, Ruby debugging, Type Hierarchy view, Ruby specific Search,
Refactoring, and much, much more.
A regular expression plugin is also available (Thanks to the EPIC project).
WWW: http://sourceforge.net/projects/rubyeclipse/
PR: ports/119630
Submitted by: rehsack at web.de
. add an option (-i "") to REINPLACE_CMD, thus no need to remove *.bak.
PR: 119602
Submitted by: bsam (me)
Approved by: Martin Tournoij <carpetsmoker at xs4all.nl> (maintainer)
Guard (GPG). It requires the GPG executable to be on the system.
Though GPG can support symmetric-key cryptography, this package is intended
only to facilitate public-key cryptography.
WWW: http://pear.php.net/package/Crypt_GPG/
and untainting easier and more readable.
All functions return an untainted value if the test passes, and undef if it
fails. This means that you should always check for a defined status
explicitly. Don't assume the return will be true.
The value to test is always the first (and often only) argument.
There are a number of other URI validation modules out there as well.
This one focuses on being fast, lightweight, and relatively 'real-world'.
i.e. it's good if you want to check user input, and don't need to parse
out the URI/URL into chunks.
Right now the module focuses on HTTP URIs, since they're arguably the most
common.
WWW: http://search.cpan.org/dist/Data-Validate-URI
PR: ports/119264
Submitted by: Tuc <freebsd-ports at t-b-o-h.net>
system. It provides OpenID protocol handling, leaving authentication
and user interaction to the implementor.
WWW: http://kin.klever.net/libopkele/
PR: ports/119628
Submitted by: Sutra Zhou <zhoushuqun at gmail.com>
untainting easier and more readable.
All functions return an untainted value if the test passes, and undef if it
fails. This means that you should always check for a defined status
explicitly. Don't assume the return will be true. (e.g. is_username('0'))
The value to test is always the first (and often only) argument.
WWW: http://search.cpan.org/dist/Data-Validate-IP/
PR: ports/119264
Submitted by: Tuc <freebsd-ports at t-b-o-h.net>
Mac OS X. It uses the Subversion API for all Subversion actions and
the Qt4 C++ toolkit from Trolltech for platform independent
programming.
WWW: http://ar.oszine.de/projects/qsvn/
PR: ports/119627
Submitted by: Max Brazhnikov <makc at issp.ac.ru>
parser.
SCEW also incorporates functions to create and handle XML trees. That
is, add and delete nodes, change attribute names and values...
WWW: http://www.nongnu.org/scew/
PR: ports/119543
Submitted by: Pietro Cerutti <gahr at gahr.ch>
lowercase search strings like in unpathced webalizer
default is to not lowercase search strings to honor intenational charsets.
Submitted by: Frank Altpeter
- adding default HTMLHead to sample.conf
HTMLHead <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
Reported by: Lapo Luchini
CAM stuff in this port. Current it's complete out of date and doesn't
function. Add this:
DEPRECATED= Lacking interest, need someone to update and port CAM in this port
EXPIRATION_DATE=2008-03-01
jobs into the system, and your worker processes can pull jobs from the
queue atomically to perform. Failed jobs can be left in the queue to
retry later.
WWW: http://search.cpan.org/dist/TheSchwartz/
PR: ports/119549
Submitted by: Gean-Suan Lin <gslin@gslin.org>
Approved by: stas (mentor, implicit)