Commit graph

204989 commits

Author SHA1 Message Date
wen
a23f9f2d03 Update to 1.3117
Upstream changes:
1.3117 31.07.2013

    [ ENHANCEMENTS ]
    * GH #836: Provide more information when an engine fails to load.
        (Yanick Champoux, reported by Daniel Perrett)

    [ BUG FIXES ]
    * GH #794: Upload data was not kept for forwarded requests.
        (reported by William Wolf)
    * GH #898: calling halt() doesn't discard set headers anymore.
        (Yanick Champoux, reported by Nicolas Franck)
    * GH #842: embedded 'prefix' now properly localized.
        (Yanick Champoux, reported by Jashank Jeremy)

    [ DOCUMENTATION ]
    * GH #938: fix doc typos in Dancer::Serializer. (Fabrice Gabolde)
    * GH #712: add all status codes known to Dancer to Dancer::HTTP.
        (Yanick Champoux, reported by Brian J Miller)
    * Add warning that 'forward' doesn't preserver the session. (Alberto Sim玫es)
    * GH #941: minor correction to code snippets in documentation.
        (Grzegorz Ro偶niecki)
    * GH #929: add warning on the use of Corona as underlying web server.
        (issue reported by berekuk)
    * GH #943: remove mention to 'Dancer::Plugin::Validation',
        clean 'dancer -a' sample output. (Grzegorz Ro偶niecki)
2013-08-13 16:07:57 +00:00
wen
7b3f7a2589 Updated mail/p5-MIME-Types to 2.01 2013-08-13 16:05:52 +00:00
wen
597b45097d Update to 2.01
Upstream changes:
version 2.01: Sat Aug  3 01:07:27 CEST 2013
	Improvements:
	- add dummy ::Types::create_type_index() because
	  Catalyst-Plugin-Static-Simple calls it :(

version 2.00: Fri Aug  2 17:44:53 CEST 2013
	Changes:
	- the mime information is now collected from various sources, amongst
	  them IANA.  Therefore, some types may use different x-'s
	  #types up from 995 to 2096
	- a separate table is built for the extension-to-type mapping.
	  #exts  up from 734 to 1425
	- the memory foot-print and start-up speed should have improved
	  considerably.

	Improvements:
	- added bin/collect_types
	- 3 typos. rt.cpan.org#86847 [D Steinbrunner]
	- add ::Type::isVendor(), ::isExperimental(), ::isPersonal on request
	  by rt.cpan.org#87062 [Lars]
	- cleaned-up Exporter syntax of (very) old interface.
	- added ::Types::listTypes()

version 1.38: Fri Jan 11 09:58:08 CET 2013
	- add application/vnd.ms-excel.template.macroEnabled.12 and five
	  related from http://filext.com/faq/office_mime_types.php
	  rt.cpan.org#82616 [M Jemmeson]

version 1.37: Fri Dec 21 11:33:53 CET 2012:
	- all mime.types files agree that perl scripts should use
	  application/x-perl.  Hence removed text/x-perl
	  rt.cpan.org#82100 [Kent Fredric]

version 1.36: Wed Oct 31 20:34:42 CET 2012
	- xlsx and friends had encoding 'binary' (since version 1.30),
	  but should have been 'base64'
	  rt.cpan.org#80529 [Douglas Wilson]
2013-08-13 16:04:27 +00:00
abs
606f63eac8 lucene related files appear to have changed their paths - update PLIST & bump PKGREVISION 2013-08-13 11:55:24 +00:00
joerg
b51e874cfe Explicitly reference the std version of some wchar.h functions to
resolve ambiguity.
2013-08-13 10:24:22 +00:00
joerg
f134640633 fix fallout from giflib update. 2013-08-13 10:23:25 +00:00
joerg
2be994b7ca Don't include missing config.h 2013-08-13 10:22:57 +00:00
joerg
ce9d270850 Allow only the PHP version itself, otherwise the multi-version logic
will trigger with failing distinfo entries.
2013-08-13 10:22:26 +00:00
joerg
f2a1b0bc24 Don't use default arguments in friend declarations. 2013-08-13 10:21:35 +00:00
joerg
9af677954b Add missing include to make gif_lib.h self-contained. 2013-08-13 10:20:47 +00:00
obache
fe7e1e8341 Updated sysutils/py-notify-python to 0.1.1nb21 2013-08-13 09:38:50 +00:00
obache
4a3f363a5d Switch to use libnotify07.
Bump PKGREVISION.
2013-08-13 09:38:29 +00:00
obache
22dde932c5 Updated sysutils/py-notify to 0.2.1nb4 2013-08-13 09:19:13 +00:00
obache
e7ba26868e Fixes packaging, replaced with completely different package as update to 0.2.1.
* not relevant to libnotify, drop dependency, fix COMMENTS and DESCR.
* fixes CATEGORY, `devel' is sufficient.
* let to register EGG-INFO.

Bump PKGREVISION.
2013-08-13 09:18:46 +00:00
obache
fa2d7341b8 Updated x11/zenity to 2.32.1nb14 2013-08-13 08:50:32 +00:00
obache
2e2114ca23 Switch to use libnotify07.
Bump PKGREVISION.
2013-08-13 08:50:14 +00:00
minskim
c3a7bb1f4a Note update of emacs-snapshot. 2013-08-13 07:30:16 +00:00
minskim
c25deb47f8 Update emacs-snapshot to 24.3.50.20130810.
New elisp packages: frameset and gnus-icalendar.
2013-08-13 07:29:18 +00:00
wen
f438b70562 Updated devel/p5-Moose to 2.1005 2013-08-13 03:04:34 +00:00
wen
a3f6dfce74 Update to 2.1005
Add two missing BUILD_DEPENDS

Upstream changes:
2.1005 Tue, Aug 06, 2013

  [ENHANCEMENTS]

  * add_method now accepts blessed subs (Graham Knop, PR#28)

  [BUG FIXES}

  * If a role consumed another role, we resolve method conflicts just like a
    class consuming a role, but when metaclass compat tried to fix up
    metaclass roles, we were putting all methods into one composite role and
    allowing methods in the metaclass roles to conflict. Now we resolve them
    as we should. (Jesse Luehrs, PR#27)

  * Some edge cases in tests with base.pm and non-existent module files are
    handled more strictly (see also perl RT#118561) (Graham Knop, PR#25)
2013-08-13 03:03:25 +00:00
wen
c1cd7dd435 Updated devel/p5-CPAN-Meta-Check to 0.007 2013-08-13 02:56:32 +00:00
wen
f77509bf70 Update to 0.007
Update BUILD_DEPENDS

Upstream changes:
0.007     2013-07-31 14:37:58 Europe/Amsterdam
          Swap conflicts test, as underscore versions broke it

0.006     2013-07-27 00:24:21 Europe/Amsterdam
          Fixed bad dereference during conflicts checking

0.005     2013-04-22 17:27:50 Europe/Amsterdam
          Converted from Test::Differences to Test::Deep
          Don't load CPAN::Meta from CPAN::Meta::Check
2013-08-13 02:55:00 +00:00
wen
97d1fd4ca1 Updated devel/p5-Test-CheckDeps to 0.006 2013-08-13 02:31:43 +00:00
wen
3ebec41d24 Update to 0.006
Update DEPENDS

Upstream changes:
0.006     2013-06-21 19:15:24 Europe/Amsterdam
          Explicitly require CPAN::Meta 2.120920
          Switch to Module::Build::Tiny

0.005     2013-06-21 18:55:09 Europe/Amsterdam
          Require CPAN::Meta::Check 0.004
2013-08-13 02:30:02 +00:00
obache
8c465fca30 Updated www/epiphany to 2.30.6nb28 2013-08-13 01:03:20 +00:00
obache
17947750fd Switch to use libnotify07.
Bump PKGREVISION.
2013-08-13 01:03:02 +00:00
khorben
656ab57693 Added audio/bmp-crossfade version 0.3.11 2013-08-13 00:48:36 +00:00
khorben
3c637a1518 Added audio/bmp-crossfade (version 0.3.11) 2013-08-13 00:47:16 +00:00
khorben
bce917a8d8 Added xmms-crossfade 0.3.11, as already found in audio/xmms-crossfade, but
with support for the Beep Media Player instead.

XMMS-Crossfade can be used to remove the gaps between two songs, or to
smoothly crossfade in-between.
2013-08-13 00:45:50 +00:00
wen
a9f971ee9b Updated net/p5-SOAP-Lite to 1.04 2013-08-13 00:44:08 +00:00
wen
e0b9f5c6f3 Update to 1.04
Upstream changes:
1.04 August 9, 2013
    ! #87605 Skip XML::Parser::Lite tests if it is missing [github.com/omega]

1.03 August 4, 2013
    ! #87195 Remove DIME::Tools dep until we can work around its issues

1.02 July 30, 2013
    ! #87421 1.01 release blew out xml versions. mea culpa.

1.01 July 29, 2013
    ! #84168 Test t/02-payload.t fails under Perl 5.17.10
    ! #87127 TEST.pl removed from MANIFEST
    ! revert #85713 - various reports of environment failures

1.0 July 16, 2013
    ! #85713 SOAP::Transport::HTTP, 500 error skips parsing of response
    ! No more Windows 98 client support. Wait, wut?
    ! Merge SOAP::Transport::TCP back into SOAP::Lite (for now)
    ! #82416: xop href cid: URI encoded support reported by Michael R. Davis (mrdvt92)
    ! #85208 bad test plan
    ! #83750 different headers for mod_perl vs mod_perl2 [Mithun Bhattacharya]

0.716 May 10, 2013
    ! #17275 Client unable to detect fatal SOAP failure (e.g. unable to connect to host)
    ! #81471 Force array context for correct Apache header parsing in SOAP::Transport::HTTP
    ! #45611 deserializing SOAP message with composite attachment raises exception
    ! #84168 Test t/02-payload.t fails under Perl 5.17.10
    ! #85098 Monkey patch for LWP::Protocol confuses the toolchain
    ! #78692 / #84724 / #83715 Sending large object (many levels deep) throws error Incorrect parameter
    ! #78502 t/08-schema.t noisy under 5.17.2 (unescaped left brace in regex  is deprecated)
    ! #78608 Documentation for "+trace"
    ! #78639 Spelling error reported by Debian tools
2013-08-13 00:43:07 +00:00
khorben
d7c4a6e7b7 Patched bmp as recommended in xmms-crossfade.
This fixes issues occuring with this plug-in enabled, while stopping
playback or crossfading between tracks for instance.

Bump revision, as the resulting binaries are changed with this patch.
2013-08-13 00:40:27 +00:00
wen
9e8c6dfe4a Updated devel/nasm to 2.10.09 2013-08-13 00:18:38 +00:00
wen
9434abd65b Update to 2.10.09
Upstream changes:
C.1.1 Version 2.10.09

Pregenerate man pages.
C.1.2 Version 2.10.08

Fix VMOVNTDQA, MOVNTDQA and MOVLPD instructions.
Fix collision for VGATHERQPS, VPGATHERQD instructions.
Fix VPMOVSXBQ, VGATHERQPD, VSPLLW instructions.
Add a bunch of AMD TBM instructions.
Fix potential stack overwrite in numbers conversion.
Allow byte size in PREFETCHTx instructions.
Make manual pages up to date.
Make F3 and F2 SSE prefixes to override 66.
Support of AMD SVM instructions in 32 bit mode.
Fix near offsets code generation for JMP, CALL instrictions in long mode.
Fix preprocessor parse regression when id is expanding to a whitespace.
C.1.3 Version 2.10.07

Fix line continuation parsing being broken in previous version.
C.1.4 Version 2.10.06

Always quote the dependency source names when using the automatic dependency generation options.
If no dependency target name is specified via the -MT or -MQ options, quote the default output name.
Fix assembly of shift operations in CPU 8086 mode.
Fix incorrect generation of explicit immediate byte for shift by 1 under certain circumstances.
Fix assembly of the VPCMPGTQ instruction.
Fix RIP-relative relocations in the macho64 backend.
C.1.5 Version 2.10.05

Add the CLAC and STAC instructions.
C.1.6 Version 2.10.04

Add back the inadvertently deleted 256-bit version of the VORPD instruction.
Correct disassembly of instructions starting with byte 82 hex.
Fix corner cases in token pasting, for example:
   %define N 1e%++%+ 5
           dd N, 1e+5
C.1.7 Version 2.10.03

Correct the assembly of the instruction:
XRELEASE MOV [absolute],AL
Previous versions would incorrectly generate F3 A2 for this instruction and issue a warning; correct behavior is to emit F3 88 05.

C.1.8 Version 2.10.02

Add the ifunc macro package with integer functions, currently only integer logarithms. See section 5.4.
Add the RDSEED, ADCX and ADOX instructions.
C.1.9 Version 2.10.01

Add missing VPMOVMSKB instruction with reg32, ymmreg operands.
C.1.10 Version 2.10

When optimization is enabled, mov r64,imm now optimizes to the shortest form possible between:
     mov r32,imm32                   ;  5 bytes
     mov r64,imm32                   ;  7 bytes
     mov r64,imm64                   ; 10 bytes
To force a specific form, use the STRICT keyword, see section 3.7.

Add support for the Intel AVX2 instruction set.
Add support for Bit Manipulation Instructions 1 and 2.
Add support for Intel Transactional Synchronization Extensions (TSX).
Add support for x32 ELF (32-bit ELF with the CPU in 64-bit mode.) See section 7.9.
Add support for bigendian UTF-16 and UTF-32. See section 3.4.5.
C.1.11 Version 2.09.10

Fix up NSIS script to protect uninstaller against registry keys absence or corruption. It brings in a few additional questions to a user during deinstallation procedure but still it is better than unpredictable file removal.
C.1.12 Version 2.09.09

Fix initialization of section attributes of bin output format.
Fix mach64 output format bug that crashes NASM due to NULL symbols.
C.1.13 Version 2.09.08

Fix __OUTPUT_FORMAT__ assignment when output driver alias is used. For example when -f elf is used __OUTPUT_FORMAT__ must be set to elf, if -f elf32 is used __OUTPUT_FORMAT__ must be assigned accordingly, i.e. to elf32. The rule applies to all output driver aliases. See section 4.12.6.
C.1.14 Version 2.09.07

Fix attempts to close same file several times when -a option is used.
Fixes for VEXTRACTF128, VMASKMOVPS encoding.
C.1.15 Version 2.09.06

Fix missed section attribute initialization in bin output target.
C.1.16 Version 2.09.05

Fix arguments encoding for VPEXTRW instruction.
Remove invalid form of VPEXTRW instruction.
Add VLDDQU as alias for VLDQQU to match specification.
C.1.17 Version 2.09.04

Fix incorrect labels offset for VEX intructions.
Eliminate bogus warning on implicit operand size override.
%if term could not handle 64 bit numbers.
The COFF backend was limiting relocations number to 16 bits even if in real there were a way more relocations.
C.1.18 Version 2.09.03

Print %macro name inside %rep blocks on error.
Fix preprocessor expansion behaviour. It happened sometime too early and sometime simply wrong. Move behaviour back to the origins (down to NASM 2.05.01).
Fix unitialized data dereference on OMF output format.
Issue warning on unterminated %{ construct.
Fix for documentation typo.
C.1.19 Version 2.09.02

Fix reversed tokens when %deftok produces more than one output token.
Fix segmentation fault on disassembling some VEX instructions.
Missing %endif did not always cause error.
Fix typo in documentation.
Compound context local preprocessor single line macro identifiers were not expanded early enough and as result lead to unresolved symbols.
C.1.20 Version 2.09.01

Fix NULL dereference on missed %deftok second parameter.
Fix NULL dereference on invalid %substr parameters.
C.1.21 Version 2.09

Fixed assignment the magnitude of %rep counter. It is limited to 62 bits now.
Fixed NULL dereference if argument of %strlen resolves to whitespace. For example if nonexistent macro parameter is used.
%ifenv, %elifenv, %ifnenv, and %elifnenv directives introduced. See section 4.4.9.
Fixed NULL dereference if environment variable is missed.
Updates of new AVX v7 Intel instructions.
PUSH imm32 is now officially documented.
Fix for encoding the LFS, LGS and LSS in 64-bit mode.
Fixes for compatibility with OpenWatcom compiler and DOS 8.3 file format limitation.
Macros parameters range expansion introduced. See section 4.3.4.
Backward compatibility on expanging of local sigle macros restored.
8 bit relocations for elf and bin output formats are introduced.
Short intersegment jumps are permitted now.
An alignment more than 64 bytes are allowed for win32, win64 output formats.
SECTALIGN directive introduced. See section 4.12.13.
nojmp option introduced in smartalign package. See section 5.2.
Short aliases win, elf and macho for output formats are introduced. Each stands for win32, elf32 and macho32 accordingly.
Faster handling of missing directives implemented.
Various small improvements in documentation.
No hang anymore if unable to open malloc.log file.
The environments without vsnprintf function are able to build nasm again.
AMD LWP instructions updated.
Tighten EA checks. We warn a user if there overflow in EA addressing.
Make -Ox the default optimization level. For the legacy behavior, specify -O0 explicitly. See section 2.1.22.
Environment variables read with %! or tested with %ifenv can now contain non-identifier characters if surrounded by quotes. See section 4.10.2.
Add a new standard macro package %use fp for floating-point convenience macros. See section 5.3.
C.1.22 Version 2.08.02

Fix crash under certain circumstances when using the %+ operator.
C.1.23 Version 2.08.01

Fix the %use statement, which was broken in 2.08.
C.1.24 Version 2.08

A number of enhancements/fixes in macros area.
Support for converting strings to tokens. See section 4.1.9.
Fuzzy operand size logic introduced.
Fix COFF stack overrun on too long export identifiers.
Fix Macho-O alignment bug.
Fix crashes with -fwin32 on file with many exports.
Fix stack overrun for too long [DEBUG id].
Fix incorrect sbyte usage in IMUL (hit only if optimization flag passed).
Append ending token for .stabs records in the ELF output format.
New NSIS script which uses ModernUI and MultiUser approach.
Visual Studio 2008 NASM integration (rules file).
Warn a user if a constant is too long (and as result will be stripped).
The obsoleted pre-XOP AMD SSE5 instruction set which was never actualized was removed.
Fix stack overrun on too long error file name passed from the command line.
Bind symbols to the .text section by default (ie in case if SECTION directive was omitted) in the ELF output format.
Fix sync points array index wrapping.
A few fixes for FMA4 and XOP instruction templates.
Add AMD Lightweight Profiling (LWP) instructions.
Fix the offset for %arg in 64-bit mode.
An undefined local macro (%$) no longer matches a global macro with the same name.
Fix NULL dereference on too long local labels.
2013-08-13 00:17:36 +00:00
wen
e394dc7862 Updated www/p5-Mojolicious to 4.24 2013-08-12 23:29:36 +00:00
wen
cca64cddf9 Update to 4.24
Upstream changes:
4.24  2013-08-08
  - Added ancestors method to Mojo::DOM.
  - Fixed bug where Mojo::IOLoop::Stream timeout was not always available.

4.23  2013-08-01
  - Added redirects method to Mojo::Transaction::HTTP.

4.22  2013-07-30
  - Improved Mojo::Server to use FindBin more defensively.
  - Fixed empty attribute bug in Mojo::DOM::CSS.
  - Fixed partial route handling in routes command.

4.21  2013-07-29
  - Added strip method to Mojo::DOM.
  - Fixed return values of remove and replace methods in Mojo::DOM.

4.20  2013-07-28
  - Deprecated Mojo::DOM::attrs in favor of Mojo::DOM::attr.
  - Improved Mojo::UserAgent connection management to be fork-safe.

4.19  2013-07-21
  - Improved invalid tag handling in Mojo::DOM::HTML.

4.18  2013-07-08
  - Added --mode option to Morbo.
  - Fixed bug in Mojo::UserAgent where not all 2xx responses would be accepted
    for CONNECT requests.
2013-08-12 23:28:18 +00:00
wen
6d1ac91143 Updated devel/p5-Module-CoreList to 2.96 2013-08-12 23:20:27 +00:00
wen
29c006a906 Update to 2.96
Upstream changes:
2.96 Mon Aug 12 2013
  - Utils module listing all utilities released with core
  - Updated for v5.18.1

2.95 Mon Jun 22 2013
  - Updated for v5.19.3

2.94 Sun Jun 21 2013
  - Updated for v5.19.2

2.93 Thu 20 Jun 2013
  - Updated for v5.19.1
2013-08-12 23:19:09 +00:00
wen
35a13a67c0 Updated time/p5-Time-Piece to 1.22 2013-08-12 23:14:55 +00:00
wen
8e7a72576a Update to 1.22
Upstream changes:
1.22      2013-08-12
          - add explicit copyright and license statements
          - fix encoding of .pm files and add =encoding directive

1.21      2013-07-06
          - fix installation target; now installs to site in v5.12 and later
          - make Time::Seconds match its VERSION to Time::Piece
          - numerous portability fixes imported from perl core distribution
2013-08-12 23:13:44 +00:00
kleink
25869dfa9e Updated security/py-itsdangerous to 0.23. 2013-08-12 18:18:34 +00:00
kleink
ec7d71e709 Update py-itsdangerous to 0.23.
Version 0.23
~~~~~~~~~~~~

- Fixed a packaging mistake that caused the tests and license
  files to not be included.
2013-08-12 18:17:22 +00:00
obache
5647c089af Updated sysutils/gnome-mount to 0.8nb25 2013-08-12 14:24:54 +00:00
obache
7431e1bad4 Switch to use libnotify07.
Bump PKGREVISION.
2013-08-12 14:24:35 +00:00
obache
d46b052dd5 Updated security/seahorse to 2.32.0nb22 2013-08-12 12:52:35 +00:00
obache
36ff87547d Switch to use libnotify07.
Bump PKGREVISION.
2013-08-12 12:52:16 +00:00
obache
516cfced83 Updated x11/gnome-screensaver to 2.30.2nb17 2013-08-12 12:28:35 +00:00
obache
6525da647e Switch to use libnotify07.
Bump PKGREVISION.
2013-08-12 12:28:19 +00:00
obache
624fbebe50 Updated chat/empathy to 2.34.0nb30 2013-08-12 10:00:24 +00:00
obache
d84e59917a Switch to use libnotify07.
Bump PKGREVISION.
2013-08-12 10:00:03 +00:00