===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.
to:
===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.
Approved by: silence on -ports
Subclipse is an Eclipse plugin that adds Subversion integration
to the Eclipse IDE.
WWW: http://subclipse.tigris.org/
At the moment, a part of subclipse is integrated into
phpeclipse, but a special port should be better.
PR: ports/86637
Submitted by: Gerrit Beine <tux@pinguru.net>
- Change dependency on Test::Builder::Tester to Test-Simple.
- Remove dependency on p5-IO-stringy which was mistakenly included in
the past distribution (from Changes file).
Approved by: mat (maintainer)
constructs. Although RakNet can be used for any networked application, it
was developed specifically for rapid development of online games and the
addition of multiplayer to single player games.
WWW: http://www.rakkarsoft.com/
PR: ports/87304
Submitted by: Andrew I Baznikin <dikiy@scn.ru>
Bazaar-NG is an implementation of GNU arch from Canonical written in Python.
Arch is a version control system, which allows you to keep old versions of
files and directories (usually source code), keep a log of who, when, and
why changes occurred, etc., like SVN, CVS, or RCS. Arch is distributed, which
gives it significant advantages and some disadvantages compared to SVN and
CVS. The bzr implementation is the next Bazaar version from Canonical called
Bazaar-NG.
WWW: http://www.bazaar-ng.org/
PR: ports/87849
Submitted by: Ulf Lilleengen <lulf@kerneled.org>
CMUNGE is a simple tool for encrypting and compacting C source code, while
leaving it syntactically and semantically unchanged. It does this by:
* Recursively in-lining `user-defined' #include files.
* Renaming C identifiers, except those in the C Standard Library, with names
like l1 (i.e. letter-l one), l2, l3, etc.
* Removing comments and blank lines, converting multiple consecutive whitespace
characters (including `\n') into single blanks, removing all unnecessary
whitespace between tokens.
* Outputting the transformed code in lines of least N characters long, where N
is a user-specified minimum line length.
It accepts ANSI and K & R C as its input language.
WWW: http://www.vcpc.univie.ac.at/~jhm/cmunge/
PR: ports/88066
Submitted by: Frerich Raabe <frerich.raabe@gmx.de>