Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
NetBSD Packages Collection.
The Perl 5 module Mixin::ExtraFields::Param mixes in to your class
to provide a param method like the ones provided by CGI, CGI::Application,
and other classes. It uses Mixin::ExtraFields, which means it can
use any Mixin::ExtraFields driver to store your data.
|
|
Packages Collection.
The Perl 5 module Mixin::ExtraFields provides a simple way to add
an arbitrary number of stashes for named data. These data can be
stored in the object, in a database, or anywhere else. The storage
mechanism is abstracted away from the provided interface, so one
storage mechanism can be easily swapped for another. Multiple
ExtraFields stashes can be mixed into one class, using one or many
storage mechanisms.
|
|
|
|
NetBSD Packages Collection.
The Perl 5 module Module::Install::XSUtil provides a set of utilities
to setup distributions which include or depend on XS module.
|
|
NetBSD Packages Collection.
The Perl 5 module B::Hooks::OP::Annotation provides a way for XS
code that hijacks OP op_ppaddr functions to delegate to (or restore)
the previous functions, whether assigned by perl or by another
module. Typically this should be used in conjunction with
B::Hooks::OP::Check.
|
|
|
|
Packages Collection.
The Perl 5 module Test::HexString provides a single function,
is_hexstr(), which asserts that the given string matches what was
expected. When the strings match (i.e. compare equal using the eq
operator), the behaviour is identical to the usual is() function
provided by Test::More. When the strings are different, a hex dump
is produced as diagnostic, rather than the string values being
printed raw
|
|
1.006000).
Pkgsrc changes:
- Canonize MASTER_SITES
Upstream changes:
1.006000 2010-03-31
- Create lib::core::only that provides the "set @INC to core dirs
only" functionality that was the only part of --self-contained that
ever worked usefully.
- Delete broken --self-contained flag from core
|
|
|
|
Packages Collection.
The Perl 5 module App::FatPacker packs your dependencies onto your
script file.
|
|
|
|
Collection.
The Perl 5 module Proc::Wait3 provides wait3(2) system call support.
|
|
Upstream changes:
0.06 Mon Mar 29 17:21:58 PDT 2010
- Fixed it so ->wait won't die if one of the given directory
doesn't exist, on platforms like Win32.
|
|
Upstream changes:
0.09 Sun Mar 28 23:04:05 PDT 2010
- no warnings about # in qw()
0.08 Sun Mar 28 20:35:26 PDT 2010
- Encode high bit characters as HTML entities.
0.07 Sat Mar 27 06:31:23 PDT 2010
- Hide the WithLexical recommendation from HTML
0.06 Thu Mar 25 11:22:44 PDT 2010
- Wrap rhe raw error message with <pre> (tokuhirom)
|
|
|
|
Packages Collection.
The Perl 5 module Hash::MultiValue provides objects (and plain hash
references) that may contain multiple values per key. The objects
behave like single-value hash references, but also provide an API
to retrieve multiple values explicitly on demand.
|
|
Pkgsrc changes:
- Use another form of CPAN homepage
- Canonical MASTER_SITES
Upstream changes:
0.12 Fri Mar 26 19:12:11 2010
- fix link in README (thanks Franck Joncourt)
0.11 Thu Mar 25 22:08:05 2010
- doc tweak
0.10 Thu Mar 25 20:14:25 2010
- add guard() and scope_guard() - thanks Tim Bunce
|
|
Pkgsrc changes:
- Adjust dependencies
Upstream changes:
1.02 Thu 18 Mar 2010
- Upgraded to Module::Install 0.95
- Removed Params::Util dep (MIYAGAWA)
|
|
Upstream changes:
0.05
- requires Test::More 0.61 or later, because Test::Builder::Module was
first appeared at 0.60_02.
(suggested by miyagawa++)
0.04
- no Test::Base (miyagawa)
|
|
Upstream changes:
0.95 Wed 10 Mar 2010
- Resolved #51614: POD nits (by Frank Wiegand) (ISHIGAKI)
- Resolved #51077: auto_include_deps would mention the
(test|build)_requires version. (by Tokuhiro Matsuno) (ISHIGAKI)
- Resolved #51267: Consider moving load checks to import so
require M::I will succeed (by David Golden) (ISHIGAKI)
- Resolved #55050: Module::Install::AuthorTests is broken with
M::I 0.93 and 0.94 (by AEvar Arnfjord Bjarmason) (ISHIGAKI)
- Resolved #16569: author should take array to match META.yml
spec and Module::Build (by MARKSTOS) (ISHIGAKI)
- Resolved #53984: Don't use ExtUtils::Install to copy into blib
(by Michael G Schwern) (ISHIGAKI)
- Resolved #17893: Module::Install::Share ignores MANIFEST
(ISHIGAKI)
- Resolved #24194: Error msg: Your installer Makefile.PL has
a modification time in the future (by RSAVAGE) (ISHIGAKI)
- Resolved #33976: cc_inc_paths replaces INC provided on command
line (by David Golden) (ISHIGAKI)
- Resolved #25972: makemaker_args INSTALLDIRS => 'perl'; doesn't
work (by TELS) (ISHIGAKI)
- Resolved #45978: .pm.PL runs in wrong order for WriteMakefile
(by Hilary Holz) (ISHIGAKI)
- Resolved #19783: Query CPAN for new versions of Module::Install
during "make dist" (by Steffen Mueller) (ISHIGAKI)
- Resolved #27242: Bug(s) in license_from() (by Steve Hay)
(ISHIGAKI)
- Now license is properly passed to the EU::MM in the
background (ISHIGAKI)
- Added non-interactive session support, part of which was
there some time before (ISHIGAKI)
|
|
Pkgsrc changes:
- clean up "test dependencies" and comment which tests need them
Upstream changes:
1.01 Fri, Mar 26, 2010
[NEW FEATURES]
* The handles option now also accepts a role type constraint in addition to a
plain role name. (Florian Ragwitz)
[OTHER]
* Record the Sartak/doy debt properly in Changes (perigrin)
1.00 Tue, Mar 25, 2010
[BUG FIXES]
* Moose::Meta::Attribute::Native::Trait::Code no longer creates reader
methods by default. (Florian Ragwitz)
[DOCUMENTATION]
* Improve various parts of the documentation and fix many typos.
(Dave Rolsky, Mateu Hunter, Graham Knop, Robin V, Jay Hannah, Jesse Luehrs)
[OTHER]
* Paid the $10 debt to doy from 0.80 Sat, Jun 6, 2009 (Sartak)
|
|
Upstream changes:
1.00 Thu, Mar 25, 2010
[GRRR< FUCKIGN STEVAN@]
* Re-release 0.99 as 1.00.
0.99 Thu, Mar 25, 2010
[DOCUMENTATION]
* Fix typo in Class::MOP::Attribute (Franck Cuny).
|
|
For 4.4.0 major new technologies have been introduced, including social
networking and online collaboration features, a new netbook-oriented
interface and infrastructural innovations such as the KAuth authentication
framework. According to KDE's bug-tracking system, 7293 bugs have been
fixed and 1433 new feature requests were implemented.
KDE SC 4.4.1 has a number of improvements:
A performance problem in KMail when sending emails has been fixed
Various fixes in Plasma widgets and other addons, such as the analog clock
and the picture frame
A number of fixes in Konsole, KDE's powerful terminal application
KDE SC 4.4.2 has a number of improvements:
Possible crashes in Plasma, Dolphin and Okular have been fixed
The Microblog applet now shows the correct time in the timeline
The audioplayer KRunner plugin has been fixed to not freeze the KRunner UI
anymore
|
|
Full Changelog: http://monodevelop.com/Download/MonoDevelop_2.2.2_Released
|
|
No specifical Changelog for this package found
For full mono 2.6.3 Changelog see:
http://www.mono-project.com/Release_Notes_Mono_2.6.3
|
|
We are happy to announce the release of CMake 2.8.1. This is a minor release
from 2.8.0. In addition to addressing many issues, this version of CMake adds
some new features as well. The parallel nmake replacement from Nokia jom, now
has its own tested generator in CMake.
CTest can correctly kill process trees when a timeout occurs. The ctest_*
commands have been enhanced to take more options. When using the Intel
compilers CMake can correctly determine 32 bit vs. 64 bit builds. When running
in parallel mode (-j N), CTest can now compute and use a cost value for each
test to ensure the tests are run in an optimal order.
|
|
1.7.0:
config: remove the xorg-macros pc.in file from EXTRA_DIST
doc: add XORG_CHECK_SGML_DOCTOOLS to detect xorg-sgml-doctools
1.6.0:
All document generation macros are now available.
1.5.0:
There are 3 new macros to help modules manage if/when docs get build in
a consistent way.
1.4.2:
Two behaviour changes in this minor release:
- XORG_INSTALL looks for the INSTALL file in $datadir/util-macros/
instead of $docdir
- XORG_CHECK_MALLOC_ZERO doesn't abort when cross-compiling even without
an explicit --{en,dis}able-malloc0returnsnull
|
|
|
|
This module manages attributes that can be attached to subroutine and
variable declarations. Although it can be used directly, it is mainly
intended to be infrastructure for modules that supply particular attribute
semantics.
Meanings are assigned to attributes by code which is usually supplied by
modules and which runs at compile time. The built-in mechanism for attribute
control is awkward to use, difficult in particular to enable multiple
attributes supplied by different modules, and it scopes attribute meanings
according to the package of the object to which attributes are being
applied. This module is intended to overcome these limitations.
This module supplies a simple pragma to declare an attribute, associating
the attribute's name with a handler function that implements its semantics.
The declaration is lexically scoped, lasting only until the end of the
enclosing block. A declaration can be overridden, giving an attribute name
a different meaning or making it meaningless, in an inner nested block.
|
|
|
|
There is a bug in Perl's handling of the %^H (lexical hints) variable that
causes lexical state in one file to leak into another that is required/used
from it. This bug will probably be fixed in Perl 5.10.2, and is definitely
fixed in Perl 5.11.0, but in any earlier version it is necessary to work
around it. On versions of Perl that require a fix, this module globally
changes the behaviour of require and use so that they no longer exhibit the
bug. This is the most convenient kind of workaround, and is meant to be
invoked by modules that make use of lexical state.
The workaround supplied by this module takes effect the first time its
import method is called. Typically this will be done by means of a use
statement. This should be done before putting anything into %^H that would
have a problem with leakage; usually it suffices to do this when loading
the module that supplies the mechanism to set up the vulnerable lexical
state. Invoking this module multiple times, from multiple lexical-related
modules, is not a problem: the workaround is only applied once, and applies
to everything.
|
|
|
|
This module provides various type-testing functions. These are intended for
functions that, unlike most Perl code, care what type of data they are
operating on. For example, some functions wish to behave differently
depending on the type of their arguments (like overloaded functions in C++).
There are two flavours of function in this module. Functions of the first
flavour only provide type classification, to allow code to discriminate
between argument types. Functions of the second flavour package up the most
common type of type discrimination: checking that an argument is of an
expected type. The functions come in matched pairs, of the two flavours,
and so the type enforcement functions handle only the simplest requirements
for arguments of the types handled by the classification functions.
Enforcement of more complex types may, of course, be built using the
classification functions, or it may be more convenient to use a module
designed for the more complex job, such as Params::Validate.
|
|
2010-03-30 Kenichi Handa <handa@m17n.org>
* configure.ac: Version changed to 1.6.0.
2010-03-19 Kenichi Handa <handa@m17n.org>
* configure.ac: Version changed to 1.6.0pre.
2010-02-18 Kenichi Handa <handa@m17n.org>
* configure.ac (M17N_BINARY_VERSION): New variable.
(M17N_MODULE_DIR): New variable. AC_SUBST it.
2009-11-05 Kenichi Handa <handa@m17n.org>
* configure.ac: Check if the OTF library has OTF_drive_gpos2 ().
2009-10-05 Kenichi Handa <handa@m17n.org>
* configure.ac: Version changed to 1.6.0.
(API_VERSION): Changed to 4.0.4.
|
|
Patch provided by YONETANI Tomokazu in PR#43020,
and it had been accepted by upstream.
|
|
1.5.1 - 2010-04-01
Core
* improve warning on adding large files
* expand ~ in auth filenames and aliases
* several improvements to patch parsing
* warn about attempts to use hg branch to switch branches
* push: fix bug in prepush logic and its tests
* hgweb: fix broken URLs of RSS/Atom feeds
* subrepo: several bug fixes
Extensions
* acl: added support for '*' (everyone) in user list
* progress: use stderr instead of stdout
* schemes: add Kiln On Demand to default schemes
|
|
run arbitrary code.
|
|
|
|
|
|
If configure finds it in the base system anyway, bad things will happen (like
the package build breaking, as experienced under Linux).
So, buildlink in libXres.
Bump PKGREVISION to reflect that this version was built with libXres
definitely present.
|
|
systems.
|
|
interpreted as our platform being little endian. With this, make
check does vastly better on sparc64. PKGREVISION++.
From Holger Weiß on pkgsrc-users.
|
|
|
|
|
|
Fix build for NetBSD/mips, tested on NetBSD/sgimips 5.0_STABLE
|
|
|
|
issue with graphics/h5utils (did show up after archivers/szip is not used
by hdf5 anymore)
|