Commit graph

176246 commits

Author SHA1 Message Date
shattered
26ce32cfbd PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh 2011-10-07 22:37:02 +00:00
drochner
54288b171a mention recent updates 2011-10-07 19:26:10 +00:00
drochner
8c87eed952 PKGREV bumps for libmatroska requirement (binary incompatible change) 2011-10-07 19:14:36 +00:00
drochner
75a26d55cc update to 1.1.2
changes:
-improvements for audio output on MacOS and with PulseAudio
-security fix for HTTP and RTSP server components (was patched
 in pkgsrc)
2011-10-07 19:13:19 +00:00
drochner
7c446160b3 update to 5.0.0
changes: many fixes and improvements

pkgsrc note: This version hasn't been tested in practice yet. The
previous one had a problem with mkvmerge going into an endless loop.
We still have mkvtoolnix-old (2.9.8) as a known working one for
that reason.
2011-10-07 19:09:55 +00:00
drochner
b5af1f28de update to 1.3.0
changes: cleanup and minor fixes

pkgsrc note: according to the ChangeLog, this version is not binary
compatible to older versions -> ABI_DEPENDS bumped
2011-10-07 19:04:46 +00:00
drochner
e0aa2bf882 update to 1.2.2
changes: bugfixes, minor improvements
2011-10-07 18:59:39 +00:00
ryoon
2087f298d5 Updated misc/libreoffice3-bin to 3.4.3 2011-10-07 13:34:29 +00:00
ryoon
1fceed9ac2 Update to 3.4.3 based on wip/libreoffice3-bin
Due to security issue CVE-2011-2713.
http://www.libreoffice.org/advisories/CVE-2011-2713/
2011-10-07 13:28:54 +00:00
obache
338fea394f Mechanically regen PLIST from webkit-gtk. 2011-10-07 12:32:36 +00:00
taca
18ba5934b5 Note update of these contao* packages.
www/contao210		2.10.1nb2
	www/contao29		2.9.5nb4
	www/typolight28		2.8.4nb5
2011-10-07 12:31:08 +00:00
drochner
57a7fe7c6f Add patch from upstream to fix a NULL dereference vulnerability in the
HTTP and RTSP server component (possible DOS)
2011-10-07 12:30:17 +00:00
taca
cf70b879aa Add a patch based r1041 from the repository of Contao to fix potential
XSS vulnerability.

Bump PKGREVISION.
2011-10-07 12:28:11 +00:00
drochner
e8364de95c update to 0.7.6
changes:
-security fixes to many demuxers and decoders
-bugfixes
2011-10-07 12:20:38 +00:00
drochner
8a92a32b55 update to 1.6.1
changes:
-JavaScriptCore library can be used independently
-New DOM methods
-API extensions: spell checking, local storage database path
-bugfixes
2011-10-07 12:17:25 +00:00
obache
e43edce949 Updated inputmethod/ibus-skk to 1.3.9 2011-10-07 12:13:38 +00:00
obache
0e093c0112 Update ibus-skk to 1.3.9.
Update to 1.3.9.
    Fix XML entity reference.
Update to 1.3.8.
    Update virtkbd module to check engine's typing mode.
    Don't connect to eekboard-server if enable_virtual_keyboard is false.
    Support virtual keyboard.
    Define hotkeys and icon-symbol in description.
    Don't start auto conversion if there is no preceding input (Issue#36).
    Don't handle ctrl+g in non-converting state (Issue#35).
    Ignore errors when locale module doesn't provide bindtextdomain (Issue#34).
2011-10-07 12:13:23 +00:00
obache
48c6a0245b Updated inputmethod/scim-thai to 0.1.2 2011-10-07 11:56:56 +00:00
obache
c51551b7a4 Update scim-thai to 0.1.2.
Version 0.1.2 (2011-06-27)
=============
- Update gettext support using autopoint.
- Fix compiling error when libthai is installed in non-standard location.
- Improve linker flags handling.
2011-10-07 11:56:39 +00:00
obache
d367d89e90 Updated inputmethod/gtk-im-libthai to 0.2.0 2011-10-07 11:48:05 +00:00
obache
00bf21238b Update gtk-im-libthai to 0.2.0.
0.2.0 (2011-06-17)
=====
- Ported to GTK+ 3 (GTK+ 2 is still supported in the mean time)
- Fix bug with level 3 and level 5 keys
2011-10-07 11:47:50 +00:00
hiramatsu
78ed617c50 Note update of net/p5-Test-TCP, www/p5-WWW-Shorten and
devel/p5-MooseX-ClassAttribute.
2011-10-07 11:39:50 +00:00
hiramatsu
d12aefc383 Update p5-MooseX-ClassAttribute to 0.26.
Changes from previous:
0.26   2011-06-06
- The default() method for class attributes always returned a value, even if
  the default was a subroutine ref, which isn't how the method works for
  regular attributes. This broke inlining with Moose HEAD.

0.25   2011-06-05
- Class attributes now have a definition context set, which means that errors
  thrown from generated methods associated with these attributes say something
  like "X at accessor MyClass::ClassAttribute (defined at path/to/file line
  42)" rather than "generated method (unknown origin)".

0.24   2011-02-22
- This release provides forward compatibility with Moose 1.99+. It will still
  work with Moose 1.23 as well. Partially based on work originally done by
  Moritz Onken.

0.23   2011-02-13
- Fixed a bug where applying a role with class attributes didn't record the
  role as actually being applied in the meta class (or role) to which it was
  applied. Reported by Karen Etheridge. RT #59610.
- Applying multiple roles to a class lost all class attributes from those
  roles. Fixed by Andrew Rodland. RT #59572.

0.22   2011-02-02
- Explicitly require namespace::clean 0.20 to avoid some bad interactions
  between namespace::clean and Package::Stash.

0.21   2010-10-29
- Switch from Test::Exception to Test::Fatal.

0.20   2010-10-07
- A test file tried to load MooseX::Role::Parameterized, which was not listed
  as a dep. Reported by Andreas Koenig. RT #61957.

0.19   2010-10-06
- Removed references to MooseX::ClassAttribute::Meta::Method::Accessor, which
  was removed in 0.18. This caused lots of test failures if you hadn't
  installed a previous version of this distribution.

0.18   2010-10-05
- Changes to work with (and require) Moose 1.15.

0.17   2010-09-26
- Changes to work with (and require) Moose 1.09.
2011-10-07 11:38:37 +00:00
hiramatsu
643e47d3e5 Update p5-WWW-Shorten to 3.02.
Changes from previous:
2010-12-06  Dave Cross <dave@dave.org.uk>

  * lib/WWW/Shorten.pm: Bump version number for release.

  * bin/shorten: Be far more intelligent about the code that allows the user to
  choose which service to use.

  * MANIFEST.SKIP: Added MYMETA.yml to MANIFEST.SKIP.

  * bin/shorten: Default to using a service that we currently support.

  * Build.PL, lib/WWW/Shorten.pm: Added Config::Auto to list of dependencies
  (it's used by the shorten program). Bumped version for release.
2011-10-07 11:37:44 +00:00
hiramatsu
bbc3413cf6 Update p5-Test-TCP to 1.13.
Changes from previous:
1.13
    - RT#67292: Tests are blocking in Windows 7.
      https://rt.cpan.org/Ticket/Display.html?id=67292
    - change port number range from 10000 .. 11000 to 50000 .. 60000 to
      respect IANA.
      https://rt.cpan.org/Ticket/Display.html?id=64012

1.12
    - workaround for win32 test fails.
      https://rt.cpan.org/Ticket/Display.html?id=66016
    - more diagnostic messages

1.11
    - localize $@ in Test::TCP::DESTROY

1.10
    - added Test::TCP->stop method

1.09
    - added document in FAQ section

1.08
    - no feature changes

1.07_01
    - new OO interface!

1.07
    - allow forking in the client(lestrrat)
2011-10-07 11:36:56 +00:00
obache
74e6f1be4a Updated devel/py-babel to 0.9.6 2011-10-07 10:59:18 +00:00
obache
a4b6a9e86f Update py-babel to 0.9.6.
Version 0.9.6
http://svn.edgewall.org/repos/babel/tags/0.9.6/
(Mar 17 2011, from branches/stable/0.9.x)

 * Backport r493-494: documentation typo fixes.
 * Make the CLDR import script work with Python 2.7.
 * Fix various typos.
 * Fixed Python 2.3 compatibility (ticket #146, #233).
 * Sort output of list-locales.
 * Make the POT-Creation-Date of the catalog being updated equal to
   POT-Creation-Date of the template used to update (ticket #148).
 * Use a more explicit error message if no option or argument (command) is
   passed to pybabel (ticket #81).
 * Keep the PO-Revision-Date if it is not the default value (ticket #148).
 * Make --no-wrap work by reworking --width's default and mimic xgettext's
   behaviour of always wrapping comments (ticket #145).
 * Fixed negative offset handling of Catalog._set_mime_headers (ticket #165).
 * Add --project and --version options for commandline (ticket #173).
 * Add a __ne__() method to the Local class.
 * Explicitly sort instead of using sorted() and don't assume ordering
   (Python 2.3 and Jython compatibility).
 * Removed ValueError raising for string formatting message checkers if the
   string does not contain any string formattings (ticket #150).
 * Fix Serbian plural forms (ticket #213).
 * Small speed improvement in format_date() (ticket #216).
 * Fix number formatting for locales where CLDR specifies alt or draft
   items (ticket #217)
 * Fix bad check in format_time (ticket #257, reported with patch and tests by
   jomae)
 * Fix so frontend.CommandLineInterface.run does not accumulate logging
   handlers (#227, reported with initial patch by dfraser)
 * Fix exception if environment contains an invalid locale setting (#200)
2011-10-07 10:59:02 +00:00
alnsn
31e5382511 Mention devel/hdf5 update and new devel/hdf5-c++ package. 2011-10-07 10:49:55 +00:00
obache
830de44de3 Updated devel/py-testtools to 0.9.12 2011-10-07 10:45:24 +00:00
alnsn
ea99f0cc88 Revision dump after devel/hdf5 update. 2011-10-07 10:45:16 +00:00
obache
c32c4024ad Update py-testtools to 0.9.12.
0.9.12
~~~~~~

This is a very big release.  We've made huge improvements on three fronts:
 1. Test failures are way nicer and easier to read
 2. Matchers and ``assertThat`` are much more convenient to use
 3. Correct handling of extended unicode characters

We've trimmed off the fat from the stack trace you get when tests fail, we've
cut out the bits of error messages that just didn't help, we've made it easier
to annotate mismatch failures, to compare complex objects and to match raised
exceptions.

Testing code was never this fun.

Changes
-------

* ``AfterPreproccessing`` renamed to ``AfterPreprocessing``, which is a more
  correct spelling.  Old name preserved for backwards compatibility, but is
  now deprecated.  Please stop using it.
  (Jonathan Lange, #813460)

* ``assertThat`` raises ``MismatchError`` instead of
  ``TestCase.failureException``.  ``MismatchError`` is a subclass of
  ``AssertionError``, so in most cases this change will not matter. However,
  if ``self.failureException`` has been set to a non-default value, then
  mismatches will become test errors rather than test failures.

* ``gather_details`` takes two dicts, rather than two detailed objects.
  (Jonathan Lange, #801027)

* ``MatchesRegex`` mismatch now says "<value> does not match /<regex>/" rather
  than "<regex> did not match <value>". The regular expression contains fewer
  backslashes too. (Jonathan Lange, #818079)

* Tests that run with ``AsynchronousDeferredRunTest`` now have the ``reactor``
  attribute set to the running reactor. (Jonathan Lange, #720749)

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

* All public matchers are now in ``testtools.matchers.__all__``.
  (Jonathan Lange, #784859)

* ``assertThat`` can actually display mismatches and matchers that contain
  extended unicode characters. (Jonathan Lange, Martin [gz], #804127)

* ``assertThat`` output is much less verbose, displaying only what the mismatch
  tells us to display. Old-style verbose output can be had by passing
  ``verbose=True`` to assertThat. (Jonathan Lange, #675323, #593190)

* ``assertThat`` accepts a message which will be used to annotate the matcher.
  This can be given as a third parameter or as a keyword parameter.
  (Robert Collins)

* Automated the Launchpad part of the release process.
  (Jonathan Lange, #623486)

* Correctly display non-ASCII unicode output on terminals that claim to have a
  unicode encoding. (Martin [gz], #804122)

* ``DocTestMatches`` correctly handles unicode output from examples, rather
  than raising an error. (Martin [gz], #764170)

* ``ErrorHolder`` and ``PlaceHolder`` added to docs. (Jonathan Lange, #816597)

* ``ExpectedException`` now matches any exception of the given type by
  default, and also allows specifying a ``Matcher`` rather than a mere regular
  expression. (Jonathan Lange, #791889)

* ``FixtureSuite`` added, allows test suites to run with a given fixture.
  (Jonathan Lange)

* Hide testtools's own stack frames when displaying tracebacks, making it
  easier for test authors to focus on their errors.
  (Jonathan Lange, Martin [gz], #788974)

* Less boilerplate displayed in test failures and errors.
  (Jonathan Lange, #660852)

* ``MatchesException`` now allows you to match exceptions against any matcher,
  rather than just regular expressions.  (Jonathan Lange, #791889)

* ``MatchesException`` now permits a tuple of types rather than a single type
  (when using the type matching mode).  (Robert Collins)

* ``MatchesStructure.byEquality`` added to make the common case of matching
  many attributes by equality much easier.  ``MatchesStructure.byMatcher``
  added in case folk want to match by things other than equality.
  (Jonathan Lange)

* New convenience assertions, ``assertIsNone`` and ``assertIsNotNone``.
  (Christian Kampka)

* New matchers:

  * ``AllMatch`` matches many values against a single matcher.
    (Jonathan Lange, #615108)

  * ``Contains``. (Robert Collins)

  * ``GreaterThan``. (Christian Kampka)

* New helper, ``safe_hasattr`` added. (Jonathan Lange)

* ``reraise`` added to ``testtools.compat``. (Jonathan Lange)
2011-10-07 10:45:06 +00:00
alnsn
6a05f9af7d Import devel/hdf5-c++ version 1.8.7.
HDF5 is a data model, library, and file format for storing and
managing data. It supports an unlimited variety of datatypes, and
is designed for flexible and efficient I/O and for high volume and
complex data. HDF5 is portable and is extensible, allowing applications
to evolve in their use of HDF5. The HDF5 Technology suite includes
tools and applications for managing, manipulating, viewing, and
analyzing data in the HDF5 format.

This package provides C++ wrappers for the HDF5 C library.
2011-10-07 10:42:18 +00:00
alnsn
daf8f0d702 Update devel/hdf5 from 1.6.10nb1 to 1.8.7.
A list of changes is available at

http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html

A list of new features of 1.8.x release is available at

http://www.hdfgroup.uiuc.edu/HDF5/doc_1.8pre/WhatsNew180.html

This update removes "cxx" option from the package. New devel/hdf5-c++
should be used instead.
2011-10-07 10:38:50 +00:00
hiramatsu
77257d554b Add LICENSE. 2011-10-07 08:47:47 +00:00
ryoon
3d073527ca Updated emulators/suse113_base to 11.3nb6 2011-10-07 08:23:46 +00:00
ryoon
d2053d3bb8 Create mount point empty diredtory, /emul/linux/dev/shm.
Bump PKGREVISION.
2011-10-07 08:22:46 +00:00
hiramatsu
0fa69d8cc9 Add LICENSE. 2011-10-07 08:08:09 +00:00
hiramatsu
2a23839920 Updated devel/p5-Test-Simple to 0.98.
Updated textproc/p5-XML-LibXML-Simple to 0.91.
2011-10-07 07:59:57 +00:00
hiramatsu
1c878f03f9 Update p5-XML-LibXML-Simple to 0.91.
Changes from previous:
version 0.91: Mon Jul 11 22:40:02 CEST 2011
        Fixes:
        - forcearray option with one element
          rt.cpan.org#69336 [Matt W Johnson]

version 0.90: Wed Jun 15 10:20:48 CEST 2011
        Fixes:
        - initialize XML::LibXML::Parser into safe mode.
          rt.cpan.org#68803 [Yann Kerherve]

        Improvements:
        - new Parser and ParserOpts parameters

version 0.15: Thu Apr 28 10:22:34 CEST 2011
        Fixes:
        - parser object recreated each time, because it cannot be
          reused (any more?). [Didier Brun]
2011-10-07 07:57:26 +00:00
hiramatsu
56bf19fd40 Update p5-Test-Simple to 0.98.
Changes from previous:
0.98  Wed, 23 Feb 2011 14:38:02 +1100
    Bug Fixes
    * subtest() should not fail if $? is non-zero. (Aaron Crane)

    Docs
    * The behavior of is() and undef has been documented. (Pedro Melo)

0.97_01  Fri Aug 27 22:50:30 PDT 2010
    Test Fixes
    * Adapted the tests for the new Perl 5.14 regex stringification.
      (Karl Williamson) [github 44]

    Doc Fixes
    * Document how to test "use Foo ()". (Todd Rinaldo) [github 41]

    Feature Changes
    * subtest() no longer has a prototype.  It was just getting in the way.
      [rt.cpan.org 54239]
    * The filehandles used by default will now inherit any filehandle
      disciplines from STDOUT and STDERR IF AND ONLY IF they were applied
      before Test::Builder is loaded.  More later. [rt.cpan.org 46542]
2011-10-07 07:55:27 +00:00
dholland
33f9e4d0f5 PHP_VERSIONS_ACCEPTED=52, because php-fileinfo doesn't accept php53.
Now pbulk_scan no longer refuses to countenance this package, so it
can run to completion and build other stuff. I don't think this
package builds anyway...
2011-10-07 05:45:03 +00:00
dholland
11e253a3a4 Fix another broken DEPENDS line. 2011-10-07 03:58:04 +00:00
dholland
d9306a5577 Fix impossible depends. 2011-10-07 03:57:23 +00:00
dholland
cca353bc06 Fix broken DEPENDS that pbulk appears to be allergic to. 2011-10-07 03:56:19 +00:00
dholland
e0de03b41d This appeared only in the subdir copy of the package and looks like it's
probably wanted, so let's keep it.
2011-10-07 03:52:46 +00:00
dholland
64776761c7 Remove extra copy of this package that apparently got imported in a
subdir.
2011-10-07 03:51:44 +00:00
hiramatsu
9528e23d3f Note update of textproc/p5-XML-FeedPP, textproc/p5-XML-Feed and
devel/p5-Getopt-Euclid.
2011-10-07 02:11:11 +00:00
hiramatsu
23ca5968d9 Update p5-Getopt-Euclid to 0.3.0.
Changes from previous:
0.3.0
  - Reverted feature to match POD head section =head2, =head3 and =head4
    because of backward compatibility issue (RT bug #70942)

0.2.9  2011-09-03
  - This command does not generate warnings anymore:
    perl -e 'use Getopt::Euclid; print $Getopt::Euclid::VERSION;'
  - Required and optional arguments can now be put in a POD head section
    =head2, =head3 and =head4 for more flexibility

0.2.8  2011-09-02
  - Support for optional defaults (RT bug #61438, patch from Paolo Medeo)
  - Extended the grammar of recognized POD headers
  - Usage error message now mentions the --man option in addition to --help
2011-10-07 02:09:47 +00:00
hiramatsu
1f7afdc47d Update p5-XML-Feed to 0.44.
Change from previous:
0.44
    - Fix problem with HTML escaping in conversion
      https://rt.cpan.org/Public/Bug/Display.html?id=44899
      (Dave Cross & Shlomi Fish)
2011-10-07 02:08:10 +00:00
hiramatsu
8a51bed8d7 Update p5-XML-FeedPP to 0.43.
Changes from previous:
2011/05/08 (0.43)
    * fixed #67268: Wrong return value of description() with xhtml content
      in atom feeds
      https://rt.cpan.org/Ticket/Display.html?id=67268
      (thanks to MDOM)

2010/10/31 (0.42)
    * fixed #55197: Not a HASH reference at XML/FeedPP.pm line 2260
      https://rt.cpan.org/Ticket/Display.html?id=55197
      (thanks to MDOM)
2011-10-07 02:02:39 +00:00