Commit graph

19194 commits

Author SHA1 Message Date
darcy
0042fac321 Update PLIST missed on previous commit. Thanks to Benjamin Newman. 2012-10-13 16:48:19 +00:00
wen
7d860dc606 Update to 2.0604
Upstream changes:
2.0604 Wed, Sep 19, 2012

  [BUG FIXES]

  * Fix nonsensical error message for inlined accessors of required attributes.
    (doy)

  * Stop trying to localize a lexical (blead now throws an error for this). RT
    #79257, perl #114628. (sprout)

  [OTHER]

  * Depend on a version of Carp new enough to have caller_info. RT #79367.
    (pshangov)
2012-10-13 11:23:00 +00:00
ryoon
ddeaacb3ff Update to 10.0.9
Changelog:
Fixed in Firefox ESR 10.0.9
MFSA 2012-89 defaultValue security checks not applied

Fixed in Firefox ESR 10.0.8
MFSA 2012-87 Use-after-free in the IME State Manager
MFSA 2012-86 Heap memory corruption issues found using Address Sanitizer
MFSA 2012-85 Use-after-free, buffer overflow, and out of bounds read issues found using Address Sanitizer
MFSA 2012-84 Spoofing and script injection through location.hash
MFSA 2012-83 Chrome Object Wrapper (COW) does not disallow acces to privileged functions or properties
MFSA 2012-82 top object and location property accessible by plugins
MFSA 2012-81 GetProperty function can bypass security checks
MFSA 2012-79 DOS and crash with full screen and history navigation
MFSA 2012-77 Some DOMWindowUtils methods bypass security checks
MFSA 2012-74 Miscellaneous memory safety hazards (rv:16.0/ rv:10.0.8)
MFSA 2012-59 Location object can be shadowed using Object.defineProperty
2012-10-13 10:16:23 +00:00
skrll
46130cb12c Retire from pkg maintainership 2012-10-13 09:34:49 +00:00
obache
750d684c02 m17n projects has moved to Savannah. 2012-10-13 01:35:43 +00:00
darcy
29ebc573bc Update to latest version.
Cleans up TODO item.
Move maintainership to myself.
2012-10-13 00:49:37 +00:00
ryoon
155328448c Update to 16.0.1
Changelog:
    FIXED
    16.0.1: Vulnerability outlined here
	https://blog.mozilla.org/security/2012/10/10/security-vulnerability-in-firefox-16/
    NEW
    Firefox on Mac OS X now has preliminary VoiceOver support turned on by default
    NEW
    Initial web app support (Windows/Mac/Linux)
    NEW
    Acholi and Kazakh localizations added
    CHANGED
    Improvements around JavaScript responsiveness through incremental garbage collection
    DEVELOPER
    New Developer Toolbar with buttons for quick access to tools, error count for the Web Console, and a new command line for quick keyboard access
    DEVELOPER
    CSS3 Animations, Transitions, Transforms and Gradients unprefixed in Firefox 16
    DEVELOPER
    Recently opened files list in Scratchpad implemented
    FIXED
    16.0.1: Vulnerability outlined here
	https://blog.mozilla.org/security/2012/10/10/security-vulnerability-in-firefox-16/
    FIXED
    Debugger breakpoints do not catch on page reload (783393)
    FIXED
    No longer supporting MD5 as a hash algorithm in digital signatures (650355)
    FIXED
    Opus support by default (772341)
    FIXED
    Reverse animation direction has been implemented (655920)
    FIXED
    Per tab reporting in about:memory (687724)
    FIXED
    User Agent strings for pre-release Firefox versions now show only major version (728831)
2012-10-12 18:27:20 +00:00
taca
fa92a3a6d8 Reset PKGREVISION. 2012-10-12 14:52:34 +00:00
wiz
d894175352 Update to 6.2.4, using Matt Danielson's update to 6.2 from PR 45925.
Version 6.2.4 - May 30 2012

[BUG FIXED]
Gtags with the -f option brings segmentation fault. Now it works.
This bug exists only in GLOBAL-6.2.3.

Version 6.2.3 - May 26 2012

[BUG FIXED]
o Built-in parser: When attribute specifier appeared immediately after the
  `struct', `union' or `enum' keyword, GLOBAL could not pick up tag name.
  Now it works correctly.

[CHANGES]
New facilities:
o gtags: --single-update option support addition of a file.
o global: New --single-update option.
o gtags.el: New custom variables:
  - gtags-ignore-case
  - gtags-auto-update.
o gtags.vim: New custom variables 'Gtags_Auto_Update' (default 0).

Version 6.2.2 - March 15 2012

[BUG FIXED]
o configure: The --disable-gtagscscope option didn't avoid building gtags-cscope
  completely. So, ./configure failed when there is no curses library.
  Now it avoids building gtags-cscope completely.
o htags: Imported a patch to fix htags on Windows Vista+ (tmpfile wants to create
  its file in the root directory, which is not writable by normal users).

Version 6.2.1 - February 24 2012

[CHANGES]
New facilities:
o gtags: New --accept-dotfiles option.
o configure: New --disable-gtagscscope option.
o gtags.el: Key mapping was changed to follow "Key binding conventions" of Emacs Lisp.
  - The prefix character "\C-c" for suggested key mapping became customizable.
    If you want to invoke 'gtags-find-tag by "\C-xt", please write your .emacs file
    like follows:

        [$HOME/.emacs]
        (setq gtags-suggested-key-mapping t)
        (setq gtags-prefix-key "\C-x")

[INCOMPATIBLE CHANGES]
o gtags.el: Key mapping was changed to follow "Key binding conventions" of Emacs Lisp.
  - Policy of key mapping was changed.
  [Old] If 'gtags-suggested-key-mapping' is false, any key mapping is not done.
  [New] If 'gtags-suggested-key-mapping' is false, almost key mapping is not done.
        But "\C-m" and "\C-t" in 'Gtags select mode' are always enabled.

[BUG FIXED]
global: The -L option with '-' didn't work. Now it works.
Built-in parser:
- Pick up symbols in expression in enumerator-list as "reference or other symbol".
- C/C++ parser couldn't handle typedef of the form of 'typedef enum tag_name TYPEDEF_NAME;'
  correctly. Now, it works.

Version 6.2 - January 21 2012

[CHANGES]
New facilities:
o gtags.el: Added support for TRAMP. Now gtags.el works almost transparently with TRAMP.
  Please send a bug report to the bug mailing list.
o gtags-cscope: Enables an environment variable EDITOR allow options.
o gtags-cscope: New -i option.
o gtags-cscope.vim: New custom variable GtagsCscope_Kepp_Alive.
o globash: Added long name options:
  use, show, first, last, next, prev:   --vi, --less, --emacs, --vim, --gozilla, --noedit
  mark: --list, --edit
  cookie: --list, --edit, --menu, --warp
o gtags: Add keywords introduced in ISO/IEC 9899:2011.
  _Alignas _Alignof _Atomic _Generic _Noreturn _Static_assert _Thread_local

[INCOMPATIBLE CHANGES]
o less-global: Quoting is required for the pattern which should be interpreted by the shell.

[BUG FIXED]
The icase_path config variable didn't affect the -c command with the -P option of global.
Now it works.

Version 6.1 - October 7 2011

[CHANGES]
New facility:
o Server side GLOBAL
  You can use some shell scripts instead of global, gtags and htags.
  By this facility, you need not install GLOBAL in your client machine.

  Client machine       Network         Server machine
  +--------------+                    +---------------+
  |gtags-client  |-------- SSH ------>|    gtags      |-->GTAGS,GRTAGS,GPATH
  |              |                    |               |     |
  |global-client |<------- SSH ------>|    global     |<----+
  |              |                    |               |
  | vi, emacs    |<------- NFS ------>| project files |
  +--------------+                    +---------------+

  Please read script/README for the details.

Version 6.0 - September 7 2011

[CHANGES]
New facilities:
o Now GLOBAL allows path names which include blanks.
o Now GLOBAL refuses looping symbolic links.
o global: the -c command accepts -T option.
o global: the -c command locates symbols in the directories in GTAGSLIBPATH.
o global: New --match-part option.
o global: New environment variable GTAGSTHROUGH. If this variable is set,
  the -T option is specified.
o global: New output format 'ctags-mod'. It is used in gtags.vim.
o global: New environment variable GTAGSBLANKENCODE.
o htags: Changed the cflow loader to accept "_' and HTML special chars (&XXXX;).
o gtags.vim: Now allows the use of the -s and -r option at the same time.
o gtags.vim: Now custom variables: 'Gtags_Auto_Map' (default 0).
o gtags.el: New custom variable 'gtags-grep-all-text-files'.
o gtags-cscope: New -a option.
o gtags-cscope.vim: New custom variables: 'GtagsCscope_Use_Old_Key_Map',
  'GtagsCscope_Ignore_Case', 'GtagsCscope_Absolute_Path'.

[INCOMPATIBLE CHANGES]
o gtags.el: Now each gtags-find-xxx command follows 'case-fold-search' variable.
o gtags.el: Mouse key mappings for xemacs is not done any longer.
o gtags.el: Changed the prefix character of the commands from 'ESC' to 'Ctrl-c'
  to avoid the collisions with the default key mapping. If you want to use the old
  key mapping, please write the followings in your '.emacs' file.

	(setq gtags-suggested-key-mapping t)
	(setq gtags-use-old-key-map t)

o gtags.el: New policy of key mapping:
  - If 'gtags-suggested-key-mapping' is false, any key mapping is not done.
  - If 'gtags-disable-pushy-mouse-mapping' is true, any mouse mapping is not done.
o gtags-cscope.vim: The default value of the 'GtagsCscope_Auto_Map' and
  'GtagsCscope_Auto_Load' was changed to 0. Additionally, the default key mapping
  was changed to the one derived from 'cscope_maps.vim' that was made
  by the cscope team.
  If you hope older environment, please write the followings to your '.vimrc' file.

        let GtagsCscope_Auto_Load = 1
        let GtagsCscope_Auto_Map = 1
        let GtagsCscope_Use_Old_Key_Map = 1

o gtags.vim: Changed the -P sub-command not to accept NULL input.
  Please input '/' instead.
o gtags-cscope: Title changed.
  Find this C symbol: -> Find this symbol
  Find functions calling this function: -> Find locations calling this function:
o gtags.conf: The lines which start with a '#' on the continuation lines is considered
  to be a comment line.

  [example]
        :langmap=C\:.c:\
#       :langmap=C#\:.cs:\
        :langmap=Java\:.java:

  [old]
  considered as:|      :langmap=C\:.c:#        :langmap=C#\:.cs:        :langmap=Java\:.java:|
  [new]
  considered as:|      :langmap=C\:.c:        :langmap=Java\:.java:|

[BUG FIXED]
o gtags.el: gtags-mode-hook and gtags-select-mode-hook were not the last thing run
  when entering the mode. It has been fixed.

Version 5.9.7 - July 1 2011

[CHANGES]
New facilities:
o global: the -c command accepts new -P and -r option.
o gozilla: Now support firefox.
o globash: Added two commands: d and rs.

[INCOMPATIBLE CHANGES]
o globash: The -l option in each search command was removed.
o gtags.el: Removed the default mouse key mapping in gtags-mode and gtags-select-mode.
  If gtags-suggested-key-mapping is true, the old mouse key mapping is available.

        [$HOME/.emacs]
        +------------------------------------------------
        |(setq gtags-suggested-key-mapping t)

[NEW FACILITIES IN TESTING STAGE]
You can use the following facilities by setting GTAGSTESTING environment variable.
Please try:
        $ export GTAGSTESTING=  (in sh)
or
        % setenv GTAGSTESTING   (in csh)

o gtags: Now gtags detects looping symbolic link.(testing stage)
o gtags: Now treat blanks in a path correctly.(testing stage)

If you find a bug, please send a bug report to bug-global@gnu.org. Thank you.

Version 5.9.6 - June 7 2011

[CHANGES]
global: New option --literal.
htags: New --fixed-guide option.

[FIXED BUGS]
htags: didn't make FILEMAP file which is referred by Doxgen.
       version 5.9.4 and 5.9.5 didn't this file.
gtags-cscope: 'Find this text string:' didn't work correctly in some cases.
gtags-cscope/Makefile: setting of gtags_cscope_DEPENDENCIES was wrong.

Version 5.9.5 - May 16 2011

[CHANGES]
o gtags-cscope: re-implemented using cscope's code.
  Now, it is almost compatible with cscope itself.

o Config variable 'suffixes' was completely removed.
  Instead, config variable 'langmap' was actualized.

[INCOMPATIBLE CHANGES]
Removed GPATH,GTAGS,GRTAGS,GSYMS and html/ from the skip variable
in gtags.conf file.
From now on, gtags unconditionally ignore the tag files.
Though 'html/' was added for Windows, it brought troubles for UNIX.

[FIXED BUGS]
o The processing of the --ncol option was missing.

Version 5.9.4 - March 8 2011

[CHANGES]
o gtags.el: New custom variables: 'gtags-disable-pushy-mouse-mapping'
  and 'gtags-suggested-key-mapping'.
o gtags.el: Command gtags-parse-file was rewritten.
o gtags.vim: New custom variable Gtags_Use_Tags_Format.

[INCOMPATIBLE CHANGES]
o htags: Ceases making ID database arbitrarily when the -g option is specified.
o htags: The --no-map-file option was removed. Instead, new --map-file option
  was added. Htags doesn't make the mapping files (FILEMAP, MAP) any longer.
o htags: The -c (--compact) option was deleted from the option list of the
  --suggest2 option.

[FIXED BUGS]
o htags: A certain kind of files which does not end with newline bring
  segmentation fault.
2012-10-12 13:31:58 +00:00
obache
550f6512d8 Update primary master site's host name, from HOMEPAGE.
Drop 2nd and 3rd sites from MASTER_SITES (ver3.2 is not hosted).
PR 47059.
2012-10-12 08:15:26 +00:00
marino
0200523712 devel/cmph: Fix build for gcc 4.6+
Remove -Werror (catches -Wunused-but-set-variable) to fix build.
2012-10-12 08:01:00 +00:00
drochner
35c4a1c43f fix closures on NetBSD/amd64 and possibly more NetBSD platforms where
malloc'd memory is not automatically executable
bump PKGREV
2012-10-11 19:37:47 +00:00
drochner
05d3c92847 use vala-0.18 to build 2012-10-11 14:49:00 +00:00
drochner
05b6143934 update to 4.5.6
changes:
-bugfixes
-added a filter edit to filter the configuration tree to the
 configuration dialog
2012-10-10 16:54:59 +00:00
jmmv
da484e70e4 Resurrect patch deleted during upgrade to fix build under NetBSD/macppc. 2012-10-10 11:59:26 +00:00
jmmv
fffebb7526 Explicitly disable the creation of manpages so that the presence of
xsltproc and Docbook packages do not enable this unexpectedly.  Fixes
the build whenever manpages get enabled for some reason, as the PLIST
does not account for them.
2012-10-09 18:57:54 +00:00
drochner
b426fb2fde remove now obsolete vala dependency 2012-10-09 14:07:23 +00:00
drochner
7da013706e remove conflicting Xft2 bl3 inclusion 2012-10-09 12:16:31 +00:00
jmmv
cfa0d7784e Fix build under NetBSD/macppc. 2012-10-09 01:07:55 +00:00
adam
3f2cc57b2b Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
adam
92618585dd Overview of changes between 1.32.0 and 1.32.1
=============================================
- Fixup grapheme clusters
- 684959 - crash after "Add pango_shape_full()"

Overview of changes between 1.31.2 and 1.32.0
=============================================
- Add a --without-xfg configure option
- Add pango_shape_full()

Overview of changes between 1.31.1 and 1.31.2
=============================================
- More work on towards thread-safety
- Build fixes on OS X

Overview of changes between 1.31.0 and 1.31.1
=============================================
- The module cache file can now be located in libdir
- Initial work towards making pango thread-safe
- Update to Unicode 6.1.
- 682421 - Fix vertical text, gravity, etc, with HarfBuzz
- 678721 - Don't need to get item properties...
- 678997 - Colors aqua, silver and indigo missing...
- 653347 - rise units documented incorrectly
- 682952 - remove old glib check
- Deprecate pango-ot.h.
- Deprecate pango_fc_font_kern_glyphs
- Deprecate pango_lookup_aliases

Overview of changes between 1.30.1 and 1.31.0
=============================================
- Port to harfbuzz 0.9.x, use external harfbuzz
- Remove Arabic, Syriac, Hangul Hebrew, Khmer,
  Tibetan and Thai shapers (replaced by harfbuzz)
- Remove Indic module (replaced by harfbuzz)
- Remove Atsui support (superseded by CoreText)
- Remove PangoX
- 679654 - Crash for PangoContext.list_families
- 680965 - missing language strings for ...
- 681423 - introspection: assorted fixes...
2012-10-08 21:35:22 +00:00
prlw1
2f50d0baad Update libpeas to 1.6.0 (PR#46921)
* Remove the vala demo plugin
* Add min required and max allowed version for glib and Gdk
* Warn if activate or deactivate are not implemented
* Find extension construct properties also in interface prerequisites
* Fix interface sorting in GJS and Seed
* Added peas_engine_prepend_search_path
* Added peas_plugin_info_get_external_data
* Misc bugfixes
2012-10-08 21:34:14 +00:00
prlw1
7756a4d148 Update py-at-spi2 to 2.6.0
* Install caret focus tracker into $bindir, rather than $pythondir/examples.
  for the rational see https://bugzilla.gnome.org/show_bug.cgi?id=682636
* Fix incorrect FSF address in file headers.
* Fix for bug #683302 - Missing argument for set_current_value method
* Include interim focus tracker as an example.
* Fix autogen.sh for non-sourcedir build.
* Add getLocalizedName for actions.
2012-10-08 21:24:37 +00:00
prlw1
6dbd2e1de5 Update py-gobject3 to 3.4.0
Many bug fixes especially 32 vs 64-bit fixes, drop support for python < 2.6.
See http://git.gnome.org/browse/pygobject/plain/NEWS?id=3.4.0 for details.
2012-10-08 21:15:03 +00:00
prlw1
e2db3b000b Update to 2.6.0
* Fix some crashes in atk_bridge_adaptor_cleanup (BGO#684434).
* When the cache is activated, register it on the main D-Bus connection.
* Fix atspi_hyperlink_get_uri (BGO#683182).
* Only initialize the cache when an AT is running.
* Fix various memory leaks (BGO#683979, BGO#684077)
* Removed the gtk 3.0 module (BGO#678315).
* Don't leak a GError when option parsing fails (BGO#679296)
* Rework some inefficient code when removing clients and events (BGO#679295,
  BGO#679297).
* Implement GetLocalizedName for actions (BGO#680598)
* Allow to build out of source directory (BGO#680280).
* No need to include i18n support: There's nothing to translate here.
2012-10-08 20:31:27 +00:00
prlw1
e2f2d794d5 Update to 2.6.0
* Fix some annotations.
* Exit, rather than crash, when unable to open an X display (BGO#660407).
* Fix various memory leaks (BGO#684033).
* Fix build with -fno-common.
* Add glib-2.0 to requires in at-spi2.pc (BGO#682595)
* Add atspi_action_get_localized_name (BGO#680598).
* Allow building from out of source directory (BGO#680281)
2012-10-08 20:23:48 +00:00
prlw1
c2e0682756 Update to 2.6.0
* Bug 635332: Include C header information in GIR
* Added atk_relation_set_contains_target to atk.symbols
* Bug 672869: Required a method to check if a relationset contains a
    relation taking into account relationship and target
* Added extra doc on atk_remove_[key/global]_event_listener
* Fixed compilation with some gcc versions/combination of options
* Provide a default implementation for
    atk_util_[add/remove]_global_event_listner
* Bug 478587: "accessible-role" - invalid default value
* Updated translations: Japanese, Brazilian Portuguese, Polish, Galician,
    Latvian, Catalan, Catalan (Valencian), Greek, Norwegian, Spanish
2012-10-08 20:19:31 +00:00
alnsn
039b34bf99 Add test target. 2012-10-08 19:42:47 +00:00
dholland
cb4b75ea12 Revert part of previous: leave this marked NOT_FOR_PLATFORM for Dragonfly
by request of John Marino. But leave the patches in place as they are
harmless. Affects PR 47042.
2012-10-08 19:16:17 +00:00
adam
83784ebef0 Changes 0.1.18:
* Updated word break dictionary.

Changes 0.1.17:
* Recognizes acronyms on word breaking.
* Updated word break dictionary.
2012-10-08 18:05:58 +00:00
dholland
7cea908651 oops, add patch comments (meant to do that before committing) 2012-10-08 16:59:26 +00:00
dholland
86d9e3ccdf Build patches for DragonFly, from Neil Booth in PR 47042. 2012-10-08 16:54:07 +00:00
jaapb
38230ed9f7 Updated devel/frama-c to its latest version. Changes include:
-! Kernel     [2012/09/17] Remove useless negative options -no-help,
	      -no-version, -no-print-share-path, -no-print-lib-path and
	      -no-print-plugin-path.
o!* Cil       [2012/09/12] Split constants of logic and C (fixes bts #745).
o! Cil        [2012/09/12] Remove type Cil_type.typsig. Use the functions in
	      Cil_datatype.Typ and Cil_datatype.Logic_typ to compare types.
o! Kernel     [2012/09/03] Remove obsolete constructors Cabs.TRANSFORMER and
	      Cabs.EXPRTRANSFORMER and related parsing rules.
o! Value      [2012/08/29] Signature change for function
	      Db.Value.register_builtin: builtins can now return multiple
	      states.
o! Value      [2012/08/20] Rename Db.Value.assigns_to_zone_inputs_state to
	      Db.Value.assigns_inputs_to_zone. Add new functions
	      Db.Value.assigns_outputs_to_zone and
	      Db.Value.assigns_inputs_to_locations.
o!* Kernel    [2012/07/31] Operations that silently mutate AST should now call
	      Ast.mark_as_changed to clear states depending on it
	      (fixes #!1244).
-! Inout      [2012/07/22] Option -inout-callwise restarts Value when it is
	      newly set
o! Cil        [2012/07/16] Ast changed: Unrool_level renamed into Unroll_specs
	      and its argument becomes a list for next evolutions.
o! Kernel     [2012/07/16] Add function [stmt_can_reach] to the arguments
	      of Dataflow.Backwards, which is used to speed up the analysis.
	      See dataflow.mli for good possible values.
-! Rte        [2012/07/16] Rename option -rte-const into
	      -rte-no-trivial-annotations (set by default).
-! Value      [2012/07/12] More thorough checks for calls through a function
	      pointer: warn when the function type and the pointer are
              not compatible, and stop when they cannot be reconciled.
-! Kernel     [2012/07/12] A negative value given to -ulevel option hides all
	      UNROLL_LOOP pragmas.
+! Kernel     [2012/07/10] Change semantics of 'reachable' properties
	      for functions. Use intrinsic notion instead of accessibility
	      of first statement.
o! Kernel     [2012/06/25] Correct (albeit slow) hash function for terms
	      and term lvalues.
-! Kernel     [2012/06/22] improve 'reachable' properties.
o! Kernel     [2012/06/19] Remove module Inthash. Use Datatype.Int.Hashtbl
	      instead, or directly carbon2nitrogen.sh migration script.
o! Value      [2012/06/18] Made type Ival.tt private.
o! Kernel     [2012/06/11] New API for Annotations which merges old
	      Annotations, Globals.Annotations and operations of Kernel_function
	      over function contracts.
-! Pdg        [2012/06/08] Rename option -dot-pdg into -pdg-dot
o! Kernel     [2012/05/30] Kernel.Functions.get does not silently create
	      a kernel function if it does not already exist. This behavior
	      is kept for Cil builtins.
o! Kernel     [2012/04/26] Plugin.set_optional_help is now deprecated.
*! Kernel     [2012/04/14] Introduce more temporaries for a call [lv = f()] if
	      the return type of f and the type of lv do not match. Fix
	      issue #1024.
o! Kernel     [2012/03/26] Kernel.CppExtraArgs now gets type
	      Plugin.String_list and not Plugin.String_set (fixed bts #!1132).
-! Kernel     [2012/02/29] Adding some more supports for built-in related to
	      memory blocks.
-!  Cil       [2012/02/24] Functions returning a value cannot let control flow
	      falling through the closing '}'  Fixes #685.
-! Kernel     [2012/02/23] Sets generated assigns clauses into the default
	      behavior.
-! Kernel     [2012/02/08] Adding supports for clause allocates and frees
              and their version for loops.
o! Value      [2011/12/02] Moved contents of memory_state/Abstract_value
	      into ai/Lattice_Interval_Set. Use bin/nitrogen2oxygen for
	      automatic migration.
-*! Kernel    [2011/11/07] empty list in complete/disjoint is expanded by
	      logic type-checker to the list of behavior name of current
	      contract. Fixes issue #1006. See bts comments for the
	      differences that can appear in the treatment of specs.
o! Cil        [2011/11/04] Add method pFile in printers. Signature change for
	      Cil.d_file (but you should use !Ast_printer.d_file).
o! Kernel     [2011/10/18] Logic_preprocess.file takes an additional parameter,
	      as gcc pre-processor treats differently .c and .cxx files,
	      and this must be reflected in annotation pre-processing.
2012-10-08 15:28:03 +00:00
jaapb
ff1184e506 Revision bump associated with the update of lang/ocaml to version 4. 2012-10-08 15:18:20 +00:00
adam
44a1bab67f Changes 2.2.11:
* Fix comma operator in libsigc++ lambda expressions.
* Added SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH_DECLTYPE.
  This allows most uses of libsigc++'s lambda expressions to be
  replaced by standard C++11 lambda expressions.
* Use std::size_t and std::ptrdiff_t instead
* Fix 'make check' with gcc 4.7.
* Enable test_lambda in 'make check'.
2012-10-08 15:12:09 +00:00
wen
e17aa88cb4 Update to 1.02
Upstream changes:
1.02 2012-08-27 10:27:21
    [IMPROVEMENT]
    - performance improvement for v5.14.0 or grater (dex4er)

1.01 2012-08-24 09:03:29
    [BUG FIXES]
    - fix circular dependency which was introduced in 1.00 (hanekomu++)

1.00 2012-08-23 20:50:46
    This is 1.00 but has no significant change!

    [BUG FIXES]
    - Fix a problem which occured in a case where a role applied
      to an instance with AUTOLOAD.

0.99 2012-06-30 14:47:03
    [BUG FIXES]
    - Resolve RT#73592 use of local $_ was buggy in older perls
    - Resolve RT#75093 warning about weak_ref

0.98 2012-06-30 14:02:26
    [ANNOUNCE]
    - The repository has been moved to github
      https://github.com/gfx/p5-Mouse
      in order toto accept pull-requests easily!

    [BUG FIXES]
    - Resolve RT#75313 and RT#77227 ($@ issues)
2012-10-08 12:51:48 +00:00
minskim
e11beb3a4b Update tcllib to 1.14.
New packages added in 1.14 and 1.13: lambda, math::decimal, oo::util,
pt::peg::import::peg, try, ascii85, gpx, grammar::aycock,
grammar::aycock::debug, grammar::aycock::runtime, hook, imap4,
math::calculus::symdiff, math::numtheory, namespacex, pki, char,
configuration, paths, pt::ast, pt::cparam::configuration::critcl,
pt::parse::peg, pt::pe, pt::pe::op, pt::peg, pt::peg::container,
pt::peg::container::peg, pt::peg::export, pt::peg::export::json,
pt::peg::export::peg, pt::peg::from::json, pt::peg::from::peg,
pt::peg::import, pt::peg::import::json, pt::peg::interp, pt::peg::op,
pt::peg::to::container, pt::peg::to::cparam, pt::peg::to::json,
pt::peg::to::param, pt::peg::to::peg, pt::peg::to::tclparam, pt::pgen,
pt::rde, pt::tclparam::configuration::snit,
pt::tclparam::configuration::tcloo, text::write, and tepam.

There are more new packages since 1.8.
2012-10-07 23:16:47 +00:00
wiz
d77f9aed18 Fix PLIST for 2.6. 2012-10-07 22:42:52 +00:00
wiz
95cffa9ca5 Update to 0.17.1:
0.17.1:
General Improvements and Bug Fixes

    A reference leak was fixed in the new dict iteration code when
    the loop target was not a plain variable but an unpacked tuple.
    Memory views did not handle the special case of a NULL buffer
    strides value, as allowed by PEP3118.

0.17:
Features

    Alpha quality support for compiling and running Cython generated
    extension modules in PyPy (through cpyext). Note that this
    requires at leastPyPy 1.9 and in many cases also adaptations
    in user code, especially to avoid borrowed references when no
    owned reference is being held directly in C space (a reference
    in a Python list or dict is not enough, for example). See the
    documentation on porting Cython code to PyPy.

    "yield from" is supported (PEP 380) and a couple of minor
    problems with generators were fixed.

    C++ STL container classes automatically coerce from and to the
    equivalent Python container types on typed assignments and
    casts. Usage examples are here. Note that the data in the
    containers is copied during this conversion.

    C++ iterators can now be iterated over using for x in cpp_container
    whenever cpp_container has begin() and end() methods returning
    objects satisfying the iterator pattern (that is, it can be
    incremented, dereferenced, and compared (for non-equality)).
    cdef classes can now have C++ class members (provided a
    zero-argument constructor exists)

    A new cpython.array standard cimport file allows to efficiently
    talk to the stdlib array.array data type in Python 2. Since
    CPython does not export an official C-API for this module, it
    receives special casing by the compiler in order to avoid setup
    overhead on user side. In Python 3, both buffers and memory
    views on the array type already worked out of the box with
    earlier versions of Cython due to the native support for the
    buffer interface in the Py3 array module.
    Fast dict iteration is now enabled optimistically also for
    untyped variables when the common iteration methods are used.

    The unicode string processing code was adapted for the upcoming
    CPython 3.3 (PEP 393, new Unicode buffer layout).

    Buffer arguments and memory view arguments in Python functions
    can be declared "not None" to raise a TypeError on None input.
    c(p)def functions in pure mode can specify their return type
    with "@cython.returns()".
    Automatic dispatch for fused functions with memoryview arguments
    Support newaxis indexing for memoryviews
    Support decorators for fused functions

General Improvements and Bug Fixes

    Old-style Py2 imports did not work reliably in Python 3.x and
    were broken in Python 3.3. Regardless of this fix, it's generally
    best to be explicit about relative and global imports in Cython
    code because old-style imports have a higher overhead. To this
    end, "from __future__ import absolute_import" is supported in
    Python/Cython 2.x code now (previous versions of Cython already
    used it when compiling Python 3 code).

    Stricter constraints on the inline and final modifiers. If your
    code does not compile due to this change, chances are these
    modifiers were previously being ignored by the compiler and
    can be removed without any performance regression.
    Exceptions are always instantiated while raising them (as in
    Python), instead of risking to instantiate them in potentially
    unsafe situations when they need to be handled or otherwise
    processed.

    locals() properly ignores names that do not have Python compatible
    types (including automatically inferred types).
    Some garbage collection issues of memory views were fixed.

    User declared char* types are now recognised as such and
    auto-coerce to and from Python bytes strings.

    libc.string provides a convenience declaration for const uchar
    in addition to const char.

    Modules generated by @cython.inline() are written into the
    directory pointed to by the environment variable CYTHON_CACHE_DIR
    if set.
    numpy.pxd compiles in Python 3 mode.

    callable() and next() compile to more efficient C code.

    list.append() is faster on average.
    Several C compiler warnings were fixed.
    Several bugs related to memoryviews and fused types were fixed.

    Several bug-fixes and improvements related to cythonize(),
    including ccache-style caching.
2012-10-07 21:28:34 +00:00
wiz
6f0f0e4c07 With latest glib2, this needs cairo-gobject.
I don't understand the causality, but follow the build failure.

Bump PKGREVISION.
2012-10-07 21:12:19 +00:00
shattered
eba6ccb77e Set USE_JAVA2 to pick the right JVM. 2012-10-07 10:54:39 +00:00
prlw1
767e9039c7 Update gobject-introspection 1.34.0
glib 2.34.0 update seems to have broken gobject-introspection 1.32.1 build
2012-10-07 10:23:51 +00:00
wiz
58fc5f0a5a + py-virtualenv. 2012-10-06 22:24:17 +00:00
wiz
94c2b59b0c Import py-virtualenv-1.8.2 as devel/py-virtualenv.
virtualenv is a tool to create isolated Python environments.

The basic problem being addressed is one of dependencies and
versions, and indirectly permissions. Imagine you have an application
that needs version 1 of LibFoo, but another application requires
version 2. How can you use both these applications? If you install
everything into /usr/lib/python2.7/site-packages (or whatever your
platform's standard location is), it's easy to end up in a situation
where you unintentionally upgrade an application that shouldn't be
upgraded.

Or more generally, what if you want to install an application and
leave it be? If an application works, any change in its libraries
or the versions of those libraries can break the application.

Also, what if you can't install packages into the global site-packages
directory? For instance, on a shared host.

In all these cases, virtualenv can help you. It creates an environment
that has its own installation directories, that doesn't share
libraries with other virtualenv environments (and optionally doesn't
access the globally installed libraries either).
2012-10-06 22:23:22 +00:00
jmmv
64cfd2022f Initial addition of magit-1.2.0:
Magit is an interface to the version control system Git, implemented as
an extension to Emacs.  Magit supports GNU Emacs version 22 or later.

With Magit, you can inspect and modify your Git repositories with Emacs.
You can review and commit the changes you have made to the tracked
files, for example, and you can browse the history of past changes.
There is support for cherry picking, reverting, merging, rebasing, and
other common Git operations.

Magit is not a complete interface to Git; it just aims to make the most
common Git operations convenient.  Thus, Magit will likely not save you
from learning Git itself.
2012-10-06 22:04:01 +00:00
prlw1
4f8409cfa0 Update glib2 and therefore gdbus-codegen and gio-fam to 2.34.0
- patch-ar and patch-as to avoid dependending on python are no longer
  necessary since the introduction of --disable-modular-tests
- patch-co has been committed to glib in 2360d04e
- other patches cargo culted across
- statfs test was fixed in glib with commit afa82ae8
- no longer provide man pages as that requires docbook & xsltproc

Many changes in glib since 2.32.4, especially GDBus improvements.
See NEWS file http://git.gnome.org/browse/glib/plain/NEWS?id=2.34.0 for details.
2012-10-06 20:44:04 +00:00
adam
d963fc07ef Fixes since v1.7.12.1
---------------------
 * When "git am" is fed an input that has multiple "Content-type: ..."
   header, it did not grok charset= attribute correctly.

 * Even during a conflicted merge, "git blame $path" always meant to
   blame uncommitted changes to the "working tree" version; make it
   more useful by showing cleanly merged parts as coming from the other
   branch that is being merged.

 * "git blame MAKEFILE" run in a history that has "Makefile" but not
   "MAKEFILE" should say "No such file MAKEFILE in HEAD", but got
   confused on a case insensitive filesystem and failed to do so.

 * "git fetch --all", when passed "--no-tags", did not honor the
   "--no-tags" option while fetching from individual remotes (the same
   issue existed with "--tags", but combination "--all --tags" makes
   much less sense than "--all --no-tags").

 * "git log/diff/format-patch --stat" showed the "N line(s) added"
   comment in user's locale and caused careless submitters to send
   patches with such a line in them to projects whose project language
   is not their language, mildly irritating others. Localization to
   the line has been disabled for now.

 * "git log --all-match --grep=A --grep=B" ought to show commits that
   mention both A and B, but when these three options are used with
   --author or --committer, it showed commits that mention either A or
   B (or both) instead.

 * The subcommand to remove the definition of a remote in "git remote"
   was named "rm" even though all other subcommands were spelled out.
   Introduce "git remote remove" to remove confusion, and keep "rm" as
   a backward compatible synonym.

Also contains a handful of documentation updates.
2012-10-06 18:28:12 +00:00
taca
c7bafb3845 Add and enable transifex-client. 2012-10-06 16:44:03 +00:00
taca
637fe14214 Add transifex-client package version 0.8.0.
The Transifex Command-line Client is a command line tool that enables
you to easily manage your translations within a project without the need
of an elaborate UI system.

You can use the command line client to easily create new resources, map
locale files to translations and synchronize your Transifex project with
your local repository and vice verca. Translators and localization
managers can also use it to handle large volumes of translation files
easily and without much hassle.
2012-10-06 16:43:37 +00:00
alnsn
534d568e4f Update valgrind from ancient 2.4.0 to the latest 3.8.1.
The full list of changes is too big to be listed here,
only changes in the current 3.8 are listed below.
For a full list for changes see
	http://valgrind.org/docs/manual/dist.news.html
and
	http://valgrind.org/docs/manual/dist.news.old.html.

Release 3.8.1 (19 September 2012)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3.8.1 is a bug fix release.  It fixes some assertion failures in 3.8.0
that occur moderately frequently in real use cases, adds support for
some missing instructions on ARM, and fixes a deadlock condition on
MacOSX.  If you package or deliver 3.8.0 for others to use, you might
want to consider upgrading to 3.8.1 instead.

The following bugs have been fixed or resolved.  Note that "n-i-bz"
stands for "not in bugzilla" -- that is, a bug that was reported to us
but never got a bugzilla entry.  We encourage you to file bugs in
bugzilla (https://bugs.kde.org/enter_bug.cgi?product=valgrind) rather
than mailing the developers (or mailing lists) directly -- bugs that
are not entered into bugzilla tend to get forgotten about or ignored.

To see details of a given bug, visit
  https://bugs.kde.org/show_bug.cgi?id=XXXXXX
where XXXXXX is the bug number as listed below.

284004  == 301281
289584  Unhandled instruction: 0xF 0x29 0xE5 (MOVAPS)
295808  amd64->IR: 0xF3 0xF 0xBC 0xC0 (TZCNT)
298281  wcslen causes false(?) uninitialised value warnings
301281  valgrind hangs on OS X when the process calls system()
304035  disInstr(arm): unhandled instruction 0xE1023053
304867  implement MOVBE instruction in x86 mode
304980  Assertion 'lo <= hi' failed in vgModuleLocal_find_rx_mapping
305042  amd64: implement 0F 7F encoding of movq between two registers
305199  ARM: implement QDADD and QDSUB
305321  amd64->IR: 0xF 0xD 0xC (prefetchw)
305513  killed by fatal signal: SIGSEGV
305690  DRD reporting invalid semaphore when sem_trywait fails
305926  Invalid alignment checks for some AVX instructions
306297  disInstr(thumb): unhandled instruction 0xE883 0x000C
306310  3.8.0 release tarball missing some files
306612  RHEL 6 glibc-2.X default suppressions need /lib*/libc-*patterns
306664  vex amd64->IR: 0x66 0xF 0x3A 0x62 0xD1 0x46 0x66 0xF
n-i-bz  shmat of a segment > 4Gb does not work
n-i-bz  simulate_control_c script wrong USR1 signal number on mips
n-i-bz  vgdb ptrace calls wrong on mips [...]
n-i-bz  Fixes for more MPI false positives
n-i-bz  exp-sgcheck's memcpy causes programs to segfault
n-i-bz  OSX build w/ clang: asserts at startup
n-i-bz  Incorrect undef'dness prop for Iop_DPBtoBCD and Iop_BCDtoDPB
n-i-bz  fix a couple of union tag-vs-field mixups
n-i-bz  OSX: use __NR_poll_nocancel rather than __NR_poll

The following bugs were fixed in 3.8.0 but not listed in this NEWS
file at the time:

254088  Valgrind should know about UD2 instruction
301280  == 254088
301902  == 254088
304754  NEWS blows TeX's little mind

(3.8.1.TEST2: 18 September 2012, vex r2537, valgrind r12994)
(3.8.1:       18 September 2012, vex r2537, valgrind r12996)



Release 3.8.0 (10 August 2012)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3.8.0 is a feature release with many improvements and the usual
collection of bug fixes.

This release supports X86/Linux, AMD64/Linux, ARM/Linux, PPC32/Linux,
PPC64/Linux, S390X/Linux, MIPS/Linux, ARM/Android, X86/Android,
X86/MacOSX 10.6/10.7 and AMD64/MacOSX 10.6/10.7.  Support for recent
distros and toolchain components (glibc 2.16, gcc 4.7) has been added.
There is initial support for MacOSX 10.8, but it is not usable for
serious work at present.

* ================== PLATFORM CHANGES =================

* Support for MIPS32 platforms running Linux.  Valgrind has been
  tested on MIPS32 and MIPS32r2 platforms running different Debian
  Squeeze and MeeGo distributions.  Both little-endian and big-endian
  cores are supported.  The tools Memcheck, Massif and Lackey have
  been tested and are known to work. See README.mips for more details.

* Preliminary support for Android running on x86.

* Preliminary (as-yet largely unusable) support for MacOSX 10.8.

* Support for Intel AVX instructions and for AES instructions.  This
  support is available only for 64 bit code.

* Support for POWER Decimal Floating Point instructions.

* ==================== TOOL CHANGES ====================

* Non-libc malloc implementations are now supported.  This is useful
  for tools that replace malloc (Memcheck, Massif, DRD, Helgrind).
  Using the new option --soname-synonyms, such tools can be informed
  that the malloc implementation is either linked statically into the
  executable, or is present in some other shared library different
  from libc.so.  This makes it possible to process statically linked
  programs, and programs using other malloc libraries, for example
  TCMalloc or JEMalloc.

* For tools that provide their own replacement for malloc et al, the
  option --redzone-size=<number> allows users to specify the size of
  the padding blocks (redzones) added before and after each client
  allocated block.  Smaller redzones decrease the memory needed by
  Valgrind.  Bigger redzones increase the chance to detect blocks
  overrun or underrun.  Prior to this change, the redzone size was
  hardwired to 16 bytes in Memcheck.

* Memcheck:

  - The leak_check GDB server monitor command now can
    control the maximum nr of loss records to output.

  - Reduction of memory use for applications allocating
    many blocks and/or having many partially defined bytes.

  - Addition of GDB server monitor command 'block_list' that lists
    the addresses/sizes of the blocks of a leak search loss record.

  - Addition of GDB server monitor command 'who_points_at' that lists
    the locations pointing at a block.

  - If a redzone size > 0 is given, VALGRIND_MALLOCLIKE_BLOCK now will
    detect an invalid access of these redzones, by marking them
    noaccess.  Similarly, if a redzone size is given for a memory
    pool, VALGRIND_MEMPOOL_ALLOC will mark the redzones no access.
    This still allows to find some bugs if the user has forgotten to
    mark the pool superblock noaccess.

  - Performance of memory leak check has been improved, especially in
    cases where there are many leaked blocks and/or many suppression
    rules used to suppress leak reports.

  - Reduced noise (false positive) level on MacOSX 10.6/10.7, due to
    more precise analysis, which is important for LLVM/Clang
    generated code.  This is at the cost of somewhat reduced
    performance.  Note there is no change to analysis precision or
    costs on Linux targets.

* DRD:

  - Added even more facilities that can help finding the cause of a data
    race, namely the command-line option --ptrace-addr and the macro
    DRD_STOP_TRACING_VAR(x). More information can be found in the manual.

  - Fixed a subtle bug that could cause false positive data race reports.

* ==================== OTHER CHANGES ====================

* The C++ demangler has been updated so as to work well with C++
  compiled by up to at least g++ 4.6.

* Tool developers can make replacement/wrapping more flexible thanks
  to the new option --soname-synonyms.  This was reported above, but
  in fact is very general and applies to all function
  replacement/wrapping, not just to malloc-family functions.

* Round-robin scheduling of threads can be selected, using the new
  option --fair-sched= yes.  Prior to this change, the pipe-based
  thread serialisation mechanism (which is still the default) could
  give very unfair scheduling.  --fair-sched=yes improves
  responsiveness of interactive multithreaded applications, and
  improves repeatability of results from the thread checkers Helgrind
  and DRD.

* For tool developers: support to run Valgrind on Valgrind has been
  improved.  We can now routinely Valgrind on Helgrind or Memcheck.

* gdbserver now shows the float shadow registers as integer
  rather than float values, as the shadow values are mostly
  used as bit patterns.

* Increased limit for the --num-callers command line flag to 500.

* Performance improvements for error matching when there are many
  suppression records in use.

* Improved support for DWARF4 debugging information (bug 284184).

* Initial support for DWZ compressed Dwarf debug info.

* Improved control over the IR optimiser's handling of the tradeoff
  between performance and precision of exceptions.  Specifically,
  --vex-iropt-precise-memory-exns has been removed and replaced by
  --vex-iropt-register-updates, with extended functionality.  This
  allows the Valgrind gdbserver to always show up to date register
  values to GDB.

* Modest performance gains through the use of translation chaining for
  JIT-generated code.

* ==================== FIXED BUGS ====================

The following bugs have been fixed or resolved.  Note that "n-i-bz"
stands for "not in bugzilla" -- that is, a bug that was reported to us
but never got a bugzilla entry.  We encourage you to file bugs in
bugzilla (https://bugs.kde.org/enter_bug.cgi?product=valgrind) rather
than mailing the developers (or mailing lists) directly -- bugs that
are not entered into bugzilla tend to get forgotten about or ignored.

To see details of a given bug, visit
  https://bugs.kde.org/show_bug.cgi?id=XXXXXX
where XXXXXX is the bug number as listed below.

197914  Building valgrind from svn now requires automake-1.10
203877  increase to 16Mb maximum allowed alignment for memalign et al
219156  Handle statically linked malloc or other malloc lib (e.g. tcmalloc)
247386  make perf does not run all performance tests
270006  Valgrind scheduler unfair
270777  Adding MIPS/Linux port to Valgrind
270796  s390x: Removed broken support for the TS insn
271438  Fix configure for proper SSE4.2 detection
273114  s390x: Support TR, TRE, TROO, TROT, TRTO, and TRTT instructions
273475  Add support for AVX instructions
274078  improved configure logic for mpicc
276993  fix mremap 'no thrash checks'
278313  Fedora 15/x64: err read debug info with --read-var-info=yes flag
281482  memcheck incorrect byte allocation count in realloc() for silly argument
282230  group allocator for small fixed size, use it for MC_Chunk/SEc vbit
283413  Fix wrong sanity check
283671  Robustize alignment computation in LibVEX_Alloc
283961  Adding support for some HCI IOCTLs
284124  parse_type_DIE: confused by: DWARF 4
284864  == 273475 (Add support for AVX instructions)
285219  Too-restrictive constraints for Thumb2 "SP plus/minus register"
285662  (MacOSX): Memcheck needs to replace memcpy/memmove
285725  == 273475 (Add support for AVX instructions)
286261  add wrapper for linux I2C_RDWR ioctl
286270  vgpreload is not friendly to 64->32 bit execs, gives ld.so warnings
286374  Running cachegrind with --branch-sim=yes on 64-bit PowerPC program fails
286384  configure fails "checking for a supported version of gcc"
286497  == 273475 (Add support for AVX instructions)
286596  == 273475 (Add support for AVX instructions)
286917  disInstr(arm): unhandled instruction: QADD (also QSUB)
287175  ARM: scalar VFP fixed-point VCVT instructions not handled
287260  Incorrect conditional jump or move depends on uninitialised value(s)
287301  vex amd64->IR: 0x66 0xF 0x38 0x41 0xC0 0xB8 0x0 0x0 (PHMINPOSUW)
287307  == 273475 (Add support for AVX instructions)
287858  VG_(strerror): unknown error
288298  (MacOSX) unhandled syscall shm_unlink
288995  == 273475 (Add support for AVX instructions)
289470  Loading of large Mach-O thin binaries fails.
289656  == 273475 (Add support for AVX instructions)
289699  vgdb connection in relay mode erroneously closed due to buffer overrun
289823  ==  293754 (PCMPxSTRx not implemented for 16-bit characters)
289839  s390x: Provide support for unicode conversion instructions
289939  monitor cmd 'leak_check' with details about leaked or reachable blocks
290006  memcheck doesn't mark %xmm as initialized after "pcmpeqw %xmm %xmm"
290655  Add support for AESKEYGENASSIST instruction
290719  valgrind-3.7.0 fails with automake-1.11.2 due to"pkglibdir" usage
290974  vgdb must align pages to VKI_SHMLBA (16KB) on ARM
291253  ES register not initialised in valgrind simulation
291568  Fix 3DNOW-related crashes with baseline x86_64 CPU (w patch)
291865  s390x: Support the "Compare Double and Swap" family of instructions
292300  == 273475 (Add support for AVX instructions)
292430  unrecognized instruction in __intel_get_new_mem_ops_cpuid
292493  == 273475 (Add support for AVX instructions)
292626  Missing fcntl F_SETOWN_EX and F_GETOWN_EX support
292627  Missing support for some SCSI ioctls
292628  one/tests/x86/bug125959-x86.c triggers undefined behavior
292841  == 273475 (Add support for AVX instructions)
292993  implement the getcpu syscall on amd64-linux
292995  Implement the “cross memory attach” syscalls introduced in Linux 3.2
293088  Add some VEX sanity checks for ppc64 unhandled instructions
293751  == 290655 (Add support for AESKEYGENASSIST instruction)
293754  PCMPxSTRx not implemented for 16-bit characters
293755  == 293754 (No tests for PCMPxSTRx on 16-bit characters)
293808  CLFLUSH not supported by latest VEX for amd64
294047  valgrind does not correctly emulate prlimit64(..., RLIMIT_NOFILE, ...)
294048  MPSADBW instruction not implemented
294055  regtest none/tests/shell fails when locale is not set to C
294185  INT 0x44 (and others) not supported on x86 guest, but used by Jikes RVM
294190  --vgdb-error=xxx can be out of sync with errors shown to the user
294191  amd64: fnsave/frstor and 0x66 size prefixes on FP instructions
294260  disInstr_AMD64: disInstr miscalculated next %rip
294523  --partial-loads-ok=yes causes false negatives
294617  vex amd64->IR: 0x66 0xF 0x3A 0xDF 0xD1 0x1 0xE8 0x6A
294736  vex amd64->IR: 0x48 0xF 0xD7 0xD6 0x48 0x83
294812  patch allowing to run (on x86 at least) helgrind/drd on tool.
295089  can not annotate source for both helgrind and drd
295221  POWER Processor decimal floating point instruction support missing
295427  building for i386 with clang on darwin11 requires "-new_linker linker"
295428  coregrind/m_main.c has incorrect x86 assembly for darwin
295590  Helgrind: Assertion 'cvi->nWaiters > 0' failed
295617  ARM - Add some missing syscalls
295799  Missing \n with get_vbits in gdbserver when line is % 80 [...]
296229  Linux user input device ioctls missing wrappers
296318  ELF Debug info improvements (more than one rx/rw mapping)
296422  Add translation chaining support
296457  vex amd64->IR: 0x66 0xF 0x3A 0xDF 0xD1 0x1 0xE8 0x6A (dup of AES)
296792  valgrind 3.7.0: add SIOCSHWTSTAMP (0x89B0) ioctl wrapper
296983  Fix build issues on x86_64/ppc64 without 32-bit toolchains
297078  gdbserver signal handling problems [..]
297147  drd false positives on newly allocated memory
297329  disallow decoding of IBM Power DFP insns on some machines
297497  POWER Processor decimal floating point instruction support missing
297701  Another alias for strncasecmp_l in libc-2.13.so
297911  'invalid write' not reported when using APIs for custom mem allocators.
297976  s390x: revisit EX implementation
297991  Valgrind interferes with mmap()+ftell()
297992  Support systems missing WIFCONTINUED (e.g. pre-2.6.10 Linux)
297993  Fix compilation of valgrind with gcc -g3.
298080  POWER Processor DFP support missing, part 3
298227  == 273475 (Add support for AVX instructions)
298335  == 273475 (Add support for AVX instructions)
298354  Unhandled ARM Thumb instruction 0xEB0D 0x0585 (streq)
298394  s390x: Don't bail out on an unknown machine model.  [..]
298421  accept4() syscall (366) support is missing for ARM
298718  vex amd64->IR: 0xF 0xB1 0xCB 0x9C 0x8F 0x45
298732  valgrind installation problem in ubuntu with kernel version 3.x
298862  POWER Processor DFP instruction support missing, part 4
298864  DWARF reader mis-parses DW_FORM_ref_addr
298943  massif asserts with --pages-as-heap=yes when brk is changing [..]
299053  Support DWARF4 DW_AT_high_pc constant form
299104  == 273475 (Add support for AVX instructions)
299316  Helgrind: hg_main.c:628 (map_threads_lookup): Assertion 'thr' failed.
299629  dup3() syscall (358) support is missing for ARM
299694  POWER Processor DFP instruction support missing, part 5
299756  Ignore --free-fill for MEMPOOL_FREE and FREELIKE client requests
299803  == 273475 (Add support for AVX instructions)
299804  == 273475 (Add support for AVX instructions)
299805  == 273475 (Add support for AVX instructions)
300140  ARM - Missing (T1) SMMUL
300195  == 296318 (ELF Debug info improvements (more than one rx/rw mapping))
300389  Assertion `are_valid_hwcaps(VexArchAMD64, [..])' failed.
300414  FCOM and FCOMP unimplemented for amd64 guest
301204  infinite loop in canonicaliseSymtab with ifunc symbol
301229  == 203877 (increase to 16Mb maximum allowed alignment for memalign etc)
301265  add x86 support to Android build
301984  configure script doesn't detect certain versions of clang
302205  Fix compiler warnings for POWER VEX code and POWER test cases
302287  Unhandled movbe instruction on Atom processors
302370  PPC: fnmadd, fnmsub, fnmadds, fnmsubs insns always negate the result
302536  Fix for the POWER Valgrind regression test: memcheck-ISA2.0.
302578  Unrecognized isntruction 0xc5 0x32 0xc2 0xca 0x09 vcmpngess
302656  == 273475 (Add support for AVX instructions)
302709  valgrind for ARM needs extra tls support for android emulator [..]
302827  add wrapper for CDROM_GET_CAPABILITY
302901  Valgrind crashes with dwz optimized debuginfo
302918  Enable testing of the vmaddfp and vnsubfp instructions in the testsuite
303116  Add support for the POWER instruction popcntb
303127  Power test suite fixes for frsqrte, vrefp, and vrsqrtefp instructions.
303250  Assertion `instrs_in->arr_used <= 10000' failed w/ OpenSSL code
303466  == 273475 (Add support for AVX instructions)
303624  segmentation fault on Android 4.1 (e.g. on Galaxy Nexus OMAP)
303963  strstr() function produces wrong results under valgrind callgrind
304054  CALL_FN_xx macros need to enforce stack alignment
304561  tee system call not supported
715750  (MacOSX): Incorrect invalid-address errors near 0xFFFFxxxx (mozbug#)
n-i-bz  Add missing gdbserver xml files for shadow registers for ppc32
n-i-bz  Bypass gcc4.4/4.5 code gen bugs causing out of memory or asserts
n-i-bz  Fix assert in gdbserver for watchpoints watching the same address
n-i-bz  Fix false positive in sys_clone on amd64 when optional args [..]
n-i-bz  s390x: Shadow registers can now be examined using vgdb

(3.8.0-TEST3:  9 August 2012, vex r2465, valgrind r12865)
(3.8.0:       10 August 2012, vex r2465, valgrind r12866)
2012-10-06 12:13:16 +00:00
adam
90a8a41201 Changes 2.5.1:
This is a bugfix release. Most of the bugs dealt https and colocated
branches glitches. Upgrading is recommended for all users of earlier 2.5
releases.
2012-10-06 11:06:44 +00:00
wiz
7e8fa15a0b Fix download URL. 2012-10-05 09:35:05 +00:00
asau
35719c7552 Update to memcached 1.4.15
Changes in memcached 1.4.15

Overview

This is a somewhat experimental release which pushes thread
performance even more than before. Since this is a more
experimental release than usual, and contains no other major
fixes or features, we urge some caution for important
deployments. We feel as though it is high quality software, but
please take caution and do slow rollouts or testing. Thanks!

Fixes

  * Add some mild thread documentation
  * README.md was missing from dist tarball
  *  Issue 286 : --disable-coverage drops "-pthread" option
  * Reduce odds of getting OOM errors in some odd cases

New Features

Thread scalability is much improved for reads, and somewhat
improved for writes. In a pure read-only situation on a dual
socket six core NUMA machine I've tested key fetch rates around
13.6 million keys per second.

More tuning is necessary and you'd get significant lag at that
rate, but that shows the theoretical limit of the locks.


Changes in memcached 1.4.14

Overview

Fixes

  * fix compile issue with new GCC's
  * Added support for automake-1.12 in autogen.sh
  * Use Markdown for README.
  * Fixed issue with invalid binary protocol touch command
    expiration time (http://code.google.com/p/memcached/issues/detail?id=275)
  * Define touch command probe for DTrace support
  * Error and exit if we don't have hugetlb support (changes -L behavior)
  * update reassign/automove documentation
  * Remove USE_SYSTEM_MALLOC define
  * slab rebalancing from random class
  * split slab rebalance and automove threads
  * pre-split slab pages into slab freelists
  * Avoid race condition in test during pid creation by blind retrying

New Features

This release mainly features a number of small bugfixes, but
also a change to slab rebalance behavior.

Previously, if you moved a slab page from one slab to another,
you had to wait until that new page was fully used before moving
another one. That wait has been removed, and you can move pages
as fast as the system can ... move them.

A few new features as well:

slabs reassign

slabs reassign -1 15 will pick a page from any slab class and move it to class 15.

slabs automove

slabs automove 2 now enables an ultra aggressive page
reassignment algorithm. On every eviction, it will try to move a
slab page into that class. You should never run this in
production unless you have a very, very good idea of what's
going to happen. For most people who have spurious evictions
everywhere, you'll end up mass evicting random data and hurting
your hit rate. It can be useful to momentarily enable for
emergency situations, or if you have a data access pattern where
evictions should never happen.

This was work we were planning on doing already, but twitter's
rewrite has people presently interested in trying it out. You've
been warned.
2012-10-04 10:46:48 +00:00
wiz
84037564dc Remove unnecessary python restriction (to all supported versions). 2012-10-04 07:05:53 +00:00
wiz
06e524436e Make include guard match package name. 2012-10-04 07:04:51 +00:00
wiz
ec48a7847e Update to 2.73:
2.73 Thu Sep 20 2012
  - Updated for v.5.17.4

2.72 Tue aug 21 2012
  - Fix for older perls

2.71 Mon Aug 20 2012
  - Updated for v5.17.3

2.70 Thu Aug 9 2012
  - Updated for v5.16.1

2.69 Fri Jul 20 2012
  - Updated for v5.17.2
2012-10-04 06:38:22 +00:00
cheusov
4b97be0632 Bump revision for packages with changed CONFLICTS (PYTHON_SELF_CONFLICT) 2012-10-04 00:21:58 +00:00
cheusov
11c7685b77 CONFLICTS between python modules 2012-10-03 23:40:35 +00:00
wiz
79434c2ac7 Update for python25 removal. 2012-10-03 22:14:00 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
wiz
f67c97ab7b Correct `HOMEPAGE'.
From Bug Hunting.
2012-10-03 19:32:58 +00:00
wiz
39727a6977 Update `DESCR' files (text taken from the home page).
From Bug Hunting.
2012-10-03 19:32:39 +00:00
asau
43aefd2900 Support running tests. 2012-10-03 10:46:47 +00:00
wiz
fe9a5e2d43 Update to 0.6.1:
This is purely a bug fix release, and contain no new functionality
since 0.6.0.

This release fixes a bug in the iterator implementation of
flat_segment_tree. Prior to this release, the iterator would treat
the position immediately before the end position to be the end
position, which would result in incorrectly skipping the last data
position during iteration. This release contains a fix for that
bug.

It also contains fixes for various build errors and compiler
warnings.

Many thanks to David Tardon, Stephan Bergmann, Tomáš Chvátal,
and Markus Mohrhard for having submitted patches since the release
of 0.6.0.
2012-10-02 17:27:02 +00:00
wiz
9cd5360f3a Update to 1.13.1.
The changes against 1.13.0 are rather small:
    a fix for a crash happening when mixing different gcc versions
    and demangling fails (fdo#52539)
    using portable way to include header for free (fdo#52536)
2012-10-02 17:17:45 +00:00
wiz
a7837afd43 Update to 1.12.4:
New in 1.12.4:

* WARNING: Future backward-incompatibilities!

  - Future versions of Automake will likely drop support for the
    long-deprecated 'configure.in' name for the Autoconf input file.
    You are advised to use the recommended name 'configure.ac' instead.

  - Support for the "Cygnus-style" trees (as enabled by the 'cygnus'
    option) will be removed in the next major Automake release (1.13).

  - The long-obsolete (since automake 1.10) AM_PROG_MKDIR m4 macro will
    be removed in Automake 1.13.  The $(mkdir_p) make variable and the
    @mkdir_p@ substitution will still remain available (as aliases of
    $(MKDIR_P)) for the moment, for better backward compatibility.

  - Autoconf 2.65 or later will be required by the next major Automake
    version (1.13).  Until now, Automake has required Autoconf version
    2.62 or later.

  - Starting from the next major Automake version (1.13), the rules
    to build pdf, ps and dvi output from Texinfo input will use the
    '--build-dir' option by default.  Since such an option was only
    introduced in Texinfo 4.9, this means that Makefiles generated by
    future Automake versions will require at least that version of
    Texinfo.

  - Starting from the next major Automake version (1.13), the parallel
    testsuite harness (previously only enabled by the 'parallel-tests'
    option) will become the default one; the older serial testsuite
    harness will still be available through the use of the 'serial-tests'
    option.

  - The following long-obsolete m4 macros will be removed in the
    next major Automake version (1.13):

      AM_PROG_CC_STDC:    superseded by AC_PROG_CC since October 2002
      fp_PROG_CC_STDC:    broken alias for AM_PROG_CC_STDC
      fp_WITH_DMALLOC:    old alias for AM_WITH_DMALLOC
      AM_CONFIG_HEADER:   superseded by AC_CONFIG_HEADERS since July 2002
      ud_PATH_LISPDIR:    old alias for AM_PATH_LISPDIR
      jm_MAINTAINER_MODE: old alias for AM_MAINTAINER_MODE
      ud_GNU_GETTEXT:     old alias for AM_GNU_GETTEXT
      gm_PROG_LIBTOOL:    old alias for AC_PROG_LIBTOOL
      fp_C_PROTOTYPES:    old alias for AM_C_PROTOTYPES (which was part
                          of the now-removed automatic de-ANSI-fication
                          support of Automake)

  - All the "old alias" macros in 'm4/obsolete.m4' will be removed in
    the next major Automake version (1.13).

  - The '--acdir' option of aclocal is deprecated, and will probably
    be removed in the next major Automake release (1.13).  You should
    use the options '--automake-acdir' and '--system-acdir' instead
    (which have been introduced in Automake 1.11.2).

  - The 'missing' script will not try anymore to update the timestamp
    of out-of-date files that require a maintainer-specific tool to be
    remade, in case the user lacks such a tool (or has a too-old version
    of it).  In fact, starting from Automake 1.13, all it'll do will be
    giving more useful warnings than a bare "command not found" from a
    make recipe would.

* Warnings and deprecations:

  - Warnings in the 'obsolete' category are enabled by default both in
    automake and aclocal.

* Miscellaneous changes:

  - Some testsuite weaknesses and spurious failures have been fixed.
2012-10-02 17:15:11 +00:00
tron
14215633d2 Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
wiz
869c7f92d2 Update to 2.3.2. Shorten DESCR for pkglint.
Changes:
amend: preserve phase of amended revision (issue3602)
archival: add "extended-timestamp" extra block for zip archives (issue3600)
hgweb: avoid bad $$ processing in graph (issue3601)
hgweb: fix incorrect graph padding calculation (issue3626)
largefiles: fix return codes for multiple commands
largefiles: don't convert dest=None to dest=hg.defaultdest() in clone command
largefiles: download missing subrepo revs when archiving
largefiles: enable islfilesrepo() prior to a commit (issue3541)
largefiles: handle commit -A properly, after a --large commit (issue3542)
largefiles: preserve exit code from outgoing command (issue3611)
largefiles: restore caching of largefiles with 'clone -U --all-largefiles'
largefiles: restore normal 'clone -u' and 'clone -U' functionality
lock: fixed race condition in trylock/testlock (issue3506)
mergetools.hgrc: set vimdiff to check=changed
strip: fix revset usage (issue3604)
subrepo: encode unicode path names (issue3610)
2012-10-02 07:23:20 +00:00
ryoon
3e262587aa Fix build on OS X/Darwin.
Fix embedding @executable_path, and make package errors.
2012-10-01 11:29:35 +00:00
ryoon
72bcf0793c Fix broken librares on OS X/Darwin.
Build is o.k., but broken.
otool -L shows @executable_path string.
2012-10-01 11:25:52 +00:00
pettai
823749535c Added userspace-rcu 2012-09-30 22:07:01 +00:00
pettai
365c7deff1 liburcu is a userspace RCU (read-copy-update) library. This data
synchronization library provides read-side access which scales linearly
with the number of cores. It does so by allowing multiples copies of a
given data structure to live at the same time, and by monitoring the
data structure accesses to detect grace periods after which memory
reclamation is possible.
2012-09-30 22:06:17 +00:00
ryoon
9affd02072 Replace WRKDIR with WRKSRC in post-extract target.
Thanks to Krister Walfridsson on pkgsrc-bulk@NetBSD.org.
2012-09-30 09:06:19 +00:00
apb
52b4ef24c8 Perl is a build-time dependency, not a run-time dependency,
so fix the USE_TOOLS definition.  Thanks to OBATA Akio
for pointing this out.  Bump PKGREVISION to 1.
2012-09-29 13:00:06 +00:00
dholland
8e16f2f830 Fix build with tcl85. 2012-09-29 03:14:08 +00:00
apb
e56b7a64e3 Perl is needed at build time. So add these lines to the Makefile
USE_TOOLS+=             perl:run
CONFIGURE_ARGS+=       --with-perl=${PERL5:Q}
2012-09-28 17:34:18 +00:00
jperkin
81754c8588 Disable CDROM support on Solaris, it is missing the necessary support.
Fixes package.
2012-09-28 09:45:13 +00:00
dholland
a05135e91b Fix warnings about old-style function definitions that are fatal in
some(?) builds.
2012-09-28 08:59:07 +00:00
dholland
30991eedf6 Mark this BROKEN. It has not been buildable in years and to the extent
it's not dead upstream (which looks to be minimal) upstream also seems
to not be interested in making releases.

This package will be removed in due course unless the circumstances
change.
2012-09-28 08:30:00 +00:00
jperkin
312e67c9f4 Perform REPLACE_SH on util/compile.
Fixes build hang on Solaris.
2012-09-26 10:13:04 +00:00
sbd
d8017ebf2e Add PLIST.sps (enabled on Linux x86_64/i386 and Darwin) and add sps plist
entry's.

Also an and extra PLIST.jemalloc file.

Bump PKGREVISION.
2012-09-26 09:51:36 +00:00
jperkin
088ec9a90b Mark as not for Solaris. 2012-09-26 08:19:32 +00:00
jperkin
5d06a55926 Don't blindly pass -mt on Solaris, it's a Sun Studio flag only, and the
current wrapper transformation is incompatible since -threads was removed
in GCC 4.7.

Defaulting to -pthreads will be supported by the sunpro transformations.

Fixes package on Solaris/GCC.
2012-09-26 07:37:26 +00:00
jperkin
f7979ea8b5 USE_TOOLS += gm4. 2012-09-25 15:25:05 +00:00
jperkin
44f2396abd USE_TOOLS += gm4. 2012-09-25 15:14:49 +00:00
taca
5dab68ecd4 Update php-memcache to 2.2.7. (leaf package)
- PHP 5.4 compatibility
- Fixed return value error get_host_port_from_server().
- Fixed PECL Bug #16672 (memcache.php doesn't support unix socket)
- Fixed pecl bug #19374 (memcache.php throws Notice: Undefined index: VALUE
  when viewing expired items)
2012-09-25 14:23:51 +00:00
taca
6d7be0b59d Add workaround for scmgit-doc build problem. 2012-09-25 14:22:48 +00:00
jaapb
81ae66b802 Added a configure argument to enforce installation location of libraries. This
should resolve PR pkg/46995.
2012-09-25 09:02:42 +00:00
sbd
ce39ceec63 Change 'pax' to '${PAX}', because 'pax' may not exist if using nbpax. 2012-09-25 07:08:22 +00:00
obache
800ab786d2 Update HOMEPAGE url. 2012-09-24 12:50:23 +00:00
ryoon
296f76c77e Recursive revbump from multimedia/libvpx 1.1.0 update 2012-09-22 13:48:15 +00:00
obache
544069a3fe Fix Fix build on SunOS.
Passing LIBS=-liconv will be result in unwanted libiconv linkage for libdatrie
(it is just required for trietool-0.2),
then it cause build failure of depending packages due to missing libiconv.

Passing sufficient iconv library to configure script with right way,
and it also fix build failure on other platforms for the case GNU iconv
from pkgsrc is preferred rather than builtin iconv.
2012-09-22 04:43:09 +00:00
jperkin
032c6c1daf libboost_locale is accounted for in the OPSYS-specific PLIST files,
remove it from the generic one.

Fixes package on Solaris.
2012-09-20 12:23:21 +00:00
prlw1
27371a6b75 commit 4e4c87e3: Fix 64bit integer convertion from GValue
(In the vain hope that it might fix
https://bugzilla.gnome.org/show_bug.cgi?id=681157)
2012-09-20 12:00:00 +00:00
ryoon
355cf91a4f Update to 1.466.2
* Fix two security bugs

Changelog:
Changes in 1.466.2 is unavailable.

What's new in 1.466.1 (2012/07/23)

    A current active build in the build history is lost if the job configuration XML uploaded (issue 12318)
    UnprotectedRootAction doesn't work for /github-webhook/ (issue 14113)
    ERR_CONTENT_DECODING_FAILED returned on testResults and console output after Jenkins reload (issue 13625)
    Cannot parse coverage results Premature end of file. (issue 11251)
2012-09-19 11:09:54 +00:00
jperkin
28718ded3e USE_TOOLS+=bash, required for REPLACE_BASH. texi2dvi was being created
with an empty hashbang.
2012-09-18 18:30:58 +00:00
jperkin
5a93f0fd82 Remove '19' from list of RUBY_VERSION_SUPPORTED.
Fixes bulk build resolve failure.
2012-09-17 16:11:12 +00:00
cheusov
812c71e496 Remove option scmgit-gui from devel/scmgit-base (++pkgrevision). Separate
"gitk" into individual package devel/scmgit-gitk.  Approved by wiz@.
Tested on RHEL.
2012-09-16 21:50:16 +00:00
cheusov
5bf4517206 CONFLICTS with glimmer-[0-9]*; ++pkgrevision 2012-09-16 17:19:10 +00:00
taca
519050d9fe Update ruby-uglifier to 1.2.7.
Changes are unavailable.
2012-09-16 14:22:01 +00:00
obache
a491a48e85 Update py-testtools to 0.9.15.
0.9.15
~~~~~~

This is the last release to support Python2.4 and 2.5. It brings in a slew of
improvements to test tagging and concurrency, making running large test suites
with partitioned workers more reliable and easier to reproduce exact test
ordering in a given worker. See our sister project ``testrepository`` for a
test runner that uses these features.

Changes
-------

* ``PlaceHolder`` and ``ErrorHolder`` now support being given result details.
  (Robert Collins)

* ``ErrorHolder`` is now just a function - all the logic is in ``PlaceHolder``.
  (Robert Collins)

* ``TestResult`` and all other ``TestResult``-like objects in testtools
  distinguish between global tags and test-local tags, as per the subunit
  specification.  (Jonathan Lange)

* This is the **last** release of testtools that supports Python 2.4 or 2.5.
  These releases are no longer supported by the Python community and do not
  receive security updates. If this affects you, you will need to either
  stay on this release or perform your own backports.
  (Jonathan Lange, Robert Collins)

* ``ThreadsafeForwardingResult`` now forwards global tags as test-local tags,
  making reasoning about the correctness of the multiplexed stream simpler.
  This preserves the semantic value (what tags apply to a given test) while
  consuming less stream size (as no negative-tag statement is needed).
  (Robert Collins, Gary Poster, #986434)

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

* API documentation corrections. (Raphaël Badin)

* ``ConcurrentTestSuite`` now takes an optional ``wrap_result`` parameter
  that can be used to wrap the ``ThreadsafeForwardingResult``s created by
  the suite.  (Jonathan Lange)

* ``Tagger`` added.  It's a new ``TestResult`` that tags all tests sent to
  it with a particular set of tags.  (Jonathan Lange)

* ``testresultdecorator`` brought over from subunit.  (Jonathan Lange)

* All ``TestResult`` wrappers now correctly forward ``current_tags`` from
  their wrapped results, meaning that ``current_tags`` can always be relied
  upon to return the currently active tags on a test result.

* ``TestByTestResult``, a ``TestResult`` that calls a method once per test,
  added.  (Jonathan Lange)

* ``ThreadsafeForwardingResult`` correctly forwards ``tags()`` calls where
  only one of ``new_tags`` or ``gone_tags`` are specified.
  (Jonathan Lange, #980263)

* ``ThreadsafeForwardingResult`` no longer leaks local tags from one test
  into all future tests run.  (Jonathan Lange, #985613)

* ``ThreadsafeForwardingResult`` has many, many more tests.  (Jonathan Lange)
2012-09-16 12:37:51 +00:00
taca
7c4443af4e Add and enable ruby-hashery. 2012-09-16 08:15:06 +00:00
taca
74cff97466 Adding ruby-hashery package version 2.0.1.
The Hashery is a tight collection of Hash-like classes.

Included among its many offerings are the auto-sorting Dictionary class,
the efficient LRUHash, the flexible OpenHash and the convenient KeyHash.

Nearly every class is a subclass of the CRUDHash which defines a CRUD model
on top of Ruby''s standard Hash making it a snap to subclass and augment
to fit any specific use case.
2012-09-16 08:14:21 +00:00
taca
e6f9615bac Update ruby-uuidtools to 2.1.3.
Changes are unavailable.
2012-09-16 06:27:17 +00:00
taca
0f42ac3168 Update ruby-termcolor to 1.2.2.
Changes are unavailable.
2012-09-16 06:26:40 +00:00
taca
30f96848df Update ruby-rspec-expectations to 2.11.3.
Changes are unavailable.
2012-09-16 06:25:42 +00:00
taca
3c6b2f837b Update ruby-logging to 1.8.0.
== 1.8.0 / 2012-09-13

Enhancements
- Appenders handle string encodings [issue #46]
- Support for diagnostic contexts [issues #23, #32, #42]
- Enable JSON formatting of log message [issue #34]

Bug Fixes
- Fix clash with ActiveSupport autoloader (chewie) [issue #39]
2012-09-16 06:20:48 +00:00
taca
d2f673152e Update ruby-i18n to 0.6.1.
Changes are unavailable.
2012-09-16 06:19:51 +00:00
taca
22b7aad17c Update ruby-flexmock to 1.0.2.
Changes are unavailable.
2012-09-16 06:18:57 +00:00
taca
0ce9a6961e Update ruby-eventmachine to 1.0.0.
Changes are unavailable.
2012-09-16 06:18:08 +00:00
dholland
d18f8ca282 Add bl3 file, per request in PR 46909. 2012-09-15 17:25:40 +00:00
dholland
50691fe6d3 fix COMMENT per pkglint 2012-09-15 17:21:52 +00:00
wen
e211f88af5 Fix PKGNAME 2012-09-15 14:47:53 +00:00
wen
abba807b09 Updated to 3.020000
Updated DESCR

Upstream changes:
3.020000 July 2012
       * new destructor_method option

3.018000 June 2012
       * new options ignore_preds, ignore_object, ignore_objects

3.016000 May 2012
       * new ignore_class and ignore_classes options

3.014000 February 2012
       * tests force Dumper sortkeys

3.012000 February 2012
       * tests allow for "at line 123." with a "."

3.010000 February 2012
       * constructor can return multiple values

3.008000 January 2012
       * Try for Perl 5.6.0 too.
       * XSUB bits in the main docs.
       * Slightly more compact SYNOPSIS.

3.007_001 Sun Jan  6 19:58:00 PST 2012
       * Cope with some tied glob warnings of perl 5.14 and up.

3.007_000 Sun Jan  1 17:29:41 PST 2012
       * New developer's release
       * Add Kevin Ryde's XSUB doc
2012-09-15 14:43:53 +00:00
wen
23eb68dd12 Updated to 0.3.7
Upstream changes:
0.3.7
  - Fixed too enthusiastic variable interpolation in Euclid specs (RT bug #78854)
  - Fixed bug tracker URL (credits to Kent Fredric)

0.3.6
  - Fixed occasional non-minimized entry when using :minimal_keys specifier

0.3.5
  - Removed extraneous \E (patch by Todd Rinaldo)
  - Better handling of quoted arguments (RT bug #49525, reported by Ken Galinsky)

0.3.4
  - New standard argument --podfile to write the manual in a .pod file
  - Fixed issue where the NAME and VERSION sections appeared as a verbatim
    section (which podchecker complains about)
  - Always convert POD to text when calling help() and man()
  - help() is now paged if IO::Pager::Page is installed
  - Dependency changes:
      Pod::Simple::Text replaces Pod::Text
      Pod::Simple::Text is required instead of recommended,
      IO::Pager::Page is recommended

0.3.3
  - Attempt to extract POD even from files that look binary (might be packaged
    with pp, perlapp or similar program)

0.3.2
  - Another attempt to make the CPAN indexer happy

0.3.1
  - Changed $VERSION to make the CPAN indexer happy
  - Export repeatable options with multiple placeholders as an empty arrayref,
    not as an empty hashref (RT bug #71165, reported by Bill Levering)
2012-09-15 14:28:52 +00:00
taca
978f16d347 Update ruby-turn to 0.9.6.
=== 0.9.6 / 2012-06-26
  * Override output() instead of changeing @@out. (#96,#97)
  * Update install instructions in README. (#95)
  * Fix bug in gemspec that interfered with Bundler (#93)
2012-09-15 12:29:11 +00:00
taca
6757e6c1c3 Update ruby-mocha to 0.12.4.
= 0.12.4
* Officially support minitest v3.4.0 & test-unit v2.5.2 (still monkey-patching).
2012-09-15 12:28:00 +00:00
taca
2a1bc6f473 Update ruby-highline to 1.6.15.
== 1.6.15

* Added support for nil arguments in lists (by Eric Saxby).
* Fixed HighLine's termios integration (by Jens Wille).
2012-09-15 12:26:46 +00:00
obache
c38c120ee5 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
asau
3d853d7eb6 Library major version changed. 2012-09-15 00:22:43 +00:00
asau
e952622554 Update to libffi 3.0.11
3.0.11 Apr-11-12
        Add support for variadic functions (ffi_prep_cif_var).
	Add Linux/x32 support.
	Add thiscall, fastcall and MSVC cdecl support on Windows.
        Add Amiga and newer MacOS support.
	Add m68k FreeMiNT support.
	Integration with iOS' xcode build tools.
	Fix Octeon and MC68881 support.
	Fix code pessimizations.
        Lots of build fixes.

3.0.10 Aug-23-11
        Add support for Apple's iOS.
	Add support for ARM VFP ABI.
        Add RTEMS support for MIPS and M68K.
	Fix instruction cache clearing problems on
	  ARM and SPARC.
	Fix the N64 build on mips-sgi-irix6.5.
	Enable builds with Microsoft's compiler.
	Enable x86 builds with Oracle's Solaris compiler.
	Fix support for calling code compiled with Oracle's Sparc
	  Solaris compiler.
	Testsuite fixes for Tru64 Unix.
	Additional platform support.
2012-09-14 23:45:27 +00:00
taca
0421ee35d3 Update ruby-gettext to 2.3.1.
## 2.3.1: 2012-09-13

It's a Bug and package fix release.
Then, it's also encoding support release, only if you use Ruby 1.9.

### Improvements

  * [xgettext] Added backword compatibility method
    (GetText::RGetText.run).
    [Suggested by Fotos Georgiadis]
  * [xgettext] Removed deprecated parse argument support.
  * [erb parer] Assumed the encoding in the magic comment of the
    input file as the encoding of it.
  * [ruby parser] Assumed the encoding in the magic comment of the
    input file as the encoding of it.
  * [xgettext] Added the "--output-encoding" option to set encoding of
    output pot file.
  * [xgettext] Used UTF-8 as the default encoding of output pot file.
  * [xgettext] Supported multiple encoding sources.

### Changes

  * [MoFile] Returned nil instead of "" as msgstr when its msgid isn't
    translated (when this msgstr is "").
  * [PoParser] Converted msgstr from "" to nil when parsing.

### Fixes

  * Added missing .yardopts file. [Reported by Takahiro Kambe]
  * [news] Fixed Eddie Lau name instead of github name.
  * [msginit] Added the "Plural-Forms:" entry to the header even if a
    pot file doesn't have it.
  * [msgmerge] Fixed the bug the new line between a header and
    contents doesn't exist.
  * [msginit] Fixed the bug that msgstr with msgid_plural aren't
    generated in output po file.
  * [xgettext] Supported class based xgettext parser add API.
    [GitHub #10] [Suggested by Michael Grosser]
  * [erb parer] Fixed erb parser bug with unicode msgid in Ruby 1.9
    ERB templates.
    [Github #9] [Patch by Fotos Georgiadis]
  * Added missing documents for GetText::Tools::XGetText.

### Thanks

  * Takahiro Kambe
  * Michael Grosser
  * Fotos Georgiadis
2012-09-14 16:02:44 +00:00
asau
3073f58722 Better point to the index page rather than wiki.
From Snader_LB via IRC.
2012-09-14 14:31:39 +00:00
wiz
9a7aef0a00 Add comments to patches. 2012-09-14 13:26:20 +00:00
wiz
a74f7fd449 Add comments to patches. 2012-09-14 13:20:20 +00:00
morr
93eb6c7408 Add devel/delta 2012-09-14 08:12:39 +00:00
morr
72f2973aec Delta assists you in minimizing "interesting" files subject to a test of
their interestingness. A common such situation is when attempting to
isolate a small failure-inducing substring of a large input that causes
your program to exhibit a bug.
2012-09-14 08:11:10 +00:00
sno
bd99096004 Updating package for CPAN module Test::CPAN::Meta::YAML in
devel/p5-Test-CPAN-Meta-YAML from 0.20 to 0.21

upstream changes:
0.21	12/08/2012
        - added minimum perl version (5.006).
        - reworked Makefile.PL for clarity.
	- implemented Perl::Critic suggestions.
	- added meta_yaml_ok test and example.
	- several Version.pm updates, including new() parameter name change:
	  'yaml' is now 'data'.
2012-09-13 16:14:30 +00:00
sno
e316cd25c8 Updating package for CPAN module Perl::Critic in devel/p5-Perl-Critic
from 1.117 to 1.118.

pkgsrc changes:
- adjust dependencies

upstream changes:
[1.118] Released on 2012-07-10

    Policy Changes:
    * CodeLayout::RequireTidyCode: Revise to work with incompatible
      changes in Perl::Tidy 20120619. RT #77977.
    * TestingAndDebugging::ProhibitNoWarnings: Correct the parse of the
      'no warnings' statement, so that 'no warnings "qw"' is recognized
      as supressing just 'qw' warnings. RT #74647.
    * Miscellanea::RequireRcsKeywords has been moved to the Perl-Critic-More
      distribution,  RT #69546

    Other Changes:
    * Make all unescaped literal "{" characters in regexps into
      character classes. These are deprecated, and became noisy with
      Perl 5.17.0.  RT #77510.
2012-09-13 16:10:47 +00:00
sno
ff4aadea8e Updating package for Perl5 code beautifier Perl::Tidy in devel/p5-Perl-Tidy
from 20120701 to 20120714.

Upstream changes:
  2012 07 14
     - Added flag -iscl (--ignore-side-comment-lengths) which causes perltidy
       to ignore the length of side comments when setting line breaks,
       RT #71848.  The default is to include the length of side comments when
       breaking lines to stay within the length prescribed by the -l=n
       maximum line length parameter.  For example,

         Default behavior on a single line with long side comment:
            $vmsfile =~ s/;[\d\-]*$//
              ;    # Clip off version number; we can use a newer version as well

         perltidy -iscl leaves the line intact:

            $vmsfile =~ s/;[\d\-]*$//; # Clip off version number; we can use a newer version as well

     - Fixed RT #78182, side effects with STDERR.  Error handling has been
       revised and the documentation has been updated.  STDERR can now be
       redirected to a string reference, and perltidy now returns an
       error flag instead of calling die when input errors are detected.
       If the error flag is set then no tidied output was produced.
       See man Perl::Tidy for an example.

     - Fixed RT #78156, erroneous warning message for package VERSION syntax.

     - Added abbreviations -conv (--converge) to simplify iteration control.
       -conv is equivalent to -it=4 and will insure that the tidied code is
       converged to its final state with the minimum number of iterations.

     - Minor formatting modifications have been made to insure convergence.

     - Simplified and hopefully improved the method for guessing the starting
       indentation level of entabbed code.  Added flag -dt=n (--default_tabsize=n)
       which might be helpful if the guessing method does not work well for
       some editors.

     - Added support for stacked labels, upper case X/B in hex and binary, and
       CORE:: namespace.

     - Eliminated warning messages for using keyword names as constants.
2012-09-13 16:03:16 +00:00
sno
5ed1fbc5b1 Updating package for CPAN module PadWalker in devel/p5-PadWalker from
1.9.2nb2 (upstream: 1.92) to 1.9.6 (upstream: 1.96).

upstream changes:
1.96  Fri 24 Aug 2012 13:03:31 BST
	- Restore compatibility with Perl 5.8
	  Thanks again to Father Chrysostomous

1.95  Thu 23 Aug 2012 11:42:21 BST
	- Pad changes in 5.17.4-to-be
	  This is a patch from Father Chrysostomous.
	  See https://rt.cpan.org/Public/Bug/Display.html?id=79154

1.94  Tue 26 Jun 2012 09:51:27 BST
	- Make one of the tests a bit more flexible, to accommodate a subtle
	  change in behaviour caused by a recent change to perl
	  (viz a0d2bbd5c47035a4f7369e4fddd46b502764d86e).

1.93  Sun  5 Feb 2012 15:52:57 GMT
	- Correct the version number in META.yml
	    (https://rt.cpan.org/Ticket/Display.html?id=59459)
	Do this by using MakeMaker to auto-generate META.yml, to prevent
	similar problems in future. This is possible because the new
	MakeMaker parameter MIN_PERL_VERSION was added in MakeMaker 6.47_01;
	the fact that this didn't used to exist is the reason we managed
	META.yml by hand till now.
2012-09-13 15:58:11 +00:00
sno
a724f53d6c Updating package for CPAN module Module::ScanDeps in devel/p5-Module-ScanDeps
from 1.08 to 1.09

upstream changes:
[Changes for 1.09 - 2012-09-09]
* teach Module::ScanDeps about "use if ..." constructs
  - fixes CPAN Testers failures for PAR::Packer with perl 5.17.1 and up
    (Roderich Schupp)

* RT #79003: t/7-check-dynaloader.t failing when /usr/lib != /usr/lib64
  - scrap the test for "$entry{file} starts with $expected_prefix" as
    its assumptions are flawed (Roderich Schupp)

* Mojo::Base is a loader (Alexandr Ciornii)
* Special case for Class::Load (Alexandr Ciornii)
2012-09-13 15:53:22 +00:00
sno
1a728cd06a Updating package for CPAN module Moose::Autobox in devel/p5-Moose-Autobox
from 0.12 to 0.13.

pkgsrc changes:
- update dependencies

upstream changes:
0.13  Wed Aug 29 09:56:58 EDT 2012
    - switch from Perl6::Junction to Syntax::Keyword::Junction (rjbs)
2012-09-13 15:51:53 +00:00
sno
b34f29eb87 Added devel/p5-Syntax-Keyword-Junction version 0.003001 2012-09-13 15:47:14 +00:00
sno
280ed43c31 Adding package for CPAN modules Syntax::Feature::Junction and
Syntax::Keyword::Junction from distribution Syntax-Keyword-Junction
version 0.003001 into devel/p5-Syntax-Keyword-Junction.

This is a lightweight module which provides 'Junction' operators, the most
commonly used being any and all.  Inspired by the Perl6 design docs [1].

Provides a limited subset of the functionality of Quantum::Superpositions
([2]).

That if you want to match against a regular expression, you must use == or
!=. Not =~ or !~. You must also use a regex object, such as qr/\d/, not a
plain regex such as /\d/.

This module is actually a fork of Perl6::Junction with very few (initial)
changes. The reason being that we want to avoid the incendiary name
containing Perl6.

Quantum::Superpositions provides the same functionality as this, and more.
However, this module provides this limited functionality at a much greater
runtime speed, with my benchmarks showing between 500% and 6000% improvment.

[1] http://dev.perl.org/perl6/doc/design/exe/E06.html
[2] http://search.cpan.org/perldoc?Quantum%3A%3ASuperpositions
2012-09-13 15:46:59 +00:00
sno
99b330cbcf Added devel/p5-syntax version 0.004 2012-09-13 15:37:49 +00:00
sno
e62adc0c4d Adding new package for CPAN pragma syntax version 0.004 into devel/p5-syntax.
This module activates community provided syntax extensions to Perl.
Passing it a feature name, and optionally a scalar with arguments,
and the dispatching system will load and install the extension in
calling package.
2012-09-13 15:37:36 +00:00
sno
c086001716 Updating package for CPAN module Sub::Exporter::Progressive in
devel/p5-Sub-Exporter-Progressive from 0.001003 to 0.001006.

pkgsrc changes:
- add patch for typo in Makefile.PL

upstream changes:
0.001006 - 2012-08-27
  - Handle ':all' correctly

0.001005 - 2012-08-25
  - Add support for tags
  - Warn if defaults are not in exports
  - Add explicit dependency on Test::More 0.89

0.001004 - 2012-08-09
  - fix skipping when Sub::Exporter isn't installed
2012-09-13 15:27:11 +00:00
sno
06f2db3d34 Updating package for CPAN module IO::TieCombine in devel/p5-IO-TieCombine
from 1.000nb2 to 1.002.

pkgsrc changes:
- specify license

upstream changes:
1.002     2012-02-26 15:26:49 America/New_York
          "say" to a tied fh on 5.10.0 is broken; we will not test it

1.001     2011-12-09 10:52:01 America/New_York
          TieCombine filehandles now respect $\ so that "say $tied" will work;
          this fixes [rt.cpan.org #73131]
2012-09-13 15:10:54 +00:00
sno
7d752dabad Updating package for CPAN modules IO::Compress::* in devel/p5-IO-Compress
from 2.052 to 2.055

upstream changes:
  2.055 5 August 2012
      * FAQ
        Added a few paragraphs on how to deal with pbzip2 files
        [RT# #77743: Interoperability problems with pbzip2]

      * Compress::Zip
        speed up compress, uncompress, memGzip & memGunzip.
        [RT# #77350: Compress::Zlib::uncompress() is slowed down needlessly
                     by parameter validation
2012-09-13 15:09:20 +00:00
sno
c24bfcb1b2 Updating package for CPAN module Hash::MultiValue in devel/p5-Hash-MultiValue
from 0.10 to 0.12.

pkgsrc changes:
- adjust build type

upstream changes:
0.12  Wed Feb 15 07:45:50 CET 2012
        - Reapply set method optimisation that was lost in 0.11
        - *really* fix uninitialized warnings in tests (RT#74096)
        - Add support for Storable serialization

0.11  Sun Feb 12 13:04:54 PST 2012
        - Fix segfaulting splice invocation on perls < 5.8.7
        - Fix uninitialized warning on older perls
2012-09-13 15:04:59 +00:00
sno
ff780f08b2 Updating package for CPAN module Git::Repository in devel/p5-Git-Repository
from 1.25 to 1.26.

pkgsrc changes:
1.26 Tue Aug  1 2012
        [ENHANCEMENTS]
        - added a 'quiet' option to silence warnings
        - improved carp level for the run() method
        [DOCUMENTATION]
        - provide an example for the 'quiet' option in
          Git::Repository::Tutorial
2012-09-13 15:01:17 +00:00
sno
38e1056209 Updating package for CPAN module Filesys::Notify::Simple in
devel/p5-Filesys-Notify-Simple

pkgsrc changes:
- adjust perl5 module type

upstream changes:
0.08  Mon Sep 26 18:40:06 PDT 2011
        - Added KQueue support for FreeBSD
2012-09-13 14:58:30 +00:00
sno
cff457659e Updating package for CPAN module Const::Fast in devel/p5-Const-Fast from
0.011 to 0.013.

upstream changes:
0.013     2012-09-07 23:50:25 Europe/Amsterdam
          Lazy load Storable, it's usually not necessary

0.012     2012-08-09 13:51:29 Europe/Bucharest
          Depend on Test::Exception 0.29
          Switch to Sub::Exporter::Progressive, for a faster startup
2012-09-13 14:53:13 +00:00
cegger
255275c080 update to 0.3.3.
This adds support for Mercurial 2.3
2012-09-13 14:00:55 +00:00
ryoon
3f5644b9ae Update to 15.0.1
Changelog:
    FIXED Sites visited while in Private Browsing mode could be found through manual browser cache inspection (787743)
    NEW Silent, background updates
    NEW Support for SPDY networking protocol v3
    NEW WebGL enhancements, including compressed textures for better performance
    NEW Localization in Maithili (see all available locales)
    CHANGED Optimized memory usage for add-ons
    DEVELOPER JavaScript debugger integrated into developer tools
    DEVELOPER New layout view added to Inspector
    DEVELOPER High precision event timer implemented
    DEVELOPER The CSS word-break property has been implemented.
    DEVELOPER New responsive design tool allows web developers to switch between desktop and mobile views of sites
    HTML5 Native support for the Opus audio codec added
    HTML5 The <audio> and <video> elements now support the played attribute
    HTML5 The <source> element now supports the media attribute
    FIXED Focus rings keep growing when repeatedly tabbing through elements (720987)
2012-09-12 14:27:14 +00:00
sno
09d5be6a67 bump revision after updating x11/p5-Wx 2012-09-12 10:26:46 +00:00
sno
2d7c055b1a Updating package for CPAN module Devel::Size in devel/p5-Devel-Size from
0.77 to 0.78.

upstream changes:
0.78 2011-07-26 nicholas
 [no changes]

0.77_51 2012-07-17 nicholas
 * Fix for MSVC builds from bulk 88 [CPAN #77589]

0.77_50 2012-02-10 nicholas
 * t/globs.t was failing on 5.15.6 and later due to side effects of a change
   to strict.pm [CPAN #73998]
 * skip tests in t/magic.t that use formline on 5.8.1 and 5.8.2, as those
   versions have a buggy formline that can trigger an assertion failure.
2012-09-12 10:12:52 +00:00
sno
e7f351fb49 Updating package for CPAN module Spiffy in devel/p5-Spiffy from 0.30nb3 to
0.31.

pkgsrc changes:
- add license
- clearify dependency
- add Perl5 module type

upstream changes:
version: 0.31
date:    Thu Aug  2 11:11:11 PDT 2012
changes:
- Bring Makefile.PL up to date.
- Make tests not use 'B" package. rt72542
- Use Module::Package
2012-09-12 08:52:26 +00:00
sno
881b87489d Updating package for CPAN module PPIx::Regexp in devel/p5-PPIx-Regexp
from 0.026 to 0.028.

upstream changes:
0.028		2012-06-06	T. R. Wyant
  Replace all uses of YAML::Any with YAML, since they come in the same
    distro, and YAML does not suffer from deprecation warnings.

0.027		2012-05-28	T. R. Wyant
  Eliminate unescaped literal "{" characters in regexps in
    PPIx::Regexp::Token::Backreference and
    PPIx::Regexp::Token::CharClass::Simple. These are deprecated in 5.17.0.
2012-09-11 08:54:08 +00:00
sno
089d87dc5d Updating package for CPAN module File::Next in devel/p5-File-Next from
1.06nb2 to 1.10.

upstream changes:
1.10    Thu Jun 14 19:55:57 CDT 2012
    [ENHANCEMENTS]
    Added the warning_handler argument to File::Next::from_file().
    This is so from_file() can throw a warning if a non-existent
    file is in the file it came from.

    [FIXES]
    from_file() should return undef if the file can't be opened.

    Fixed test failures and made tests more portable.

1.08    Sun May 20 22:43:19 CDT 2012
    [ENHANCEMENTS]
    Added File::Next::from_file() to get the list of files to iterate
    over from a file, or from STDIN.

    Named pipes are now supported.

    [INTERNAL]
    Add more tests, and clean up some Perl::Critic warnings.
2012-09-11 08:35:40 +00:00
sno
ec884a34df Updating package for CPAN module Debug::Client in devel/p5-Debug-Client
from 0.12nb1 to 0.20.

pkgsrc changes:
- adjust dependencies

upstream changes since 0.12:
0.20    2012.04.09
    - change carp dependancy to 1.20 in test (BOWTIE)

0.19    2012.04.08
    - fix for #1415 (WHUMANN, BOWTIE)
    - drop Carp to 1.20, packaging request (VOEGELAS)
    - add a README (BOWTIE)
    - remove dead code (BOWTIE)
    - re-factor some variables and tidy up (BOWTIE)
    - fix p|x to display $tring refs x \$tring (BOWTIE)

0.18    2012.03.07
    - bumped to 0.18 (BOWTIE)
    - tweaks to POD (BOWTIE)

0.17_06 2012.02.09
    - remove is for cmp_ok where values are numeric
    - fix 'Free to wrong pool' in tests against win32
    - looking to IO::Socket::IP and ipv6
    - update Makefile to use M-I-DSL
    - Tweaks to POD, remove unwanted comments (BOWTIE)


0.17_05 2012.01.11
    - Due to issues with perl5db v1.34-5 in Perl 5.15.3-5 very messy
      this means list context is now naff
      Modify tests to cater for these anomaly's
      add Method get_lineinfo so that we can ask where are we!
      Tweaks to POD (BOWTIE)

0.17_04 2011.12.29
    - remove test code in 0.17_03 that was naffing up cpan testers (BOWTIE)

0.17_03 2011.12.29
    - vast changes to test files
      see #1367/8 (BOWTIE)
    - Patch for 09-io.t ticket #831 (MJGARDNER)

0.17_02 2011.12.08
    - vast changes to test files (BOWTIE)

0.17_01 2011.12.06
    - adjust required version for 'E' requires 5.8.6
      (Note that threading support was built into the debugger as of
      Perl version 5.8.6 and debugger version 1.2.8.)
    - Oops requires 'IO::Socket' reset to '1.31'
    - try some other testing modules Test::Class
    - Tidy POD (BOWTIE)

0.16 2011.11.30
    - Add Methods list_subroutine_names, set_option, get_options, module
    - tweak to return line & row from dot if all else fails
    - tweak to Makefile dependence's
    - Amend POD for above
    - Amend test to support above (BOWTIE)

0.15 2011.11.24
    - removed Method listen
    - comment out list_subroutine_names & _set_option
    - Modify Method get_value to accept no values
    - Modify get_p_exp
    - Amend test to support above (BOWTIE)

0.14 2011.11.24
    - Released 0.13_10 as stable 0.14 (AZAWAWI)

0.13_10 2011.11.20
    - rename Method _show_help -> get_h_var
      rename Method get_p_ext -> get_p_exp
      Add tests for above (BOWTIE)

0.13_09 2011.11.17
    - Add a Method get_p_ext (BOWTIE)

0.13_08 2011.11.13
    - No newer ExtUtils::MakeMaker dependency. Removed a couple of unneeded test
    dependencies (AZAWAWI)

0.13_07 2011.11.09
    - Tweaks to tests for above (BOWTIE)

0.13_06 2011.11.09
    - Add Method show_view
      modify method show_line
      Add Method _show_help
      Tweaks to tests for above
      spell check POD (BOWTIE)

0.13_05 2011.11.07
    - default port changed to 24642 as port 12345 registered to "Italk Chat System" (BOWTIE)
    - _process_line is where all the generated errors from cpantesters come from
      $count = 0; and some tweaks to $line to suppress errors when buffer is empty (BOWTIE)

0.13_04 2011.11.05
    - Perl::Critic Error Subroutine "listen" is a homonym for bulletin function
      listen changed to listener (BOWTIE)
    - using ReuseAddr as Reuse has bean deprecated (BOWTIE)
    - Perl::Critic severity => 5, & severity => 4, pass now (BOWTIE)
    - tweak to test t/02... (BOWTIE)

0.13_03 2011.11.04
    - Tweak some tests (BOWTIE)
    - Updates to POD use $debugger throughout instead of $d (BOWTIE)
    - Add a test for get_v_vars
      Add a test for get_y_zero
      Add a test for list_subroutine_names (BOWTIE)

0.13_02 2011.11.03
    - re-factor eg/02-sub.pl, change sub f to sub func1 (BOWTIE)
    - Add a test for get_y_zero
      Add a test for toggle_trace (BOWTIE)
    - Updates to POD to complement new Methods (BOWTIE)

0.13_01 2011.11.02
    - POD add skip for perl -d c [line|sub] for perl5db.pl >= 1.34 (BOWTIE)
    - skip some tests t/08....
      skip some tests t/04.... (BOWTIE)
    - development upgrade to 0.13_01 for P-P-Debug
      add several more methods, and t/13.... (BOWTIE)
2012-09-11 08:24:02 +00:00
sno
b8706109e4 Updating package for CPAN module Test::Class in devel/p5-Test-Class from
0.36nb1 to 0.37.

pkgsrc changes:
- mark as module type using Module::Build (compat Makefile.PL required M:B,
  too) for proper dependency

upstream changes:
0.37 - or the "amazingly late QA Hackathon 2011" release [2012-06-25]
    -   Fixed RT#64470: minor documentation error in Test::Class::Load
	(thanks to Andrew Grangaard for patch)
    -   Fixed RT#39266: Test::Class with Package::Alias
    -   Fixed RT#56636: feature request: option to turn off auto-skipping
        uncompleted tests (thanks to Ken Fox for suggestion) with addition
        of fail_if_returned_early() (thanks to Dave Evans for patch)
    -   Fixed RT#64268: dying in setup does not skip rest of test
    -   Startup and shutdown methods are no longer run if a class will not
        run any test methods
    -   Updated acknowledgements
    -   Added missing filter tests to MANIFEST & distribution
2012-09-11 08:19:06 +00:00
sno
741882f86f Updating package for CPAN module Class::Base in devel/p5-Class-Base from
0.04 to 0.05.

upstream changes:
Version 0.05 2012/05/16
	* Silencing a warning by chromatic RT 75286
	* Linking to source repository
2012-09-11 08:06:02 +00:00
sno
54232316bc Updating package for CPAN module Class::XSAccessor in
devel/p5-Class-XSAccessor from 1.13 to 1.14.

upstream changes:
1.14  Sun Aug 26 23:23 2012
  - Skip some failing tests on old debugging perls. Guys, please
    upgrade your perl!
2012-09-11 08:03:43 +00:00
sno
4afffe6da8 Updating package for CPAN module Test::MockObject in devel/p5-Test-MockObject
from 1.09nb4 to 1.20120301.

pkgsrc changes:
- many dependencies moved to runtime requirements
  ==> this is a test helper, and it relies on other test helpers, so other
      test modules are apparently no build dependency

upstream changes:
1.20120301 2012-03-01 13:17:20 America/Los_Angeles
    - updated dependencies to latest versions of UNIVERSAL::isa and UNIVERSAL::can

1.20110612 2011-06-11 23:53:50 America/Los_Angeles
    - removed Module::Build detritus
    - improved Test::Warn testing dependency
    - Added -debug flag to load UNIVERSAL::isa and UNIVERSAL::can on demand,
      rather than in all situations.

1.20110606
    Sun Jun 04 2011
    - converted to Dist::Zilla
    - posted to GitHub
2012-09-11 07:55:16 +00:00
sno
66d921109e Updating package for CPAN module UNIVERSAL::isa in devel/p5-UNIVERSAL-isa
from 1.20110614 to 1.20120726.

pkgsrc changes:
- add test dependency to (wanted dead) CGI.pm

upstream changes:
1.20120726 2012-07-25 20:51:54 America/Los_Angeles
    - updated to work on Perl 5.17.2+ (rjbs)

1.20120418 2012-04-18 12:15:33 America/Los_Angeles
    - removed use_ok from tests; it's unnecessary
2012-09-11 07:46:41 +00:00
sno
c09638a5a2 Updating package for CPAN module UNIVERSAL::can in devel/p5-UNIVERSAL-can
from 1.20110617 to 1.20120726.

upstream changes:
1.20120726 2012-07-25 20:52:38 America/Los_Angeles
    - updated to work on Perl 5.17.2+ (rjbs)
2012-09-11 07:38:33 +00:00
wen
18d787298d Updated to 0.26 from 0.24
Upstream changes:
0.26  Thu Mar 22 10:50:00 2012
	- No code changes.
	- Expand the sample code and comments under difference() to show more clearly what sets get
		changed during operations, and to show another way of determining the difference between sets.

0.25  Fri Mar  9 16:58:00 2012
	- Add Try::Tiny to pre-reqs. Add attributes, overload, strict, subs and warnings too.
2012-09-10 14:57:37 +00:00
wen
f46c5a2f70 Update to 0.17 from 0.16
Upstream changes:
0.17    8 Nov 2011
        * add support for svn 1.7 working copy root path via https://rt.cpan.org/Ticket/Display.html?id=72218
2012-09-10 14:45:45 +00:00
sno
e9f754fb86 Updating package for CPAN module Perl::PrereqScanner in
devel/p5-Perl-PrereqScanner from 1.013 to 1.014.

upstream changes:
1.014     2012-07-26 13:22:02 America/New_York
  - require a more recent PPI for various bugfixes that broke tests
    (thanks for the report, Salve J. Nilsen)
2012-09-10 14:28:37 +00:00
sno
4dc0ee1b71 Updating package for CPAN modules Scalar::Util and List::Util in
devel/p5-Scalar-List-Utils from 1.23nb2 to 1.25.

upstream changes since 1.23 (remind that n.mm_oo are developer releases):
1.25 -- Sat Mar 24 13:10:13 UTC 2012

  * Restore back-compat. to perl 5.6 (thanks to Zefram)

1.24 -- Thu Mar 22 18:10:10 UTC 2012

  * Update to 1.24 release version (no other changes since 1.23_04).

1.23_04 -- Sat Mar 10 00:16:16 UTC 2012

  * RT#72700 Fix off-by-two on string literal length

1.23_03 -- Tue Sep 14 10:09:59 CDT 2010

  * Min perl version supported for build is not 5.008
  * Dropped the pure-Perl implementation of both Scalar::- and List::Util.
  * RT#61118 Fix assumption in sum() that once magic, always magic

1.23_02 -- Tue Mar 30 11:09:15 CDT 2010

  * Fix first() and reduce() to check the callback first; &first(1) is now illigal. [gfx]
  * Fix reduce() to allow XSUB callbacks [gfx]
  * Fix first() to allow XSUB callbacks [gfx]
  * Resolve RT #55763: tainted() doesn't do SvGETMAGIC(sv) [gfx]
  * define CvISXSUB so older perl versions will still compile

1.23_01 -- Mon Mar 22 08:24:11 CDT 2010

  * Add failing tests; SVt_RV is not directly SvROK [gfx]
  * Implement openhandle() in XS (with extra tests) [gfx]
  * Modernize *.pm [gfx]
  * Modernize ListUtil.xs [gfx]
  * Add ppport.h [gfx]
  * Fix an overloading issue on sum(), and add tests for overloading [gfx]
  * Small tweaks for minstr()/maxstr() [gfx]
  * Optimize dualvar() [gfx]
  * Use sv_copypv() instead of SvPV() and sv_setpv() [gfx]
  * avoid non-portable warnings
2012-09-10 14:25:44 +00:00
sno
a6c3a86f00 Updating package for CPAN module Log::Any::Adapter in devel/p5-Log-Any-Adapter
from 0.07 to 0.09.

pkgsrc changes:
- update/adjust dependencies

upstream changes:
0.09  Aug 25, 2012

- add proper NAME sections to POD - RT #79216 (Gregor Herrmann)

0.08  Jul 17, 2012

- add simple built-in File, Stdout, and Stderr adapters, mainly to provide
  easy examples of usage that don't require additional packages
- allow set() params to be passed to 'use Log::Any::Adapter'
- allow adapter constructor to take any list of params, not necessarily
  a hash
2012-09-10 14:22:56 +00:00
sno
3abf6006e8 Updating package for CPAN module Capture::Tiny in devel/p5-Capture-Tiny
from 0.18 to 0.19.

upstream changes:
0.19      2012-08-06 20:26:34 America/New_York
  Fixed:
  - Work around rt.perl.org #114404 by forcing PerlIO layers back on
    original handles [rt.cpan.org #78819]
2012-09-10 14:20:20 +00:00
sno
f00a87fb30 Updating package for CPAN module Dist::Zilla in devel/p5-Dist-Zilla from
4.300020 to 4.300023.

pkgsrc changes:
- adjust dependencies

upstream changes:
4.300023  2012-09-06 09:01:12 America/New_York
          do not use ">" in a filename; fixes the build on Win32 (thanks,
          djgoku!)

4.300022  2012-09-05 08:35:27 America/New_York
          do not detect an escaped "\$VERSION =" as an assignment to a variable
          (this is sort of a half-measure)

          'dzil run' also edits $PATH to include ExecDir directories (Karen
          Etheridge)

4.300021  2012-07-31 23:20:50 America/New_York
          plugins can now provide a MANIFEST.SKIP that can be processed by
          ManifestSkip. Previously generated content was just ignored.
          (thanks, Olivier Mengué!)

          GenerateFile can now also template its filename, with the
          name_is_template option (Thanks, Karen Etheridge!)
2012-09-10 14:12:06 +00:00
wen
f366a82e47 Update to 1.2.1 from 1.1
Upstream changes:
1.2.1 (2012-09-06)
Fixed a regression introduced in 1.2 about raising an exception when not finding any files to uninstall in the current environment. Thanks for the fix, Marcus Smith.

1.2 (2012-09-01)
Dropped support for Python 2.4 The minimum supported Python version is now Python 2.5.
Fixed issue #605 - pypi mirror support broken on some DNS responses. Thanks philwhin.
Fixed issue #355 - pip uninstall removes files it didn't install. Thanks pjdelport.
Fixed issues #493, #494, #440, and #573 related to improving support for the user installation scheme. Thanks Marcus Smith.
Write failure log to temp file if default location is not writable. Thanks andreigc.
Pull in submodules for git editable checkouts. Fixes #289 and #421. Thanks Hsiaoming Yang and Markus Hametner.
Use a temporary directory as the default build location outside of a virtualenv. Fixes issues #339 and #381. Thanks TC01.
Added support for specifying extras with local editables. Thanks Nick Stenning.
Added --egg flag to request egg-style rather than flat installation. Refs issue #3. Thanks Kamal Bin Mustafa.
Fixed issue #510 - prevent e.g. gmpy2-2.0.tar.gz from matching a request to pip install gmpy; sdist filename must begin with full project name followed by a dash. Thanks casevh for the report.
Fixed issue #504 - allow package URLS to have querystrings. Thanks W. Trevor King.
Fixed issue #58 - pip freeze now falls back to non-editable format rather than blowing up if it can't determine the origin repository of an editable. Thanks Rory McCann.
Added a __main__.py file to enable python -m pip on Python versions that support it. Thanks Alexey Luchko.
Fixed issue #487 - upgrade from VCS url of project that does exist on index. Thanks Andrew Knapp for the report.
Fixed issue #486 - fix upgrade from VCS url of project with no distribution on index. Thanks Andrew Knapp for the report.
Fixed issue #427 - clearer error message on a malformed VCS url. Thanks Thomas Fenzl.
Added support for using any of the built in guaranteed algorithms in hashlib as a checksum hash.
Fixed issue #321 - Raise an exception if current working directory can't be found or accessed.
Fixed issue #82 - Removed special casing of the user directory and use the Python default instead.
Fixed #436 - Only warn about version conflicts if there is actually one. This re-enables using ==dev in requirements files.
Moved tests to be run on Travis CI: http://travis-ci.org/pypa/pip
Added a better help formatter.
2012-09-10 14:01:28 +00:00
sno
3b73ec94bd Updating package for CPAN module Getopt::Long::Descriptive
in devel/p5-Getopt-Long-Descriptive from 0.091 to 0.092.

upstream changes:
0.092     2012-07-31 22:51:09 America/New_York
          make "hidden" options usable on their own (thanks, Roman Hubacek!)
2012-09-10 13:56:35 +00:00
sno
f8a7d922fd Updating package for CPAN module Class::Load in devel/p5-Class-Load from
0.19 (spring one) to 0.20.

upstream changes (note duplicate 0.19 versions) since 0.18:
0.20     2012-07-15
- Same as the most recently 0.19, but with a new version.

0.19     2012-07-15
- Uploaded by Dave Rolsky, not realizing 0.19 was already used
- The load_class() subroutine now returns the class name on success. Requested
  by Caleb Cushing. RT #76931.
- Exceptions and errors from Class::Load no longer contain references to line
  numbers in Class::Load or Module::Runtime. This applies to exceptions thrown
  by load_class, load_first_existing_class, and load_optional_class, as well
  as the error returned by try_load_class.
- Exceptions are now croaked properly so they appear to come from the calling
  code, not from an internal subroutine. This makes the exceptions look more
  like the ones thrown by Perl's require. RT #68663.

0.19     2012-04-03
- Uploaded by doy (Jesse Luehrs)
- No changes, reupload to fix indexing.
2012-09-10 13:52:53 +00:00
sno
3422651621 Updating package for CPAN module Moo in devel/p5-Moo from 1.000002 to
1.000003.

pkgsrc changes:
- adjust dependencies

upstream changes:
1.000003 - 2012-08-09
  - make setter for weak_ref attributes return the value
2012-09-10 13:07:11 +00:00
sno
fcfb157722 Updating package for CPAN module strictures in devel/p5-strictures from
1.004001 to 1.004002.

upstream changes:
1.004002 - 2012-09-08
  - add better rationale for the extra testing heuristic
2012-09-10 13:04:50 +00:00
sno
4a99481e98 Updating package for CPAN module Role::Tiny in devel/p5-Role-Tiny from
1.001004 to 1.001005.

upstream changes:
1.001005 - 2012-07-18
  - localize UNIVERSAL::can change to avoid confusing TB2
  - properly report roles consumed by superclasses
2012-09-10 13:02:16 +00:00
sno
b2072d7171 Updating package for CPAN module Devel::GlobalDestruction in
devel/p5-Devel-GlobalDestruction from 0.08 to 0.09.

upstream changes:
0.09  Wed, 08 Aug 2012
  * Rewrite completely broken pure-perl GD detection under threads
  * Fix pure-perl implementation incorrectly reporting GD during END phase
2012-09-10 12:58:02 +00:00
sno
49d20fdbe1 Updating package for CPAN module MooseX::LazyRequire in
devel/p5-MooseX-LazyRequire from 0.07 to 0.08.

pkgsrc changes:
- adjust build (test) depends

upstream changes:
0.08      2012-07-02 09:58:41 PDT-0700  (Karen Etheridge)
  * Convert uses of Test::Exception to Test::Fatal
  * Add TODO test for RT#76054 (thanks for the report, ilyuha!)
2012-09-10 12:46:58 +00:00
sno
205c7237de Added devel/p5-Test-CheckDeps version 0.002 2012-09-10 12:31:24 +00:00
sno
ceddc66fe0 Added devel/p5-CPAN-Meta-Check version 0.004 2012-09-10 12:30:15 +00:00
sno
a6ecc88792 Importing new package for CPAN module Test::CheckDeps version 0.002 into
devel/p5-Test-CheckDeps.

Test::CheckDeps adds a test that assures all dependencies have been
installed properly. If requested, it can bail out all testing on error.
2012-09-10 12:29:11 +00:00
sno
e78f592e1e Importing new package for CPAN module CPAN::Meta::Check version 0.004
into devel/p5-CPAN-Meta-Check.

PAN::Meta::Check verifies if requirements described in a CPAN::Meta
object are present.
2012-09-10 12:21:37 +00:00
sno
1a39234263 Packaging update for CPAN module Test::Most in devel/p5-Test-Most from
0.25 to 0.31.

pkgsrc changes:
- adjust dependencies

upstream changes since 0.25:
0.31    2012-09-06
        - Fix "You tried to plan twice" bug (reported on #78564)

0.30    2012-09-05
        - Bugfix: Moose can now be used safely as we exclude
          Test::Deep::blessed by default (multiple reports)
        - Bugfix from Randy Stauner. Time::HiRes eval test uses $@, not @_
        - carp instead of warn (Olivier Mengué)
        - Remove autogenerated files (Olivier Mengué)
2012-09-10 11:34:32 +00:00
sno
bd8134dcf8 Updating package for CPAN module Test::Harness in devel/p5-Test-Harness
from 3.23 to 3.25.

upstream changes:
3.25    2012-06-05
        - Rereleased to fix CPAN permission problem. No functional change.

3.24    2012-06-03
        - RT #74393: corrected typo in M::B integration docs.
        - RT #63473: fix typo.
        - RT #49732: Attempt to load File::Glob::Windows to get correct
          glob semantics on Win32.
        - RT #47890: Don't use Win32::GetShortPathName.
        - RT #64404: Ignore textness ('-T') of script when reading shebang.
        - Handle the case where we don't know the wait status of the
          test more gracefully.
        - Make the test summary 'ok' line overrideable so that it can be
          changed to a plugin to make the output of prove idempotent.
        - Apply upstream patch:

            http://perl5.git.perl.org/perl.git/commit \
              /6359c64336d99060952232e7e300bd3c31afead8

          In testargs.t in Test::Harness, don't run a world-writable file.

	  The test writes a file, then changes the mode, then executes it.
	  The file needs to be +x to be executable (on many platforms).
	  The file will need to be +w to be deletable on some platforms.
	  But setting the file world writable just before running it feels
	  like a bad idea, given that the file's name is as predictable
	  as process IDs, as there's a race condition to break into the
	  account running perl's tests.
2012-09-10 11:09:04 +00:00
sno
38021a1915 Updating package for CPAN module Module::Pluggable in
devel/p5-Module-Pluggable from 4.0 to 4.3.

pkgsrc changes:
- switch PERL5_MODULE_TYPE from ExtUtils::MakeMaker (default) to
  Module::Build

upstream changes:
2012-08-15 - 4.3
    * Fix calling the correct method when instantiating (Doh!)
    * Hopefully stop smoker failures

2012-08-14 - 4.2
    * Fix a problem with installation directory (Jerry D. Hedden)

2012-07-20 - 4.1
    * Allow triggers on events which gives a powerful way to modify
      behaviour (Tim Brody, Dan Dascalescu, Paul Evans, Jens Rehsack)
    * Put documentation in about behaviour under blib and test, allow
      searching outside blib under test (suggestion from Stephen Baynes)
    * Made following symlinks the default behaviour, added ability to
      turn that off (Aran Deltac)
    * Fix installation path (Matthias Dietrich, Todd Rinaldo)
    * Allow min_depth and max_depth (as per suggestion from Jens Rehsack)
    * Set our @INC up to include and prefer our search_dirs if necessary
      (as per suggestion from Ian Goodacre)
    * Switch to Module::Build
2012-09-10 10:57:16 +00:00
sno
3d04c3b310 Updating package for CPAN module MooseX::Types::Path::Class in
devel/p5-MooseX-Types-Path-Class from 0.05nb4 to 0.06.

upstream changes:
0.06 Wed Mar 28 2012
    * added SEE ALSO section in pod
    * converted git repo to Dist::Zilla
2012-09-10 10:48:37 +00:00
sno
7bb549155d Updating package for CPAN module MooseX::Types::LoadableClass in
devel/p5-MooseX-Types-LoadableClass from 0.006nb1 to 0.008.

pkgsrc changes:
- adjust dependencies

upstream changes:
0.008 13-03-2012
  - Do not require Test::Exception. RT#75246

0.007 15-02-2012
  - Be more paranoid about the potential for $_ being clobbered.
2012-09-10 10:43:43 +00:00
sno
0b6fab5fee Updating package for CPAN module MooseX::Types::Common in
devel/p5-MooseX-Types-Common from 0.001003 to 0.001008.

pkgsrc changes:
- adjust build/test dependencies

upstream changes:
0.001008 2012-06-14 11:29:50 PDT
  - Upper* and Lower* string types now accept non-alphabetic characters (Karen
    Etheridge)
0.001007 2012-02-23 11:50EST
  - remove Test::Exception from a test
0.001006 2012-02-21 13:50EST
  - fix POD per RT #75168
0.001005 2012-02-19 20:45EST
  - add NumericCode type, RT #74346
0.001004 2011-12-05 23:30EST
  - use Test::Fatal instead of Test::Exception (Justin Hunter)
  - Added {Lower,Upper}CaseSimpleStr and {Lower,Upper}CaseStr, RT #71133
2012-09-10 10:38:52 +00:00
sno
7f768f2e78 Updating package for CPAN module MooseX::Types in devel/p5-MooseX-Types
from 0.30nb1 to 0.35.

pkgsrc changes:
- adjust dependencies

upstream changes:
0.35    2012-05-19
        - The new delegation code could fail when a type had no
          parent. Attempting to subtype Any was one way to trigger the
          bug. (Dave Rolsky)
        - The new delegation code broke calling ->can or ->isa on
          MooseX::Types::TypeDecorator as a class method. (Dave Rolsky)

0.34    2012-05-18
        - Special case new to avoid unexpected exceptions on unloaded classes

0.33    2012-05-18
        - Switch delegation order to prioritise type over class except for new

0.32    2012-05-18
        - Support delegation of methods to the class for class types
        - Factor out _try_delegate method

0.31    2011-12-22
        - Add support for qw( :all ) on MooseX::Types::Combine libraries.
	  (kentnl)
2012-09-10 10:35:15 +00:00
sno
62010a8db7 Updating package for CPAN module MooseX::MarkAsMethods in
devel/p5-MooseX-MarkAsMethods from 0.14 to 0.15.

upstream changes:
0.15      2012-05-30 17:34:11 America/Los_Angeles
	* Document that overload declarations must use the anon sub style for
	  methods to resolve correctly.
	* No code/functionality changes.
2012-09-10 10:27:24 +00:00
sno
aeeb1c8e0f Updating package for CPAN module MooseX::Getopt in devel/p5-MooseX-Getopt
from 0.37 to 0.47.

pkgsrc changes:
- adjust (build/test) dependencies

upstream changes:
0.47      2012-08-30 16:37:59 PDT-0700
 - re-release to remove double $VERSION declarations

0.46      2012-08-30 15:17:28 PDT-0700
 - -h is also treated as a --help option

0.45      2012-05-13 09:49:58 PDT-0700
 - use Path::Class in test to avoid test failures on MSWin32 with filename
   construction

0.44      2012-05-11 10:44:48 PDT-0700
 - now respecting value of configfile passed to the constructor, when used in
   conjunction with MooseX::ConfigFromFile. (Karen Etheridge)

0.43      2012-04-29 09:35:52 PDT-0700
 - re-release as non-trial.

0.42-TRIAL 2012-04-15 09:13:05 PDT-0700
 - reformatted the Changes file, with the help of CPAN::Changes, to something
   a little more standard.
 - more release-only tests added

0.41-TRIAL 2012-04-14 18:36:00 PDT-0700
 - Now bails with exit status 0, rather than dying, when printing
   requested --usage/--help information (usage printed via invalid arguments
   will still die, however). (Karen Etheridge)

0.40      2012-04-13
 - Fix tests when MooseX::ConfigFromFile is installed, with
   Getopt::Long::Descriptive >= 0.091. RT#76287
 - Pod fix from debian. Salvatore Bonaccorso <carnil@debian.org> RT#74681
 - Spelling fix from debian. Jonathan Yu <jawnsy@cpan.org> RT#74681

0.39      2012-02-03
 - Fix argument parsing in process_argv when used with ConfigFromFile so
   that -v can be used as expected, rather than being grabbed as --version

0.38      2011-12-23
 - More documentation on Getopt::Long settings and how they alter this
   role's behaviour, in particular with regards to extra_argv capturing.
   (Karen Etheridge)
2012-09-10 10:24:08 +00:00
sno
5320feb210 Updating package for CPAN module MooseX::App::Cmd from 0.06nb3 to 0.09.
pkgsrc changes:
- adjust dependencies

upstream changes:
0.09      2012-03-18 20:21:21 America/New_York
    - RT#74668: can use a sub {} for configfile default (yanick)
    - RT#75446: add all necessary metadata as part of conversion
      to Dist::Zilla (mjgardner)
    - RT#75447: require correct version of Getopt::Long::Descriptive so
      basic and configfile tests can pass (mjgardner)
    - lots of code and documentation cleanup, driven by
      release tests (mjgardner)

0.08      2012-03-14
    - no code changes, just repackaging distribution archive with
      correct root (mjgardner)

0.07      2012-02-29
    - fix tests that started failing due to dependency error
      string change (offerk)
2012-09-10 10:16:44 +00:00
sno
f45e1bce09 Updating package for CPAN module MooseX::ConfigFromFile from 0.03nb1 to
0.04.

pkgsrc changes:
- adding some dependencies as named in module's meta-information

upstream changes:
0.04 - Dec 17, 2011
    - Call the configfile attribute default sub if it is a sub, not just a
      string, just like MooseX::Getopt does (RT#73325, Karen Etheridge)
2012-09-10 10:08:04 +00:00
sno
3d1e1ac57a Added devel/p5-MooseX-Has-Options version 0.002 2012-09-10 09:58:55 +00:00
sno
514559d46e Importing package for CPAN module MooseX::Has::Options version 0.002 into
devel/p5-MooseX-Has-Options.

MooseX::Has::Options provides a succinct syntax for declaring options for
Moose attributes. It hijacks the has function imported by Moose and replaces
it with one that understands following options syntax:

    use Moose;
    use MooseX::Has::Options;

    has 'some_attribute' => (
        qw(:ro :required),
        isa => 'Str',
        ...
    );

This will converted into:

    use Moose;
    use MooseX::Has::Options;

    has 'some_attribute' => (
        is => 'ro',
	required => 1,
        isa => 'Str',
        ...
    );

Options must come in the beginning of the argument list.
MooseX::Has::Options will stop searching for options after the
first alphanumeric string that does not start with a colon.
2012-09-10 09:58:38 +00:00
obache
a29dad2200 Fixes PKGPREFIX for python and ruby by blbump(1). 2012-09-10 09:22:41 +00:00
abs
7e7f852855 Updated devel/p5-Term-ProgressBar to 2.13
pkgsrc changes
	- Add LICENSE
	- PERL5_PACKLIST has changed to standard format

2.13 Fri May 18 06:24:42 2012
        - remove unused and invalid SIGNATURE file
        - move content of BUGS to Changes
        - Remove the INSTALL and configure files,
          people should use the standard CPAN installation tools
    - Add standard prerequisites to Makefile.PL


2.12 Wed May 16 12:47:16 2012
        - use strict; use warnings; in examples
        - remove bareword from POD (JBAKER)
        - make lbrack and rbrack official.

2.11 Fri Feb 17 12:31:04 2012
        - skip the signature verification

2.10  Wed Dec 21 11:18:26 2011
        - remove Build.PL (keep the Makefile.PL only)
        - Replace home-made testing tools with CPAN-ish tools
        - Require Capture::Tiny for testing
        - New co-maintainer: Gabor Szabo
2012-09-09 13:11:35 +00:00
abs
8e77a365b6 add patch for last 2012-09-09 12:50:05 +00:00
abs
a83bbcfbae Updated devel/p5-glib2 to 1.262
Overview of changes in Glib 1.262 (stable)
==========================================

* Properly specify our dependencies.
* Distriubte a missing test file.

Overview of changes in Glib 1.261 (stable)
==========================================

* Add NEWS entries comparing 1.260 to 1.24x
* Add the 64 bit integer converters to the linker exports
* updated README file similar to Cairo (RT#74870)
* Created %meta_merge which follows v2 of meta-spec
2012-09-09 12:48:49 +00:00
obache
42f4560d09 require List::MoreUtils 0.28. 2012-09-09 09:13:00 +00:00
obache
b61a8e84bd Some fixes, easily detected with pkglint!
* COMMENT should not be end with ".".
* Fix DEPENDS pattern.
2012-09-09 09:09:38 +00:00
obache
b9d03dcb30 Various fixes, easily detected with pkglint!
* drop useless SVR4_PKGNAME, it must be shorter than 5.
* MAINTAINER must point to valid mail address.
* fix a dependency pattern.
* tabify.
2012-09-09 09:06:30 +00:00
cheusov
4d89c17289 Update to 2.0.2 as requested in PR 46909,
tested on NetBSD/6_RC1/amd64 and SL-6.2/amd64.
Set TEST_TARGET to "check".
2012-09-08 16:55:46 +00:00
adam
b15c922bcc Revbump after updating graphics/cairo 2012-09-07 19:16:05 +00:00
adam
6b6db8f60d Darwin always needs iconv hack 2012-09-07 11:43:54 +00:00
jmmv
720ec26d58 Now fix build under NetBSD/i386 5.1.2. 2012-09-07 01:38:31 +00:00
jmmv
ddf605bbb7 Fix references to upstream revision of the patch. 2012-09-07 01:35:54 +00:00
ryoon
d7fc46e4f7 devel/xulrunner10 and www/firefox10: Update to 10.0.7
Changelog:
FIXED Security fixes can be found here
FIXED Stability fixes can be found here
FIXED Contenteditable breaks middle-click to open links (674770)
FIXED Allow specifying wildcard that matches all simple netbiosnames in network.automatic-ntlm-auth.trusted-uris (452781)

Fixed in Firefox ESR 10.0.7
MFSA 2012-72 Web console eval capable of executing chrome-privileged code
MFSA 2012-70 Location object security checks bypassed by chrome code
MFSA 2012-69 Incorrect site SSL certificate data display
MFSA 2012-67 Installer will launch incorrect executable following new installation
MFSA 2012-65 Out-of-bounds read in format-number in XSLT
MFSA 2012-63 SVG buffer overflow and use-after-free issues
MFSA 2012-62 WebGL use-after-free and memory corruption
MFSA 2012-61 Memory corruption with bitmap format images with negative height
MFSA 2012-58 Use-after-free issues found using Address Sanitizer
MFSA 2012-57 Miscellaneous memory safety hazards (rv:15.0/ rv:10.0.7)
2012-09-06 17:24:59 +00:00
jnemeth
002309e237 - add and enable p5-File-Slurp-Unicode
- add and enable p5-List-AllUtils
2012-09-06 17:23:33 +00:00
jmmv
b32f491570 Fix build under NetBSD 1.5.2. 2012-09-06 02:51:43 +00:00
dsainty
dea05d9342 pysqlite2 is used by xulrunner's Python virtualenv. If pysqlite2 isn't
installed at build time it will attempt to download it instead, so the
problem is stealthy in a networked environment, and obvious in an
offline environment.

Add it as a build dependency.
2012-09-05 23:33:41 +00:00
is
e405f2655b This module wraps the standard File::Slurp package and adds character
encoding support.
2012-09-05 15:14:57 +00:00
is
4389a4cc57 Correcting HOMEPAGE 2012-09-05 14:10:36 +00:00
is
902e1e6290 Combines List::Util and List::MoreUtils in one bite-sized package. 2012-09-05 13:23:03 +00:00
jperkin
a07bfc1260 Use fcntl instead of flock, and a couple of other small Solaris fixes. 2012-09-05 13:03:04 +00:00
taca
358338002f Update ruby-gettext_i18n_rails to 0.7.1.
Changes are unavailable and please refer github:
	https://github.com/grosser/gettext_i18n_rails
2012-09-04 15:57:41 +00:00
taca
4c5302fad6 Update ruby-rspec-rails to 2.11.0.
2.11.0 / 2012-07-07

full changelog

Enhancements

* The generated spec/spec_helper.rb sets config.order = "random" so that specs
  run in random order by default.
* rename render_template to have_rendered (and alias to render_template for
  backward compatibility)

Bug fixes

* "uninitialized constant" errors are avoided when using using gems like
  rspec-rails-uncommitted that define Rspec::Rails before rspec-rails loads
  (Andy Lindeman)
2012-09-04 14:52:19 +00:00
adam
ce017c046f Changes 1.7.12:
UI, Workflows & Features
 * Git can be told to normalize pathnames it read from readdir(3) and
   all arguments it got from the command line into precomposed UTF-8
   (assuming that they come as decomposed UTF-8), in order to work
   around issues on Mac OS.
   I think there still are other places that need conversion
   (e.g. paths that are read from stdin for some commands), but this
   should be a good first step in the right direction.
 * Per-user $HOME/.gitconfig file can optionally be stored in
   $HOME/.config/git/config instead, which is in line with XDG.
 * The value of core.attributesfile and core.excludesfile default to
   $HOME/.config/git/attributes and $HOME/.config/git/ignore respectively
   when these files exist.
 * Logic to disambiguate abbreviated object names have been taught to
   take advantage of object types that are expected in the context,
   e.g. XXXXXX in the "git describe" output v1.2.3-gXXXXXX must be a
   commit object, not a blob nor a tree.  This will help us prolong
   the lifetime of abbreviated object names.
 * "git apply" learned to wiggle the base version and perform three-way
   merge when a patch does not exactly apply to the version you have.
 * Scripted Porcelain writers now have access to the credential API via
   the "git credential" plumbing command.
 * "git help" used to always default to "man" format even on platforms
   where "man" viewer is not widely available.
 * "git clone --local $path" started its life as an experiment to
   optionally use link/copy when cloning a repository on the disk, but
   we didn't deprecate it after we made the option a no-op to always
   use the optimization.  The command learned "--no-local" option to
   turn this off, as a more explicit alternative over use of file://
   URL.
 * "git fetch" and friends used to say "remote side hung up
   unexpectedly" when they failed to get response they expect from the
   other side, but one common reason why they don't get expected
   response is that the remote repository does not exist or cannot be
   read. The error message in this case was updated to give better
   hints to the user.
 * "git help -w $cmd" can show HTML version of documentation for
   "git-$cmd" by setting help.htmlpath to somewhere other than the
   default location where the build procedure installs them locally;
   the variable can even point at a http:// URL.
 * "git rebase [-i] --root $tip" can now be used to rewrite all the
   history leading to "$tip" down to the root commit.
 * "git rebase -i" learned "-x <cmd>" to insert "exec <cmd>" after
   each commit in the resulting history.
 * "git status" gives finer classification to various states of paths
   in conflicted state and offer advice messages in its output.
 * "git submodule" learned to deal with nested submodule structure
   where a module is contained within a module whose origin is
   specified as a relative URL to its superproject's origin.
 * A rather heavy-ish "git completion" script has been split to create
   a separate "git prompting" script, to help lazy-autoloading of the
   completion part while making prompting part always available.
 * "gitweb" pays attention to various forms of credits that are
   similar to "Signed-off-by:" lines in the commit objects and
   highlights them accordingly.
2012-09-04 12:17:11 +00:00
taca
d699de69f6 Update ruby-rspec to 2.11.0.
This is meta gem ruby-rspec.
2012-09-03 15:55:27 +00:00
taca
3fc75569c7 Update ruby-rspec-mocks to 2.11.2
### 2.11.2 / 2012-08-11
[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.11.1...v2.11.2)

Bug fixes

* Don't modify `dup` on classes that don't support `dup` (David Chelimsky)
* Fix `any_instance` so that it works properly with methods defined on
  a superclass. (Daniel Eguzkiza)
* Fix `stub_const` so that it works properly for nested constants that
  share a name with a top-level constant (e.g. "MyGem::Hash"). (Myron
  Marston)

### 2.11.1 / 2012-07-09
[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.11.0...v2.11.1)

Bug fixes

* Fix `should_receive` so that when it is called on an `as_null_object`
  double with no implementation, and there is a previous explicit stub
  for the same method, the explicit stub remains (rather than being
  overriden with the null object implementation--`return self`). (Myron Marston)
2012-09-03 15:53:20 +00:00
taca
95961f39f3 Update ruby-rspec-expectations to 2.11.2.
### 2.11.2 / 2012-07-25
[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.11.1...v2.11.2)

Bug fixes

* Define `should` and `should_not` on `Object` rather than `BasicObject`
  on MacRuby. On MacRuby, `BasicObject` is defined but is not the root
  of the object hierarchy. (Gabriel Gilder)

### 2.11.1 / 2012-07-08
[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.11.0...v2.11.1)

Bug fixes

* Constrain `actual` in `be_within` matcher to values that respond to `-` instead
  of requiring a specific type.
    * `Time`, for example, is a legit alternative.

### 2.11.0 / 2012-07-07
[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.10.0...v2.11.0)

Enhancements

* Expand `expect` syntax so that it supports expections on bare values
  in addition to blocks (Myron Marston).
* Add configuration options to control available expectation syntaxes
  (Myron Marston):
  * `RSpec.configuration.expect_with(:rspec) { |c| c.syntax = :expect }`
  * `RSpec.configuration.expect_with(:rspec) { |c| c.syntax = :should }`
  * `RSpec.configuration.expect_with(:rspec) { |c| c.syntax = [:should, :expect] }`
  * `RSpec.configuration.add_should_and_should_not_to Delegator`

Bug fixes

* Allow only `Numeric` values to be the "actual" in the `be_within` matcher.
  This prevents confusing error messages. (Su Zhang @zhangsu)
* Define `should` and `should_not` on `BasicObject` rather than `Kernel`
  on 1.9. This makes `should` and `should_not` work properly with
  `BasicObject`-subclassed proxy objects like `Delegator`. (Myron
  Marston)
2012-09-03 15:52:38 +00:00
taca
11471ddd09 Update ruby-rspec-core to 2.11.1.
### 2.11.1 / 2012-07-18
[full changelog](http://github.com/rspec/rspec-core/compare/v2.11.0...v2.11.1)

Bug fixes

* Fix the way we autoload RSpec::Matchers so that custom matchers can be
  defined before rspec-core has been configured to definitely use
  rspec-expectations. (Myron Marston)
* Fix typo in --help message printed for -e option. (Jo Liss)
* Fix ruby warnings. (Myron Marston)
* Ignore mock expectation failures when the example has already failed.
  Mock expectation failures have always been ignored in this situation,
  but due to my changes in 27059bf1 it was printing a confusing message.
  (Myron Marston).

### 2.11.0 / 2012-07-07
[full changelog](http://github.com/rspec/rspec-core/compare/v2.10.1...v2.11.0)

Enhancements

* Support multiple `--example` options. (Daniel Doubrovkine @dblock)
* Named subject e.g. `subject(:article) { Article.new }`
    * see [http://blog.davidchelimsky.net/2012/05/13/spec-smell-explicit-use-of-subject/](http://blog.davidchelimsky.net/2012/05/13/spec-smell-explicit-use-of-subject/)
      for background.
    * thanks to Bradley Schaefer for suggesting it and Avdi Grimm for almost
      suggesting it.
* `config.mock_with` and `config.expect_with` yield custom config object to a
  block if given
    * aids decoupling from rspec-core's configuation
* `include_context` and `include_examples` support a block, which gets eval'd
  in the current context (vs the nested context generated by `it_behaves_like`).
* Add `config.order = 'random'` to the `spec_helper.rb` generated by `rspec
  --init`.
* Delay the loading of DRb (Myron Marston).
* Limit monkey patching of `describe` onto just the objects that need it rather
  than every object in the system (Myron Marston).

Bug fixes

* Support alternative path separators. For example, on Windows, you can now do
  this: `rspec spec\subdir`. (Jarmo Pertman @jarmo)
* When an example raises an error and an after or around hook does as
  well, print out the hook error. Previously, the error was silenced and
  the user got no feedback about what happened. (Myron Marston)
* `--require` and `-I` are merged among different configuration sources (Andy
  Lindeman)
* Delegate to mocha methods instead of aliasing them in mocha adapter.
2012-09-03 15:51:39 +00:00
taca
f8046bb064 Update ruby-mocha to 0.12.3.
= 0.12.3
* Revert rename of undocumented internal module since it turns out
  Rails/ActiveSupport is relying on its existence.

= 0.12.2
* Officially support minitest v3.3.0 (still monkey-patching)

= 0.12.1
* Deprecation warning (instead of fail fast) if neither Test::Unit
  nor MiniTest is loaded. Fixes #88.
* Remove deprecated access to `Mocha::Standalone`.
* Remove the deprecated file `stubba.rb`.
* Officially support test-unit v2.5.1 (still monkey-patching).
* Improve the API acceptance test.

= 0.12.0
* Fail fast if neither Test::Unit nor MiniTest is loaded. Fixes #40.
* Officially support MiniTest up to v3.2.0 (still monkey-patching).
* Officially support test-unit v2.5.0 (still monkey-patching).
* Do not monkey-patch Test::Unit or MiniTest unless we *know* it's ok.
* Add acceptance tests to demonstrate using a block as a custom parameter
  matcher.
* Update Travis CI build status image to use the new build under the
  freerange account.
2012-09-03 15:41:21 +00:00
taca
8d534e0e7a Update ruby-flexmock to 1.0.0.
== Version 1.0.0

* Added spy support.
* Added base class mocking restrictions.
* Using singleton_methods to get list of singleton methods (rather
  than methods(false))
* Correctly handling mocking methods that were meta-programmed with
  method_missing.
2012-09-03 15:39:05 +00:00
taca
b3c42a6810 Update hoe to 3.0.8.
=== 3.0.8 / 2012-08-20

* 1 bug fix:

  * Set test_globs default value to pick up test/*spec* files as well.
    (millisami)

=== 3.0.7 / 2012-08-07

* 1 minor enhancement:

  * Added quote from DrNic about manifests to readme.
2012-09-03 15:34:58 +00:00
sno
ebe7518361 Updating package for CPAN distribution Module-Install-ReadmeFromPod in
devel/p5-Module-Install-ReadmeFromPod from 0.12 to 0.18.

Upstream changes:
==============================
2012-02-25 10:20:43 +0000 0.18
==============================

    * Resolve test failures for v5.15.x perl releases

==============================
2012-02-08 23:56:12 +0000 0.16
==============================

    * Bump to version 0.16

==============================
2012-02-06 13:20:30 +0000 0.14
==============================

    * Add 'lib' using use lib in Makefile.PL
    * Bump version to 0.14
    * Move the pdf tests to extra tests that are skipable
      if pod2pdf isn't installed
    * Provisions to pass options to the POD formatters
    * Allow specifying the name of the output file manually
    * Allowing some alternate format spellings: text, html
    * Support for README files in PDF format
    * Support for a README in manpage format
    * Documented the HTML support
    * Support for HTML output
    * clean_files can be out of the readme_txt sub
    * Prepare support for other file formats
    * Updating all the plugins to print consistent output.
    * Prints:
      readme_from lib/Module.pm
    * Found out that this doesn't work on older M::I.
    * This code looks at M::I internals. I should patch M::I to make the
      all_from file a public variable.
2012-09-03 11:38:58 +00:00
sno
a76f11d1e6 Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled,
Module::Install is for Authors only.

Bumping revision
2012-09-03 11:16:19 +00:00
adam
32b5743542 Changes 2.32.1:
Gio:
* Application:
  - Pass 0 (NULL) rather than "" to GApplication.

Glib:
* Miscutils: get_system_data_dirs(), get_system_config_dirs():
  Return early when the C function returns NULL.
* Thread::RecMutex: Don't initialize this as a GStaticMutex.
  (Deprecated anyway)
* Documentation:
  - Don't hide add_exception_handler() documentation.
  - Really hide the GCheckSum type from the documentation.
2012-09-03 10:15:36 +00:00
dsainty
45a69128b9 Add -lnssutil3 to the nss.pc library list. Other libraries (E.g. nss3) have
dependencies on utilities in nssutil3.  Libs.private was insufficient
to fix the xulrunner build on Linux (CentOS 6.3).

Bump PKGREVISION.
2012-09-03 00:54:00 +00:00
cheusov
f6533445d5 Update to 1.1.0
Fix in regression tests. Now "make test" exits with non-zero status
  if something fails.

  lmdbg-run:
    - Zero addresses are removed from stacktraces generated by glibc's
      backtrace(3).  This fixes asserts in lmdbg-stat(1).
    - Double "0x" in "info section" were fixed (seen on NetBSD).
    - backtrace(3) from libexecinfo is used instead of builtin
      implementation if the library and execinfo.h are available
      (FreeBSD, NetBSD).

  lmdbg-sym:
    - Fixes. Sometimes addresses were converted to symbols
      incorrectly. The problem was seen on modern Linux distros with
      recent gdb(1).

  lmdbg-stat:
    - Now incompletly read lines (having no LF in the end) are
      ignored.  This fixes crashes and therefore empty output or
      lmdbg(1) when analysed program is killed.
    - Alternative implementation written in awk was removed.

  Build infrastructure was converted to 2-level dirs.
  This requires mk-configure>=0.23.0 for build.

  Minor clean-ups in man pages and Makefiles.
2012-09-02 18:48:19 +00:00
wiz
c08bd88c3d Add --tag=CC to libtool line.
Shouldn't be necessary, on the other hand, shouldn't hurt either.

Requested by jaimef@linbsd.org.
2012-09-02 14:56:17 +00:00
marino
5ca90dd7d9 devel/php-gettext: Fix break caused by gettext-lib change
php-gettext previously searched the $PREFIX/include, /usr/local/include
and /usr/include for the libintl.h header.  The recent change to
gettext-lib moved the header to $PREFIX/include/gettext broke the
build on platforms that don't have native libintl.

Fix this by changing the search path from $PREFIX/include to
$BUILDLINK_DIR/include and let the buildlink system provide the
header.  The core issue is how the configuration script determines if
gettext is available on the system.

No revbump needed; the same gettext-lib is used as before.
2012-09-02 14:09:56 +00:00
marino
38ea35f244 devel/gettext-lib: Change buildlink location of libintl.h
The previous change to devel/gettext-lib moved the libintl header to
include/gettext.  For platforms that don't have native libintl, this
header needs to be at include inside the buildlink directory.  This
patch makes that happen.

Contributed-by: OBATA Akio
2012-09-02 14:08:38 +00:00
wen
d83f87cb9b Update to 1.218
Upstream changes:
1.218
  - support for Haiku OS (thanks, Tony Cook!)
2012-09-02 13:50:30 +00:00
wen
b342292369 Update to 0.38
Upstream changes:
0.38	2012-05-29, H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Backslashed { in regex in test to satisfy perl-5.17

0.37	2012-04-16, H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Upped copyright to 2012
    * Allow length for DHexDump ()
2012-09-02 13:20:25 +00:00
wen
ea6b90d67e Update to 1.09
Upstream changes:
1.09 2012-08-10

* Multiple bug fixes concerning filters, including empty filters,
  valueless keys, and applying filters to single values.
* Add "human" argument to get_all and get_regexp, to match get
* Add an add_comment method
* Add an encoding attribute, which adds the appropriate layer on file
  I/O
* Enforce that all keys must have sections, as git 1.7.4.4 began doing

1.08 2012-02-15

* Fix loading of user_file, broken in dcdd01f, due to unexpanded ~
  (alexmv, clkao@clkao.org)
2012-09-02 13:08:49 +00:00
wen
3253b8624b Update to 2.51
Upstream changes:
2.51   - fixed rt.cpan.org#77667 which resulted in invalid configs
          written to file when using save_file() and a named block,
          whose 2nd part starts with a /.

        - fixed rt.cpan.org#64169 by applying patch by Dulaunoy Fabrice.
          adds -NoEscape switch which turns off escaping of anything.

        - implemented suggestion of rt.cpan.org#67564 by adding 3 new
          parameters: -NormalizeOption, -NormalizeBlock and -NormalizeValue,
          which take a subroutine reference and change the block,
          option or value accordingly.

        - fixed rt.cpan.org#65860+76953 undefined value error.
2012-09-02 13:03:05 +00:00
wen
7b28363239 Update to 2.056
Upstream changes:
2.056 10 August 2012

      * Fix C++ build issue
        Thanks to Karl Williamson for supplying the patch.

  2.055 4 August 2012

      * Fix misuse of magic in API
        [#78079]
2012-09-02 12:56:00 +00:00
wen
4001bbc782 Update to 2.055
Upstream changes:
2.055 4 August 2012

      * Fix misuse of magic in API
        [#78080]
2012-09-02 12:47:43 +00:00
wiz
0953bc540e Update to 2.3.1:
clone: don't fail with --update for non-local clones (issue3578)
commit: normalize filenames when checking explicit files (issue3576)
fileset: actually implement 'minusset'
fileset: do not traceback on invalid grep pattern
fileset: exclude deleted files from matchctx.existing()
fileset: fix generator vs list bug in fast path
fileset: matchctx.existing() must consider ignored files
fileset: matchctx.existing() must consider unknown files
largefiles: adjust localstore to handle batch statlfile requests (issue3583)
merge: handle case when heads are all bookmarks
obsolete: import modules within mercurial/ without "from mercurial"
revlog: don't try to partialmatch strings those length > 40
rollback: write dirstate branch with correct encoding
store: only one kind of OSError means "nonexistent entry"
store: sort the results of fncachestore.datafiles()
strip: fix revset usage (issue3604)
templater: handle a missing value correctly
verify: do not choke on valid changelog without manifest
wix: bump MSI based installers to use Python 2.7
2012-09-02 10:02:49 +00:00
dholland
c29aacbb91 Does not build on python25; it tries to print a message saying it needs a
newer Python version, but croaks while doing so.
2012-09-02 05:50:21 +00:00
ryoon
df3d15b2fe Add one more patch from Jan Beich,
mainly fix DragonFly build.
2012-09-02 05:45:29 +00:00
wen
6ae728588c Updated to 1.2006
Upstream changes:
1.2006    2012-04-10 18:44:20 America/New_York

  [BUG FIXES]

  - Changed how CPAN::Reporter::PrereqCheck attempts to load modules to
    avoid module reloading, which caused some prereqs to show up as
    'broken' [rt.cpan.org #76394 and #75559]

  [OTHER]

  - Bumped IPC::Cmd prereq to 0.76 to avoid failures on some platforms
2012-09-02 04:31:42 +00:00
wen
8d083705fd Update to 0.78
Upstream changes:
Chnages for 0.78    Mon Apr 30 19:45:00 BST 2012
=================================================
* Use POSIX::_exit() instead of exit() in
  run_forked(). Reported by Mithun Ayachit
  [RT 76901]

Changes for 0.76    Mon Jan 30 11:30:53 GMT 2012
=================================================
* Make the empty arg stripping the default again,
  with option to override this behaviour.

Changes for 0.74    Mon Jan 30 10:24:30 GMT 2012
=================================================
* Applied patch from WATANABE Hiroaki [RT #74470]
  "Empty string cannot be passed to command"
* Resolved [RT #74373] reported by Randy Stauner
  "Compilation error when POSIX.pm fails to load"
2012-09-02 04:19:24 +00:00
wen
4509862da8 Update to 0.68
Upstream changes:
==============================
2012-08-20 15:21:37 +0100 0.68
==============================

  commit ca1bb7b9954a63aff67398a3c9b8776caa149ee2
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Mon Aug 20 15:21:37 2012 +0100

    Updated for v5.17.3

==============================
2012-08-08 23:38:58 +0100 0.66
==============================

  commit 105720e9402e857da1204e315f95d7c31cc1aab9
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Wed Aug 8 23:38:58 2012 +0100

    Updated for v5.16.1

==============================
2012-08-03 21:09:54 +0100 0.64
==============================

  commit 8db2bcae7929f5c22140874a5006aed59677c7f7
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Fri Aug 3 21:09:54 2012 +0100

    Updated for v5.16.1-RC1

==============================
2012-07-20 14:24:14 +0100 0.62
==============================

  commit b3dcb535ae740c09d61c666372a4245fc484dfe7
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Fri Jul 20 14:24:14 2012 +0100

    Updated for v5.17.2

==============================
2012-06-20 13:22:32 +0100 0.60
==============================

  commit 7b6fdfd80d1867dc3bee6fc2f60f618aaf15651b
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Wed Jun 20 13:22:32 2012 +0100

    Updated for v5.17.1

==============================
2012-05-26 18:32:34 +0100 0.58
==============================

  commit 7f0f381092537da3bb81824f723a0d394647e6b0
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Sat May 26 18:32:34 2012 +0100

    Updated for v5.17.0

==============================
2012-05-21 00:20:55 +0100 0.56
==============================

  commit 8f50a8c2f72734399956e266e5ef1be8d91cc937
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Mon May 21 00:20:55 2012 +0100

    Updated for v5.16.0

==============================
2012-05-20 21:02:31 +0100 0.54
==============================

  commit 6e7fde493df56d309d90ac69dc5bacbb6622a5b6
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Sun May 20 21:02:31 2012 +0100

    Remove the bogus tar.bz2 for v5.16.0-RC0

==============================
2012-05-16 07:42:28 +0100 0.52
==============================

  commit 1fb816435bf08c96bd7f2059a73d1ee807d184c4
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Wed May 16 07:42:28 2012 +0100

    Updated for v5.16.0-RC2

==============================
2012-05-15 07:17:52 +0100 0.50
==============================

  commit dd2ce7f473015ac35cabd3d6e73150896dab7653
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Tue May 15 07:17:52 2012 +0100

    Added v5.16.0-RC1

==============================
2012-05-11 11:27:42 +0100 0.48
==============================

  commit 1ab5f8add94a681a2d49bab1f1001b2ea6e4c598
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Fri May 11 11:27:42 2012 +0100

    Updated for v5.16.0-RC0

==============================
2012-03-19 23:58:40 +0000 0.46
==============================

  commit ae79325c6f54358dcec91936d429c196a99508ab
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Mon Mar 19 23:57:58 2012 +0000

    Updated for v5.15.9
2012-09-02 03:34:54 +00:00
mspo
6e71a45b04 add py-pyev 2012-09-02 02:46:04 +00:00
mspo
14df6aed6e add pyev - python libev interface 2012-09-01 22:11:38 +00:00
marino
f3e3832e41 devel/SOPE: Fix build for DragonFly
DragonFly needs same switches as FreeBSD.
2012-09-01 10:02:34 +00:00
marino
d73db67007 devel/qof: Fix PLIST for doxygen-1.8.2, depend on it, bump PKGREVISION 2012-09-01 09:12:35 +00:00
adam
9238400dfa Fix hash_value() issue in boost-1.51.0 2012-08-31 12:20:56 +00:00
wen
36f437afe6 Update to 1.33
Upstream changes:
1.33 - Tue Apr 24 17:55:17 PDT 2012
 - Remove debug() shell - it was too troublesome
   I may re-implement this later as a separate package

1.32 - Tue Feb  7 19:55:00 PST 2012
 - Make Devel::REPL a runtime requirement - thx haarg++

1.31 - Wed Dec  7 22:59:01 EST 2011
  - pod parsing fix for metacpan.

1.30 - Wed Dec  7 22:59:01 EST 2011
  - Added ->debug(), an interactive debugger.

1.25 - Wed Apr 27 23:47:49 EDT 2011
  - Bumped WWW::Selenium version - thanks Leah K.
  - Localize $@ during destruction so we do not clobber it. Reported by Jason S
  - Testsuite fully passing again with latest SeleniumRC (1.0.3)

1.24 - Mon Feb  7 10:28:32 PST 2011
  - clean up pod after nudge from Dave Cross
  - fix synopsis to set the test name correctly - thanks Herbert Leitz
2012-08-31 12:06:36 +00:00
ryoon
5e94637153 Add one more patch from https://bugzilla.mozilla.org/show_bug.cgi?id=753046,
mainly improve OpenBSD build.
2012-08-31 11:52:13 +00:00
obache
4f538ddd1f == Ruby-GNOME2 1.1.5: 2012-08-29
This is a network support improvement release!

=== Changes

==== Ruby/GLib2

  * Improvements
    * windows: Bundled glib-networking.

==== Ruby/GIO2

  * Improvements
    * Added Gio::TlsCertificate.
    * Added Gio::TlsCertificateFlags.

==== Ruby/GTK2

  * Improvements
    * Added Gtk.show_uri.

  * Fixes
    * Gtk::TreeStore#reorder:
      Fixed wrong the number of reorder values check.
      [SF.net#3561748] [Reported by Nounou]
2012-08-30 13:36:32 +00:00
drochner
19286858d6 update to 1.8.2
changes are unknown
2012-08-30 07:57:51 +00:00
adam
81c9a6baca Really disable X11 on IRIX and Darwin 2012-08-29 23:07:08 +00:00