Commit graph

196088 commits

Author SHA1 Message Date
reed
b0d5b5afb3 Moved misc/git to sysutils/gnuit.
Also renamed to gnuit.

Okayed on pkgsrc-users on Jan. 8.

I kept the PKGREVISION even though not needed.
Add PREV_PKGPATH and SUPERSEDES.
2013-01-19 21:52:43 +00:00
riastradh
87c6ff0d29 Gnash needs pangox. Go figure. 2013-01-19 21:41:04 +00:00
riastradh
f2046190ad Add missing PLIST entry. 2013-01-19 21:10:24 +00:00
riastradh
aabafb7778 Add missing buildlink3s implied by openmotif but not lesstif. 2013-01-19 21:04:43 +00:00
riastradh
1fb0eff89f sysutils/bacula needs Perl at run-time.
Replacing it by the build-time Perl tool and skipping the interpreter
check doesn't work so well.
2013-01-19 20:51:13 +00:00
riastradh
764ccfbf6e Don't link against libexecinfo on NetBSD 6; it's new in 7. 2013-01-19 20:40:55 +00:00
riastradh
3779e17898 Fix net/ocamlnet's AT_* flag build breakage on NetBSD. 2013-01-19 20:37:43 +00:00
riastradh
0771660b83 multimedia/vlc installs libvout_sdl_plugin.la if sdl option is set. 2013-01-19 20:34:37 +00:00
riastradh
00f00d0cf7 fribidi uses pkg-config now, so use that in geography/mapserver. 2013-01-19 20:33:12 +00:00
riastradh
32e450ca03 editors/ted always needs Xft and fontconfig, not just on SunOS/Dragonfly. 2013-01-19 20:31:14 +00:00
riastradh
bb5157629d Patch around ffmpeg API breakage in devel/opal.
Require multimedia/ffmpeg010 too -- easier than patching the further
breakage in multimedia/ffmpeg, which should probably wait until we
just update opal.
2013-01-19 20:29:24 +00:00
riastradh
096ddad00d Add missing buildlink3s for sqsh X11 options. 2013-01-19 20:27:30 +00:00
riastradh
b9f66cdbab chat/msn-pecan needs glib2. 2013-01-19 20:25:30 +00:00
riastradh
bf0fd3e9a7 Add missing buildlink3s implied by openmotif but not lesstif. 2013-01-19 20:23:33 +00:00
schmonz
00ee4c6469 Updated x11/p5-Wx to 0.9916 2013-01-19 17:15:11 +00:00
schmonz
44cc434c87 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
2bfb11aa9e Fix build on NetBSD-current after Jan 2. 2013-01-19 14:38:26 +00:00
wiz
fe8e743fe9 Restore engimail checksum 2013-01-19 13:19:53 +00:00
wen
ec7307a67b Updated www/p5-Plack to 1.0015 2013-01-19 12:47:49 +00:00
wen
6317ca962d 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
e33b7fc347 Added devel/p5-Stream-Buffered version 0.02 2013-01-19 12:36:26 +00:00
wen
c7d825b8b1 Add p5-Stream-Buffered 2013-01-19 12:33:57 +00:00
wen
a81511a495 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
fa74a24df0 Updated databases/p5-Redis to 1.958 2013-01-19 11:55:43 +00:00
wen
32be6f47c6 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
093ee28b8d Updated devel/py-testtools to 0.9.24 2013-01-19 11:03:27 +00:00
obache
53659a762a 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
3ef2ad3b20 Updated textproc/py-markdown2 to 2.1.0 2013-01-19 10:35:15 +00:00
obache
6783e2e05e 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
67df4810f7 Add NetBSD /etc/dumpdates monitoring plugin for nagios 2013-01-19 10:24:41 +00:00
manu
1a93432835 line style for package addition 2013-01-19 10:23:21 +00:00
manu
5d21e42b48 Add NetBSD RAIDframe monitoring plugin for nagios 2013-01-19 10:22:11 +00:00
manu
02f5dc6ca9 Fix wrong date 2013-01-19 10:20:39 +00:00
manu
8371c98576 Add NetBSD support in check_ide_smart
Patch submitted upstream, but without much success
2013-01-19 09:59:12 +00:00
ryoon
46dd7fb665 Fix build of firefox.
Move yasm dependency to mozilla-common.mk from Makefile.
2013-01-19 09:25:25 +00:00
obache
e4f1012bdc Updated textproc/py-xlrd to 0.8.0 2013-01-19 09:22:48 +00:00
obache
7b41588a80 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
c9abcc062a 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
853a7d26ca Update dovecot to 2.1.13 2013-01-19 05:26:24 +00:00
manu
510433441b 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
8a59c02b74 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
9868c85b6e Add missing jpeg header files to PLIST. 2013-01-19 03:43:51 +00:00
ryoon
575f2ed914 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
e71bd4f5f6 Remove unnecessary patch. 2013-01-19 03:29:22 +00:00
wiz
f0a9d1ea86 Updated multimedia/ffmpegthumbnailer to 2.0.8 2013-01-19 01:29:40 +00:00
wiz
9352fe2d37 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
6e42f30e09 Updated lang/chicken to 4.8.0.1 2013-01-18 20:56:36 +00:00
asau
cf9248932e 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
72e38d7c90 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
1f513afb3b Updated devel/p5-Method-Signatures-Simple to 1.05 2013-01-18 15:41:43 +00:00