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 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 20:12:16 UTC Now

2010-02-23 20:32:28 UTC MAIN commitmail json YAML

Updating devel/p5-Test-YAML-Valid from 0.03nb2 to 0.04

pkgsrc changes:
- Add featured dependencies to YAML::XS and YAML::Tiny
- Add license definition

Upstream changes:
0.04 9 January 2010
        Add support for YAML::<Anything>, including ::Tiny and ::XS

(sno)

2010-02-23 20:31:26 UTC MAIN commitmail json YAML

update to 8.71
This is the second release in the stable 8.7x series. It features
improved handling of fonts, nesting and color fixes with
transparency objects, reduced memory footprint for the halftone cache,
as well as improvements to the pxl output devices,
and the usual number of bug and robustness fixes.

(drochner)

2010-02-23 20:26:35 UTC MAIN commitmail json YAML

Updated devel/p5-Curses to 1.28

(sno)

2010-02-23 20:26:24 UTC MAIN commitmail json YAML

Updating devel/p5-Curses from 1.27 to 1.28

pkgsrc changes:
- Add license definition

Upstream changes:
New in 1.28 (Released January 27, 2010)

  Disable Curses::Var::STORE.  It doesn't work (doesn't even compile) with
  newer Ncurses (due to updates to make Ncurses reentrant).  One can
  re-enable it by defining ALLOW_VARS_STORE in c-config.h.

  Improve "not provided by your vendor" message.

(sno)

2010-02-23 20:19:27 UTC MAIN commitmail json YAML

remove a patch which is either wrong or triggers a bug in NetBSD's
ld.elf_so, seen by Zafer Aydogan and myself
bump PKGREVISION

(drochner)

2010-02-23 20:19:11 UTC MAIN commitmail json YAML

Updated devel/p5-App-Cmd to 0.304

(sno)

2010-02-23 20:19:01 UTC MAIN commitmail json YAML

Updating devel/p5-App-Cmd from 0.301 to 0.304

pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.304    2009-12-07
          remove use of deprecated "-run" from synopsis (thanks, George
          Hartzell)

0.303    2009-11-27
          revert behavior of App::Cmd 0.302 -- GLD no longer gives undef opts

0.302    2009-11-27
          expect undef values for acceptable-but-ungiven options in $opt

(sno)

2010-02-23 20:14:51 UTC MAIN commitmail json YAML

Updated devel/p5-autodie to 2.09

(sno)

2010-02-23 20:14:40 UTC MAIN commitmail json YAML

Updating devel/p5-autodie from 2.08 to 2.09

Upstream changes:
2.09  Tue Feb 23 00:33:09 EST 2010
        * DOCS: Fixed documentation typo.  RT #48575
          Thanks to David Taylor.

        * TEST: Tests involved multi-arg open are skipped
          on Windows (where multi-arg pipe is not implemented).

(sno)

2010-02-23 20:13:41 UTC MAIN commitmail json YAML

2010-02-23 20:11:58 UTC MAIN commitmail json YAML

2010-02-23 20:08:01 UTC MAIN commitmail json YAML

Updated www/p5-App-Nopaste to 0.19

(sno)

2010-02-23 20:07:50 UTC MAIN commitmail json YAML

Updating www/p5-App-Nopaste from 0.18 to 0.19

pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.19    Sun Feb 21 15:39:27 2009
        Remove rafb.net support since it's been shut down
            - See also http://rafb.net/paste/

(sno)

2010-02-23 20:03:02 UTC MAIN commitmail json YAML

Updated www/p5-libapreq to 1.34

(sno)

2010-02-23 20:02:51 UTC MAIN commitmail json YAML

Updating www/p5-libapreq from 1.33nb5 to 1.34

pkgsrc changes:
- Add license definition

Upstream changes:
1.34 - January 7, 2009

Remove quadratic memory allocation during multipart_buffer reads
[joes]

have fill_buffer() completely fill the multipart_buffer.  This
bug is tickled by the FireFox 2.0 when doing ssl uploads:

  https://bugzilla.mozilla.org/show_bug.cgi?id=356470
  https://bugzilla.mozilla.org/show_bug.cgi?id=369414

move the mod_perl version detection to the top of Makefile.PL, so
Apache-Test and other things won't fool around with %INC and confuse
the detection code. [Stas]

(sno)

2010-02-23 20:01:05 UTC MAIN commitmail json YAML

Updated www/p5-libapreq2 to 2.12

(sno)

2010-02-23 20:00:54 UTC MAIN commitmail json YAML

Updating www/p5-libapreq2 from 2.08nb2 to 2.12

pkgsrc changes:
- Add license definition

Upstream changes:
@section v2_12 Changes with libapreq2-2.12 (released March 13, 2009)

- C API [joes]
  Make the cookie parser a little more flexible.

@section v2_11 Changes with libapreq2-2.11 (not released)

- Interactive CGI module [issac]
  Allow cgi module to interactively prompt for parameters and cookies when
  running a script from the command line and not from a CGI interface

@section v2_10 Changes with libapreq2-2.10 (not released)

- Perl Glue [joes]
  Fix the linking of the perl modules to libapreq2 and libapr
  on Solaris.

- Perl Glue [joes]
  Fix install-time linking issue of the .so modules.
  Previously they would remain linked against the src
  library path, not the install path.

- C API [joes]
  Add optional interface for apreq_handle_apache2().

- C API [joes]
  Clean up buggy apreq_hook_find_param().

- Perl Glue Build [Philip M. Gollucci]
  config.status format changed format yet again in autoconf 2.62+.

- License [Mladen Turk]
  Add libapreq.rc and generate libapreq.res

- Build [Mladen Turk]
  Add APREQ_DECLARE_EXPORT/APREQ_DECLARE_STATIC
  in the same way as APR declares so that dllexport/dllimport
  get correctly handled.

- Build [Randy Kobes]
  Add appropriate manifest command to embed manifest files on Win32
  when using VC8

- C API [Andy Grundman, joes]
  Add missing bytes_read initializer to apreq_handle_custom().

- C API [suggested by Vinay Y S, tested by Steve Hay and Peter Walsham]
  For Win32, remove the
    flag |= APR_FILE_NOCLEANUP | APR_SHARELOCK;
  in apreq_file_cleanup, to avoid problems with file uploads.

@section v2_09 Changes with libapreq2-2.09 ( not released)

- C API [joes]
  Fix leak associated to calling apreq_brigade_fwrite() on an upload
  brigade.

- Build [Philip M. Gollucci]
  SunOS (Solaris)
  Users must use gmake not make for building.

- Build [Philip M. Gollucci]
  SunOS (Solaris)
  Code around bug in libtool (at least in 1.5.18, 1.5.20, 1.5.22)
  causing mod_apreq2 to be built instead of mod_apreq2.so

- C API [Philip M. Gollucci]
  Fix comparison signed vs unsigned comparison
  in apreq_fwritev() on SunOS/gcc where iovec.iov_len is a long.

- Build [Philip M. Gollucci]
  SunOS (Solaris)
  fix duplicate link error to libexpat.so -- by using the one from httpd
  exclusively now.

- Build [Philip M. Gollucci]
  code around |#_!!_#| autoconf 2.60 bug.

(sno)

2010-02-23 19:52:00 UTC MAIN commitmail json YAML

a builtin curses which supports wsyncup is considered good enough,
don't need ncurses in this case

(drochner)

2010-02-23 19:50:49 UTC MAIN commitmail json YAML

add another optional condition for curses suitability: support
of wsyncup

(drochner)

2010-02-23 19:13:17 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Format-Natural to 0.84

(sno)

2010-02-23 19:13:06 UTC MAIN commitmail json YAML

Updating time/p5-DateTime-Format-Natural from 0.83 to 0.84

Upstream changes:
0.84  2010-02-22  <schubiger@cpan.org>
- Merged development version to stable.

0.83_04  2010-02-16  <schubiger@cpan.org>
- Enhance the regular expression matching a non-word alias.
- Correct the indentation of _Nth_Weekday_of_Month_Year().

0.83_03  2010-02-14  <schubiger@cpan.org>
- Introduce short name aliases. [rt #53976 - Kevin Field]
- Support shortened relative dates with a +/- prefix.
  [rt #53976 - Kevin Field]
- Add according tests for aliases and prefixed dates.
- Test for case-insensitive processing of input strings.
- Test compile-time loading of Aliases.pm.

0.83_02 Wed Jan 27 10:42:41 CET 2010
- New supported formats: <time> <weekday> and <time> on <weekday>.
  [rt #53979 - Kevin Field]

0.83_01 Mon Jan 18 10:28:42 CET 2010
- Pass the time zone object instead of name to the final DateTime
  constructor. [rt #53268 - Eric Wilhelm]

(sno)

2010-02-23 19:04:34 UTC MAIN commitmail json YAML

Updated security/p5-IO-Socket-SSL to 1.32

(sno)

2010-02-23 19:04:23 UTC MAIN commitmail json YAML

Updating security/p5-IO-Socket-SSL from 1.31 to 1.32

Upstream changes:
v1.32 2010.02.22
- Makefile.PL: die if Scalar::Util has no dualvar support instead of
  only complaining. Thanks to w[DOT]phillip[DOT]moore[AT]gmail[DOT]com
  for reporting.

(sno)

2010-02-23 18:04:48 UTC MAIN commitmail json YAML

Updated devel/p5-Test-YAML-Meta to 0.15

(sno)

2010-02-23 18:04:37 UTC MAIN commitmail json YAML

Updating devel/p5-Test-YAML-Meta 0.12 to 0.15

pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.15    18/12/2009
- renamed word() to keyword().
- added identifier() validation.
- changed optional_features key from a keyword to an identifier type,
  thus further clarifying RT#52685 (thanks Kevin).

0.14    12/12/2009
- clarified spec defined and user defined keys, as promoted by Kevin
  Ryde in RT#52685 (thanks Kevin).

0.13    07/12/2009
- RT#46473: license url with fragment part (Kevin Ryde)
- RT#47393: "optional_features" as map rather than list (Kevin Ryde)
- above applied to 1.4, 1.3 and 1.2 version of the meta-spec.

(sno)

2010-02-23 17:50:00 UTC MAIN commitmail json YAML

Updated devel/p5-Test-WWW-Selenium to 1.21

(sno)

2010-02-23 17:49:49 UTC MAIN commitmail json YAML

Updating devel/p5-Test-WWW-Selenium from 1.18 to 1.21

pkgsrc changes:
- Add module type

Upstream changes:
1.21 - Wed Dec 30 14:58:07 PST 2009
  - Add error_callback() patch from Derek Wueppelmann

1.20 - Mon Nov  2 22:13:47 PST 2009
  - Refactor timeout code so the UserAgent timeout is always long enough
  - Make set_timeout() also set the UserAgent timeout.

1.19 - Thu Sep 24 19:27:51 PDT 2009
  - Fixed test to not spew deprecation errors
  - removed t/test_ajax_jsf.t because the site it used went away

(sno)

2010-02-23 17:41:30 UTC MAIN commitmail json YAML

Updated devel/p5-Method-Signatures-Simple to 0.05

(sno)

2010-02-23 17:41:19 UTC MAIN commitmail json YAML

Updating devel/p5-Method-Signatures-Simple from 0.03 to 0.05

pkgsrc changes:
- Add license definition
- Adjust dependency

Upstream changes:
0.05    2010-01-07  No changes noted.
0.04    2010-01-07  Rhesa Rozendaal <rhesa@cpan.org>
        Added repository to META.yml. No code changes.

(sno)

2010-02-23 17:24:55 UTC MAIN commitmail json YAML

Retire check for ONLY_FOR_ARCHS, NOT_FOR_ARCHS and NOT_FOR_OPSYS.

(joerg)

2010-02-23 17:24:17 UTC MAIN commitmail json YAML

Retire check for MASTER_SITE_SUBDIR and PATCH_SITE_SUBDIR.

(joerg)

2010-02-23 17:22:12 UTC MAIN commitmail json YAML

Retire check for ALL_TARGET. It was added before 2005.

(joerg)

2010-02-23 17:20:53 UTC MAIN commitmail json YAML

Retire check for NO_WRKSUBDIR. It's been deprecated in 2001 and has been
an error almost as long.

(joerg)

2010-02-23 17:16:51 UTC MAIN commitmail json YAML

Remove check for buildlink-x11 -- it's been removed in 2002.

(joerg)

2010-02-23 17:11:02 UTC MAIN commitmail json YAML

2010-02-23 14:13:08 UTC MAIN commitmail json YAML

Note update of www/typo3 package to 4.3.2.

(taca)

2010-02-23 14:12:30 UTC MAIN commitmail json YAML

Updated devel/p5-File-ChangeNotify to 0.12

(sno)

2010-02-23 14:12:22 UTC MAIN commitmail json YAML

Update typo3 package to 4.3.2.  For complete changes, please refer
ChangeLog file.

Also switch DESTDIR support to user-destdir.

the TYPO3 core team has just released the TYPO3 versions 4.3.2 and
4.2.12, which are now ready for you to download. All versions are
maintenance releases and contain bugfixes and security fixes.

IMPORTANT:
These versions include important security fixes to the TYPO3 core. A
security announcement has just been released:
https://typo3.org/teams/security/security-bulletins/typo3-sa-2010-004/

For details about the release, see:
http://wiki.typo3.org/index.php/TYPO3_4.3.2
http://wiki.typo3.org/index.php/TYPO3_4.2.12

(taca)

2010-02-23 14:12:18 UTC MAIN commitmail json YAML

Updating devel/p5-File-ChangeNotify from 0.07nb1 to 0.12

pkgsrc changes:
- Adjust dependencies
- Add system dependent optional (but recommended) dependencies

Upstream changes:
0.12  2010-01-28
- Added auto_features to the Build.PL, which will give hints on what modules
  to install for KQueue and Inotify support.
- Require Linux::Inotify 1.2+, since 1.1 apparently doesn't work with this
  module. Reported by Michael Grondin. RT #54069.

0.11  2009-12-07
- A test attempted to use Test::Without::Module but this wasn't in the prereq
  list. I've made the test check for the module and skip its tests if the
  module isn't present. Reported by Leon Brocard. RT #52539.

0.10  2009-12-06
- Attempting to instantiate more than one watcher failed if you were on a
  system where one of the watcher subclasses could not be loaded (which is
  basically every system because no system has both inotify and kqueue). Patch
  by Mark Grimes. RT #52477.

0.09  2009-11-09
- This release fixes the excluded-dirs.t under Windows. There are no other
  changes in this release, so there's no need to upgrade if you have 0.08
  installed. Patch by Taro Nishino. RT #51161.

0.08  2009-11-05
- Added a new exclude feature that allows you to excludes files or directories
  outright. Implemented by Dan Thomas. RT #51062.
- Added a KQueue-based watcher written by Dan Thomas. I have no idea if this
  works, as I don't have BSD, but we'll assume he ran the tests on his system
  ;) RT #51062.

(sno)

2010-02-23 13:52:33 UTC MAIN commitmail json YAML

Added sysutils/p5-Linux-Inotify2 version 1.2.1

(sno)

2010-02-23 13:51:47 UTC MAIN commitmail json YAML

Added sysutils/p5-Linux-Inotify2 version 1.2.1

(sno)

2010-02-23 13:51:34 UTC MAIN commitmail json YAML

Importing pkgsrc/sysutils/p5-Linux-Inotify2 version 1.2.1 as dependency
of scheduled update of devel/p5-File-ChangeNotify to 0.12

This module implements an interface to the Linux 2.6.13 and later Inotify
file/directory change notification sytem.

It has a number of advantages over the Linux::Inotify module:
    - it is portable (Linux::Inotify only works on x86)
    - the equivalent of fullname works correctly
    - it is better documented
    - it has callback-style interface, which is better suited for
      integration.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-02-23 13:22:09 UTC MAIN commitmail json YAML

Added sysutils/p5-IO-Kqueue version 0.34

(sno)

2010-02-23 13:09:16 UTC MAIN commitmail json YAML

Added sysutils/p5-IO-Kqueue version 0.34

(sno)

2010-02-23 13:08:53 UTC MAIN commitmail json YAML

Importing sysutils/p5-IO-KQueue version 0.34 as dependency for scheduled
update of devel/p5-File-ChangeNotify to 0.12.

This module provides a fairly low level interface to the BSD kqueue(2) system
call, allowing you to monitor for changes on sockets, files, processes and
signals.

Usage is very similar to the kqueue system calls, so having read and
understood the kqueue(2) man page is a usage prereqisite.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2010-02-23 12:52:15 UTC MAIN commitmail json YAML

Updated devel/p5-ExtUtils-CBuilder to 0.27.02

(sno)

2010-02-23 12:52:03 UTC MAIN commitmail json YAML

Updating devel/p5-ExtUtils-CBuilder from 0.27.01 to 0.27.02

Upstream changes:
0.2702 Mon Feb 22 15:10:52 EST 2010
Bugs fixed:
- compile() changes in 0.2701 did not work on Windows.  Now fixed.

(sno)

2010-02-23 12:48:07 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Types-Common to 0.001002

(sno)

2010-02-23 12:47:56 UTC MAIN commitmail json YAML

Updating devel/p5-MooseX-Types-Common from 0.001001 to 0.001002

pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.001002 2010-02-22 17:00EST
  - Add Test::Exception to the test_requires (RT#54357)
  - Warning when you try to import things from MooseX::Types::Common rather
    than one of the specific String/Numeric modules in the distribution.

(sno)

2010-02-23 12:41:53 UTC MAIN commitmail json YAML

Note update of lang/parrot to 2.1.1.

(he)

2010-02-23 12:41:14 UTC MAIN commitmail json YAML

Update parrot from version 2.1.0 to 2.1.1.

Upstream changes:
o Parrot 2.1.1 is a maintenance release which fixes a memory leak
  identified in Parrot 2.1.0

(he)

2010-02-23 12:37:57 UTC MAIN commitmail json YAML

Updated devel/p5-Module-Install to 0.94

(sno)

2010-02-23 12:37:45 UTC MAIN commitmail json YAML

Updating devel/p5-Module-Install from 0.93 to 0.94

Upstream changes:
0.94 Tue 23 Feb 2010
- Fixed critical author/xt bug (ADAMK)

(sno)

2010-02-23 11:22:07 UTC MAIN commitmail json YAML

Updated math/p5-Spreadsheet-WriteExcel to 2.37

(sno)

2010-02-23 11:21:55 UTC MAIN commitmail json YAML

Updating math/p5-Spreadsheet-WriteExcel from 2.36 to 2.37

Upstream changes:
2.37 February 2 2010 - Minor
    + Added set_chartarea() and set_plotarea() methods to set
      chart and plot background colours and border lines.
    ! Fixed bug where embedded charts gave "Data may be lost"
      warning. Reported by Andreas Strobitzer.
    ! Fixed issue where set_properties() didn't work with ::Big.
      Marked ::Big as deprecated in the docs in favour of using
      Spreadsheet::WriteExcel directly. Removed WorkbookBig.pm.

(sno)

2010-02-23 10:56:04 UTC MAIN commitmail json YAML

this needs terminfo, so it might need ncurses to provide it

(drochner)

2010-02-23 10:55:19 UTC MAIN commitmail json YAML

Updated devel/p5-Test-LongString to 0.13

(sno)

2010-02-23 10:55:07 UTC MAIN commitmail json YAML

Updating devel/p5-Test-LongString from 0.11nb1 to 0.13

pkgsrc changes:
- Apply patch from PR pkg/42835
- Add license definition
- Add PERL5_REQD to ensure that required core modules are available

Upstream changes:
0.13
    Allow to display LCSS output in diagnostics

0.12
    Show longest common substring in diagnostics
    (Breno G. de Oliveira)

(sno)

2010-02-23 10:55:07 UTC MAIN commitmail json YAML

if terminfo is needed and we don't have it, use pkgsrc ncurses

(drochner)

2010-02-23 10:41:47 UTC MAIN commitmail json YAML

Updated archivers/p5-Archive-Tar to 1.58

(sno)

2010-02-23 10:41:36 UTC MAIN commitmail json YAML

Updating archivers/p5-Archive-Tar from 1.56 to 1.58

pkgsrc changes:
- "drop" explicit core dependency

Upstream changes:
* important changes in version 1.58 17/02/2010
- Apply a patch from toddr@null.net that addreses RT #54714

  Subject: $@ not cleaned up after eval

  This section of code seems to be trying to use future functionality
  not yet present in IO::Zlib (tell). I was chasing another bug and
  getting very confused by this population of $@. Could I request you
  cleanup $@ if you expect and/or don't care about failure from this eval?

(sno)

2010-02-23 10:19:49 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-Caller to 2.04

(sno)

2010-02-23 10:19:36 UTC MAIN commitmail json YAML

Updating devel/p5-Devel-Caller from 2.03nb1 to 2.04

pkgsrc changes:
- Apply update from PR pkg/42831
- Add license definition

Upstream changes:
2.04 Tuesday 16th February, 2010
Use CxTYPE macro rather than directly inspecting cx->cx_type
http://rt.cpan.org/Public/Bug/Display.html?id=33005

(sno)

2010-02-23 10:12:35 UTC MAIN commitmail json YAML

Updated devel/p5-Cache-FastMmap to 1.35

(sno)

2010-02-23 10:12:19 UTC MAIN commitmail json YAML

Updated databases/p5-Rose-DBx-Garden to 0.17

(sno)

2010-02-23 10:12:08 UTC MAIN commitmail json YAML

Updating databases/p5-Rose-DBx-Garden from 0.16 to 0.17

Upstream changes:
0.17    20 Feb 2010
        * fix a bug affecting generated postamble code in RDBO classes.
          Reported by Adam Mackler.
        * map RDBO column remarks() to RHTMLO field description().

(sno)

2010-02-23 09:56:29 UTC MAIN commitmail json YAML

Updating devel/p5-Cache-FastMmap from 1.34 to 1.35

Upstream changes:
1.35 Fri Feb 19 12:45 2010
  - Fix for returning potential bug that returns old stored data. Could
    occur if you mix deletes (thanks Darrell Bishop)

(sno)

2010-02-23 06:11:34 UTC MAIN commitmail json YAML

Fix PLIST for nb4, noted by Steven Drake.

(wiz)

2010-02-22 22:13:34 UTC MAIN commitmail json YAML

Added games/doom1 version 1.8

(wiz)

2010-02-22 22:13:23 UTC MAIN commitmail json YAML

2010-02-22 22:13:09 UTC MAIN commitmail json YAML

Depend on doom1 instead of providing doom wad.
Bump PKGREVISION.

(wiz)

2010-02-22 22:12:52 UTC MAIN commitmail json YAML

Initial import of doom1.

This package contains the shareware level data for Doom,
ID software's famous 3D shooter.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20100222

(wiz)

2010-02-22 22:07:48 UTC MAIN commitmail json YAML

Merge INSTALLATION_DIRS lines.

(wiz)

2010-02-22 22:04:37 UTC MAIN commitmail json YAML

Expand "openldap-*" entry as apparantly some www scripts try to parse it.
Noted by reed.

(ghen)

2010-02-22 21:59:12 UTC MAIN commitmail json YAML

Remove xdoom line, I just readded it.

(wiz)

2010-02-22 21:58:48 UTC MAIN commitmail json YAML

2010-02-22 21:48:03 UTC MAIN commitmail json YAML

Add fix for NetBSD-4*, from Robert Elz in PR 42820.

(wiz)

2010-02-22 21:41:29 UTC MAIN commitmail json YAML

Updated databases/p5-SQL-Translator to 0.11004

(sno)

2010-02-22 21:41:18 UTC MAIN commitmail json YAML

Updating databases/p5-SQL-Translator from 0.11003 to 0.11004

Upstream changes:
# ----------------------------------------------------------
# 0.11004 2010-02-14
# ----------------------------------------------------------
* Fix PG producer numeric precision regression (RT#49301)
* Add DB2 producer numeric/decimal precision output
* Fix Oracle producer creating numeric precision statements that the test case expects (no whitespace)
* Add Oracle producer creating drop view statements like PG producer does
* Fix SQL::Translator::Diff to use producer_args instead of producer_options

(sno)

2010-02-22 21:31:31 UTC MAIN commitmail json YAML

Updating devel/p5-Module-CoreList from 2.25 to 2.26

Upstream changes:
2.26    Sat Feb 20 2010
  - Updated for 5.11.5

(sno)

2010-02-22 21:24:39 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class-Schema-Loader to 0.05003

(sno)

2010-02-22 21:24:28 UTC MAIN commitmail json YAML

Updating databases/p5-DBIx-Class-Schema-Loader from 0.05002 to 0.05003

pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.05003  2010-02-20 05:19:51
        - support for custom_column_info, datetime_timezone and datetime_locale
          (rbo)
        - improve parsing of SQLite tables when a column definition
          spans multiple lines (hobbs)
        - fix missing trailing _id stripping for some relationship
          names (rbuels)
        - fixed accessor POD bug, was not dereferencing scalar refs
          before printing (rbuels)

(sno)

2010-02-22 21:00:32 UTC MAIN commitmail json YAML

Updated www/p5-Rose-HTMLx-Form-Related to 0.20

(sno)

2010-02-22 21:00:20 UTC MAIN commitmail json YAML

Updating www/p5-Rose-HTMLx-Form-Related from 0.19 to 0.20

Upstream changes:
0.20    21 Feb 2010
        * pass field->description through when transforming related Field
  objects.

(sno)

2010-02-22 20:50:25 UTC MAIN commitmail json YAML

Updated www/p5-CSS-Squish to 0.09

(sno)

2010-02-22 20:50:14 UTC MAIN commitmail json YAML

Updating www/p5-CSS-Squish from 0.08 to 0.09

pkgsrc changes:
- Adjust license definition

Upstream changes:
- Bug fix:
  # bug in version 0.08 and older, result was error:
  # Modification of a read-only value attempted
  # at lib/CSS/Squish.pm line 220

(sno)

2010-02-22 20:29:20 UTC MAIN commitmail json YAML

Updated www/p5-URI-Find to 20100211

(sno)

2010-02-22 20:29:09 UTC MAIN commitmail json YAML

Updating www/p5-URI-Find from 20090319 to 20100211

pkgsrc changes:
- Updating dependencies

Upstream changes:
20100211  Thu Feb 11 04:02:26 PST 2010
    Bug Fixes
    * Finding URIs inside brackets was pretty badly broken by
      the last release.  (Michael Peters)

(sno)

2010-02-22 19:17:40 UTC MAIN commitmail json YAML

Updated www/p5-HTTP-Server-Simple to 0.42

(sno)

2010-02-22 19:17:29 UTC MAIN commitmail json YAML

Updating www/p5-HTTP-Server-Simple from 0.41 to 0.42

pkgsrc changes:
- Use correct module type for perl install routine

Upstream changes:
0.42 Thu Feb 18 10:13:11 PST 2010
* Inline uri_unescape to drop URI::Escape which is the only non-core
  dependency of this distribution. -- miyagawa
* Do not special case COOKIE and sets Cookie header to HTTP_COOKIE. -- miyagawa
  O'Reilly's WebSite server misuses COOKIE environment instead of
  HTTP_COOKIE. We don't need to replicate that bug since
  HTTP::Server::Simple is a server, not a CGI library like CGI.pm.

0.41_01 Tue Feb  2 12:08:15 PST 2010
* Pluggable CGI class support based on a patch from NANIS

(sno)

2010-02-22 19:07:42 UTC MAIN commitmail json YAML

this doesn't need ncurses, at least on NetBSD
bump PKGREVISION

(drochner)

2010-02-22 17:29:56 UTC MAIN commitmail json YAML

Updated www/p5-HTTP-Body to 1.07

(sno)

2010-02-22 17:29:45 UTC MAIN commitmail json YAML

Updating www/p5-HTTP-Body from 1.06 to 1.07

pkgsrc changes:
- Adjust dependencies

Upstream changes:
1.07    2010-01-24 20:40:00
        - Up IO::File dependency.

(sno)

2010-02-22 17:21:11 UTC MAIN commitmail json YAML

Updated mail/p5-MIME-Charset to 1.008

(sno)

2010-02-22 17:21:00 UTC MAIN commitmail json YAML

Updating mail/p5-MIME-Charset from 1.007.1 to 1.008

Upstream changes:
2009-10-19 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 1.008.
* Imp: support for iso-8859-6-[ei], iso-8859-8-[ei].  cf. report by
  Hanne Moa on Sympa bug #6385 at <http://sourcesup.cru.fr/>.
* Imp: support for iso-8859-16.
* Imp: Allow body transfer-encoding profile "S".
* Chg: Default body transfer-encoding for UTF-8 from "B" to "S".
* Doc: Some fixes. New section "Incompatible changes".
* Fix: META.yml: optional_features is not hashref but arrayref.
  Thanks SREZIC@CPAN.

(sno)

2010-02-22 17:20:39 UTC MAIN commitmail json YAML

2010-02-22 17:19:09 UTC MAIN commitmail json YAML

fix a problem with the curses widget and non-UTF8 locales: keys which
used less bytes in the system encoding than in the UTF8 passed to
the caller caused that the passphrase got truncated because only
the input length was accounted for
bump PKGREVISION

(drochner)

2010-02-22 17:11:25 UTC MAIN commitmail json YAML

Updated devel/p5-CPAN-Reporter to 1.1711

(sno)

2010-02-22 17:11:14 UTC MAIN commitmail json YAML

Updating devel/p5-CPAN-Reporter from 1.1710 to 1.1711

Upstream changes:
1.1711 Wed Feb 17 13:52:14 EST 2010
  Bugs fixed:
  - Tests for "no make test" were failing due to internationalization
    of the error message.  Rather than try to interpret every possible
    make error message, CPAN::Reporter now just looks inside the Makefile
    for a "test" target.  Hopefully, that will prove more robust.

(sno)

2010-02-22 16:38:26 UTC MAIN commitmail json YAML

Updated security/p5-Net-OpenSSH to 0.45

(sno)

2010-02-22 16:38:15 UTC MAIN commitmail json YAML

Updating security/p5-Net-OpenSSH from 0.44 to 0.45

Upstream changes:
0.45  Feb 17, 2010
- support for taint mode
- use better IPv6 regexp
- bug in glob_quoter incorrectly handling empty strings solved
        - document how $SIG{CHLD} can break some methods and add FAQ
        - some typos corrected
- update copyright notices

(sno)

2010-02-22 16:30:50 UTC MAIN commitmail json YAML

Updated sysutils/p5-Lchown to 1.01

(sno)

2010-02-22 16:30:40 UTC MAIN commitmail json YAML

Updating sysutils/p5-Lchown from 1.00nb2 to 1.01

pkgsrc changes:
- Add license definition
- Add new module type
- Make clear that it requires a C compiler

Upstream changes:
1.01    2009-10-18
        RT #25968
        changed to Module::Build

(sno)

2010-02-22 16:24:15 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-Twig to 3.34

(sno)

2010-02-22 16:24:04 UTC MAIN commitmail json YAML

Updating textproc/p5-XML-Twig from 3.32nb1 to 3.34

pkgsrc changes:
- Add license definition
- Change patches against PERL_MM_USE_DEFAULT environment variable for EU::MM

Upstream changes:
CHANGES
version: 3.34
date: 2010-01-18
# minor maintenance release, test suite fixes
fixed: tests failed when XML::XPath was used as the XPath engine

(sno)

2010-02-22 16:10:28 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-Stream to 1.23

(sno)

2010-02-22 16:10:16 UTC MAIN commitmail json YAML

Updating textproc/p5-XML-Stream from 1.22nb1 to 1.23

pkgsrc changes:
- Add license definition
- Adjust dependencies

Upstream changes:
1.23
====
  - RT#17484 Handle servers which re-use stream ID
  - RT#18711 Update link to XML Streams doc
  - RT#12977 Require perl >= 5.8.0
  - RT#19415 Use jabber.org for tests
  - RT#21932 Fix authname for Google Talk SASL auth
  - RT#39098 Make dependencies more explicit
  - RT#24817 Merge and massage of toddr's SASL fix
  - RT#36864 Fake select on filehandles on win32
  - RT#31215 Test and fix for XML node copying issue
  - RT#17325 Fix and test for infinite loop on quotes

(sno)

2010-02-22 15:56:38 UTC MAIN commitmail json YAML

Updated security/p5-Authen-SASL to 2.13

(sno)

2010-02-22 15:56:28 UTC MAIN commitmail json YAML

Updating security/p5-Authen-SASL from 2.12nb1 to 2.13

pkgsrc changes:
- Add license definition
- Adjust dependencies
- Add module type

Upstream changes:
Authen-SASL 2.13 -- Thu Sep 24 17:27:47 CDT 2009
  * RT#42191 Only use pass for GSSAPI credentials if it is an object of type GSSAPI::Cred
  * RT#675 Authorization with Authen::SASL::Perl::External
  * Call client_new and server_new inside eval so further plugins can be tried before failing
  * Prefer to use Authen::SASL::XS over Authen::SASL::Cyrus

(sno)

2010-02-22 15:23:17 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-Elemental to 2.1.1

(sno)

2010-02-22 15:23:06 UTC MAIN commitmail json YAML

Updating textproc/p5-XML-Elemental from 2.1 to 2.1.1

pkgsrc changes:
- Add license definition
- Make dependency to Task::Weaken a build-dependency, because it's not used

Upstream changes:
2.11  Nov 24 2009
    - Fixed another circular reference that was causing memeory leaks.

(sno)

2010-02-22 15:10:31 UTC MAIN commitmail json YAML

Updated textproc/p5-Kwalify to 1.21

(sno)

2010-02-22 15:10:20 UTC MAIN commitmail json YAML

Updating textproc/p5-Kwalify from 1.20 to 1.21

Upstream changes:
1.21
- fixed RT #48800 (unique in mappings did not work correctly)

(sno)

2010-02-22 15:02:33 UTC MAIN commitmail json YAML

Updated textproc/p5-Data-FormValidator to 4.65

(sno)

2010-02-22 15:02:22 UTC MAIN commitmail json YAML

Updating textproc/p5-Data-FormValidator from 4.63 to 4.65

pkgsrc changes:
- Adjust dependencies

Upstream changes:
4.65 Wed Dec 30 22:17:33 EST 2009
    [NEW FEATURES]
    - New FV_replace() filter to simplify basic find-and-replace filters:
        field_filters => {
            first_name  => FV_replace(qr/Mark/,'Don'),
        },

    [BUG FIXES]
    - Untainted multi-line fields are no longer truncated after the first newline.
      (RT#44004, Thanks to Matthew Lawrence)
    - Fix bug when the constraint_method contains a capturing parens and 0 is a valid value.
      (RT#45177, Thanks to Junior Medina and Mark Stosberg)

    [DOCUMENTATION]
    - Typo fixes (Lyle)

    [INTERNALS]
    - Best Practice: Redundant <span> tag was removed from default error message formatting
      (RT#42926), Thanks to girlwithglasses)
    - Best Practice: eliminated some indirect object notation in the tests (Mark Stosberg)
    - Now require a new CGI.pm for the build stage (RT#49912, thanks to dsteinbrunner)
    - White space improvements (RT#30205, Thanks to Peter Liscovius)
    - Fixed a warning in the test suite (RT#42251, Thanks to Frank Wiegand)

(sno)

2010-02-22 14:32:19 UTC MAIN commitmail json YAML

Updated textproc/p5-Convert-BER to 1.3200

(sno)

2010-02-22 14:32:08 UTC MAIN commitmail json YAML

Updating textproc/p5-Convert-BER from 1.3101 to 1.3200

pkgsrc changes:
- Add license definition

Upstream changes:
1.32 -- Wed Oct 21 20:29:30 CDT 2009
  * remove label INIT, not valid as of 5.11.0

(sno)

2010-02-22 14:27:12 UTC MAIN commitmail json YAML

Updated sysutils/p5-Sys-Filesystem to 1.27

(sno)

2010-02-22 14:27:01 UTC MAIN commitmail json YAML

Updating sysutils/p5-Sys-Filesystem from 1.23 to 1.27

pkgsrc changes:
- Adding license definition
- Adding dependencies

Upstream changes:
1.27
Fixing RT#54406 (patch from Robert Bohne with some modifications)
Fixing RT#54599 (patch from Jonathan Yu)
Fixing wrong dependencies detection on Windows
Fixing generic fstab/mnttab reading

1.26
Adding more special file systems for Linux
Prefer /proc/self/mounts over /etc/mtab (when available), fixes
  RT #51151 (Thanks Tyler MacDonald)
Fix some tests to skip when no regular file systems could be found
Some Win32 fixes
Switch to Module::Pluggable to load OS-plugins
1.25
Fixed support for FreeBSD and generalize BSD support
Fixed support for AIX
Fixed aliased attribute support for Sys::Filesystem->filesystems
Fix "Sys::Filesystem->filesystems ()" and
  "Sys::Filesystem::filesystems" (reported by H.Merijn Brand)
  by using Params::Util
Add keyword "Id" to be used/expanded by svn
Explain how restrictions on method filesystem works in Sys::Filesystem
Add a version method to all fs plugins
Update documentation
Correct t/03test.t to use format instead of type (recommended)

1.24
        Added support for NetBSD (Jens Rehsack)
        Added support for HP-UX (H.Merijn Brand)
        Fixed POD a little
        Add a simple test to see whether it's working or not
Increased required perl version (suggested by H.Merijn Brand)

(sno)

2010-02-22 14:20:25 UTC MAIN commitmail json YAML

Updated textproc/p5-Template-Declare to 0.43

(sno)

2010-02-22 14:20:14 UTC MAIN commitmail json YAML

Updating textproc/p5-Template-Declare from 0.42 to 0.43

Upstream changes:
0.43 2009-11-18
* Test warning fixes (Theory)
* Dist fixes suggested by rafl (Sartak)

(sno)

2010-02-22 14:17:50 UTC MAIN commitmail json YAML

Updated textproc/p5-String-BufferStack to 1.15

(sno)

2010-02-22 14:17:34 UTC MAIN commitmail json YAML

Updating textproc/p5-String-BufferStack from 1.14 to 1.15

pkgsrc changes:
- Adjust license

Upstream changes:
1.15  Wed Jan  6 18:26:17 2009
        * Don't calculate buffer length as it is built, unless we ask
          for it; it has serious runtime cost

(sno)

2010-02-22 14:01:14 UTC MAIN commitmail json YAML

Updated textproc/p5-podlators to 2.3.1

(sno)

2010-02-22 14:01:03 UTC MAIN commitmail json YAML

Updating textproc/p5-podlators from 2.3.0 to 2.3.1

upstream changes:
2010-02-17  Russ Allbery  <rra@stanford.edu>
* VERSION: podlators 2.3.1 released.

* lib/Pod/Text/Color.pm: Update $VERSION for recent changes.
* lib/Pod/Text/Termcap.pm: Likewise.

(sno)

2010-02-22 13:55:35 UTC MAIN commitmail json YAML

Updated textproc/p5-Template-Tiny to 0.11

(sno)

2010-02-22 13:55:24 UTC MAIN commitmail json YAML

Updating textproc/p5-Template-Tiny from 0.10 to 0.11

pkgsrc changes:
- Add dependency to Capture::Tiny as required

Upstream changes:
0.11 Mon 22 Feb 2010
- Adding preparse-specific test script
- Add compatibility with the horrible TT process() signature
  (MSTROUT)

(sno)

2010-02-22 13:47:41 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-RecordParser to 1.4.0

(sno)

2010-02-22 13:47:29 UTC MAIN commitmail json YAML

Updating textproc/p5-Text-RecordParser from 1.3.0 to 1.4.0

pkgsrc changes:
adjust recommended dependency for ReadOnly::XS

Upstream changes are missing in the distribution, but tests succeeds.

(sno)

2010-02-22 13:32:38 UTC MAIN commitmail json YAML

Updated security/p5-Data-SimplePassword to 0.05

(sno)

2010-02-22 13:32:25 UTC MAIN commitmail json YAML

Updating security/p5-Data-SimplePassword from 0.04nb1 to 0.05

pkgsrc changes:
- Add license definition
- Add module type
- Order dependencies like in META.yml (upstream)

Upstream changes:
0.05  Tue Oct 13 11:04:46 JST 2009
* added a few new types for rndpassword(1).
* added 'endless mode' for rndpassword(1).
* cleaned code & pod up.

(sno)

2010-02-22 13:26:04 UTC pkgsrc-2009Q4 commitmail json YAML

Pullup tickets #3017 and #3018.

(tron)

2010-02-22 13:24:54 UTC pkgsrc-2009Q4 commitmail json YAML

Pullup ticket #3018 - requested by he
libdaemon: build fix

Revisions pulled up:
- devel/libdaemon/Makefile 1.6
---
Module Name: pkgsrc
Committed By: he
Date: Fri Feb 19 15:04:51 UTC 2010

Modified Files:
pkgsrc/devel/libdaemon: Makefile

Log Message:
Update from version 0.14 to 0.14nb1.

Pkgsrc changes:
o On NetBSD 4.*, avoid the use of -Wl,--no-undefined.  It doesn't work
  there, because the shared lib is not linked with libc.so (which is
  possibly a bug).

Thanks to joerg@ for hints for how to work around this.

(tron)

2010-02-22 13:21:41 UTC pkgsrc-2009Q4 commitmail json YAML

Pullup ticket #3017 - requested by obache
GraphicsMagick: security update

Revisions pulled up:
- graphics/GraphicsMagick/Makefile 1.28-1.29-1.30
- graphics/GraphicsMagick/PLIST 1.14
- graphics/GraphicsMagick/distinfo 1.22-1.24
---
Module Name: pkgsrc
Committed By: obache
Date: Fri Feb  5 05:09:07 UTC 2010

Modified Files:
pkgsrc/graphics/GraphicsMagick: Makefile PLIST distinfo

Log Message:
Update GraphicsMagick to 1.3.9.

1.3.9 (February 4, 2010)
========================

Security Fixes:

  * None

Bug fixes:

  * Fix "double free" error when using gm import -frame.

  * XPM does not support RGBA color syntax, so return RGB instead.

  * The display '-update' option was only working in conjunction with
    the '-delay' option with a delay setting of 2 or greater.

  * For formats which support multiple frames, output with +adjoing to
    filenames containing a scene specification (e.g. foo%02d.tiff) was
    resulting in wrong output file names.

  * -convolve was crashing rather than reporting an error.

  * Fixed crash if the number of OpenMP threads was reduced from the
    original value via '-limit threads' or omp_set_num_threads().

  * -blur was not blurring the opacity channel for solid-color images.

  * When installing HTML documentation, many files were included which
    are not part of the formatted documentation.

  * Several deleted global string constants are restored with
    deprecated status in order to assure that symbols are not removed
    from the ABI.

New Features:

  * None

Feature improvements:

  * None

Performance Improvements:

  * None

Behavior Changes:

  * There is no longer an implicit 'adjoin' if an output filename
    contains an apparent scene specification (e.g. foo%02d.tiff) and
    multiple files are not needed to save the image..  It is necessary
    to use +adjoin.  For example ``gm convert foo.pdf +adjoin
    %02d.tiff``.

  * -flatten now applies the image background color under the first
    image in the list if it is not already opaque.
---
Module Name: pkgsrc
Committed By: obache
Date: Thu Feb 11 06:43:55 UTC 2010

Modified Files:
pkgsrc/graphics/GraphicsMagick: Makefile distinfo

Log Message:
Update GraphicsMagick to 1.3.10.

1.3.10 (February 10, 2010)
==========================

Security Fixes:

  * None

Bug fixes:

  * +adjoin was not working correctly for the case when only one image
    frame is present.  With +adjoin and writing one frame to
    "foo%d.jpg" it was outputting "foo%d.jpg" rather than "foo0.jpg".

  * When drawing paths, memory allocation for the points was much
    larger than it needed to be (patch by Vladimir Lukianov).

New Features:

  * None

Feature improvements:

  * None

Performance Improvements:

  * None

Behavior Changes:

  * To reiterate the change which first appeared in 1.3.9, there is no
    longer an implicit +adjoin if the output file name happens to
    contain a %d sequence, or there are multiple frames and the output
    file format only supports storing one frame.  Specify +adjoin if
    scene number substition is desired in the output file names.
---
Module Name: pkgsrc
Committed By: obache
Date: Mon Feb 22 06:10:32 UTC 2010

Modified Files:
pkgsrc/graphics/GraphicsMagick: Makefile distinfo

Log Message:
Update GraphicsMagick to 1.3.11.

1.3.11 (February 21, 2010)
==========================

Security Fixes:

  * Fixed array underflow on systems using signed char which could
    result in a program crash due to extended characters in filenames
    or in certain file formats.

Bug fixes:

  * Fixed array underflow on systems using signed char which could
    result in a program crash due to extended characters in filenames
    or in certain file formats.

New Features:

  * Added a -thumbnail command to 'convert' and 'mogrify'.  This is a
    faster way to scale down the image when speed is a primary
    concern.

  * Added a -extent command to 'convert' and 'mogrify' which
    composites the image on top of a backing canvas image of solid
    color.

  * Added support for -compose to the 'convert' and 'mogrify', which
    were documented to support it (but did not).

Feature improvements:

  * None

Performance Improvements:

  * Requests for 'Over' and 'Atop' composition are converted to a
    request for the (faster) 'Copy' composition when both images are
    opaque.

Behavior Changes:

  * None

(tron)

2010-02-22 12:10:59 UTC MAIN commitmail json YAML

2010-02-22 11:39:10 UTC MAIN commitmail json YAML

Add destdir support and mark as not make jobs safe.

(obache)

2010-02-22 09:20:30 UTC MAIN commitmail json YAML

conflicts with misc/git are resolved with git-4.9.5nb1.

(obache)

2010-02-22 09:17:23 UTC MAIN commitmail json YAML

Updated graphics/GraphicsMagick to 1.3.11

(obache)

2010-02-22 09:15:56 UTC MAIN commitmail json YAML

Subserve last jump update from 4.3.20 to 4.9.5 without note of notable changes.
* add missing PLIST entries.
* need termcap library.
* exactly disable transition script, resolve conflicts with scmgit-* packages
  ("git" command was renamed to "gitfm" in version 4.9.2,
    and "git" command is just a transitional script now.
    it also notate git-scm command, but not fit to pkgsrc's devel/scmgit).
* skip lib/charset.alias, suggested by joreg.
* set LICENSE=gnu-gpl-v3
* marked as user-destdir support
* some pkglint clean.
Bump PKGREVISION.
XXX: this package should be renamed to "gnuit"?

(obache)

2010-02-22 08:38:50 UTC MAIN commitmail json YAML

Removed mk-files.

(wiz)

2010-02-22 08:38:33 UTC MAIN commitmail json YAML

2010-02-22 06:10:32 UTC MAIN commitmail json YAML

Update GraphicsMagick to 1.3.11.

1.3.11 (February 21, 2010)
==========================

Security Fixes:

  * Fixed array underflow on systems using signed char which could
    result in a program crash due to extended characters in filenames
    or in certain file formats.

Bug fixes:

  * Fixed array underflow on systems using signed char which could
    result in a program crash due to extended characters in filenames
    or in certain file formats.

New Features:

  * Added a -thumbnail command to 'convert' and 'mogrify'.  This is a
    faster way to scale down the image when speed is a primary
    concern.

  * Added a -extent command to 'convert' and 'mogrify' which
    composites the image on top of a backing canvas image of solid
    color.

  * Added support for -compose to the 'convert' and 'mogrify', which
    were documented to support it (but did not).

Feature improvements:

  * None

Performance Improvements:

  * Requests for 'Over' and 'Atop' composition are converted to a
    request for the (faster) 'Copy' composition when both images are
    opaque.

Behavior Changes:

  * None

(obache)

2010-02-22 01:20:07 UTC MAIN commitmail json YAML

2010-02-22 01:18:42 UTC MAIN commitmail json YAML

Import tex-latex-doc-2009 as print/tex-latex-doc.

This is documentation for tex-latex.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2010-02-21 23:51:26 UTC MAIN commitmail json YAML

Change very questionable C++ code slightly to avoid high CPU usage under
Mac OS X. (see https://bugzilla.gnome.org/show_bug.cgi?id=593240 for
more details). Tested with XChat and Wireshark under Mac OS 10.6.2 and
NetBSD/amd64 5.0_STABLE.

(tron)

2010-02-21 23:11:39 UTC MAIN commitmail json YAML

2010-02-21 21:41:55 UTC MAIN commitmail json YAML

Remove .orig files before installation to match PLIST.

(joerg)

2010-02-21 21:24:23 UTC pkgsrc-2009Q4 commitmail json YAML

2010-02-21 21:22:52 UTC pkgsrc-2009Q4 commitmail json YAML

Pullup ticket 3015 - requested by bouyer
bug fix

Revisions pulled up:
- pkgsrc/pkgtools/x11-links/Makefile 1.110

Files added:
pkgsrc/pkgtools/x11-links/files/xfree.libXpm

Files deleted:
pkgsrc/pkgtools/x11-links/files/xfree.xpm

  --------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  bouyer
  Date:          Sat Feb 20 16:23:29 UTC 2010

  Modified Files:
          pkgsrc/pkgtools/x11-links: Makefile
  Added Files:
          pkgsrc/pkgtools/x11-links/files: xfree.libXpm
  Removed Files:
          pkgsrc/pkgtools/x11-links/files: xfree.xpm

  Log Message:
  Rename xfree.xpm to xfree.libXpm, so that xfree.mk will find it.
  Fixes PR pkg/42827 and should also fix pkg/42671 once pulled up.
  PKGREVISION++

  To generate a diff of this commit:
  cvs rdiff -u -r1.109 -r1.110 pkgsrc/pkgtools/x11-links/Makefile
  cvs rdiff -u -r0 -r1.1 pkgsrc/pkgtools/x11-links/files/xfree.libXpm
  cvs rdiff -u -r1.3 -r0 pkgsrc/pkgtools/x11-links/files/xfree.xpm

(spz)

2010-02-21 19:32:26 UTC MAIN commitmail json YAML

fix for pr#42396 from dbus 1.2.16 (different branch than this)
don't pass -no-pointer-sign to compiler that does not support it (gcc34)

(tez)

2010-02-21 19:25:32 UTC MAIN commitmail json YAML

Remove a considerable amount of case-sensitivity verbiage for Darwin,
mirroring changes to the text docs in pkgsrc/bootstrap.

(schmonz)

2010-02-21 19:04:08 UTC MAIN commitmail json YAML

It's been a couple years since the pkgsrc repository was modified
to support being checked out on case-insensitive file systems, and
many bulk builds have been done since then. Remove verbiage on this
subject, since nobody needs to concern themselves with it anymore,
and retire the associated script to create a suitable disk image.

(Similar changes to the Guide will follow shortly.)

(schmonz)

2010-02-21 16:45:03 UTC MAIN commitmail json YAML

Updated sysutils/grub to 0.97nb9

(wiz)

2010-02-21 16:44:52 UTC MAIN commitmail json YAML

Apply patch:
Fix problem with systems with more than 2 GB memory (notably,
x86_64-based systems).  Thanks Goswin Brederlow.

>From Debian via Andrew Daugherity in PR 36627.

Bump PKGREVISION.

pkglint cleanup while here.

(wiz)

2010-02-21 16:26:01 UTC MAIN commitmail json YAML

Mention adjustkernel removal.

(wiz)

2010-02-21 16:25:49 UTC MAIN commitmail json YAML

2010-02-21 16:18:28 UTC MAIN commitmail json YAML

Remove xdoom-license now that xdoom is gone.

(wiz)

2010-02-21 16:17:39 UTC MAIN commitmail json YAML

Mention xdoom removal.

(wiz)

2010-02-21 16:17:13 UTC MAIN commitmail json YAML

2010-02-21 16:09:15 UTC MAIN commitmail json YAML

Let tex-amsmath-doc use DISTFILES from TeX Live 2009; no functional change.

(minskim)

2010-02-21 16:09:13 UTC MAIN commitmail json YAML

+ etm-544, firefox-3.6.2 [pkgsrc-wip], tor-0.2.1.23, x264-devel-20100220.
- gnumeric-1.10.0, goffice-0.8.0, mysql51-embedded-5.1.44

(wiz)

2010-02-21 16:01:34 UTC MAIN commitmail json YAML

2010-02-21 15:47:48 UTC MAIN commitmail json YAML

2010-02-21 15:46:32 UTC MAIN commitmail json YAML

Import tex-german-doc-2.5e as print/tex-german-doc.

This is documentation for tex-german.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2010-02-21 15:39:12 UTC MAIN commitmail json YAML

Comment out support for KTERM_USE_WALLPAPER=YES because the distfile
disappeared.

Can be reenabled if someone provides KTerm-BGP-1.0.patch.gz.

Addresses part of PR 42493.

(wiz)

2010-02-21 15:28:58 UTC MAIN commitmail json YAML

Note update of www/typolight28-translations package to 20100221.

(taca)

2010-02-21 15:28:07 UTC MAIN commitmail json YAML

2010-02-21 15:13:42 UTC MAIN commitmail json YAML

Set LICENSE to modified-bsd.

(wiz)

2010-02-21 15:07:50 UTC MAIN commitmail json YAML

Updated archivers/par2 to 0.4nb1

(wiz)

2010-02-21 15:07:41 UTC MAIN commitmail json YAML

Add two patches for big-endian platforms from Fedora via gentoo and
Nick Coleman in PR 40658.

Bump PKGREVISION.
Set LICENSE.

(wiz)

2010-02-21 13:35:02 UTC MAIN commitmail json YAML

Updated multimedia/py-gstreamer0.10 to 0.10.18

(wiz)

2010-02-21 13:34:53 UTC MAIN commitmail json YAML

2010-02-21 13:20:00 UTC MAIN commitmail json YAML

Updated sysutils/cdrtools to 2.01.01alpha76

(wiz)

2010-02-21 13:19:51 UTC MAIN commitmail json YAML

Update to 2.01.01alpha76:

NEW features of cdrtools-2.01.01a75:

Cdrecord:

- Hidden Track support is now complete:

- Added support for writing Hidden Audio Tracks before Track #1
in the Mtsushita CW-7501 device driver.

- Added support for writing Hidden Audio Tracks before Track #1
in the Sony CDU-924 / CDU-948 device driver.

- Added support for writing Hidden Audio Tracks in RAW mode.
Cdrecord-2.01.01a74 did put "track number 0" into the subchannel
data for track 1 index 0. Cdrecord now correctly writes Track #1
into the sub channel data.

- Added support for Track #1 having a different number than 1 into
the CUE file parser.

- The CUE file parser now prints much better error messages in case that
a keyword is seen out of the permitted order.

- The CUE file parser now supports hidden tracks.

- Fixed a bug in the CUE file parser that caused "pregap size 0" (missing
INDEX 00) to be replaced by the default pregap size of 150 sectors.

Cdda2wav (Maintained/enhanced by J

- Hidden Track support is now complete:

- Fixed a bug in the cdda2wav track loop control that caused cdda2wav
not to write the *.inf file for the last track in case of an audio CD
with a hidden track.

- Introduced an alias "isrc" and "ISRC" for -vtrackid

- Introduced an alias "mcn" and "MCN" for -vcatalog

- cdda2wav now emits a "PREGAP" keyword in the CUE file for a CD without
hidden track if it starts with a sector number > 0.

NEW features of cdrtools-2.01.01a76:

Cdrecord:

- Added a workaround for a firmware bug in the drive:
'HL-DT-ST' 'BD-RE  BH10LS30 ' '1.00'
That causes the drive to return zero media size for BluRay media.

- cdrecord now aborts if the cuefile= option was specified with a non-CD
media in the drive.

- CDRWIN CUE files now may refer to several data files where each data file
contains less than the whole disk but more than a single track.

- The CUE parser now correctly sets the sector size information for the
lead-in area.

- The CUE parser now by default only accepts CDRWIN CUE compliant files
but may be switched into an enhanced mode by introducing a special comment
"REM CDRTOOLS"

- The CUE parser now supports a FILE command between INDEX 00 and INDEX 01.
This is needed in order to write CUE sheets from Exact Audio Copy.
Note that cdrecord needs to be switched into the enhanced CUE parser mode
by either specifying "REM CDRTOOLS" or by specifying:
REM COMMENT "ExactAudioCopy v0.99pb5"

Also note that cdrecord currently does not support more than one FILE
command per TRACK. For this reason, hidden audio tracks only work if
the hidden audio data is in the same file that also contains data for
track 1.

- New commands "ARRANGER", "COMPOSER" and "MESSAGE" for adding CD-Text information
in CUE files. Note that these commands are cdrecord specific extensions that
re unknown by CDRWIN and thus need "REM CDRTOOLS" to be enabled.

- The CUE file format is now documented in the cdrecord man page.

- Fixed a small type bug in cdrecord/fifo.c (introduced a few
versions before) that hits if the OS does not support the FIFO.

Cdda2wav (Maintained/enhanced by J

- New cdda2wav option -vaudio-tracks

- Make cdda2wav -q silent again (even with CDs with hidden track) to
make it compatible again with scripts.

- cdda2ogg and cdda2ogg.1 added to standard install
The script cdda2ogg was enhanced to work seamlessly.

- cdda2mp3 and cdda2mp3.1 added to standard install
The script cdda2mp3 was enhanced to work seamlessly.

- the scripts cdda2ogg and cdda2mp3 now allow to forward options to
cdda2wav.

In order to enable "paranoia mode", call:

cdda2ogg -paranoia

In order to enable the most proof "paranoia mode", call:

cdda2ogg -paraopts=proof

- The cdda2ogg man page was completely reworked

- The SYSvr4 pkg definition now includes cdda2ogg and cdda2mp3

- Added a workaround for a broken ASPI that hangs with
odd transfer counts.

Readcd:

- Added a workaround for a broken ASPI that hangs with
odd transfer counts.

(wiz)

2010-02-21 13:07:29 UTC MAIN commitmail json YAML

Updated databases/mysql51-embedded to 5.1.44

(wiz)

2010-02-21 13:07:19 UTC MAIN commitmail json YAML

2010-02-21 13:02:57 UTC MAIN commitmail json YAML

Updated graphics/cairo to 1.8.10

(wiz)

2010-02-21 13:02:46 UTC MAIN commitmail json YAML

Update to 1.8.10:

Release 1.8.10 (2010-02-19 Carl Worth <cworth@cworth.org>)
==========================================================
The cairo community is pleased to announce the 1.8.10 release of the
cairo graphics library. This is the fifth update to cairo's stable 1.8
series. This release consists of about a dozen hand-picked fixes
compared to 1.8.8 (which was released about 8 months ago).

We recommend that everyone using cairo upgrade to 1.8.10.

-Carl

General Bug fixes
=================
* Fix path construction for the case of cairo_curve_to immediately
  after cairo_new_sub_path followed at some point by
  cairo_close_path. (Previously, the final point for the close_path
  was computed incorrectly.)

* Fix for cairo_push_group or cairo_pop_group with a non-empty current
  path. (Previously the path may have been erroneously translated when
  either of these functions was called.)

* Fix to correctly report an error if
  cairo_surface_set_fallback_resolution is called with a value of 0
  (in either axis). Previously, an assertion would occur later rather
  than an error being properly reported when the original, invalid
  value was passed.

Bug 23067: Using clear drawing operator crashes printing
http://bugs.freedesktop.org/show_bug.cgi?id=23067

* Fix to handle a cairo_arc of radius 0 as equivalent to a
  cairo_line_to to the center coordinate, (previously cairo would do
  nothing for a cairo_arc call with a radius of 0).

Backend-specific bug fixes
==========================
cairo-xlib
----------
* Fix to correctly copy from a Window source. Previously, cairo was
  failing to include the contents of any sub-windows when copying from
  a Window source.

Bug 12996: Xlib source surface fast-paths do not use
IncludeInferiors, while slow paths do

https://bugs.freedesktop.org/show_bug.cgi?id=12996

cairo-ft
--------
* Fix conversion of freetype index to UCS4 value, (which would
  previously miss the first character and cause the space glyph to map
  to 0x00A0 instead of 0x0020).

cairo-pdf
---------
* Fix Type 1 subsetting to avoid generating corrupt data.

Launchpad Ubuntu/cups bug 419143: Printing from evince (and
perhaps other GTK apps) to PostScript printers is broken

https://bugs.launchpad.net/ubuntu/+source/cups/+bug/419143

* Fix Type 1 subsetting to correctly identify binary eexec data.

* Fix Type 1 subsetting to include fixed-content portion in the
  embedded font, (since some fonts may contain additional PostScript
  code after the cleartomark).

* Fix Type 1 subsetting to append "cleartomark" operator for binary
  fonts that don't include it.

Build fixes
===========
* Fix to compile on OpenBSD, (which has a libpng.pc file but none of
  libpng10.pc, libpng12.pc, or libpng13.pc which cairo was looking for
  previously).

(wiz)

2010-02-21 13:02:14 UTC MAIN commitmail json YAML

+ asterisk16-1.6.2.4, bluefish-2.0.0, bwbasic-2.50 [pkg/42846],
  cairo-1.8.10, calibre-0.6.42, etm-541, eukleides-1.5.1, glpk-4.43,
  gnome-subtitles-1.0, gsharutils-4.8, multitail-5.2.6,
  mysql51-embedded-5.1.44, nut-15.3, p5-Archive-Tar-1.58,
  poppler-0.12.4, postfix-2.7.0, puzzles-8873, py-mutagen-1.19
  [pkg/42851], sudo-1.7.2p3, thunderbird-3.0.2, wine-devel-1.1.39,
  wordpress-2.9.2.

(wiz)

2010-02-21 12:26:47 UTC MAIN commitmail json YAML

2010-02-21 12:26:36 UTC MAIN commitmail json YAML

Mention files that include this one.

(wiz)

2010-02-21 12:24:59 UTC MAIN commitmail json YAML

INFO_FILES should be set to "YES".

(obache)

2010-02-21 12:24:54 UTC MAIN commitmail json YAML

2010-02-21 09:14:38 UTC MAIN commitmail json YAML

Added devel/easygit version 1.6.5.3 [plunky 2010-02-21]

(plunky)

2010-02-21 09:11:51 UTC MAIN commitmail json YAML

2010-02-21 09:11:14 UTC MAIN commitmail json YAML


Easy GIT is a single-file wrapper Perl script for git

    * makes git easy to learn and use
    * focuses on documentation and examples
    * removes obstacles to "getting" git
    * is biased towards luring existing svn users

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(plunky)

2010-02-21 08:01:46 UTC MAIN commitmail json YAML

pass down EXPORT_SYMBOLS_LDFLAGS with EXTRA_LDFLAGS, not LDFLAGS,
or configure fail to link tests on SUA 6.0.

(obache)

2010-02-20 22:42:03 UTC MAIN commitmail json YAML

without this patch it failed to compile on MacOS 10.6 in 64 bit mode

(schwarz)

2010-02-20 20:51:11 UTC MAIN commitmail json YAML

Updated graphics/geeqie to 1.0

(gdt)

2010-02-20 20:50:35 UTC MAIN commitmail json YAML

2010-02-20 20:24:24 UTC MAIN commitmail json YAML

Sync with libarchive 2.8.0.

(joerg)

2010-02-20 16:24:29 UTC MAIN commitmail json YAML

Updated pkgtools/x11-links to 0.47nb1

(bouyer)

2010-02-20 16:23:29 UTC MAIN commitmail json YAML

Rename xfree.xpm to xfree.libXpm, so that xfree.mk will find it.
Fixes PR pkg/42827 and should also fix pkg/42671 once pulled up.
PKGREVISION++

(bouyer)

2010-02-20 15:23:41 UTC MAIN commitmail json YAML

Don't force order in the RC script as rcorder doesn't like non-existing
providers. Bump revision.

(joerg)

2010-02-20 15:21:35 UTC MAIN commitmail json YAML

PR 38488: It looks like BSDish warn(3), it smells like BSDish warn(3),
but it isn't BSDish warn(3). Do not use warn(3) family on Mac OS X, as
it likes to vis(3) some arguments.

(joerg)

2010-02-20 15:16:45 UTC MAIN commitmail json YAML

Create a proper PLIST (hi abs!)

(joerg)

2010-02-20 15:11:40 UTC MAIN commitmail json YAML

Don't use the "install-pinger" target to change the permissions of
"libexec/pinger", simply use "SPECIAL_PERMS".

Now all three "squid" packages support user destination dir installation.

(tron)

2010-02-20 14:58:46 UTC MAIN commitmail json YAML

2010-02-20 13:51:13 UTC MAIN commitmail json YAML

Add user-destdir support, inspired by Gauche.spec in source tarball.

(obache)

2010-02-20 12:49:48 UTC MAIN commitmail json YAML

Set default DEPENDS_TARGET based on USE_DESTDIR instead of _USE_DESTDIR,
or failed at the situation current package != destdir support and depends
package = destdir support with USE_DESTDIR=yes.

(obache)