Commit graph

21111 commits

Author SHA1 Message Date
wen
4fcd9c69d0 Update to 1.19
Add LICENSE

Upstream changes:
1.19  2014 Apr 09
        - unit test fix

1.18  2013 Apr 03
        - POD

1.17  2013 Apr 02
	- no use integer
	- optimize _copy_array
2013-12-15 14:32:50 +00:00
wen
751703ff48 Update to 0.30
Upstream changes:
0.30  Wed Sep 18 09:21:00 2013
	- No code changes.
	- Add t/intersection.*.pl as part of the expanded discussion of methods such as intersection().
		This code was developed in conjunction with Joern Behre, to help clear up confusion over
		the issue of the uniqueness of items returned from various methods.
	- Add an FAQ with an item discussing this issue.
	- Expand the discussion of overloaded operators to recommend testing of the output of various methods
		before production use, and that unique() may need to be called, since unique() is not called
		automatically during a call to, say, intersection().
	- Include docs for bag(), difference(), intersection(), is_equal() and not_equal() explicitly among
		all other methods, besides their original mention under 'OVERLOADED (COMPARISON) OPERATORS'.
	- Include docs for new() as well.

0.29  Wed Jul  3 16:20:00 2013
	- No code changes.
	- Rename CHANGES to Changes as per CPAN::Changes::SPEC.
	- Recreate META.* files so they say licence is artistic_2 rather than artistic_1.
		Build.PL and Makefile.PL already said artistic_2, but the META.* files didn't.
		There is no reference to licences in the source of the module itself.
		This was requested by Christopher Meng who packages stuff for Fedora.

0.28  Wed Dec 19 08:50:00 2012
	- Extend fix for RT#81971 to add ^ in the regexps used in index() and rindex(), so they are now
		/^\Q$value\E$/ and not just /\Q$value\E$/. This issue was also reported by Henrik Hald N鴕gaard.
	- Update docs for rindex() is say undef is returned - as with index() - if the value is not found.
	- Extend t/rt.81971.t to check rindex() returns undef when searching for the suffix of a value.

0.27  Sat Dec 15 07:19:00 2012
	- Fix RT#81971, kindly reported by Henrik Hald N鴕gaard.
		When special chars, as used in regexps, are set members, or used to find set members, they
		must be quoted with \Q$value\E inside regexps.
		This fix was applied to count(), delete(), exists(), index() and rindex().
	- Add t/rt.81971.t to exercise the new code.
	- While examining the code for this fix, I found a couple of other bugs: In index() and rindex(),
		the value searched for was compared with each set member using this regexp, /$value/,
		instead of this regexp, /$value$/. The missing, trailing, $ meant that the member could match just
		the prefix of $value, rather than match the value exactly. So in those 2 methods the tests are now
		/\Q$value\E$/. The other 3 methods mentioned above already used /$value$/.
2013-12-15 14:25:50 +00:00
ryoon
d73c4bf4c5 Update to 3.15.3.1
Changelog:
New in NSS 3.15.3.1

New Functionality

No new major functionality is introduced in this release. This is
a patch release to revoke trust of a subordinate CA certificate
that was mis-used to generate a certificate used by a network
appliance.

Bugs fixed in NSS 3.15.3.1

    Bug 946351 - Misissued Google certificates from DCSSI

A complete list of all bugs resolved in this release can be obtained
at
https://bugzilla.mozilla.org/buglist.cgi?resolution=FIXED&classification=Components&query_format=advanced&target_milestone=3.15.3.1&product=NSS

Compatibility

NSS 3.15.3.1 shared libraries are backward compatible with all
older NSS 3.x shared libraries. A program linked with older NSS
3.x shared libraries will work with NSS 3.15.3.1 shared libraries
without recompiling or relinking. Furthermore, applications that
restrict their use of NSS APIs to the functions listed in NSS Public
Functions will remain compatible with future versions of the NSS
shared libraries.
2013-12-15 14:21:01 +00:00
ryoon
5546239432 Add xulrunner24 2013-12-15 14:08:42 +00:00
ryoon
767656ac20 Import xulrunner24-24.2.0 as devel/xulrunner24.
XULRunner is a runtime environment for applications using the
XML User Interface Language, XUL. It is the successor of the "Gecko"
runtime environment.

This package tracks 24 extended support release.
2013-12-15 14:07:13 +00:00
wen
e7acdb8144 Update to 1.354
Upstream changelog is too long, please visit:
http://cpansearch.perl.org/src/RCAPUTO/POE-Test-Loops-1.354/CHANGES
2013-12-15 13:16:23 +00:00
wen
1c77bf7fca Update to 1.358
Upstream changelog is too long, please visit:
http://cpansearch.perl.org/src/RCAPUTO/POE-1.358/CHANGES
2013-12-15 13:05:13 +00:00
wen
1385499319 Add p5-IO-Pipely 2013-12-15 12:53:31 +00:00
wen
5baa772086 Import IO-Pipely-0.005 as devel/p5-IO-Pipely.
Pipes are troublesome beasts because there are a few different, incompatible
ways to create them. Not all platforms support all ways, and some platforms
may have hidden difficulties like incomplete or buggy support.

IO::Pipely provides a couple functions to portably create one- and two-way
pipes and pipe-like socket pairs. It acknowledges and works around known
platform issues so you don't have to.
2013-12-15 12:49:32 +00:00
wen
68a6971a74 Update to 0.38
Upstream changes:
0.38      2013-12-14 18:39:30Z
  - update configure_requires checking in Makefile.PL, add CONTRIBUTING file
2013-12-15 11:51:35 +00:00
markd
6363c15376 Fix build on Linux. 2013-12-15 08:36:12 +00:00
cheusov
653ec4a100 Fix compilation failure on SunOS 2013-12-14 17:56:22 +00:00
dholland
4114087010 Turn on DESTDIR support; no actual changes required. Clear BROKEN. 2013-12-14 08:27:34 +00:00
jperkin
4b4a7c3b28 SOL_TCP compatibility fix for SunOS. 2013-12-13 10:04:32 +00:00
jperkin
e57440c861 SunOS libform does not have TYPE_IPV4, disable it. 2013-12-12 22:54:36 +00:00
jperkin
dce9b19e48 Don't include devel/libinotify on SunOS. Makes package build. 2013-12-12 12:58:31 +00:00
wen
e0f7b84392 Update to 0.39
Upstream changes:
0.39	- 2013-08-17, H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Upped copyright to 2013
    * Add alternative test results for 5.19.3 and up (COW and no PV for IV)
2013-12-12 09:04:31 +00:00
wen
96436f3697 Update to 0.48
Upstream changes:
0.48 2013-09-01 15:42:51+0900

    - Fix tests for bleadperl

0.47

    - Support PUREPERL_ONLY build
      See the Lancaster Consensus:
      219db464af/lancaster-consensus.md (specifying-pure-perl-builds)

0.46

    - fixed unpacking issue on big-endian system.
    https://github.com/msgpack/msgpack-perl/issues/4

0.45

    - support tied hashes(rurban++)

0.44

    - do not display deprecated warnings from Data::MessagePack::Unpacker.
      T::Xslate using it...

0.43 2012-06-26T02:00:57

    - Data::MessagePack::Unpacker was deprecated.


0.42 2012-06-25 09:56:58

    - fix failing to pack IV/NV with MAGIC (e.g. $$ in 5.16.0)

0.41 2012-03-28 01:09:44

    - Revert the privous changed utf8() behavior

0.40 2012-03-28 00:37:28

    - Fix $messagepack->utf8(1) behavior
    - Fix tests on NV == long double env
2013-12-12 08:54:13 +00:00
wen
8f661a9046 Update to 2.36
Upstream changes:
2.35
Apply patches by Ilmari and D. Steinbrunner.

Should work on 5.18 now.

2.34
Administrative release to eliminate build dependency on module
used only for testing.

2.33
Caught up with various RT reports, and fixed a bunch of them.

[RT #74198] fixed dumps containing read-only objects (obtained via JSON::XS)

[RT #74198], Fixed stringification of code compiled under strict in later
perls. Thanks to Father Chrysotomos for the patch and nudge.

Also eliminated a false-fail prone test which was actually pretty useless,
which should close several tickets which I wont bother to list.

This release also is the first from the new git repository at
https://github.com/demerphq/Data-Dump-Streamer
2013-12-12 08:32:54 +00:00
wen
048e5caedc Update to 1.22
Upstream changes:
2013-05-10  Gisle Aas <gisle@ActiveState.com>

   Release 1.22

   Deal with class names containing '=' [RT#72415]

   Filters now get access to $ctx->expr; the textual expression
   denoting the current object.
2013-12-12 07:54:29 +00:00
wen
8cdddc1d2a Update to 1.23
Upstream changes:
1.23    2013-09-26  DCANTRELL  Add David Muir Sharnoff's tests for
     really big data structures (but not yet working);
              Check for taint-mode less insanely, thanks to Ilmari;
               Don't delay loading File::Find::Rule (see RT 87554)
2013-12-12 07:35:40 +00:00
wen
534c28fae8 Update to 1.18
Upstream changes:
version 1.18; 2013-09-21

  * bugfix: store peep chain link reliably under threads

  * update tests for Perl 5.19.4's removal of the special treatment of
    aliased undef in arrays

  * in doc, switch to consistent use of British English spellings

  * doc typo fix

version 1.17; 2013-08-04

  * bugfix: correct the dtrace-related macro squashing for Perls prior
    to 5.13.8, where the macros had the wrong number of parameters and
    prevented compilation

  * bugfix: use core's PL_no_localize_ref string constant as data string
    rather than format string

  * update to handle the new padrange op type in Perl 5.17.6

  * update to handle the new op allocation mechanism in Perl 5.17.2

  * clarify and expand documentation around list-like assignments

  * clarify documentation of deref() regarding lvalueness

  * remove the bulk of the documentation from the README file
2013-12-12 07:23:56 +00:00
wen
8a4571e84e Update to 0.004007
Upstream changes:
0.004004  Sun Aug  5 17:46:56 2012

    - Further patch to failures.t

    - Added redefinition of Scalar::Util::blessed() to avoid nasty
      surprises (thanks Andrew!)

    - Added confess() and cluck() overrides
      and fixed caller() override to set @DB::args when appropriate


0.004005  Mon Aug 20 10:44:35 2012

    - Further patch for t/confess.t
      (Thanks, David!)


0.004006  Thu Oct  4 16:49:47 2012

    - Circumvented annoying undef-as-key warnings in Perl 5.17+

    - Honour @CARP_NOT's when reporting context


0.004007  Fri Oct  5 23:05:05 2012

    - Added BLESSED handler for better control over how blessed() lies

    - Upgraded reimplementation of blessed() to make more sense
2013-12-12 06:52:14 +00:00
wen
456ff28249 Update to 0.014
Upstream changes:
0.014     2013-05-28 02:32:48 Europe/Amsterdam
          Pass coderefs and globrefs unchanged
          Conversion from Test::Exception to Test::Fatal (Karen Etheridge)
          Convert to Module::Build::Tiny
2013-12-12 06:42:21 +00:00
wen
e278091b44 Update to 2.20
Upstream changes:
2.20  Sun Nov 24 10:52:00 2013
	- Relax pre-req version requirements

2.19  Sun Sep 15 09:16:00 2013
	- Change VERSION => $VERSION in Makefile.PL to VERSION_FROM => 'lib/Config/Tiny.pm'.
		Reported by Jean-Louis Morel. See RT#88670.

2.18  Sat Sep 14 10:03:00 2013
	- Remove obsolete and wrong version # from Makefile.PL.
		Reported by Jean-Louis Morel. See RT#88658.
	- Implement Kevin Ryde's suggestion to test if read() will return undef.
		If so, set an error message and (still) return undef.

2.17  Fri Sep 13 12:41:00 2013
	- Remove the file tests -efr during calls to read(). The open() tests for any error.
		Also, the -f test was reporting /dev/null as a directory, not a file.
		Thanx to Kevin Ryde for pushing me to implement this. See RT#36974.
	- Clean up some error messages slightly.

2.16  Fri Sep  6 11:54:00 2013
	- Replace Path::Tiny with File::Spec, because the former's list of dependencies is soooo long :-(.
		Changed files: t/02.main.t, t/04.utf8.t, Build.PL and Makefile.PL.
		See: RT#88435 (for Tree::DAG_Node) for an explanation.

2.15  Sun Aug  4 14:59:00 2013
	- Clean up the shambolic dates in this file.
	- Add a note under Caveats about setting options more that once. Only the first case is respected.
		Thanx to Kimmel K. See RT#69795.
	- Add a $encoding parameter to read_file() and write_file(). See docs for details.
		Add t/04.utf8.t and t/04.utf8.txt.
		Thanx to Mark Lawrence and Wolfgang Husmann. See RT#71029 and RT#85571.
	- For BSD-based systems, when writing a file during tests, use:
		my($temp_dir) = File::Temp -> newdir('temp.XXXX', CLEANUP => 1, EXLOCK => 0, TMPDIR => 1);
	- Rename t/*.t files. I use '.' rather than '_' in file names because the latter is a shift char.
	- Add MANIFEST.SKIP, Changelog.ini, Build.PL, META.json.
	- Add an FAQ to the docs.
	- Clean up the docs.
2013-12-12 06:29:58 +00:00
jperkin
431bee5d7b The Boost log library has aggressive compiler requirements, disable it
on Darwin with GCC as it does not have new enough STL.  This will most
likely need extending to other platforms/compilers.
2013-12-11 17:01:06 +00:00
adam
d618086855 Changes 2.38.1:
Build:
* Gio::ActionGroup: Remove a nonsensical check that
  clang complains about, correctly.
Documentation:
* Gio::content_type_*(): Add a link from Gtk::AppChooser.
* giomm_tls_client test: Add some comments
2013-12-11 13:41:38 +00:00
jperkin
2e0466ae59 Fix patch. 2013-12-11 12:34:02 +00:00
richard
70965091ef builtin zlib needs a buildlink symlink to zlib.pc if present or fake one if absent 2013-12-11 07:11:40 +00:00
prlw1
b9be1c9475 Update py-at-spi2 to 2.10.0
* Handle attribute lists with multiple accepted values for the same key
  when creating a collection match rule (BGO#700865).
* Added getStringAtOffset.
* Add some examples (Magdalen Berns, BGO#701063).
* Removed setting of AT_SPI_CLIENT, as it is no longer used as of
  at-spi2-core 2.9.3.
* Update for libatspi API changes (BGO#700243).
2013-12-11 00:12:04 +00:00
jperkin
4634506369 Put back BOOST_TARGET=darwin when using gcc, it breaks horribly otherwise. 2013-12-10 16:12:49 +00:00
jperkin
4e4a1b3f76 Fix print types on Darwin, fixes build. 2013-12-10 13:51:55 +00:00
jperkin
856609e0b1 Pass socket libraries on SunOS. Patch from Sebastian Wiedenroth. 2013-12-10 12:06:33 +00:00
jperkin
efe846a265 Package uses LDLIBS not LIBS, fixes SunOS. Patch from Sebastian Wiedenroth. 2013-12-10 12:04:53 +00:00
jperkin
77bbbaab2c Provide compat MIN(), fixes SunOS. Patch from Sebastian Wiedenroth. 2013-12-10 12:01:15 +00:00
jperkin
293419306c Fix inttypes on SunOS. Patch from Sebastian Wiedenroth. 2013-12-10 11:55:41 +00:00
jperkin
72a7a0ef97 py-gobject3 no longer supports Python 2.6, fix dependency fallout. 2013-12-10 11:15:26 +00:00
obache
ea1c4f5beb Add comments to patch-aa from commit logs. 2013-12-10 08:27:06 +00:00
obache
77c4bb29a3 Restore patch-aa, 2nd hunk is still required, especially expat is in ${X11BASE}
and ${X11BASE}/lib is not in default rpath.

Bump PKGREVISION.
2013-12-10 05:47:59 +00:00
obache
3b7d1aff6b Last glib2 put on ftp.gtk.org is 2.34, so drop it from MASTER_SITES. 2013-12-10 05:18:46 +00:00
prlw1
d5dbb14d1d Many fixes. Python 3 support improved, and python 2.6 support dropped.
For full details see:
https://git.gnome.org/browse/pygobject/tree/NEWS?h=pygobject-3-10&id=3.10.2
2013-12-09 23:12:31 +00:00
wiz
8bf2ea804f Fix build on Solaris, based on patch by Uwe Klaus in PR 48435. 2013-12-09 14:46:19 +00:00
obache
9b57b4605a Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-09 14:17:41 +00:00
joerg
e97bc484fe Don't let the installation path of libiberty.a depend on the multi-os
settings of the system compiler.
2013-12-08 22:31:53 +00:00
cheusov
8179e6248e Fix for compilation failure 2013-12-08 16:33:35 +00:00
bsiegert
03432cdee0 Modernize the Makefile a bit. USE_TOOLS for groff, use SUBST instead of
doing the equivalent thing by hand.

This happens to unbreak the MirBSD build, where there is no groff installed
by default.
2013-12-08 16:18:35 +00:00
cheusov
6f198bc3fc New package devel/bmkdep, NetBSD version of mkdep(1) 2013-12-08 15:22:23 +00:00
prlw1
17a386ccfb Update at-spi2-atk to 2.10.2
* Fix atk_component_contains wrapper (BGO#710730).
* Properly clean up when timing out when motifying keystroke listeners
  (BGO#707218).
* Allow lists of attribute values when reading collection match rules
  (BGO#700865).
* Implement GetStringAtOffset (BGO#705581).
* Fix another crash when we're initialized and shut down repeatedly.
* Fix a deadlock for apps that also register AT-SPI key event listeners
  (ie, the Orca preferences dialog works again).
* Fix for BGO#681276 (reentrancy issues with gnome-shell).
* Fix various DBusError leaks (BGO#698951).
* Fix crash when a main loop is shut down repeatedly (BGO#699554).
* Suppress a warning if an app returns NULL when referencing a child.
2013-12-08 13:46:44 +00:00
prlw1
9fd6ffa82e Update at-spi2-core to 2.10.2
* Fix atspi_component_contains (BGO#710730).
* Hopefully fix a crash when unable to register with the session manager
  (BGO#710689).
* Fix a leak introduced in 2.9.92 that adversely affected performance
  (BGO#709625).
* Fix multiple deadlocks with keystroke listeners (BGO#707218).
* Fix a performance issue when running for a long time without a main
  loop, such as with a dogtail script (BGO#701145).
* Remove an unneeded unref that was causing a warning (BGO#706893).
* Skip some functions that were not introspectable (BGO#707010).
* Separate out X-dependent functionality, allow building without X11 (albeit
  with various things not working), and don't query/use X if DISPLAY is not
  set (BGO#682199, BGO#701378).
* Add atspi_text_get_string_at_offset, and deprecate
  atspi_text_get_text_at_offset.
* Fix possible memory leak when D-Bus calls time out.
* Fix a memory leak in atspi_accessible_get_role_name that was introduced
  earlier in the 2.9 cycle with the enum refactor.
* A couple of functions not intended for introspection are now marked
  as skip.
* Add atspi_set_main_context (mainly for use by at-spi2-atk).
* Add atspi_is_initialized (BGO#681276).
* Fix D-Bus introspection for GetActions.
* Use glib-mkenums to generate enum types, and use these generated types
  for role and state names, rather than static tables.
* Annotate filter in atspi_register_device_event_listener with allow-none
  (BGO#700237).
* Rename various functions to avoid name collisions (BGO#700243). The old
  functions are deprecated in favor of the renamed functions and renamed
  for introspection.
2013-12-08 13:40:20 +00:00
prlw1
fbd98e803f Update gobject-introspection to 1.38.0
patch-ad removed as fixed in 82870258 (Bug 698438)

g-ir-scanner has a grown --xpath-assertions, --format and --inject options
Many bug fixes and translation updates.
2013-12-08 13:28:27 +00:00