Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (26m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 11:26:32 UTC Now

2011-11-16 06:30:56 UTC MAIN commitmail json YAML

Import Convert::Color into converters/p5-Convert-Color which is required
to update textproc/p5-Text-Sass.

This module provides conversions between commonly used ways to express
colors. It provides conversions between color spaces such as RGB and
HSV, and it provides ways to look up colors by a name.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(hiramatsu)

2011-11-16 06:28:37 UTC MAIN commitmail json YAML

Add p5-MooseX-Aliases.

(hiramatsu)

2011-11-16 06:26:32 UTC MAIN commitmail json YAML

Import MooseX::Aliases into devel/p5-MooseX-Aliases, which is required
to update www/p5-HTML-FormFu.

The MooseX::Aliases module will allow you to quickly alias methods in
Moose. It provides an alias parameter for has() to generate aliased
accessors as well as the standard ones. Attributes can also be
initialized in the constructor via their aliased names.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(hiramatsu)

2011-11-16 06:08:00 UTC MAIN commitmail json YAML

Updated mail/milter-manager to 1.8.1

(obache)

2011-11-16 06:07:42 UTC MAIN commitmail json YAML

Update milter-manager to 1.8.1.

A bug fix release of 1.8.0.

Now, manager.event_loop_backend and manager.n_workers aren't
experimental!

=== milter manager

==== Improvements

  * [applicable-condition][sendmail] clear DNS cache for each 100 IP
    addresses.

==== Fixes

  * detach IO for launcher on daemon mode.
    use milter_client_is_run_as_daemon() to get whether daemonize or
    not. [Reported by OBATA Akio]
  * add a workaround for Ruby cleanup.
    If environment variable
    MILTER_MANAGER_RUBY_STOP_TIMER_THREAD_BEFORE_CLEANUP=yes,
    skip timer thread before cleanup.
  * use rb_fork() as fork implementation.
    This will fix --daemon doesn't work on *BSD.
    [Reported by OBATA Akio]
  * use INCLUDES to use configured libev include path rather than
    CPPFLAGS. [Reported by moto kawasaki]

=== milter-core

==== Fixes

  * fix missing null FD close by inverted condition.
    [Reported by OBATA Akio]

=== milter-client

==== Improvements

  * use higher priority for accepting connection.

==== Fixes

  * fix a bug that workers don't shutdown on master shutdown. It's
    GLib evnet loop backend specific problem.

=== milter-server

==== Improvements

  * add more information to error message.
  * [server] unify unknown name logging.

==== Fixes

  * fix a bug that all milters can't find on 2nd RCPT in the same
    session.

=== Ruby milter

==== Improvements

  * add Milter::Client::Configuration::MilterConfiguration#name.

==== Fixes

  * fix event_loop_created hook can't get event loop.
  * do not raise error if process raw shift_jis mail file. Ruby 1.9.
  * udpate bundled test-unit file list. [Reported by Hirohisa Yamaguchi]
  * [ruby][glib2] fix a SEGV bug on Solaris10.

=== milter-test-server

==== Fixes

  * fix quoted charset detection. [Reported by nobu]
  * fix multiline header parsing.
  * --mail-file keeps new line type of the original mail.

=== Document

==== Improvements

  * add log list to HTML.
  * fix typos. [Pull requested by Norio Suzuki]

=== Admin

==== Improvements

  * use locale "en" if Accept-Language is not "ja".
    [Reported by Larry G. Wapnitsky]

(obache)

2011-11-16 06:00:56 UTC MAIN commitmail json YAML

Updated games/freeciv-server to 2.2.2nb2

(sbd)

2011-11-16 06:00:46 UTC MAIN commitmail json YAML

Add missing archivers/bzip2 buildlink.

Bump PKGREVISION

(sbd)

2011-11-16 04:18:41 UTC MAIN commitmail json YAML

Updated mail/dovecot to 1.2.17nb3

(sbd)

2011-11-16 04:18:25 UTC MAIN commitmail json YAML

Add missing archivers/bzip2 buildlink.

Bump PKGREVISION

(sbd)

2011-11-16 03:53:34 UTC MAIN commitmail json YAML

Updated sysutils/dmg2img to 1.6.1nb2

(sbd)

2011-11-16 03:53:11 UTC MAIN commitmail json YAML

Add missing archivers/bzip2 buildlink and modify Makefile to respect
any CFLAGS from the environment and  use LDFLAGS

Bump PKGREVISION

(sbd)

2011-11-16 03:45:04 UTC MAIN commitmail json YAML

Use a stricter condition to enable the hack.

(minskim)

2011-11-16 03:13:28 UTC MAIN commitmail json YAML

Use non-llvm gcc on Darwin to avoid a link error.

See https://trac.macports.org/ticket/31469 for details.

(minskim)

2011-11-16 01:33:19 UTC MAIN commitmail json YAML

2011-11-16 00:38:30 UTC MAIN commitmail json YAML

Updated multimedia/ffmpeg to 20111104.0.7.7nb1
Updated multimedia/ffplay to 0.7.7nb1

(sbd)

2011-11-16 00:35:07 UTC MAIN commitmail json YAML

2011-11-15 23:18:56 UTC MAIN commitmail json YAML

Make version number match package version.

(wiz)

2011-11-15 21:22:12 UTC MAIN commitmail json YAML

2011-11-15 21:20:33 UTC MAIN commitmail json YAML

Updated graphics/darktable to 0.9.3

(jakllsch)

2011-11-15 21:19:02 UTC MAIN commitmail json YAML

2011-11-15 21:11:38 UTC MAIN commitmail json YAML

Updated pkgtools/nih to 0.10.0

(cheusov)

2011-11-15 21:11:21 UTC MAIN commitmail json YAML

Update to 0.10.0
  A lot of improvements and grammar fixes in manual page
  by Nikolai Krot.

  Support for marker "keep" was implemented.
  (nih mark -k|-K, nih list -k, nih install).
  "keep" marker means that a package can't be updated by "nih update"
  command.  This marker is particularly useful to mark packages that
  the user compiled manually from pkgsrc.
  Original idea belongs to Debian APT.

  nih install:
    - Options -r and -R options were added
      for installing dependencies or dependent packages.
      Sometimes they may fix mysterious segfaults.
    - Support for package suffix `/' was added that means "remove
      update". See the manual page for details.
    - A virtual package "_" was implemented that means "all packages"
      for which update is available".
    - Fixed: bug in REQUIRES/PROVIDES problem resolver.  Now packages
      that solve REQUIRES/PROVIDES problems are marked as installed by
      user.  Thanks to Jan Smydke for the report.
    - Library files including system libraries that packages require
      through REQUIRES field are also checked during update plan
      generation.

  fix: $CACHEDIR/All directory is created only when it is really necessary.

(cheusov)

2011-11-15 20:45:07 UTC MAIN commitmail json YAML

Updated x11/xf86-video-intel to 2.7.1nb5

(jakllsch)

2011-11-15 20:44:58 UTC MAIN commitmail json YAML

2011-11-15 20:26:04 UTC MAIN commitmail json YAML

PR/41459 -- mark as not available on x86_64 (these use egcs-1.1.1, which
predates x86_64).

(shattered)

2011-11-15 19:43:40 UTC MAIN commitmail json YAML

Updated devel/p5-Git-CPAN-Patch to 0.7.0

(sno)

2011-11-15 19:43:28 UTC MAIN commitmail json YAML

Updating package for CPAN module Git::CPAN::Patch in devel/p5-Git-CPAN-Patch
from 0.6.1 to 0.7.0.

pkgsrc changes:
- fix dependencies (see changelog of last commit - upstream dependencies
  changed, adam@ forgot to adapt)

Upstream changes:
0.7.0 2011-11-12
[ENHANCEMENTS]
- 'git cpan-init' now accepts a '--vcs' argument
- new command 'git cpan-sources'

(sno)

2011-11-15 19:42:17 UTC MAIN commitmail json YAML

update to 2.4.8
changes:
-fixed vulnerabilities in handling CID-keyed PostScript fonts
(CVE-2011-3439)
-new API 'FT_Get_PS_Font_Value'

(drochner)

2011-11-15 19:39:35 UTC MAIN commitmail json YAML

Updated devel/p5-App-Cmd to 0.312

(sno)

2011-11-15 19:39:23 UTC MAIN commitmail json YAML

Updating package for CPAN module App::Cmd in devel/p5-App-Cmd from 0.311 to
0.312.

pkgsrc changes:
- adjust dependencies updated with update to 0.310 (kindly ask adam@ to
  prove better)

Upstream changes:
0.312    2011-08-17 18:02:26 America/New_York
          typo fixes to docs (thanks, Glenn Fowler)

          add the prepare_argv method (thanks, Ingy döt Net)

(sno)

2011-11-15 19:32:31 UTC MAIN commitmail json YAML

Added devel/p5-Class-Load-XS version 0.02

(sno)

2011-11-15 19:32:18 UTC MAIN commitmail json YAML

Add recent imported SUBDIR

(sno)

2011-11-15 19:31:37 UTC MAIN commitmail json YAML

Importing Perl module Class::Load::XS 0.02 into devel/p5-Class-Load-XS to
speed up App::Cmd (in devel/p5-App-Cmd).

This module provides an XS implementation for portions of Class::Load Perl
module.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2011-11-15 19:27:08 UTC MAIN commitmail json YAML

Updated devel/p5-Class-Load to 0.12

(sno)

2011-11-15 19:26:56 UTC MAIN commitmail json YAML

Updating package for CPAN module Class::Load for Perl programming language
in devel/p5-Class-Load from 0.11nb1 to 0.12.

pkgsrc changes:
- adjust dependencies according to module information

Upstream changes:
0.12    2011-10-25
- Depend on Module::Runtime 0.011+. This fixes problems with Catalyst under
  Perl 5.8 and 5.10.

(sno)

2011-11-15 19:15:26 UTC MAIN commitmail json YAML

Updated devel/p5-Module-Runtime to 0.011

(sno)

2011-11-15 19:15:13 UTC MAIN commitmail json YAML

Updating Module::Runtime Module for Perl programming language from CPAN
in devel/p5-Module-Runtime from 0.010 to 0.011

Upstream changes:
version 0.011; 2011-10-24
  * bugfix: in require_module() and use_module(), work around a Perl
    core bug affecting Perl 5.8 and 5.10 that could pass the wrong
    context to the file scope of a required file, which breaks some
    modules; this bug would only rarely afflict the core's require()
    in situations where it would afflict require_module()

(sno)

2011-11-15 19:12:50 UTC MAIN commitmail json YAML

Updated devel/p5-Params-Classify to 0.013

(sno)

2011-11-15 19:12:38 UTC MAIN commitmail json YAML

Updating Params::Classify Module for Perl programming language from CPAN
in devel/p5-Params-Classify from 0.011nb1 to 0.013

Upstream changes:
version 0.013; 2010-11-16
  * bugfix: avoid triggering a core assertion on debugging builds,
    by using OP_NULL as a stalking-horse opcode instead of OP_PUSHMARK
    (nothing actually broke apart from the assertion)

  * provide reserve definition of Newx(), to allow compilation on
    non-threaded Perls prior to 5.8.8

  * avoid a compiler warning from the reserve implementation of the
    ptr_table data structure

version 0.012; 2010-11-03
  * generate custom ops for most functions, to avoid heavyweight function
    calls at runtime

  * change "please update me" messages to "please update Params::Classify"
    for clarity

  * use shared SVs for return values from scalar_class() and ref_type()

  * allow is_able() and check_able() to be called with only one argument

  * change message generated by check_strictly_blessed() when called
    with only one argument, to be consistent between XS and pure Perl

  * refactor some Perl version portability code

  * in XS, declare "PROTOTYPES: DISABLE" to prevent automatic generation
    of unintended prototypes

  * jump through hoops to avoid compiler warnings

  * in t/setup_pp.pl, avoid a warning that occurs if XSLoader::load()
    is given no arguments, which is now a valid usage

(sno)

2011-11-15 18:06:24 UTC MAIN commitmail json YAML

Added SUBDIR declaration for recent import of p5-Method-Signatures

(sno)

2011-11-15 18:05:36 UTC MAIN commitmail json YAML

Added devel/p5-Method-Signatures version 20111020

(sno)

2011-11-15 18:05:21 UTC MAIN commitmail json YAML

Importing package for CPAN module Method::Signatures 20111020 into
devel/p5-Method-Signatures to let developers use new keywords func and
methods when writing scripts or modules for the Perl programming language.

This package is a dependency of scheduled update of devel/p5-Git-CPAN-Patch
to 0.7.0.

Method::Signatures provides two new keywords, func and method, so that you
can write subroutines with signatures instead of having to spell out my
    $self = shift; my($thing) = @_

* func is like sub but takes a signature where the prototype would normally
  go. This takes the place of my($foo, $bar) = @_ and does a whole lot more.

* method is like func but specifically for making methods. It will
  automatically provide the invocant as $self. No more my $self = shift.

Also allows signatures, very similar to Perl 6 signatures.

Also does type checking, understanding all the types that Moose (or Mouse) would understand.

And it does all this with no source filters.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2011-11-15 17:23:26 UTC MAIN commitmail json YAML

USE_TOOLS+=unzip. From Robert Elz.

(tnn)

2011-11-15 16:58:40 UTC MAIN commitmail json YAML

Added devel/p5-Const-Fast version 0.008

(sno)

2011-11-15 16:58:23 UTC MAIN commitmail json YAML

Add SUBDIR for recent devel/p5-Const-Fast import

(sno)

2011-11-15 16:57:26 UTC MAIN commitmail json YAML

Importing package for CPAN module Const::Fast 0.008 into devel/p5-Const-Fast
as dependency of scheduled devel/p5-Method-Signatures import.

Const::Fast - Facility for creating read-only scalars, arrays, and hashes

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2011-11-15 16:47:05 UTC MAIN commitmail json YAML

Added devel/p5-Devel-BeginLift version 0.001003

(sno)

2011-11-15 16:46:51 UTC MAIN commitmail json YAML

Adding SUBDIR for recent addition (devel/p5-Devel-BeginLift)

(sno)

2011-11-15 16:45:42 UTC MAIN commitmail json YAML

Import CPAN module Devel::BeginLift 0.001003 into devel/p5-Devel-BeginLift
as dependency of scheduled import of devel/p5-Method-Signatures (required
for scheduled update of package for Git::CPAN::Patch Perl module).

Devel::BeginLift 'lifts' arbitrary sub calls to running at compile
time - sort of a souped up version of "use constant". It does this
via some slightly insane perlguts magic.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2011-11-15 16:06:56 UTC MAIN commitmail json YAML

Added devel/p5-B-Hooks-OP-Check-EntersubForCV version 0.08

(sno)

2011-11-15 16:06:34 UTC MAIN commitmail json YAML

Added p5-B-Hooks-OP-Check-EntersubForCV import related SUBDIR

(sno)

2011-11-15 16:05:35 UTC MAIN commitmail json YAML

Importing package for CPAN module B::Hooks::OP::Check::EntersubForCV 0.08
into devel/p5-B-Hooks-OP-Check-EntersubForCV, 'cause it's an indirect
dependency for scheduled update of Git-CPAN-Patch-0.7.0 (via
devel/p5-MetaCPAN-API).

B::Hooks::OP::Check::EntersubForCV - Invoke callbacks on construction of
entersub OPs for certain CVs

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2011-11-15 16:02:34 UTC MAIN commitmail json YAML

Fix installation and build-linking of missing BUtils.h into $PREFIX/include
Bump revision

(sno)

2011-11-15 15:34:48 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-Declare to 0.006008

(sno)

2011-11-15 15:34:35 UTC MAIN commitmail json YAML

Updating CPAN module Devel::Declare of the Perl programming language in
devel/p5-Devel-Declare from 0.006007 to 0.006008.

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.006008 - 05 Nov 2011
  - Adjust toke_scan_str logic to always leave the prefix part of
    linestr unchanged.

(sno)

2011-11-15 14:48:18 UTC MAIN commitmail json YAML

Updated graphics/pngcrush to 1.7.21

(adam)

2011-11-15 14:47:29 UTC MAIN commitmail json YAML

Changes 1.7.21:
* Defined TOO_FAR=32767 in Makefile (instead of in pngcrush.h)

(adam)

2011-11-15 14:35:27 UTC MAIN commitmail json YAML

Note update of ISC DHCP pacakges:

net/isc-dhcp4 4.2.3
net/isc-dhclient4 4.2.3
net/isc-dhcrelay4 4.2.3
net/isc-dhcpd4 4.2.3

(taca)

2011-11-15 14:33:38 UTC MAIN commitmail json YAML

Update ISC DHCP packages to 4.2.3.

net/isc-dhclient
net/isc-dhcp
net/isc-dhcpd
net/isc-dhcrelay

* Update MASTER_SITES.
* CHanges:

Changes since 4.2.3rc1

- None.

                        Changes since 4.2.2

- Fix the code that checks for an existing DDNS transaction to cancel
  when removing DDNS information, so that we will continue with the
  processing if we have a lease even if it doesn't have an outstanding
  transaction.  [ISC-Bugs #24682]

- Add AM_MAINTAINER_MODE to configure.ac to avoid rebuilding
  configuration files.  [ISC-Bugs #24107]

- Add support for passing DDNS information to a DNS server over
  an IPv6 address.  [ISC-Bugs #22647]

- Enhanced patch for 23595 to handle IPv4 fixed addresses more
  cleanly.  [ISC-Bugs #23595]

(taca)

2011-11-15 14:25:54 UTC MAIN commitmail json YAML

Add SUBDIR for recent addition of devel/p5-Devel-Pragma

(sno)

2011-11-15 14:24:59 UTC MAIN commitmail json YAML

Added devel/p5-Devel-Pragma version 0.54

(sno)

2011-11-15 14:24:44 UTC MAIN commitmail json YAML

Importing package for CPAN module Devel::Pragma 0.54 into
devel/p5-Devel-Pragma. This is an indirect dependency of scheduled update
of devel/p5-Git-CPAN-Patch to 0.7.0

This module provides helper functions for developers of lexical pragmas.
These can be used both in older versions of perl (from 5.8.1), which have
limited support for lexical pragmas, and in the most recent versions,
which have improved support.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2011-11-15 14:06:21 UTC MAIN commitmail json YAML

Added devel/p5-MetaCPAN-API version 0.34

(sno)

2011-11-15 14:06:06 UTC MAIN commitmail json YAML

Added SUBDIR for recent addition of devel/p5-MetaCPAN-API

(sno)

2011-11-15 14:05:16 UTC MAIN commitmail json YAML

Importing package for CPAN module MetaCPAN::API 0.34 into
devel/p5-MetaCPAN-API as dependency for scheduled update of
devel/p5-Git-CPAN-Patch

This is a hopefully-complete API-compliant interface to MetaCPAN
(https://metacpan.org) with DWIM capabilities.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2011-11-15 13:44:54 UTC MAIN commitmail json YAML

Note update of lang/parrot to 3.8.0.

(he)

2011-11-15 13:44:31 UTC MAIN commitmail json YAML

Update parrot to version 3.8.0.

Parrot 3.8.0 News:
  - Core
    + New tools/release/auto_release.pl script automates most of
      release
  - Languages
    + Winxed
      - Updated snapshot to version 1.2.0
      - allowtailcall modifier in try
      --debug command-line option, __DEBUG__ predefined constant
        and __ASSERT__ builtin
      - namespace, class, and ~ (bitwise not) operators
      - Implicit nested namespace in namespace and class
        declarations
      - -X command-line arg
  - Documentation
    + Improved release manager guide
  - Tests
    + New Makefile target "resubmit_smolder" to resubmit test
      results
    + New Makefile target "all_hll_test" runs the test suite of all
      HLLs and libraries known to work on Parrot
    + New Makefile target "interop_tests" run language
      interoperability tests, which runs as part of the normal "make
      test" as well

(he)

2011-11-15 13:14:36 UTC MAIN commitmail json YAML

Added devel/p5-Test-TinyMocker version 0.03

(sno)

2011-11-15 13:14:17 UTC MAIN commitmail json YAML

Added SUBDIR for recent import of devel/p5-Test-TinyMocker

(sno)

2011-11-15 13:13:13 UTC MAIN commitmail json YAML

Import CPAN module Test::TinyMocker 0.03 into devel/p5-Test-TinyMocker as
build dependency of scheduled import of devel/p5-MetaCPAN-API as dependency
of scheduled update of devel/p5-Git-CPAN-Patch.

This is a very simply Perl5 tool to mock external modules.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2011-11-15 13:04:47 UTC MAIN commitmail json YAML

2011-11-15 12:59:45 UTC MAIN commitmail json YAML

fix 'bmake cce' chose wrong username for logs

(sno)

2011-11-15 12:58:36 UTC MAIN commitmail json YAML

Added www/p5-HTTP-Tiny version 0.016

(sno)

2011-11-15 12:58:15 UTC MAIN commitmail json YAML

Added SUBDIR for recently added p5-HTTP-Tiny

(sno)

2011-11-15 12:57:14 UTC MAIN commitmail json YAML

Importing CPAN module HTTP::Tiny 0.016 into www/p5-HTTP-Tiny to extend
the Perl programming language with a simple http client as dependency of
scheduled import of MetaCPAN::API (dependency of scheduled update of
Git::CPAN::Patch).

This is a very simple HTTP/1.1 client, designed for doing simple GET
requests without the overhead of a large framework like LWP::UserAgent.

It is more correct and more complete than HTTP::Lite. It supports proxies
(currently only non-authenticating ones) and redirection. It also correctly
resumes after EINTR.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2011-11-15 12:49:28 UTC MAIN commitmail json YAML

Updated devel/p5-Any-Moose to 0.18

(sno)

2011-11-15 12:49:16 UTC MAIN commitmail json YAML

Update package for CPAN module Any::Moose in devel/p5-Any-Moose from
0.15 to 0.18.

pkgsrc changes:
- update fetch location (maintainer independent dist location on CPAN)
- adjust dependencies

Upstream changes:
0.18 2011-11-07
  * Try to cope with broken smokers better by recording a Moose
    prereq when it is used. (Chris Williams)
    - see https://rt.cpan.org/Public/Bug/Display.html?id=72043

0.17 2011-09-16
  * Better indicate that this module is dynamically configured.
    - fixes [rt.cpan.org #70996]

0.16 2011-09-15
  * If you have Moose installed you no longer get the Mouse dependency (rjbs, reported by andk)
    Any::Moose has long had both runtime and test support for Moose
    without Mouse, but the toolchain has not, until recently, been
    good enough to handle alternatives. This change is designed
    to affect very few people.
    - fixes [rt.cpan.org #70597]

(sno)

2011-11-15 12:16:13 UTC MAIN commitmail json YAML

Added devel/p5-Git-Repository version 1.22

(sno)

2011-11-15 12:15:40 UTC MAIN commitmail json YAML

Add SUBDIR for p5-Git-Repository

(sno)

2011-11-15 12:14:52 UTC MAIN commitmail json YAML

Importing package definition for CPAN Module Git::Repository 1.22 into
devel/p5-Git-Repository.

Git::Repository is an interface to Git for the Perl programming language,
for scripted interactions with repositories. It's a low-level interface
that allows calling any Git command, whether porcelain or plumbing,
including bidirectional commands such as git commit-tree.

A Git::Repository object simply provides context to the git commands being
run. It is possible to call the command() and run() methods against the
class itself, and the context (typically current working directory) will
be obtained from the options and environment.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2011-11-15 11:53:20 UTC MAIN commitmail json YAML

Added devel/p5-System-Command version 1.05

(sno)

2011-11-15 11:51:32 UTC MAIN commitmail json YAML

add p5-System-Command SUBDIR

(sno)

2011-11-15 11:50:31 UTC MAIN commitmail json YAML

Importing package for System::Command (CPAN package for Perl programming
language) 1.05 into pkgsrc/devel/p5-System-Command as dependency for
devel/p5-Git-CPAN-Patch update.

System::Command is a class that launches external system commands and
return an object representing them, allowing to interact with them through
their STDIN, STDOUT and STDERR handles.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2011-11-15 11:32:34 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Format-W3CDTF to 0.06

(sno)

2011-11-15 11:32:21 UTC MAIN commitmail json YAML

Update CPAN module package for DateTime::Format::W3CDTF in
/data/pkgsrc/time/p5-DateTime-Format-W3CDTF from 0.05nb2 to 0.06

Upstream changes:
0.06  2011-02-06

- Fixed parsing of datetimes with sub-second precision (RT #14179, patch from
  Andrew Turner).

(sno)

2011-11-15 10:04:13 UTC MAIN commitmail json YAML

Fix path to libalac.

(wiz)

2011-11-15 09:42:16 UTC MAIN commitmail json YAML

note ircII 20111115

(mrg)

2011-11-15 09:41:41 UTC MAIN commitmail json YAML

update ircii to 20111115.  main changes since 20110228 include:

  o  fix compile time errors in on modern glibc systems
  o  add /nuser command
  o  wserv and ircio move into "libexec" dir.

(mrg)

2011-11-15 09:30:49 UTC MAIN commitmail json YAML

Note update of databases/p5-Rose-DB-Object, devel/p5-ShipIt,
devel/p5-MooseX-Method-Signatures, www/p5-Catalyst-View-JSON and
www/p5-HTML-TableExtract.

(hiramatsu)

2011-11-15 09:10:53 UTC MAIN commitmail json YAML

Update p5-HTML-TableExtract to 2.11.

Changes from previous:
2.11  Tue Aug 23 16:01:04 EDT 2011
        - added parsing context, override for eof() and parse() for
          memory clear on new docs or post-eof()
        - fixed some long standing test warnings

(hiramatsu)

2011-11-15 09:10:35 UTC MAIN commitmail json YAML

Update p5-Catalyst-View-JSON to 0.33.

Changes from previous:
0.33  Tue Apr 12 12:20:22 PDT 2011
        - Fixed local_request monkey patching to support Catalyst >= 5.89

0.32  Tue Jan  4 10:03:05 PST 2011
        - remove Opera special casing (omega)

(hiramatsu)

2011-11-15 09:10:17 UTC MAIN commitmail json YAML

Update p5-MooseX-Method-Signatures to 0.37.

Change from previous:
0.37 Mon, 12 Sep 2011 10:35:29 +0100
  * Don't look in the stash for traits or types that contain :: (Jesse Luehrs).

(hiramatsu)

2011-11-15 08:47:29 UTC MAIN commitmail json YAML

Update p5-ShipIt to 0.55.

Changes from previous:
0.55 (2010-03-27)

* Added a bunch of links to http://contributing.appspot.com/shipit

* Bunch of patches from the community all over the place... See
  version control history, linked off the Contributing URL above.
  (we should phase out this changelog, or make it just be the git
  log....)

(hiramatsu)

2011-11-15 08:47:01 UTC MAIN commitmail json YAML

Update p5-Rose-DB-Object to 0.796.

Changes from previous:
0.796 (10.18.2011) - John Siracusa <siracusa@gmail.com>

    * Use ENGINE=InnoDB instead of TYPE=InnoDB in MySQL table creation
      statements to avoid an incompatibility with MySQL 5.5 (RT 71757)

0.795 (07.14.2011) - John Siracusa <siracusa@gmail.com>

    * The Loader now passes the Manager class name as a second argument to
      module_preamble and module_postamble subroutines to allow Manager
      classes to be distinguished from object classes.
    * Corrected a typo in the ConventionManager documentation ("objs_"
      should be "_objs")
    * Fixed a bug that caused load-on-demand columns to be loaded by
      load(with => ...) method calls.  (Reported by Marlon Bailey)

0.794 (12.30.2010) - John Siracusa <siracusa@gmail.com>

    * Handle null default values for foreign key columns in PostgreSQL
      (RT 64331)

0.793 (12.21.2010) - John Siracusa <siracusa@gmail.com>

    * Corrected skip count in t/db-object.t

0.792 (12.20.2010) - John Siracusa <siracusa@gmail.com>

    * Detect attempts to create methods whose names conflict with
      methods defined in Rose::DB::Object itself.  (Reported by
      Dave Howorth)

0.791 (10.23.2010) - John Siracusa <siracusa@gmail.com>

    * Fixed a bug that caused on_save column triggers to fire when loading.
    * More floating point rounding fixes in the test suite.

0.790 (10.17.2010) - John Siracusa <siracusa@gmail.com>

    * The auto-initialization process no longer sets column default
      values to undef when there is no default for the column.  Doing
      this was tripping up the default_exists() method.  (Reported
      by Timo Karhu)
    * Documented the behavior of the manager_args relationship attribute
      when a relationship is used as a with_objects or require_objects
      argument.
    * Fixed a bug that caused SET columns to be erroneously marked as
      modified when their accessor methods were called.
    * Fixed a bug in make_manager_methods() that left base_name undefined.
      (RT 61963, patch by Chris Malarky)
    * Improved handling of floating point and string/number conversions
      in the test suite.

(hiramatsu)

2011-11-15 06:45:13 UTC MAIN commitmail json YAML

Added www/p5-HTTP-Server-EV version 0.2.
Updated security/p5-GnuPG-Interface to 0.44.

(hiramatsu)

2011-11-15 06:44:35 UTC MAIN commitmail json YAML

Update p5-GnuPG-Interface to 0.44.

Changes from previous:
0.44 Mon May  2 21:36:13 EDT 2011

Bump Math::BigInt dependency to get the new 'try GMP' syntax.

0.43 Tue Mar  8 09:13:31 EST 2011

Stable release

(hiramatsu)

2011-11-15 06:43:41 UTC MAIN commitmail json YAML

Add p5-HTTP-Server-EV.

(hiramatsu)

2011-11-15 06:42:33 UTC MAIN commitmail json YAML

Import www/p5-HTTP-Server-EV, submitted in PR/45603.

Asynchronous HTTP server using EV event loop.

It doesn't load files received in the POST request in memory as most
of CGI modules does, but stores them directly to tmp files, so it's
useful for handling large files without using a lot of memory.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(hiramatsu)

2011-11-15 00:11:07 UTC MAIN commitmail json YAML

Use stdlib.h instead of private decls of malloc; remove union wait. Should
fix build with newer gcc and maybe also clang.

(dholland)

2011-11-14 23:52:26 UTC MAIN commitmail json YAML

2011-11-14 22:26:31 UTC MAIN commitmail json YAML

Take apache22 out of PKG_APACHE_ACCEPTED, because this conflicts with
apache22 >= 2.2.10, and we're now on 2.2.21.

Ideally this would instead accept apache22 older than 2.2.10, but
given how old (and insecure) that is there's not much point. I guess
if anyone really really wants to do that they can revert this change
locally... but I can't say I recommend it.

(dholland)

2011-11-14 21:17:59 UTC MAIN commitmail json YAML

Fix a typo in URL: cgiweb.cgi -> gitweb.cgi

(alnsn)

2011-11-14 19:53:18 UTC MAIN commitmail json YAML

PR#45527 multimedia/vlc: Fix DragonFly breakage (PLIST)

DragonFly builds with two plugins that NetBSD suppresses, but these
plugins were not on PLIST although the definition of suitable PLIST
variables suggest this was intended originally.  The plugins have
been conditionally added to the PLIST to properly support DragonFly.

(marino)

2011-11-14 19:47:13 UTC MAIN commitmail json YAML

Add alacconvert and libalac

(ryoon)

2011-11-14 19:45:14 UTC MAIN commitmail json YAML

Added audio/alacconvert version 0.0.20111026

(ryoon)

2011-11-14 19:43:22 UTC MAIN commitmail json YAML

Import alacconvert-0.0.20111026 as audio/alacconvert from wip/alacconvert

The Apple Lossless Audio Codec (ALAC) is an audio codec developed
by Apple and supported on iPhone, iPad, most iPods, Mac and iTunes.
ALAC is a data compression method which reduces the size of audio
files with no loss of information.  A decoded ALAC stream is
bit-for-bit identical to the original uncompressed audio file.

This is Apple Lossless Audio Codec encode and decode command.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ryoon)

2011-11-14 19:41:31 UTC MAIN commitmail json YAML

Added audio/libalac version 0.0.20111026

(ryoon)

2011-11-14 19:38:24 UTC MAIN commitmail json YAML

Import libalac-0.0.20111026 as audio/libalac from wip/libalac

The Apple Lossless Audio Codec (ALAC) is an audio codec developed
by Apple and supported on iPhone, iPad, most iPods, Mac and iTunes.
ALAC is a data compression method which reduces the size of audio
files with no loss of information.  A decoded ALAC stream is
bit-for-bit identical to the original uncompressed audio file.

This is Apple Lossless Audio Codec library.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ryoon)

2011-11-14 14:37:19 UTC MAIN commitmail json YAML

2011-11-14 14:24:14 UTC MAIN commitmail json YAML

2011-11-14 14:07:35 UTC MAIN commitmail json YAML

Add inet6 option as requiested in PR 37117. Tested on current.
  Approved by wiz@.

(cheusov)

2011-11-14 13:34:10 UTC MAIN commitmail json YAML

Update to 1.4.4. Approved by wiz@. Tested on current with modular xorg.

Changes.
  commit a7970f5c817b5c75d945389cfaf1384ff23437f3
  Author: Matthieu Herrb <matthieu.herrb@laas.fr>
  Date:  Mon Aug 8 18:08:05 2011 +0200

    libXfont 1.4.4

    Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

  commit d11ee5886e9d9ec610051a206b135a4cdc1e09a0
  Author: Thomas Hoger <thoger@redhat.com>
  Date:  Mon Aug 8 18:03:09 2011 +0200

    LZW decompress: fix for CVE-2011-2895

    Specially crafted LZW stream can crash an application using libXfont
    that is used to open untrusted font files.  With X server, this may
    allow privilege escalation when exploited

    Reviewed-by: Matthieu Herrb <matthieu.herrb@laas.fr>
    Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

  commit 214ca6a7a2247544627e6dc7c8705811305ad007
  Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  Date:  Mon May 16 18:28:13 2011 -0700

    Fix memory leak in allocation failure path of BitmapOpenScalable()

    Go ahead and fill in the font->info pointers so that
    bitmapUnloadScalable()
    will free the bits that were allocated, even if some were not.

    Error: Memory leak (CWE 401)
      Memory leak of pointer <unknown> allocated with
    ComputeScaledProperties(...)
            at line 1629 of
    /export/alanc/X.Org/git/lib/libXfont/src/bitmap/bitscale.c in function
    'BitmapOpenScalable'.
              pointer allocated at line 1616 with
    ComputeScaledProperties(...).
              <unknown> leaks when props != 0 at line 1623.

    [ This bug was found by the Parfait 0.3.7 bug checking tool.
      For more information see http://labs.oracle.com/projects/parfait/ ]

    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>

  commit 7f8345aa6fb60a7fd7adf0095a2354fad1d8d5ef
  Author: Gaetan Nadon <memsize@videotron.ca>
  Date:  Wed Mar 2 14:33:07 2011 -0500

    doc: use common makefile for developers documentation

    The user/specs docs now have external references support.
    Developers doc are not installed so they do not participate.
    However, using a similar makefile shared amongst developers
    document reduces maintenance and is forward looking.

    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

  commit 77027deabca37183cfbbed107cf14ca80f29f26d
  Author: Gaetan Nadon <memsize@videotron.ca>
  Date:  Wed Feb 2 11:43:42 2011 -0500

    config: comment, minor upgrade, quote and layout configure.ac

    Group statements per section as per Autoconf standard layout
    Quote statements where appropriate.
    Autoconf recommends not using dnl instead of # for comments

    Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
    Add AC_CONFIG_SRCDIR([Makefile.am])

    This helps automated maintenance and release activities.
    Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines

  commit 9ea1790d61bd135714c40e5089ecb1effa1dbcc0
  Author: Gaetan Nadon <memsize@videotron.ca>
  Date:  Thu Jan 27 18:50:15 2011 -0500

    config: remove AC_PROG_CC as it overrides AC_PROG_C_C99

    XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
    AC_PROG_C_C99. This sets gcc with -std=gnu99.
    If AC_PROG_CC macro is called afterwards, it resets CC to gcc.

    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

  commit 4e0c6c45d819befdd9315d6282b957f7cfec3ae2
  Author: Paulo Zanoni <pzanoni@mandriva.com>
  Date:  Thu Dec 16 14:09:12 2010 -0200

    Use docbookx.dtd version 4.3 for all docs

    Signed-off-by: Paulo Zanoni <pzanoni@mandriva.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

  commit 01c30845853f5a8114467185d76274ae9bbff091
  Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  Date:  Sun Nov 21 11:35:20 2010 -0800

    Sun's copyrights belong to Oracle now

    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

  commit 72ade58381a49514f2b29065ba33a464b7efc3d0
  Author: Gaetan Nadon <memsize@videotron.ca>
  Date:  Tue Nov 9 13:04:51 2010 -0500

    config: HTML file generation: use the installed copy of xorg.css

    Currenlty the xorg.css file is copied in each location
    where a DocBook/XML file resides. This produces about
    70 copies in the $(docdir) install tree.

    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

  commit 12157fbebc35c2d039df2df4fc5ac2b299eeec03
  Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  Date:  Thu Oct 28 20:43:27 2010 -0700

    libXfont 1.4.3

    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

  commit f29f1d68d7eca96e45ba3758686be07993d82e03
  Author: Jesse Adkins <jesserayadkins@gmail.com>
  Date:  Tue Sep 28 13:30:02 2010 -0700

    Purge cvs tags.

    Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

  commit 6628b4d82426cf9ac240da363cd8a8252e6f71ef
  Author: Jeremy Huddleston <jeremyhu@apple.com>
  Date:  Mon Sep 27 12:31:50 2010 -0700

    FreeType: Cleanup MUMBLE and fix printing of XLFD in debug spew.

    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>

  commit c482a2c104aa5cd1a265c2ca310a308dcc418fe7
  Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
  Date:  Wed Apr 14 05:58:28 2010 -0500

    Revert "Bug #6247: Fix build on Cygwin"

    libtool requires the '-no-undefined' flag in order to create shared
    libraries on PE/COFF platforms (Cygwin/MinGW); on other platforms this
    flag has no effect.

    The problem with libXfont is that PE weak symbols do not behave exactly
    as they do on ELF platforms.  Since PE binaries (both executables and
    libraries) must have all symbols resolved at link time, there is no way
    for the real symbols in xserver to "displace" those in libXfont at
    runtime, so the result is that libXfont uses its stubs, which do
    nothing, and xserver ends up unable to find its fonts.

    Solving this will require either significant changes to libXfont or some
    major improvement to the toolchain to handle this case.  Until that
    happens, removing '-no-undefined' will result in a static-only library
    on these platforms, which is the only currently working solution.

    http://sourceware.org/bugzilla/show_bug.cgi?id=11306
    http://cygwin.com/ml/cygwin/2010-04/msg00281.html

    This reverts commit 69c4ae1e3e14a58bc2eb9b9b8820dc7183b82a67.

    Conflicts:

        ChangeLog

    Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>

  commit 455ec66e82e3c4bedd9e789d2ab33030b8e64ffa
  Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  Date:  Sun Aug 8 00:19:36 2010 -0700

    Fix builds with Sun compilers

    Sun compilers use #pragma weak in the *.c files to declare weak symbols,
    so should have weak defined to empty, but not define NO_WEAK_SYMBOLS

    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

  commit 0386fa77367a305deea3cc27f8a3865cc3c467c0
  Author: Jeremy Huddleston <jeremyhu@apple.com>
  Date:  Sat Jul 10 10:08:21 2010 -0700

    darwin: Fix build regression introduced by previous patch

    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>

  commit 8f75706901da0141590d46f0f898e5678feac953
  Author: Jon TURNEY <jon.turney@dronecode.org.uk>
  Date:  Mon Jun 28 17:56:07 2010 +0100

    Build fix for platforms which don't have weak linkage

    Since we fix this by removing the serverGeneration symbol, assuming
    an external definition will be provided, this means on Windows libXfont
    can only be built as a static library (since PE shared libraries cannot
    contain undefined symbols).  This produces a libXfont which might only
    be useful to the xserver, but the only other users we might care about
    are xfs, which is obsolete, and bdftopcf, which fortunately doesn't
    pull in any objects which reference serverGeneration from libXfont.

    Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
    Reviewed-by: Colin Harrison <colin.harrison@virgin.net>

  commit 5c49c956e9c85d89f6b2e719eb9b6fbde62c2f72
  Author: Gaetan Nadon <memsize@videotron.ca>
  Date:  Mon Jun 28 13:18:22 2010 -0400

    doc: use xorg-docs xorg.css stylesheet

    Use latest DocBook XML util-macros infrastructure

    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

(cheusov)

2011-11-14 12:51:52 UTC MAIN commitmail json YAML

2011-11-14 09:42:27 UTC MAIN commitmail json YAML

Note update of net/p5-Nmap-Parser, databases/p5-DBIx-Class-Schema-Loader,
devel/p5-MooseX-Singleton, www/p5-Plack-Middleware-Deflater and
www/p5-HTML-Template-Pro to 0.9506.

(hiramatsu)

2011-11-14 09:41:07 UTC MAIN commitmail json YAML

Update p5-HTML-Template-Pro to 0.9506.

Changes from previous:
0.9505 Fri Jul  1 13:27:10 EEST 2011
- bugfix in perl wrapper: fix in WrapAssociate.pm
  thanks to Viktor Bukhtoyarov

0.9506 Tue Oct  4 22:55:35 EEST 2011
- file name in logs

(hiramatsu)

2011-11-14 09:40:27 UTC MAIN commitmail json YAML

Update p5-Plack-Middleware-Deflater to 0.05.

Changes from previous:
0.05  Wed Jun 22 23:28:32 JST 2011
        - No code changes
        - Added Test::Requires to build_requires
        - Fixed pod

0.04  Mon May 16 12:58:30 JST 2011
        - Added content_type and vary_user_agent options (kazeburo)
        - Added psgix.no-compress and psgix.compress-only-text/html enviroment
          value like Apache mod_deflate (kazeburo)

(hiramatsu)

2011-11-14 09:39:58 UTC MAIN commitmail json YAML

Update p5-MooseX-Singleton to 0.27.

Changes from previous:
0.27 2011-05-19

    - Fix 006-cooperative.t - this test requires MooseX::StrictConstructor
      0.16+ to pass with Moose 2.00+. Reported by Alexandr Ciornii. RT
      #67965. (Dave Rolsky)

0.26 2011-02-26
    - This module will now work with Moose 1.9900+, but it still works with
      older Moose as well. (Dave Rolsky)

    - The test suite now uses Test::Fatal instead of Test::Exception. (Karen
      Etheridge)

(hiramatsu)

2011-11-14 09:39:38 UTC MAIN commitmail json YAML

Update p5-DBIx-Class-Schema-Loader to 0.07012.

Changes from previous:
0.07012  2011-11-09 15:16:29
        - as of 0.07011 all callbacks receive a ::Loader::Table or
          interface-compatible object instead of the table name, this object
          stringifies to the table name (RT#72260)
        - fix a bug in dynamic schema_base_class/schema_components
          implementation that ran the connection method twice on subsequent
          connects
        - use a temp file for filter_generated_code with a string program name
          instead of IPC::Open2, which hangs on Win32 (RT#72226)
        - previous version referred to the wrong RT# for the uniq_to_primary
          change, it is actually (RT#51696)

0.07011  2011-11-01 09:00:00
        - add -I option to dbicdump
        - do not delete default custom content comment and ending 1; from custom
          content in files that are being renamed (RT#70507)
        - use MooseX::MarkAsMethods instead of namespace::autoclean for the
          use_moose option, this protects operator overloads, only_autoclean
          option added for the old behavior
        - add experimental naming=v8 mode with better CamelCase identifier
          support, relationship naming and conversion of non-identifier chars
          (RT#71945)
        - add naming => { force_ascii => 1 } option for Unicode database names
        - implement schema_base_class and schema_components for dynamic and
          working schemas
        - remove dependency on File::Slurp
        - allow the constraint and exclude options to be used simultaneously
          (bphillips)
        - fix Oracle multi-db_schema unique detection (RT#70851)
        - fix Oracle common tests fail with multi_schema due to not resetting
          the preserve_case option after the preserve_case tests (RT#70829)
        - handle <type> DEFAULT NULL for Pg
        - handle boolean DEFAULT 0::boolean for Pg
        - config file support for dbicdump script (alnewkirk)
        - added filter_generated_code option (RT#53841)
        - generic table and column comments support
        - MySQL table and column comments support
        - support DOS line endings on *nix and *nix line ending on Win32
        - add quiet option
        - $schema->loader is now a public method
        - add schema_components option
        - sort relationships so they always come out in the same order
        - also sort unique constraints so they always come out in the same order
        - multi db_schema support with cross-schema rels (RT#39478)
        - added moniker_parts option for name clashes in multi db_schema setups
        - add rel_name_map option
        - fix the decimal data type for MS Access over ODBC
        - fix enum/set detection for MySQL (RT#68717)
        - fix is_nullable detection on MS Access
        - remove '$table has no primary key' warning
        - added uniq_to_primary option to promote unique keys to primary keys
          (RT#25944)
        - support arrayrefs for result_namespace and resultset_namespace
          (RT#40214)
        - add naming => { monikers => 'preserve' } or 'singular'/'plural' to
          control moniker inflection (RT#44935)
        - add naming => { column_accessors => 'preserve' } to not normalize
          CamelCase column names to lower case for accessors (RT#64668)
        - support quoted PostgreSQL schema names with special chars (RT#64766)
        - automatically turn on quoting for MySQL (RT#60469)
        - become utf8-aware (RT#67920)
        - handle duplicate relationship names (RT#64041)
        - fix a bug in Sybase ASE foreign key detection
        - generate POD for result_base_class, additional_classes,
          additional_base_classes, left_base_classes, components,
          result_components_map, result_roles, result_roles_map, unique
          constraints, set_primary_key and table
        - rename result_component_map to result_components_map (old name still
          works)
        - fix accessor collision detection for methods from
          result_components_map components
        - add result_roles and result_roles_map options
        - fix for mysql rel detection in mixed-case tables on mixed-case
          filesystems (OSX and Windows)
        - support for DBD::Firebird
        - support for unicode Firebird data types
        - handle "use warnings FATAL => 'all';" in custom/external content
          (RT#59849)
        - for dynamic schemas, if the naming option is set, will automatically
          turn on use_namespaces=1 as well. Set use_namespaces=0 to disable
          this behavior (RT#59849)

0.07010  2011-03-04 08:26:31
        - add result_component_map option

0.07009  2011-02-25 11:06:51
        - fix a syntax error in MS Access ADO driver

0.07008  2011-02-25 01:54:43
        - rename column_accessor_map to col_accessor_map, the old alias still
          works
        - support MSSQL over DBD::ADO
        - support for MS Access over DBD::ODBC and DBD::ADO

0.07007  2011-02-15 10:00:07
        - bump DBIx::Class dep to 0.08127
        - fix MSSQL data types for native client and EasySoft driver

0.07006  2011-02-01 02:18:32
        - turn unloading of RelBuilder temp classes back on, now with proper
          check for class existance using Class::Inspector->loaded
        - bump up dep on namespace::clean to avoid breakage with earlier
          versions (RT#65149)

0.07005  2011-01-25 23:07:55
        - support extra connect_info options like quote_char for dbicdump
        - fix breakage on perl 5.8.x related to unloading temporary classes

0.07004  2011-01-24 03:43:05
        - fix bug with result class methods being cached on in a closure instead
          of the object, which breaks for multiple dynamic schemas in a single
          perl instance

0.07003  2011-01-21 06:43:05
        - fix relname/method collisions (RT#62648)
        - fix fully qualified component classes (RT#62624)
        - improve sybase/mssql db_schema detection
        - remove MooseX::NonMoose from Schema files under use_moose=1
        - better _tables_list for Sybase ASE
        - add datetime_undef_if_invalid => 1 for MySQL datetime data types
          (RT#64820) This behavior can be turned off by passing
          datetime_undef_if_invalid=0 as a loader option
        - added column_accessor_map option
        - Preserve relationship names when redumping and another FK is added
          (RT#62424)
        - Remove resultset_components as ResultSetManager is deprecated
        - Fix a fail when very old Moose/CMOP is installed
        - Added warning for column-accessor collisions, doc section in ::Base
          ("COLUMN ACCESSOR COLLISIONS") and the col_collision_map option.
        - Handle column accessor collisions with UNIVERSAL methods
        - Generate custom_type_name hint for PostgreSQL enums, as used
          by very recent SQL::Translator
        - Added support for PostgreSQL enum types
        - Added table/column comment support for Oracle
        - Fix missing require (RT#62072)

(hiramatsu)

2011-11-14 09:39:14 UTC MAIN commitmail json YAML

Update p5-Nmap-Parser to 1.21.

Changes for 1.21
    - Added support for hostscript and script tags
    - Changed ipv4_sort() to use a 10x faster sort method

(hiramatsu)

2011-11-14 08:32:51 UTC MAIN commitmail json YAML

Fixed entries that do not have developer's user ID.

(hiramatsu)

2011-11-14 08:18:31 UTC MAIN commitmail json YAML

Added textproc/p5-String-ToIdentifier-EN version 0.05.
Updated chat/p5-POE-Component-IRC to 6.75.

(hiramatsu)

2011-11-14 08:17:22 UTC MAIN commitmail json YAML

Update p5-p5-POE-Component-IRC to 6.75.

Changes from previous:
6.75  Sun Nov 13 14:24:50 UTC 2011
    - Win32 fixes to the DCC plugin and netsplit test
    - You couldn't specify a localaddr without a localport. Fixed.

6.74  Sun Oct 9 20:16:13 GMT 2011
    - Disable authentication in t/01_base/04_pocosi.t. Fixes test failure.

6.73  Sat Oct 8 04:40:18 GMT 2011
    - Add missing dependencies to t/inc needed by poco-server-irc

6.72  Fri Oct 7 15:41:53 UTC 2011
    - Skip IPv6 tests on systems which don't have inet_pton()
    - Fix regression in t/03_subclasses/01_state.t
    - Update the poco-server-irc in t/inc to version 1.53

6.71  Sun Sep 18 16:07:33 GMT 2011
    - Make the component easier to use with dynamic IP interfaces
    - Fix race condition in 06_state_nick_sync.t
    - Silence warning due to incorrect use of length() instead of defined()
    - State.pm: Add a parameter to irc_topic containing the old topic

6.70  Tue Aug 2 03:38:52 GMT 2011
    - State.pm: Support multiple modes in NAMES replies (NAMESX, multi-prefix)
    - State.pm: Support nick!user@host in NAMES replies (UHNAMES)
    - State.pm: Added channel_url()
    - Fixed a race condition in 06_state_nick_sync.t

6.69  Fri Jul 29 01:52:38 GMT 2011
    - Whois.pm: Collect info from numerics 307 and 310
    - Whois.pm: Removed the 'account' key and have the 'identified' key
      do its thing instead, so that there is one generic way to check if
      a user is identified, regardless of the network.

6.68  Sun May 22 17:01:21 GMT 2011
    - REALLY fix it to work with the latest IRC::Utils

6.67  Sun May 22 16:43:27 GMT 2011
    - Add missing documentation for irc_plugin_(add|del|error) events
    - IRC.pm: Improved the layout of the documentation
    - Common.pm: Fix to work with latest IRC::Utils

6.66  Thu May 19 22:32:07 GMT 2011
    - BotCommand.pm: Allow commands to be \S+, not just \w+

6.65  Thu May 19 01:54:21 GMT 2011
    - BotCommand.pm: Quote the 'Prefix' before using it in a regex, and add
      'Bare_private' to allow commands in private without a prefix

6.64  Sun May 15 09:59:12 GMT 2011
    - Fix incorrect amount of tests skipped in 04_ipv6.t when IPv6 is not
      supported

6.63  Sun May 15 05:06:57 GMT 2011
    - Remove vestigial 'unregister' event handler, poco-syndicator handles
      that now. The latest poco-syndicator release croaks if we try to
      override its handler, so this was causing failures.

6.62  Tue May 3 10:58:45 GMT 2011
    - Make use of IPv6 functions from Socket (instead of Socket6) if
      they are available, and skip the IPv6 test if we don't have an
      implementation of getaddrinfo(). Thanks to Apocalypse for this.
    - Add a parameter to irc_snotice which contains the target of the
      message (usually '*' or 'AUTH' or something).
    - Qnet/State.pm: Forgot to import parse_user() from IRC::Utils.
    - IRC.pm: Document the Bitmode parameter and make it 8 (+i) by default.
    - IRC.pm: Remove a sizable chunk of the code and inherit from
      POE::Component::Syndicator instead. Got rid of an old backwards
      compatability workaround in the process: sessions will no longer
      receive irc_connected/irc_disconnected/irc_shutdown events if they
      didn't register for them.
    - Console.pm: Avoid custom stringifications when dumping objects
    - State.pm: nick_info() was failing when a nick was known but unsynced
    - Console.pm: Decode all arguments before printing them

6.61  Tue Apr 19 17:02:54 GMT 2011
    - The changes to the filter test were causing failures on <5.12 due to
      C<values(ARRAY)>. Fixed it.
    - Make it so that irc_shutdown is always the last event to be sent
    - Depend on POE 1.310 to fix failing socket error test on Windows
    - Improve event queue ordering to make it more predictable. Add new
      methods, send_event_next() and send_event_now(), to bypass the
      event queue in different ways.
    - Replace the functions in Common.pm with wrappers around equivalents
      from IRC::Utils.
    - IRC.pm: Add server() and port() accessors.

6.60  Fri Apr 15 06:12:28 GMT 2011
    - Fix failure (RT #67465) related to the recent irc_snotice change.
      Added a test for it as well.

6.59  Mon Apr 4 20:22:38 GMT 2011
    - FollowTail, Logger & DCC: Use rel2abs instead of abs_path to
      preserve symlinks while still being unaffected by chdir()

6.58  Mon Apr 4 17:48:59 GMT 2011
    - Fix FollowTail test to work in case /tmp is a symlink

6.57  Sat Apr 2 03:34:04 GMT 2011
    - FollowTail, Logger & DCC plugins: Expand '~' in filename arguments,
      and resolve them to absolute paths, in case the process will chdir().

6.56  Fri Apr 1 20:05:14 GMT 2011
    - irc_snotice has been used for server NOTICEs which do not have a sender
      prefix. NOTICEs which have a server name as the sender prefix are now
      irc_snotice too, leaving irc_notice only for notices with a proper
      nick!user@host sender.

6.55  Fri Apr 1 18:37:49 GMT 2011
    - State.pm: Store the real nicks of channel members after receiving a
      NAMES reply. Fixes the issue of undefined nicks being returned by
      channel_list() before the channel has been synced.
    - State.pm: Check all arguments for definedness in public methods for
      easier debugging

6.54  Thu Mar 10 18:20:47 GMT 2011
    - Fixed all the trailing space 'errors'
    - Resolve an issue with irc_nick_sync in poco-irc-state, added test

6.52  Fri Nov 5 18:27:16 CET 2010
    - Fixed typo in shutdown code and added a test to confirm

6.51  Fri Nov 5 12:28:14 CET 2010
    - Make the t/02_behavior/06_online.t test a TODO, since we can't work
      around problems such as the user being K-lined from FreeNode
    - Save the sender id on shutdown, not the sender's reference, avoids
      a crash when a sender disappears before we complete the shutdown

6.50  Wed Nov 3 02:05:56 GMT 2010
    - Fix race condition causing a duplicated test in
      t/04_plugins/12_autojoin/03_banned.t
    - Console.pm: Dump hashes and arrays recursively
    - Enable all debugging messages if $ENV{POCOIRC_DEBUG} is true
    - Make the 'shutdown' event do more work for us, such as forcibly
      disconnecting after a timeout if the server doesn't disconnect us
      following a QUIT command
    - Add an irc_raw_out event, corollary to irc_raw
    - AutoJoin.pm: Don't require the component to be ::State

6.49  Sat Oct 16 19:05:25 GMT 2010
    - Add draft-mitchell-irc-capabilities-02.html to docs/
    - Fix incorrect number of skipped tests in 06_online.t in some cases
    - Allow IRC server passwords which evaluate to false (e.g. '0')
    - Prevent possible race conditions in a few tests

6.48  Sun Oct 3 19:49:20 GMT 2010
    - State.pm: Don't send an undefined value with irc_chan_mode when the
      mode has no argument
    - Console.pm: Improve the readability of the output, and show undef
    - Deliver irc_plugin_error immediately, bypassing the event queue

6.47  Sun Oct 3 15:28:50 GMT 2010
    - Join arguments to the 'quote' command with spaces. This allows us to
      send commands with multiple arguments through the Console plugin.
    - Add support for CAP command/replies. We use it to enable the server's
      identify-msg feature when we connect.
    - State.pm: In disconnected/error/socketerr events when no info is
      available, make ARG1 an empty hash reference instead of undef.
    - Console.pm: Don't send events to client before they're authed
    - Console.pm: Pretty-print hash references

6.46  Wed Sep 29 04:57:42 UTC 2010
    - Document the 'debug' parameter.
    - Use Object::Pluggable instead of POE::Component::Pluggable. This smooths
      out an inconsistency between plugins and normal sessions with regard to
      events where extra arguments have been added.

6.45  Sun Sep 26 03:41:48 GMT 2010
    - Don't create a POE::Component::Client::DNS object if the user has
      supplied one. This fixes a regression introduced by yours truly a
      couple of years ago.

6.44  Sat Sep 25 23:34:11 GMT 2010
    - Don't fail on IRC servers where a whole class of channel modes is
      unsupported (e.g. Bitlbee).

6.43  Sat Sep 25 21:30:36 GMT 2010
    - State.pm: Don't forget to call IRC.pm's implementation of S_disconnected
      before our own. Due to this, the logged_in() method was reporting
      incorrect information after disconnecting.

6.42  Sat Sep 25 09:40:21 UTC 2010
    - ISupport.pm: Don't send a premature irc_isupport event on networks
      which send us numerics higher than 005 before the actual 005 (e.g Rizon)
    - NickServID.pm: Send an 'irc_identified' event when we've identified with
      NickServ. In addition, be a little more permissive when determining if
      we have identified. Works with Rizon now.

6.41  Thu Sep 23 21:33:17 UTC 2010
    - Don't use qw() as parentheses, it's deprecated in 5.13.4
    - Drop CTCPs which don't have a closing delimiter

(hiramatsu)

2011-11-14 08:09:23 UTC MAIN commitmail json YAML

Add p5-String-ToIdentifier-EN.

(hiramatsu)

2011-11-14 08:08:04 UTC MAIN commitmail json YAML

Import String::ToIdentifier::EN into textproc/p5-String-ToIdentifier-EN,
which is required to update databases/p5-DBIx-Class-Schema-Loader.

This module provides a utility method, "to_identifier" for converting
an arbitrary string into a readable representation using the ASCII
subset of "\w" for use as an identifier in a computer program. The
intent is to make unique identifier names from which the content of
the original string can be easily inferred by a human just by reading
the identifier.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(hiramatsu)

2011-11-14 04:19:30 UTC MAIN commitmail json YAML

2011-11-14 03:20:30 UTC MAIN commitmail json YAML

Remove "PREFIX=" and recover "DATE=" line.
Thanks to sbd@ noted by this mistake.

No PKGREVISION bump since install stage would be failed with previous commit.

(taca)

2011-11-14 02:44:40 UTC MAIN commitmail json YAML

2011-11-14 02:37:01 UTC MAIN commitmail json YAML

2011-11-14 02:35:25 UTC MAIN commitmail json YAML

Disable the logic that regenerates the version information .c file, as it
(1) uses ed and breaks on linux, and (2) contrives to generate the wrong
version number.

(dholland)

2011-11-14 02:13:50 UTC MAIN commitmail json YAML

Patch up bodgy make rules, may fix Linux build.

(dholland)

2011-11-14 02:00:20 UTC MAIN commitmail json YAML

pkgtools/tinderbox-dragonfly: Several bug fixes

This update of tinderbox addresses several issues:
1) Updates obsolete failure message on options.mk
2) Adds support for PKG_DEVELOPER=yes
3) Switches build failure default to build only once, twice is the option.
4) Merge BOOTSTRAP_DEPENDS with FETCH_DEPENDS in order to maintain the
    same database structure as Tinderbox.  Removes two patches.
5) Change behavior where leftover files immediately after package deinstall
    is no longer considered an error, but still list the files that do this.
6) Add a way out of an infinite recursion loop as seen when the package
    name changed between portbuild and buildscript (considered a safeguard).
7) Push the package name from portbuild to buildscript to avoid issue with
    php5 packages getting renamed to php53 (for example), which was the
    cause for the infinite loop on lang/pear.
8) Fix enterbuild by allowing it to properly detected when the port has
    entered the sleep state.
9) Fix php/pgsql bug on row limiting, should be fixed upstream for next
    released.  Requires old patch to be reincarnated.
10) Fix PLIST, several files were missing
11) Add utility script to add all 10K packages to database (this takes
    several hours to do)

(marino)

2011-11-14 01:41:08 UTC MAIN commitmail json YAML

Don't declare own strchr(), should improve Linux build

(dholland)

2011-11-14 01:36:46 UTC MAIN commitmail json YAML

TOOLS+=yacc, may unbreak Linux build

(dholland)

2011-11-14 01:31:18 UTC MAIN commitmail json YAML

lang/tcl: Fix DragonFly breakage

The previous commit caused DragonFly to build the libraries with a
different file name than specified in the PLIST, causing the build
to fail on DragonFly.

This commit forces DragonFly to use library names without dots to
match the PLIST.

(marino)

2011-11-14 01:23:27 UTC MAIN commitmail json YAML

Skip installing the config files in the ${INSTALL_TARGET} stage, instead
install them in the post-install target.

This allows the destdir stage-install target to run as non root.

(sbd)

2011-11-13 23:56:17 UTC MAIN commitmail json YAML

Be clearer where we failed, if we do.
"von mir aus" joerg

(wiz)

2011-11-13 23:51:05 UTC MAIN commitmail json YAML

+ ImageMagick-6.7.3.6, dovecot-2.0.15, gbrainy-2.06, gnutls-3.0.8,
  gtk2-2.24.8, gtk3-3.2.2, gupnp-igd-0.2.1, hiawatha-7.8.1,
  jamvm-1.5.4 [pkg/45604], nginx-1.0.9 [pkg/45612], p5-PerlMagick-6.7.3.6,
  qt4-qscintilla-2.6, scmgit-base-1.7.7.3, scmgit-docs-1.7.7.3.

(wiz)

2011-11-13 23:45:06 UTC MAIN commitmail json YAML

2011-11-13 23:15:30 UTC MAIN commitmail json YAML

Fix spacing. XXX import should just reuse cce.

(joerg)

2011-11-13 23:11:26 UTC MAIN commitmail json YAML

Add a bunch of checks to make gcc with glibc happy

(joerg)

2011-11-13 23:09:17 UTC MAIN commitmail json YAML

Use first entry of CATEGORIES as default CATEGORY.

(joerg)

2011-11-13 23:07:17 UTC MAIN commitmail json YAML

Imported devel/py-buildbot-slave.

(joerg)

2011-11-13 23:07:05 UTC MAIN commitmail json YAML

Imported py26-buildbot-slave.

The BuildBot is a system to automate the compile/test cycle required by
most software projects to validate code changes. This package contains
the buildslave.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(joerg)

2011-11-13 23:06:48 UTC MAIN commitmail json YAML

Imported devel/py-buildbot.

(joerg)

2011-11-13 23:06:37 UTC MAIN commitmail json YAML

Imported py26-buildbot.

The BuildBot is a system to automate the compile/test cycle required by
most software projects to validate code changes. By automatically
rebuilding and testing the tree each time something has changed, build
problems are pinpointed quickly, before other developers are
inconvenienced by the failure. The guilty developer can be identified
and harassed without human intervention. By running the builds on a
variety of platforms, developers who do not have the facilities to test
their changes everywhere before checkin will at least know shortly
afterwards whether they have broken the build or not. Warning counts,
lint checks, image size, compile time, and other build parameters can
be tracked over time, are more visible, and are therefore easier to
improve.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(joerg)

2011-11-13 23:05:55 UTC MAIN commitmail json YAML

Added py-sqlalchemy-migrate.

(joerg)

2011-11-13 23:05:43 UTC MAIN commitmail json YAML

Imported databases/py-sqlalchemy-migrate.

(joerg)

2011-11-13 23:05:32 UTC MAIN commitmail json YAML

Imported py26-sqlalchemy-migrate.

sqlalchemy-migrate is a schema migration tool for SQLAlchemy. It is
designed to support an agile approach to database design and make it
easier to keep development and production databases in sync, as schema
changes are required.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(joerg)

2011-11-13 23:04:41 UTC MAIN commitmail json YAML

If importing into an existing directory, remove the content first.

(joerg)

2011-11-13 22:59:34 UTC MAIN commitmail json YAML

Fix whitespace. Drop accidental import.

(joerg)

2011-11-13 22:58:51 UTC MAIN commitmail json YAML

Added py-decorator.

(joerg)

2011-11-13 22:58:39 UTC MAIN commitmail json YAML

Imported devel/py-decorator.

(joerg)

2011-11-13 22:58:28 UTC MAIN commitmail json YAML

Imported py26-decorator.

The ``decorator'' module aims to simplify the usage of decorators
in Python code for the average programmer and to popularize decorators
by showing various non-trivial examples.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(joerg)

2011-11-13 22:57:24 UTC MAIN commitmail json YAML

Imported textproc/py-decorator.

(joerg)

2011-11-13 22:57:12 UTC MAIN commitmail json YAML

Imported py26-decorator.

The ``decorator'' module aims to simplify the usage of decorators
in Python code for the average programmer and to popularize decorators
by showing various non-trivial examples.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(joerg)

2011-11-13 22:56:10 UTC MAIN commitmail json YAML

Added py-Tempita

(joerg)

2011-11-13 22:52:43 UTC MAIN commitmail json YAML

Allow empty FROM to actually work. Allow importing from the target
location in pkgsrc, it is after all the natural place for testing new
imports. Don't try to remove a file named after the import message, it
won't exist.

XXX Needs more work for the second case to remove the files before
XXX running cvs up

(joerg)

2011-11-13 22:50:35 UTC MAIN commitmail json YAML

Imported textproc/py-Tempita.

(joerg)

2011-11-13 22:50:24 UTC MAIN commitmail json YAML

Imported py26-Tempita.

Tempita is a small templating language for text substitution. It is
meant for projects that require a bit more power than string.Tempalte or
% substitution.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(joerg)

2011-11-13 22:28:04 UTC MAIN commitmail json YAML

Don't bail out with parse error if _EXPERIMENTAL isn't set.

(joerg)

2011-11-13 21:49:32 UTC MAIN commitmail json YAML

Updated print/cups to 1.5.0

(sbd)

2011-11-13 21:49:17 UTC MAIN commitmail json YAML

Update to cups-1.5.0
--------------------

CHANGES IN CUPS V1.5.0

- Documentation updates.
- Localization update (STR #3865)
- Needed to limit TLS to v1.0 on some versions of Mac OS X.
- The snmp backend did not work with some printers.

CHANGES IN CUPS V1.5rc1

- Compile fixes (STR #3849, STR #3850)
- The scheduler didn't check for empty values for several configuration
  directives (STR #3861)
- ipptool didn't generate valid XML when a test was skipped.
- Added additional error checking to the 1284 device ID code (STR #3858)
- Fixed some compatibility issues migrating from the old usblp backend
  to the libusb backend (STR #3860)
- Fixed the wake-from-sleep printing behavior on Mac OS X.
- The scheduler incorrectly allowed jobs to be held from a terminating
  state.
- The cups-driverd program could crash when a PPD was renamed.
- The dnssd backend took too long to discover printers on large or busy
  networks with the new default timeout used by lpinfo and the web
  interface. This resulted in "lost" printers.

CHANGES IN CUPS V1.5b2

- Documentation updates.
- Localization updates (STR #3845)
- Compiler warning cleanup.
- Fixed PIE support for Linux (STR #3846)
- Made httpSetTimeout API public and use it in the IPP backend to avoid
  timeout errors.
- The scheduler incorrectly set the "authenticated" printer-type bit for
  remote queues using authentication.

CHANGES IN CUPS V1.5b1

- The CUPS library now supports per-connection HTTP timeouts and
  callbacks.
- The CUPS library now supports (limited) SSL/TLS X.509 certificate
  validation and revocation (STR #1616)
- Updated the PostScript filter to support IncludeFeature in more
  circumstances (STR #3417)
- The schedule did not correctly parse some IPv6 addresses and masks in
  the cupsd.conf file (STR #3533)
- Fixed a case-insensitive string comparison issue for locales that do
  not treat "I" and "i" as equivalent (STR #3800)
- The scheduler reported an incorrect job-printer-uri value when sharing
  was not enabled (STR #3639)
- The scheduler now allows the ServerAlias directive to contain multiple
  hostnames separated by spaces or commas (STR #3813)
- The scheduler now sets the process group for child processes and
  manages the group (STR #2829)
- Fixed some minor issues discovered by a Coverity scan (STR #3838)
- The scheduler now more carefully creates and removes configuration,
  cache, and state files (STR #3715)
- The lpadmin command now allows default option values to be deleted
  (STR #2959)
- The lpadmin command now allows the cupsIPPSupplies and
  cupsSNMPSupplies keywords to be set in a PPD file (STR #3825)
- Moving a held job no longer releases it (STR #3839)
- Restored support for GNU TLS and OpenSSL with threading enabled
  (STR #3605)
- Fixed a confusing error message from cups-polld (STR #3806)
- Increased the default RIPCache value to 128MB (STR #3535)
- MIME errors are now routed to the error_log file (STR #2410)
- Updated PDF filter to support new Ghostscript ps2write device
  (STR #3766)
- Updated PDF filter to support new Poppler option to preserve page
  sizes in PDF files when the user has not selected a particular media
  size (STR #3689)
- Added new PWG Raster filter for IPP Everywhere printer support.
- Added job-uuid, printer-uuid, and subscription-uuid attributes.
- Added support for the cupsSingleFile PPD keyword.
- Dropped support for the printer-state-history attribute (STR #3654)
- Added support for a new cupsIPPSupplies keyword in PPD files to allow
  drivers to disable IPP supply level reporting.
- Added support for a new cupsFilter2 keyword in PPD files to allow for
  the propagation of the actual MIME media type produced by a filter.
- The scheduler did not always get the correct Kerberos username when
  authenticating (STR #3670)
- Added new cupsRasterOpenIO function and CUPS_RASTER_WRITE_PWG to the
  CUPS imaging library to support printing to IPP Everywhere raster
  printers.
- The scheduler now provides default values for the pages-per-minute and
  pages-per-minute-color attributes for PPD files that lack a
  Throughput keyword.
- Email notifications did not work on Mac OS X.
- The cupstestppd program now shows an error for files missing a
  CloseGroup keyword (STR #3668)
- Name resolution errors no longer cause queues to stop (STR #3719,
  STR #3753)
- Added a new cups-exec helper program that applies security profiles
  to filters, port monitors, backends, CGI programs, and mini-daemons.
- The web interface can now be disabled using the WebInterface directive
  in cupsd.conf (STR #2625)
- The scheduler now provides privacy controls for jobs and subscriptions
  (STR #2969)
- Added new cupsArrayNew3 API which offers memory management of array
  elements.
- Added several new color spaces to the CUPS raster format (STR #3419)
- The Validate-Job operation now uses the same policy as Print-Job by
  default.
- CUPS now uses iconv to implement all of its character encoding
  support (STR #3097)
- The scheduler now implements the Cancel-Jobs, Cancel-My-Jobs, and
  Close-Job operations along with the job-ids operation attribute from
  PWG 5100.11.
- The main CUPS header (<cups/cups.h>) no longer includes the PPD header
  (<cups/ppd.h>).
- The scheduler and CUPS API now support the print-quality job template
  attribute.
- The scheduler no longer supports the old Mac OS X Server quota
  plugin.
- The scheduler now allows writing to /Users/Shared from print filters
  on Mac OS X.
- CUPS no longer supports the old ~/.cupsrc or ~/.lpoptions files from
  CUPS 1.1.x.  The ~/.cups/client.conf and ~/.cups/lpoptions files that
  were introduced in CUPS 1.2 must now be used.
- The ipptest tool is now a first-class user program and has several
  improvements along with new documentation (STR #3484)
- The cupstestppd tool now warns about non-unique filenames and
  provides a way to ignore all filename warnings.
- Dropped support for the recoverable: and recovered: message prefixes.
- The scheduler now requires that filters and backends have group write
  permissions disabled.
- The PPD compiler now checks for overlapping filenames when writing
  PPD files.
- The HP-GL/2 filter is no longer included with CUPS (STR #3322)
- The SCSI backend is no longer included with CUPS (STR #3500)

(sbd)

2011-11-13 21:06:31 UTC MAIN commitmail json YAML

2011-11-13 20:43:18 UTC pkgsrc-2011Q3 commitmail json YAML

2011-11-13 20:41:48 UTC pkgsrc-2011Q3 commitmail json YAML

Pullup ticket #3602 - requested by tron
databases/phpmyadmin security update

Revisions pulled up:
- databases/phpmyadmin/Makefile                                1.93-1.94
- databases/phpmyadmin/distinfo                                1.54-1.55

---
  Module Name: pkgsrc
  Committed By: tron
  Date: Mon Oct 24 07:14:48 UTC 2011

  Modified Files:
  pkgsrc/databases/phpmyadmin: Makefile distinfo

  Log Message:
  Update "phpmyadmin" package to version 3.4.7. Changes since version 3.4.6:
  - bug #3418610 [interface] Links in navigation when
    $cfg['MainPageIconic'] = false
  - bug #3418849 [interface] Inline edit shows dropdowns even after closing
  - bug [view] View renaming did not work
  - bug [navi] Wrong icon for view (MySQL 5.5)
  - bug #3420229 [doc] Missing documentation section
  - bug #3423725 [pdf] Broken PDF file when exporting database to PDF
  - [core] Allow to set language in URL
  - bug #3425184 [doc] Fix links to PHP documentation
  - bug #3426031 [export] Export to bzip2 is not working

---
  Module Name: pkgsrc
  Committed By: tron
  Date: Sun Nov 13 09:10:25 UTC 2011

  Modified Files:
  pkgsrc/databases/phpmyadmin: Makefile distinfo

  Log Message:
  Updatep "phpmyadmin" package to version 3.4.7.1. Changes since 3.4.7:
  - [security] Fixed possible local file inclusion in XML import (CVE-2011-4107).

(sbd)

2011-11-13 20:40:48 UTC MAIN commitmail json YAML

Move the buildlink3 includes to the bottom of the Makefile and sort.

(sbd)

2011-11-13 17:04:00 UTC MAIN commitmail json YAML

Note seamonkey and thunderbird updates.

(tnn)

2011-11-13 17:02:20 UTC MAIN commitmail json YAML

Drop MAKE_JOBS_SAFE=no; I think it was a local problem.

(tnn)

2011-11-13 17:00:33 UTC MAIN commitmail json YAML

2011-11-13 16:59:58 UTC MAIN commitmail json YAML

Update to thunderbird-8.0 and enigmail-1.3.3.

8.0 changes:
    Thunderbird is based on the new Mozilla Gecko 8 engine
    Add-ons installed by third party programs are now disabled by default
    New Search and Find Shortcuts
    Improved accessibility of the attachment list
    Folder switching pane widget has been removed, can be added back with the
      Folder Pane View Switcher Add-on
    Numerous platform fixes to stability
    Fixed several security issues

7.0 changes:
    Thunderbird is based on the new Mozilla Gecko 7 engine
    Several user interface fixes and improvements
    Several fixes to attachment handling
    Ability to print a summary of selected email messages
    Platform improvements to Address Book
    Fixed several security issues
    Numerous platform fixes that improve speed, performance and stability

(tnn)

2011-11-13 16:13:36 UTC MAIN commitmail json YAML

Updated devel/libgee to 0.6.3

(gls)

2011-11-13 16:13:08 UTC MAIN commitmail json YAML

Update devel/libgee to 0.6.3

Upstream changes:

Fix buffer underflow.

(gls)

2011-11-13 16:08:57 UTC MAIN commitmail json YAML

Updated misc/calibre to 0.8.26

(gls)

2011-11-13 16:08:32 UTC MAIN commitmail json YAML

pkgsrc changes:

- switch MASTER_SITE to SF.net mirror, so that we can fetch older distfiles
- Try to simplify FIX_PYTHON list handling
- Remove SPECIAL_PERMS since bin/calibre-mount-helper has been  即removed即
by upstream - it still is installed but is basically doing nothing. This is to
address SA46620.

upstream changes:

Release: 0.8.26 [12 Nov, 2011]
------------------------------

New Features:

    Tweak to control sorting of date type columns. You can choose to have them
sorted only by displayed fields Driver for the Trekstor 3.0 Performance
improvements when evaluating templates, and in particular general program mode
templates

Bug Fixes:

    ODT Input: When converting to EPUB improve handling of large images placed
inside small frames, to prevent them from obscuring text.

    Closes tickets: 860272 [External link] , 884759 [External link] EPUB Input:
Automatically strip entries of type application/text from the spine. Apparently
there are EPUB production tools out there that create them.

    Closes tickets: 884792 [External link] Keep the startup splash screen
visible until the GUI has fully completed initializing.

    Closes tickets: 885827 [External link] ODT Input: Fix handling of span tags
containing only whitespace.

    Closes tickets: 887311 [External link] On windows when changing title or
author via the main book list, handle the case of one of the books files being
open in another program more gracefully.

    Closes tickets: 880585 [External link] When adding a format to an existing
book record, ensure that no changes are made to the database until after the
file operations have succeeded.  Fix bug that prevented configuring which fields
to download metadata for when adding books by ISBN

    Closes tickets: 856076 [External link] Fix Japanese characters not being
crrectly displayed on index pages in news downloads for the SONY T1

    Closes tickets: 888029 [External link] Get Books: Fix booleans in search
expressions not working in non-English calibre versions

    Closes tickets: 887554 [External link] Fix a bug in the support for
hours/minutes/seconds in datetime format strings

    Closes tickets: 887412 [External link] Treat an author_sort value of
'Unknown' the same way as unknown authors are treated in template processing
Detect SD card in Kobo Vox Amazon metadata download: Workaround for change in
Amazon website causing some books to have incorrect ratings downloaded

New news sources:

    Techtarget by Julio Map

Improved news sources:

    Metro NL The Independent Frankfurter Rundschau L'Espresso Il Giornale
Berlingske.dk Suedeutsche Zeitung

Release: 0.8.25 [06 Nov, 2011]
------------------------------

New Features:

    Drivers for the LG Optimus 2X, HTC Incredible S, Samsung Stratosphere and
the Kobo Vox

    Closes tickets: 886558 [External link] , 885058 [External link] , 884762
[External link] , 884039 [External link] Get books: Add ebookpoint.pl store
Support hour/minute/seconds in datetime format strings in the template language
and in tweaks

Bug Fixes:

    Fix Book detils preferences showing custom columns even after they have been
deleted

    Closes tickets: 884799 [External link] Replace use of insecure tempfile in
the bundled rtf2xml library.

    Closes tickets: 885245 [External link] Remove the suid mount helper used on
linux and bsd, as it proved impossible to make it secure.

    Closes tickets: 885027 [External link]

    This means that if you are on BSD or an older linux distribution, without
support for udisks, device detection will no longer work in calibre. You will
have to either mount the devices by hand before starting calibre, or stick with
version 0.8.24 (the vulnerability in the mount helper is a privilege escalation,
which is relatively harmless on the vast majority of single user systems).  Do
not error out if there is an invalid regex for title sort set in tweaks Content
server: Fix another place where --url-prefix was forgotten

    Closes tickets: 885332 [External link] HTML Input: Limit memory consumption
when converting HTML files that link to large binary files.

    Closes tickets: 884821 [External link] T1 driver: Workaround for T1 showing
error messages when opening some news downloads on the device Kobo driver: Fix
longstanding bug that would prevent re-adding a epub that has been previously
deleted from the Kobo using calibre Fix partial cover search not resuming after
pressing back in the metadata download dialog

    Closes tickets: 875196 [External link] T1 driver: Fix auto refresh covers
option Content server: Do not show tracebacks in HTML output when not running in
develop mode Textile output; Fix out of memory issue when dealing with large
margins.

New news sources:

    b365 Realitatea and Catavencii by Silviu Cotoara Various Greek news sources
by Stelios Real world economics blog by Julio Map

Improved news sources:

    The Independent Die Zeit subscription version NIN online Science News
Updated Daily Mirror Science AAAS

(gls)

2011-11-13 16:02:14 UTC MAIN commitmail json YAML

Updated mail/getmail to 4.22.2

(schmonz)

2011-11-13 16:01:58 UTC MAIN commitmail json YAML

Update to 4.22.2. From the changelog:

-fix an error when logging a bad response to an IMAP SELECT command,
introduced in 4.21.0.  Thanks: "kureshii".

(schmonz)

2011-11-13 15:58:22 UTC MAIN commitmail json YAML

Note update of devel/ruby-rdoc package to 3.11.

(taca)

2011-11-13 15:57:22 UTC MAIN commitmail json YAML

Update ruby-rdoc package to 3.11.

=== 3.11 / 2011/10-17

* Bug fixes
* Avoid parsing TAGS files included in gems.  Issue #81 by Santiago Pastorino.

=== 3.10 / 2011-10-08

* Major enhancements
* RDoc HTML output has been improved:
  * The search from Vladimir Kolesnikov Sdoc has been integrated.
    The search index generation is a reusable component through
    RDoc::Generator::JsonIndex
  * The table of contents is now a separate page and now shows links to
    headings and sections inside a page or class.
  * Class pages no longer show the namespace and no longer have file info
    pages.
  * HTML output is HTML 5.
  * Static files can be copied into RDoc using --copy-files
* RDoc supports additional documentation formats:
  * TomDoc 1.0.0-rc1
  * RD format

  The default markup can be set via the <tt>--markup</tt> option.
  The format of documentation in a particular file can be specified by the
  +:markup:+ directive.  If the +:markup:+ directive is in the first comment
  it is used as the default for the entire file.  For other comments it
  overrides the default markup format.

  The markup format can be set for rake tasks using RDoc::Task#markup
* RDoc can save and load an options file.
  To create an options file that defaults to using TomDoc markup run:

    rdoc --markup tomdoc --write-options

  This will create a .rdoc_options file.  Check it in to your VCS and
  package it with your gem.  RDoc will automatically load this file and
  combine it with the user's options.

  Some options are not saved.  See RDoc::Options@Saved+Options for full
  details.

* Minor enhancements
* RDoc autoloads everything.  You only need to require 'rdoc' now.
* HTML headings now have ids matching their titles.

    = Hello!

  Is rendered as

    <h1 id="label-Hello%21">Hello!</h1>

* Labels for classes or methods can be linked-to by adding an <tt>@</tt>
  following the class or method reference.  For example,
  <tt>RDoc::Markup@Links</tt>

  See RDoc::Markup@Links for further details.
* For HTML output RDoc uses +SomeClass.method_name+ and
  +SomeClass#method_name+ for remote methods and attributes and
  +::method_name+ and +#method_name+ for local methods.
* RDoc makes an effort to syntax-highlight ruby code in verbatim sections.
  See RDoc::Markup@Paragraphs+and+Verbatim
* Added RDoc::TopLevel#text? and RDoc::Parser::Text to indicate a
  parsed file contains no ruby constructs.
* Added <tt>rdoc-label</tt> link scheme which allows bidirectional links.
  See RDoc::Markup for details.
* Added RDoc::Comment which encapsulates comment-handling functionality.
* Added RDoc::Markup::PreProcess::post_process to allow arbitrary comment
  munging.
* RDoc::RDoc::current is set for the entire RDoc run.
* Split rdoc/markup/inline into individual files for its component classes.
* Moved token stream HTML markup out of RDoc::AnyMethod#markup_code into
  RDoc::TokenStream::to_html
* "Top" link in section headers is no longer inside the heading element.
* RDoc avoids printing some warnings unless run with `rdoc --verbose`.  For
  Rails issue #1646.
* Finishing a paragraph with two or more spaces will result in a line break.
  This feature is experimental and may be modified or removed.

* Bug fixes
* Performance of RDoc::RubyLex has been improved.  Ruby Bug #5202 by Ryan
  Melton.
* Clicking a link in the method description now works.  Issue #61 by Alan
  Hogan.
* Fixed RDoc::Markup::Parser for CRLF line endings.  Issue #67 by Marvin
  G端lker.
* Fixed lexing of percent strings like %r{#}.  Issue #68 by eclectic923.
* The C parser now understands classes defined with
  +rb_struct_define_without_accessor+ (like Range).  Pull Request #73 by Dan
  Bernier
* Fixed lexing of <code>a b <<-HEREDOC</code>.  Issue #75 by John Mair.
* Added LEGAL.rdoc with references to licenses in other files.  Issue #78 by
  Dmitry Jemerov.
* Block parameters are displayed in Darkfish output again.  Issue #76 by
  Andrea Singh.
* The method parameter coverage report no longer includes parameter default
  values.  Issue #77 by Jake Goulding.
* The module for an include is not looked up until parsed all the files are
  parsed.  Unless your project includes nonexistent modules this avoids
  worst-case behavior (<tt>O(n!)</tt>) of RDoc::Include#module.

(taca)

2011-11-13 15:54:54 UTC MAIN commitmail json YAML

Note update of misc/rubygems package to 1.8.11.

(taca)

2011-11-13 15:54:16 UTC MAIN commitmail json YAML

Update rubygems package to 1.8.11.

=== 1.8.11 / 2011-10-03

* Bug fix:
  * Deprecate was moved to Gem::Deprecate to stop polluting the top-level
    namespace.

(taca)

2011-11-13 15:53:10 UTC MAIN commitmail json YAML

Note update of www/geeklog package to 1.8.1.

(taca)

2011-11-13 15:52:24 UTC MAIN commitmail json YAML

Update geeklog package to 1.8.1.  Remove PRIVILEGED_STAGES setting, too.

Oct 9, 2011 (1.8.1)
-----------

- Fixed exact match censoring option (bug #0001392) [Tom]
- Fixed adding elements to empty Configuration arrays (bug #0001396) [Tom]
- Blank out OAuth consumer key and secret in rootdebug dumps [Dirk]
- Fixed deleting elements from Configuration arrays (bug #0001394, patch
  provided by dengen)
- Avoid censoring in What's Related block (bug #0001393) [Tom, Dirk]
- Fixed error message display in admin's user editor when renaming the
  userphoto failed [Dirk]
- Don't display details of a failed MS SQL query by default [Dirk]

- Updated Japanese language file, provided by the Geeklog.jp group

(taca)

2011-11-13 15:49:12 UTC MAIN commitmail json YAML

Note update of www/contao210-translations package to 20111108.

(taca)

2011-11-13 15:48:32 UTC MAIN commitmail json YAML

Update contao210-translations package to 20111108.

Update French language files to support Contao 2.10.3.

(taca)

2011-11-13 15:46:48 UTC MAIN commitmail json YAML

Note update of ruby*-base packages:

lang/ruby18-base 1.8.7.352nb1
lang/ruby19-base 1.9.2pl290nb5
lang/ruby193-base 1.9.3p0nb1

(taca)

2011-11-13 15:45:49 UTC MAIN commitmail json YAML

Clean up DEINSTALL/INSTALL scripts.

* Remove setting PREFIX.
* Remove executing exit on last line.

Bump PKGREVISION.

(taca)

2011-11-13 15:45:25 UTC MAIN commitmail json YAML

Clean up DEINSTALL/INSTALL scripts.

* Remove setting PREFIX.
* Remove executing exit on last line.

Bump PKGREVISION.

(taca)

2011-11-13 15:44:58 UTC MAIN commitmail json YAML

Clean up DEINSTALL/INSTALL scripts.

* Remove setting PREFIX.
* Remove executing exit on last line.

Bump PKGREVISION.

(taca)

2011-11-13 14:47:26 UTC MAIN commitmail json YAML

Not MAKE_JOBS_SAFE.

(dholland)

2011-11-13 13:55:59 UTC MAIN commitmail json YAML

PR/34229 -- Bump API requirement to 8.4.12nb1.  Untested.

(shattered)

2011-11-13 13:47:10 UTC MAIN commitmail json YAML

Removed www/skipstone.

(ghen)

2011-11-13 13:44:54 UTC MAIN commitmail json YAML

Removed www/skipstone.

(ghen)

2011-11-13 13:44:11 UTC MAIN commitmail json YAML

Remove skipstone, this has been marked BROKEN for ages and upstream is dead
as well.

(ghen)

2011-11-13 13:08:37 UTC MAIN commitmail json YAML

Added textproc/p5-String-CamelCase version 0.02.
Updated textproc/p5-Lingua-EN-Inflect-Phrase to 0.10.

(hiramatsu)

2011-11-13 13:07:16 UTC MAIN commitmail json YAML

Update p5-Lingua-EN-Inflect-Phrase to 0.10.

Changes from previous:
0.10  2011-10-15 17:17:03
        - special case "people" and "heroes"

0.09  2011-10-15 14:32:04
        - fix inflection of "a" to "some"

0.08  2011-10-11 22:31:58
        - special case the verb "belongs", as the new fallback to verbs was
          breaking DBIx::Class::Schema::Loader tests.

0.07  2011-10-10 22:07:35
        - remove special case for "single", as it was wrong

0.06  2011-10-10 22:01:14
        - handle "negative acknowledges"

0.05  2011-10-10 21:37:57
        - fix some bugs discovered in String::ToIdentifier::EN
        - better support for numbers and number words

(hiramatsu)

2011-11-13 13:06:12 UTC MAIN commitmail json YAML

Add p5-String-CamelCase.

(hiramatsu)

2011-11-13 13:05:06 UTC MAIN commitmail json YAML

Import String::CamelCase into textproc/p5-String-CamelCase,
which is required to update databases/p5-DBIx-Class-Schema-Loader.

This module exports two functions.
- camelize : convert from under_score text to CamelCase one
- decamelize : convert from CamelCase text to under_score one

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(hiramatsu)

2011-11-13 12:31:25 UTC MAIN commitmail json YAML

Added devel/p5-List-UtilsBy version 0.07.
Updated security/p5-Module-Signature to 0.68.

(hiramatsu)

2011-11-13 12:29:02 UTC MAIN commitmail json YAML

Update p5-Module-Signature to 0.68.

Changes from previous:
[Changes for 0.68 - Fri, 13 May 2011 11:51:50 +0200]

* Fix breakage introduced by 0.67 (Andreas K旦nig).

[Changes for 0.67 - Sun, 17 Apr 2011 16:29:23 +0200]

* Better handling of \r (Andreas K旦nig, Zefram) (Closes RT#46339).

(hiramatsu)

2011-11-13 12:28:30 UTC MAIN commitmail json YAML

Add p5-List-UtilsBy.

(hiramatsu)