devel/p5-Test-Mock-LWP into The NetBSD Packages Collection.
The Perl 5 package Test::Mock::LWP provides easy mocking of LWP
packages: HTTP::Request, HTTP::Response, LWP and LWP::UserAgent.
devel/p5-Test-Log4perl into The NetBSD Packages Collection.
The Perl 5 module Test::Log4perl can be used to test that you're
logging the right thing with Log::Log4perl. It checks that we get
what, and only what, we expect logged by your code.
into The NetBSD Packages Collection.
The Perl 5 module Test::Base provides a way to trivially write a
test framework base class. Test::Base concentrates on offering
reusable data driven patterns, it provides some clean ways to
express input and expected output data.
textproc/p5-Template-Declare into The NetBSD Packages Collection.
The Perl 5 module Template::Declare is a pure-perl declarative
HTML/XUL/RDF/XML templating system.
0.02001 as databases/p5-DBIx-Class-InflateColumn-IP into The NetBSD
Packages Collection.
The Perl 5 module DBIx::Class::InflateColumn::IP is a DBIx::Class
component to declare columns as IP addresses and treat them as
NetAddr::IP objects.
textproc/p5-String-Koremutake into The NetBSD Packages Collection.
The Perl 5 module String::Koremutake convert to/from Koremutake
Memorable Random Strings. The term "Memorable Random String" was
thought up by Sean B. Palmer as a name for those strings like
dopynl, glargen, glonknic, spoopwiddle, and kebble etc. that don't
have any conventional sense, but can be used as random identifiers,
especially in URIs to keep them persistent.
as devel/p5-Test-Fixture-DBIC-Schema into The NetBSD Packages
Collection.
The Perl 5 module Test::Fixture::DBIC::Schema is a fixture data
loader for DBIx::Class::Schema.
into The NetBSD Packages Collection.
Kwalify is a parser, schema validator, and data binding tool for
YAML and JSON. This package provides a Perl 5 implementation of
Kwalify.
as databases/p5-DBIx-Class-Fixtures into The NetBSD Packages
Collection.
The Perl 5 module DBIx::Class::Fixtures allows to dump fixtures
from source database to filesystem then import to another database
(with same schema) at any time. Use as a constant dataset for
running tests against or for populating development databases when
impractical to use production clones. Describe fixture set using
relations and conditions based on your DBIx::Class schema.
Version 1.2.2 (released 2008-08-26) hilights:
* Fixed a security issue where it was possible to recreate/hijack already
existing accounts.
* Various stability improvements and minor feature enhancements.
5.26.1
PAM_putText() would set pointer resp->resp to buffer. This will work
until memory is reused. Thanks to Howard Kash <hmkash AT arl.army.mil>.
5.26
"Esc" key now resets password entry. Do not put an escape in your
password. This should behave the same as Control-U.
-showdate added. +showdate allows you to turn off date in password
window. Also fixed centering for this.
Inverted bitmap for xlock. Added a icon for VMS.
Updated the Java launcher in xlock.
antic cleanups. It found a few minor bugs but mostly makes the code more
readable (without being too overbearing IMHO). The current version trips
on #ifdefs though.
New mode pyro2: -mode pyro2 -msg 'MSGSTR' -fnt 'FONT'
MSGSTR consists of following elements:
EXPLOSION is one of &0, &1, ... &9, &a, .. &f each of which presents a
different type of explosion.
TEXT is a text string like 'linux'. the string may contain blanks.
'\n' is interpreted as a new line.
'\\' is a backslash.
'\&' is an ampercent.
LOGO is the sign #. An exploding penguin or other icon will be shown.
FONT is something like '-*-helvetica-bold-r-*-240-*' the font to be used.
Thanks to Pezhman Givy <phg AT snafu.de>.
Modifications for +install, -mono, and Windows.
New resource files for Chinese... Xlock-zh_TW.ad, resource-msg-zh_TW.h,
xlock-msg-zh_TW.h. Thanks to Wei-Lun Chao <chaoweilun AT gmail.com>.
Following this example, I split out the different languages from XLock.ad
as it seemed odd when editing and did not want to corrupt anything,
especially if I could not verify it.
Automata modes now have triangular tilings drawn with a black
triangle around it. Fixed dilemma, for it only is interesting with 4 or
8 neighbors.
into The NetBSD Packages Collection.
dbeacon is a Multicast Beacon written in C++. The main purpose of
a beacon is to monitor other beacon's reachability and collect
statistics such as loss, delay and jitter between beacons. dbeacon
supports both IPv4 and IPv6 multicast, collecting information via
ASM and SSM.
dbeacon was originally only IPv6 capable, designed to be used in
the m6bone.
devel/p5-ExtUtils-Command into The NetBSD Packages Collection.
The Perl 5 module ExtUtils::Command is used to replace common UNIX
commands. In all cases the provided functions work from @ARGV rather
than taking arguments. This makes them easier to deal with in
Makefiles. Call them like this:
perl -MExtUtils::Command -e some_command some files to work on
The module Shell::Command is also included in this package: it
provides the same functions but take arguments normally.
databases/p5-Jifty-DBI into The NetBSD Packages Collection.
The Perl 5 module Jifty::DBI deals with databases, so that you
don't have to. This module provides an object-oriented mechanism
for retrieving and updating data in a DBI-accessible database.
This module is the direct descendent of DBIx::SearchBuilder. If
you're familiar with SearchBuilder, Jifty::DBI should be quite
familiar to you.
time/p5-Time-Duration-Parse into The NetBSD Packages Collection.
Time::Duration::Parse is a Perl 5 module to parse human readable
duration strings like 2 minutes and 3 seconds to seconds. It does
the opposite of duration_exact function in Time::Duration.