to build and run on NetBSD-2.0/alpha and SunOS-5.9/sparc.
Git is popular version control system designed to handle very large projects
with speed and efficiency; it is used mainly for various open source projects,
most notably the Linux kernel.
Git falls in the category of distributed source code management tools, similar
to e.g. GNU Arch or Monotone (or BitKeeper in the proprietary world). Every Git
working directory is a full-fledged repository with full revision tracking
capabilities, not dependent on network access or a central server.
Fix compiling on AIX (, at end of ENUM)
Updated list of DNS RR typecodes
Use local Ethernet defs on WIN32
Add support for Frame-Relay ARP
Fixes for compiling under MSVC++
Add support for parsing Juniper .pcap files
Add support for FRF.16 Multilink Frame-Relay (DLT_MFR)
Rework the OSPFv3 printer
Fix printing for 4.4BSD/NetBSD NFS Filehandles
Add support for Cisco style NLPID encapsulation
Add cisco prop. eigrp related, extended communities
Add support for BGP signaled VPLS
Cleanup the bootp printer
Add support for PPP over Frame-Relay
Add some bounds checking to the IP options code, and clean up
the options output a bit.
Add additional modp groups to ISAKMP printer
Add support for Address-Withdraw and Label-Withdraw Msgs
Add support for the BFD Discriminator TLV
Fixes for 64bit compiling
Add support for PIMv2 checksum verification
Add support for further dissection of the IPCP Compression Option
Add support for Cisco's proposed VQP protocol
Add basic support for keyed authentication TCP option
Lots of minor cosmetic changes to output printers
part of the network initialization. Use similar dependences as the
(corrected) "route6d" script. Bump package revision because of this fix.
This should fix PR pkg/36203.
News since last version are:
- search in buffer history (ctrl-R)
- added "call" option to /key command
- added "event handlers" to plugins API
- many bugs fixed.
* fixed crash when closing a pv if a DCC chat is open on same nick
* improved password hiding, code cleanup
* fixed memory leaks in perl and python plugins
* fixed permissions on "dcc" and "logs" directories
* fixed crash when /away command is issued with no server connection
* fixed crash when closing a buffer opened on many windows
* fixed freeze with SSL server when disconnecting after connection loss
compatible with 1.x so it gets it's own package. Based on patch from "BK"
received in PR 36191.
-
Given two binary files, create a compressed binary diff of them. Also
provides the ability to patch the diff back to the original file to create
the new file.
Major changes since 0.9.0:
* RubyGems no longer allows installation of files outside the gem directory
* #require_gem will now print a warning, use #gem instead
* RubyGems now requires ruby 1.8.2 or greater
* RubyGems is -w clean
* The "unpack" command now works properly.
* User name and password are now passed properly to the authenticating
proxy when downloading gems.
Packages Collection:
devel/p5-B-Keywords version 1.06
devel/p5-Module-Starter version 1.42
devel/p5-Module-Starter-PBP version 0.0.3
devel/p5-PPI version 1.118
devel/p5-Perl-Critic version 1.051
devel/p5-Task-Weaken version 0.99
devel/p5-Test-Object version 0.07
devel/p5-Test-Perl-Critic version 1.01
Packages Collection.
The Perl 5 module Test::Perl::Critic wraps the Perl::Critic engine
in a convenient subroutine suitable for test programs written using
the Test::More framework. This makes it easy to integrate
coding-standards enforcement into the build process.
Packages Collection.
The Perl 5 module Perl::Critic is an extensible framework for
creating and applying coding standards to Perl source code.
Essentially, it is a static source code analysis engine. Perl::Critic
is distributed with a number of Perl::Critic::Policy modules that
attempt to enforce various coding guidelines. Most Policy modules
are based on Damian Conway's book Perl Best Practices. However,
Perl::Critic is not limited to PBP and will even support Policies
that contradict Conway. You can enable, disable, and customize
those Polices through the Perl::Critic interface. You can also
create new Policy modules that suit your own tastes.
A front-end script, perlcritic, is provided.
Packages Collection.
The purpose of the Perl 5 module PPI is to parse Perl code or more
accurately Perl Documents. Among the things that people might want
a "Perl parser" for you will find taks like documentation, structural
and quality analysis, refactoring, layout and presentation
Packages Collection.
The Perl 5 module Test::Object is a testing package designed to
allow you to easily test what you believe is a valid object against
the expected behaviour of all of the classes in its inheritance
tree in one single call.
Packages Collection.
One recurring problem in Perl modules that use Scalar::Util's
"weaken" function is that it is not present in the pure-perl variant.
So if your module uses "weaken", you can just add the following to
your Module::Install-based Makefile.PL (or equivalent):
requires 'Task::Weaken';
Packages Collection.
The Perl 5 module Module::Starter::PBP implements a simple approach
to creating modules and their support files, based on the
Module::Starter module.
When used as a Module::Starter plugin, this module allows you to
specify a simple directory of templates which are filled in with
module-specific information, and thereafter form the basis of your
new module.
The default templates that this module initially provides are based
on the recommendations in the book "Perl Best Practices" (O'Reilly,
2005).
Packages Collection.
The Perl 5 module Module::Starter is a simple starter kit for any
module. Module::Starter is used to create a skeletal CPAN distribution
including basic builder scripts, tests, documentation, and module
code. This module is used via the provided front-end script
module-starter.