Commit graph

195977 commits

Author SHA1 Message Date
riastradh
0a0410c516 Add missing buildlink3s for sqsh X11 options. 2013-01-19 20:27:30 +00:00
riastradh
b48804aa41 chat/msn-pecan needs glib2. 2013-01-19 20:25:30 +00:00
riastradh
821dcaca23 Add missing buildlink3s implied by openmotif but not lesstif. 2013-01-19 20:23:33 +00:00
schmonz
57aca625c4 Updated x11/p5-Wx to 0.9916 2013-01-19 17:15:11 +00:00
schmonz
13dd95037e Update to 0.9916. From the changelog:
- put correct version check around wxLogChain::DetachOldLog
- fixed paper type tests in ext/print/09_paper.t
- fix bug for wxMac and wxwidgets 2.9.4+ in cpp/app.h
- add some missing aui events
- Wx::StyledTextCtrl additions for 2.9.4
- wxLog functions for 2.9.x added
- wrapped wxRearrangeCtrl
- added start of Wx::PerlTest - to aid documentation and examples
- Additions for Wx::XSP::* classes
- wrapped wxEventFilter for 2.9.3 +
- updated missing Wx::App methods for 2.9.4 +
- added wxEvtHandler::ProcessEventLocally for 2.9.1+
- added some absent wxWindow methods
- updated wxTopLevelWindow
- added wxFrame::ProcessCommand
- wrapped wxListCtrl::SetItemPtrData.
- updated to use sv_magicext / mg_findext so external modules do
  not stomp on our magic.
- updated wxListView so that LC_VIRTUAL style works.
- set wxListCtrl full constructor to create evthandler.
- updated Wx::Ribbon controls for 2.9.4 interface + tool/button
  'Add' and 'Insert' methods now return objects as described in the
  docs instead of int id's.
- added SetClientData to PGProperty and PropertyGridInterface
- Wx::ToolBar->SetClientData now deletes any prior set Wx::Object
- wxDataViewListCtrl and wxDataViewListStore - fix ClientData for >= 2.9.4
- /usr/local/lib needs removing from LD:DL:FLAGS on all *nix types
- nostdinc now removed from any flags on MacOSX
- Fixed handling of asserts and debug level > 0 on wxWidgets >= 2.9.3
- Added wxApp::OnAssertFailure

pkgsrc changes:

- Don't let extra Mac stuff not in the PLIST get built on Darwin.
2013-01-19 17:14:48 +00:00
wiz
5fd9b6360b Fix build on NetBSD-current after Jan 2. 2013-01-19 14:38:26 +00:00
wiz
51088a811a Restore engimail checksum 2013-01-19 13:19:53 +00:00
wen
a7f7743f4b Updated www/p5-Plack to 1.0015 2013-01-19 12:47:49 +00:00
wen
3077c65b19 Update to 1.0015
Upstream changes:
1.0015 Thu Jan 10 15:19:17 PST 2013
    [BUG FIXES]
        - Fixed Lint complaining about Latin-1 range characters stored internally with
          utf8 flag on (Mark Fowler)
        - HTTP::Message::PSGI::res_from_psgi now always returns empty string
          for an empty response body, so streamed responses are consistent with
          non-streamed (ether)

1.0014 Mon Dec  3 10:27:43 PST 2012
    [BUG FIXES]
        - Fixed Hash order in tests for perl 5.17 (doy)
        - Fixed StackTrace tests to run with Devel::StackTrace

    [IMPROVEMENTS]
        - Plack::Middleware::AccessLog can now log the worker pid and server
          port (ether)

1.0013  Wed Nov 14 19:46:49 PST 2012
    [BUG FIXES]
        - Make sure psgi.input is seeked even when the input is buffered (Getty, leedo)
        - Delete invalid (empty) CONTENT_LENGTH and CONTENT_TYPE in FCGI (Getty, leedo)

1.0012  Wed Nov 14 12:00:17 PST 2012
    [IMPROVEMENTS]
        - Make conditional middleware work with initialization without an app (doy)
        - Added force option to BufferedStreaming

1.0011  Sun Nov 11 11:05:30 PST 2012
    [BUG FIXES]
        - Fix bad Content-Length that could be caused with mod_perl (avar)
        - Allow an empty PATH_INFO in Lint per PSGI spec

1.0010  Fri Nov  2 13:30:50 PDT 2012
    [IMPROVEMENTS]
        - Added vim .swp files to the default ignore list in Restarter
        - Check if PATH_INFO begins with / in Lint

1.0009  Tue Oct 23 00:57:16 PDT 2012
    [BUG FIXES]
        - Correct fix to address drive letters for Win32

1.0008  Mon Oct 22 18:52:29 PDT 2012
    [BUG FIXES]
        - Allow drive letters for absolute paths for plackup and load_psgi #343

1.0007  Sat Oct 20 23:20:20 PDT 2012
    [IMPROVEMENTS]
        - Fix test failures with HTTP::Message 6.06. #345
        - relaxed plackup -R ignore files and directoris. #260

1.0006  Thu Oct 18 16:06:15 PDT 2012
    [INCOMPATIBLE CHANGES]
        - plackup foo.psgi will not search the file in @INC anymore before the current directory
          See https://github.com/plack/Plack/pull/343 for details (miyagawa)

    [NEW FEATURES]
        - plackup --path /foo will mount the application under /path (mattn)

    [BUG FIXES]
        - AccessLog: Fix the timezon offset for certain timezones
        - ErrorDocument: support streaming interface

1.0005  Tue Oct  9 13:33:47 PDT 2012
    [NEW FEATURES]
        - Support psgix.cleanup handlers in Apache2 (avar)
        - Added REMOTE_PORT environment variable to HTTP::Server::PSGI (dex4er)

    [IMPROVEMENTS]
        - Documentation fix for multiple cookie values (miyagawa)
        - Delete MOD_PERL environment variable for better compatibilities (avar)
        - Split out Plack::TempBuffer as a standalone Stream::Buffered module (doy)
        - Bump Test::TCP dep

1.0004  Thu Sep 20 08:36:11 JST 2012
    [NEW FEATURES]
        - Added psgix.harakiri support in HTTP::Server::PSGI

    [IMPROVEMENTS]
        - Preload TempBuffer modules (avar)
        - Documentation fixes (autarch)
2013-01-19 12:46:00 +00:00
wen
d7e83ac49e Added devel/p5-Stream-Buffered version 0.02 2013-01-19 12:36:26 +00:00
wen
2149ef1c7b Add p5-Stream-Buffered 2013-01-19 12:33:57 +00:00
wen
f0b531543f Import Stream-Buffered version 0.02
Stream::Buffered is a buffer class to store arbitrary length of byte
strings and then get a seekable filehandle once everything is
buffered.  It uses PerlIO and/or temporary file to save the buffer
depending on the length of the size.
2013-01-19 12:32:06 +00:00
wen
bc965bf605 Updated databases/p5-Redis to 1.958 2013-01-19 11:55:43 +00:00
wen
09763bda9f Update to 1.958
Upstream changes:
1.958     2013-01-15T16:54:40Z
    * Support for name constructor parameter, set connection name
    * Add documentation for CLIENT * commands
    * Improve reliability of Test::SpawnRedisServer

1.957     2013-01-15T13:18:07Z
    * Fix minimum Perl version

1.956     2013-01-15T10:35:10Z
    * Add on_connect callback to Redis constructor (issue 28)
    * Make sure quit() doesn't die when the socket is already dead (issue 30);
    * Switch to Digest::SHA, one less non-core dep RT#81841
    * Try and make Travis-CI more useful, ask for a redis-server
    * Update SUPPORT section, moving bugtracker to GitHub issues

1.955     2012-10-10T11:43:44Z
    * Skip 30-scripts.t if the redis-server found lacks script support

1.954     2012-10-10T11:16:22Z
    * Support for multi-word commands such as "SCRIPT LOAD".
    * Try another fix for Windows non-blocking reads

1.953     2012-09-05T00:49:11Z
    * Tweak travis.ci setup

1.952     2012-09-04T11:22:18Z
    * Added automatic authentication after connection establishment
    * Support Redis 2.6: Aaron Crane <arc@cpan.org>
    * Attempt to fix non-blocking read on Windows
    * Enable travis.ci support on the repository
2013-01-19 11:53:55 +00:00
obache
49a1d91f92 Updated devel/py-testtools to 0.9.24 2013-01-19 11:03:27 +00:00
obache
8f20a6bee4 Update py-testtools to 0.9.24.
0.9.24
~~~~~~

Changes
-------

* ``testtools.run discover`` will now sort the tests it discovered. This is a
  workaround for http://bugs.python.org/issue16709. Non-standard test suites
  are preserved, and their ``sort_tests()`` method called (if they have such an
  attribute). ``testtools.testsuite.sorted_tests(suite, True)`` can be used by
  such suites to do a local sort. (Robert Collins, #1091512)

* ``ThreadsafeForwardingResult`` now defines a stub ``progress`` method, which
  fixes ``testr run`` of streams containing progress markers (by discarding the
  progress data). (Robert Collins, #1019165)

0.9.23
~~~~~~

Changes
-------

* ``run.TestToolsTestRunner`` now accepts the verbosity, buffer and failfast
  arguments the upstream python TestProgram code wants to give it, making it
  possible to support them in a compatible fashion. (Robert Collins)

Improvements
------------

* ``testtools.run`` now supports the ``-f`` or ``--failfast`` parameter.
  Previously it was advertised in the help but ignored.
  (Robert Collins, #1090582)

* ``AnyMatch`` added, a new matcher that matches when any item in a collection
  matches the given matcher.  (Jonathan Lange)

* Spelling corrections to documentation.  (Vincent Ladeuil)

* ``TestProgram`` now has a sane default for its ``testRunner`` argument.
  (Vincent Ladeuil)

* The test suite passes on Python 3 again. (Robert Collins)

0.9.22
~~~~~~

Improvements
------------

* ``content_from_file`` and ``content_from_stream`` now accept seek_offset and
  seek_whence parameters allowing them to be used to grab less than the full
  stream, or to be used with StringIO streams. (Robert Collins, #1088693)

0.9.21
~~~~~~

Improvements
------------

* ``DirContains`` correctly exposed, after being accidentally hidden in the
  great matcher re-organization of 0.9.17.  (Jonathan Lange)


0.9.20
~~~~~~

Three new matchers that'll rock your world.

Improvements
------------

* New, powerful matchers that match items in a dictionary:

  - ``MatchesDict``, match every key in a dictionary with a key in a
    dictionary of matchers.  For when the set of expected keys is equal to the
    set of observed keys.

  - ``ContainsDict``, every key in a dictionary of matchers must be
    found in a dictionary, and the values for those keys must match.  For when
    the set of expected keys is a subset of the set of observed keys.

  - ``ContainedByDict``, every key in a dictionary must be found in
    a dictionary of matchers.  For when the set of expected keys is a superset
    of the set of observed keys.

  The names are a little confusing, sorry.  We're still trying to figure out
  how to present the concept in the simplest way possible.


0.9.19
~~~~~~

How embarrassing!  Three releases in two days.

We've worked out the kinks and have confirmation from our downstreams that
this is all good.  Should be the last release for a little while.  Please
ignore 0.9.18 and 0.9.17.

Improvements
------------

* Include the matcher tests in the release, allowing the tests to run and
  pass from the release tarball.  (Jonathan Lange)

* Fix cosmetic test failures in Python 3.3, introduced during release 0.9.17.
  (Jonathan Lange)


0.9.18
~~~~~~

Due to an oversight, release 0.9.18 did not contain the new
``testtools.matchers`` package and was thus completely broken.  This release
corrects that, returning us all to normality.

0.9.17
~~~~~~

This release brings better discover support and Python3.x improvements. There
are still some test failures on Python3.3 but they are cosmetic - the library
is as usable there as on any other Python 3 release.

Changes
-------

* The ``testtools.matchers`` package has been split up.  No change to the
  public interface.  (Jonathan Lange)

Improvements
------------

* ``python -m testtools.run discover . --list`` now works. (Robert Collins)

* Correctly handling of bytes vs text in JSON content type. (Martin [gz])


0.9.16
~~~~~~

Some new matchers and a new content helper for JSON content.

This is the first release of testtools to drop support for Python 2.4 and 2.5.
If you need support for either of those versions, please use testtools 0.9.15.

Improvements
------------

* New content helper, ``json_content`` (Jonathan Lange)

* New matchers:

  * ``ContainsAll`` for asserting one thing is a subset of another
    (Raphaël Badin)

  * ``SameMembers`` for asserting two iterators have the same members.
    (Jonathan Lange)

* Reraising of exceptions in Python 3 is more reliable. (Martin [gz])
2013-01-19 11:03:17 +00:00
obache
e4987e7bb8 Updated textproc/py-markdown2 to 2.1.0 2013-01-19 10:35:15 +00:00
obache
6075806cf9 Update py-markdown2 to 2.1.0
## python-markdown2 2.1.0

- ["nofollow" extra, issue #74, pull #104] Add `rel="nofollow"` support
  (mostly by https://github.com/cdman):

        $ echo '[link](http://example)' | markdown2 -x nofollow
        <p><a rel="nofollow" href="http://example">link</a></p>

   Limitation: This *can* add a duplicate 'rel' attribute to raw HTML links
   in the input.
2013-01-19 10:35:05 +00:00
manu
3732a5eddc Add NetBSD /etc/dumpdates monitoring plugin for nagios 2013-01-19 10:24:41 +00:00
manu
9cf54003c1 line style for package addition 2013-01-19 10:23:21 +00:00
manu
0f1786215f Add NetBSD RAIDframe monitoring plugin for nagios 2013-01-19 10:22:11 +00:00
manu
0eb6adacd2 Fix wrong date 2013-01-19 10:20:39 +00:00
manu
5f508cbe8c Add NetBSD support in check_ide_smart
Patch submitted upstream, but without much success
2013-01-19 09:59:12 +00:00
ryoon
77cc67abc3 Fix build of firefox.
Move yasm dependency to mozilla-common.mk from Makefile.
2013-01-19 09:25:25 +00:00
obache
8ec04994e1 Updated textproc/py-xlrd to 0.8.0 2013-01-19 09:22:48 +00:00
obache
a4b4ce131e Update py-xlrd to 0.8.0.
0.8.0:
This release finally lands the support for both .xls and .xlsx files.
Many thanks to John Machin for all his work on making this happen.
Opening of .xlsx files is seamless, just use xlrd as you did before and
it all should "just work".

xlrd 0.8.0 is also the first release that that targets Python 2.6 and
2.7, but no Python 3 just yet. Python 2.5 and below may work but are not
supported. If you need to use Python 2.5 or earlier, please stick to
xlrd 0.7.x.

0.7.9:
This release fixes an annoying merge bug on my part that resulted in a
"NameError: global name 'BYTES_X00' is not defined" error where opening
certain Excel files.

0.7.8:
This release features the following changes:

- Compatibility with Python 2.1 and 2.2 is restored.
- Fix for github issue #7: assertion error when reading file with
  xlwt-written bitmap. The assertion is now ignored and a warning logged
  if verbosity > 0.
- superfluous zero bytes at end of xls OBJECT records are now ignored.
2013-01-19 09:22:36 +00:00
dholland
1d469cc861 Fix more pbulk-scan problems. I ran it through pbulk-scan, but I must
have messed up, as all of what this commit changes was definitely wrong.
2013-01-19 09:12:52 +00:00
manu
87a832f133 Update dovecot to 2.1.13 2013-01-19 05:26:24 +00:00
manu
d915888d38 Update to 2.1.13 and add support for NetBSD 6.0 libquota
Changes since 2.1.12:
        - Some fixes to cache file changes in v2.1.11.
        - fts-solr: Overlong UTF8 sequences in mails were rejected by Solr and
          caused the mails to not be indexed.
        - virtual storage: Sorting mailbox by from/to/cc/bcc didn't work.
2013-01-19 05:25:51 +00:00
ryoon
c2f3514eab Update to 17.0.2
Changelog:
    FIXED
    Security fixes can be found here
    FIXED
    Pressing the 'x' button on Windows now closes only one window rather than the whole application (805185)
    FIXED
    An issue that caused occasional corruption in local folders after filtering is now fixed (815012)
    FIXED
    An issue that caused deletion of drafts saved in IMAP folders whilst in offline mode is now fixed (805626)
For security fix, see http://www.mozilla.org/en-US/thunderbird/17.0.2/releasenotes/ .
2013-01-19 03:43:52 +00:00
ryoon
19da965141 Add missing jpeg header files to PLIST. 2013-01-19 03:43:51 +00:00
ryoon
4b02def176 Update to 17.0.2
Changelog:
    FIXED
    Security fixes can be found here
    FIXED
    Pressing the 'x' button on Windows now closes only one window rather than the whole application (805185)
    FIXED
    An issue that caused occasional corruption in local folders after filtering is now fixed (815012)
    FIXED
    An issue that caused deletion of drafts saved in IMAP folders whilst in offline mode is now fixed (805626)
For security fix, see http://www.mozilla.org/en-US/thunderbird/17.0.2/releasenotes/ .
2013-01-19 03:43:51 +00:00
ryoon
23dc906e51 Remove unnecessary patch. 2013-01-19 03:29:22 +00:00
wiz
a2386b1881 Updated multimedia/ffmpegthumbnailer to 2.0.8 2013-01-19 01:29:40 +00:00
wiz
101b6d0bbf Update to 2.0.8, based on PR 47467 by John D. Baker.
While here, set LICENSE.

Changes:

FFmpegThumbnailer 2.0.8
- Better ffmpeg detection
- Fix build issue with recent ffmpeg
- Optionally register ffmpegthumbnailer as gnome3 thumbnailer (--enable-thumbnailer)

version 2.0.7
- Fix build issue with recent gcc
- Fix build issue with recent ffmpeg
2013-01-19 01:29:31 +00:00
asau
9d0bd74a8d Updated lang/chicken to 4.8.0.1 2013-01-18 20:56:36 +00:00
asau
9e9631c53c Update to Chicken 4.8.0.1
Requested by Peter Bex.


Changes in 4.8.0.1 since 4.8.0

- Security fixes
  - Use POSIX poll() on systems where available.  This avoids a design flaw
    in select(); it supports no more than FD_SETSIZE descriptors.

- Core libraries
  - Fixed EINTR handling in process-wait and when reading from file ports.
  - Bugfix for irregex (#686).  Note: although irregex.scm now says version
    0.9.2, the version is actually 0.8.3 plus a few backported patches.
  - Fixed problem in "make-pathname" that returned an absolute path if given
    a relative one without a directory argument.
  - On 64-bit systems the feature identifier "64bit" is registered.

- Compiler
  - Fixed various bugs in the type database.
  - Bugfixes and improvements in the scrutinizer.
  - In the flow-analysis pass, type-matching of combinations of
    "list"/"list-of" types has been made more reliable.

- Syntax expander
  - Make macro-renamed defines in begin bodies (inside modules)
    visible to later forms. (#944).

- Runtime system
  - Fixed incorrect code in the foreign argument conversion for
    "unsigned-integer64" (#955).

- Core tools
  - The runtime linker path for compiled executables was not set correctly
    on FreeBSD systems.
  - Fix install-extension breakage when the second arg contains pairs (SRC DST).

- Build system
  - Prevent rebuilding of buildversion.scm on every make(1) on Windows.
2013-01-18 20:56:14 +00:00
ryoon
b5ed000abd Add dependency to yasm on i386 and amd64 platform.
Fix build on i386 and amd64.
Thank you, wiz@.
2013-01-18 18:29:54 +00:00
wen
0605924c85 Updated devel/p5-Method-Signatures-Simple to 1.05 2013-01-18 15:41:43 +00:00
wen
40ca129976 Update to 1.05
Upstream changes:
1.05    2013-01-18  Rhesa Rozendaal <rhesa@cpan.org>
        Fix RT80507: keep perl's idea of line number
        intact when mangling multi-line signatures

1.04    2013-01-17  Rhesa Rozendaal <rhesa@cpan.org>
        Fix RT80505: allow comments in multiline
        signature

1.03    2013-01-17  Rhesa Rozendaal <rhesa@cpan.org>
        Fix RT80508: allow space between invocant
        and colon
2013-01-18 15:40:14 +00:00
wen
7acb29ddd7 Updated www/p5-HTML-Template to 2.9.4 2013-01-18 15:18:06 +00:00
wen
2858c41c08 Update to 2.9.4
Upstream changes:
2.94 Thu Jan 17 2013
    - Fixed bug where options were bleeding over into subsequent calls to new()
      [Michael Peters]

2.93 Wed Jan 16 2013
    - Feature: Added config() method to make setting global defaults
      easy so that each call to new() has less boiler plate. [Michael
      Peters]

    - Bug Fix: t/05-force_untaint.t now passes when run with prove
      [Michael Peters]

    - Bug Fix: die_on_bad_params now controls whether we die if tmpl_vars
      reuse names from tmpl_loops (which can be useful in some situations)
      [Michael Peters]
2013-01-18 15:16:21 +00:00
ryoon
e77adbc6a6 Added inputmethod/ibus-mozc version 1.6.1187.102
Added inputmethod/mozc-tool version 1.6.1187.102
Added inputmethod/mozc-server version 1.6.1187.102
2013-01-18 11:39:47 +00:00
ryoon
6aa0e4a986 Add mozc packages. 2013-01-18 11:39:10 +00:00
ryoon
650c0579dc Import mozc-server-1.6.1187.102 as inputmethod/mozc-server.
Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
such as Chromium OS, Windows, Mac and Linux. This open-source
project originates from Google Japanese Input.

This package is dictionary server for mozc client, such as ibuz-mozc.
2013-01-18 11:38:40 +00:00
ryoon
be2728573c Import mozc-tool-1.6.1187.102 as inputmethod/mozc-tool.
Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
such as Chromium OS, Windows, Mac and Linux. This open-source
project originates from Google Japanese Input.

This package is configuration tool for mozc.
2013-01-18 11:38:02 +00:00
ryoon
ddebcbb8f4 Import ibus-mozc-1.6.1187.102 as inputmethod/ibus-mozc.
Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
such as Chromium OS, Windows, Mac and Linux. This open-source
project originates from Google Japanese Input.
2013-01-18 11:36:39 +00:00
ryoon
39e4fae455 Added devel/gyp version 0.1pre1559 2013-01-18 11:35:17 +00:00
ryoon
73489f2a9f Add gyp. 2013-01-18 11:33:57 +00:00
ryoon
e3aa76e287 Import py27-gyp-0.1pre1559 as devel/gyp from pkgsrc-wip/gyp.
GYP can Generate Your Projects.
2013-01-18 11:32:45 +00:00