Commit graph

17291 commits

Author SHA1 Message Date
hiramatsu
b898bfbb41 Add p5-MooseX-ChainedAccessors. 2011-11-13 09:35:57 +00:00
hiramatsu
fa9acbdeea Import MooseX::ChainedAccessors into devel/p5-MooseX-ChainedAccessors.
This module is required to update www/p5-HTML-FormFu.

MooseX::ChainedAccessors is a Moose Trait which allows for method
chaining on accessors by returning $self on write/set operations.
2011-11-13 09:34:36 +00:00
hiramatsu
a4277f4788 Update p5-Parse-Method-Signatures to 1.003014.
Change from previous:
1.003014 - 2011/09/12
  - Don't look in the stash for type names containing :: (Jesse Luehrs)
2011-11-13 06:13:12 +00:00
hiramatsu
9d10aabf17 Add p5-Data-Section-Simple. 2011-11-13 04:51:12 +00:00
hiramatsu
2c8b731810 Import Data::Section::Simple into devel/p5-Data-Section-Simple,
which is required to update misc/p5-Locale-US.

This module is a simpler version of the excellent Data::Section. If
you want more functionalities such as merging data sections or
changing header patterns, use Data::Section instead.
2011-11-13 04:46:58 +00:00
tnn
fbd2b799f0 Bump version for firefox-8.0. 2011-11-12 13:00:29 +00:00
tnn
da891cd2e9 Adjust version check for firefox-8.0. 2011-11-12 12:56:27 +00:00
tnn
e58b5b6540 Update to firefox-8.0.
XXX Set MAKE_JOBS_SAFE=no for now. Should investigate why it fails
without it as it prolongs build time significantly.

Upstream changes:

Add-ons installed by third party programs are now disabled by default
Added a one-time add-on selection dialog to manage previously installed add-ons
Added Twitter to the search bar for select locales. Additional locale support
  will be added in the future
Added a preference to load tabs on demand, improving start-up time when
  windows are restored
Improved performance and memory handling when using <audio> and <video>
  elements
Added CORS support for cross-domain textures in WebGL
Added support for HTML5 context menus
Added support for insertAdjacentHTML
Improved CSS hyphen support for many languages
Improved WebSocket support
Fixed several stability issues
Fixed several security issues
2011-11-12 12:45:03 +00:00
hiramatsu
96b0a4ba22 Update p5-Object-InsideOut to 3.84.
Changes from previous:
3.84 Tue Oct 11 22:42:26 2011
	- Fixed bug in string dump of objects

3.83 Thu Oct  6 23:53:04 2011
	- Fix bug with NOT_SHARED in threads::shared app
	- Document error caused by returning non-shared objects from threads

3.82 Tue Sep 27 23:28:33 2011
	- Fix obj ID reuse for shared objects in threaded app
	- Documented limitation regarding removing shared internal objects

3.81 Tue Mar 22 02:20:49 2011
	- Faster initialization (from O(n^3) to O(n))

3.79 Fri Dec 24 18:06:02 2010
	- Bundle update

3.78 Fri Dec 24 15:35:25 2010
	- POD update

3.77 Tue Dec 21 14:29:37 2010
	- Test fixes for $@ changes
	- Test change for ??? syntax error

3.76 Mon Nov 15 00:01:50 2010
	- Skip some more shared tests under 5.8.8 and prior

3.75 Tue Nov  9 15:01:06 2010
	- Skip some shared tests under 5.8.8 and prior

3.74 Tue Nov  9 02:16:45 2010
	- threads::shared version number in test

3.73 Mon Nov  8 18:53:00 2010
	- Fix obj ID handling for shared objects in threaded app

3.72 Mon Oct 18 21:15:53 2010
	- Fix obj ID handling for non-shared objects in threaded app

3.71 Wed Oct 13 18:25:20 2010
	- Fixed a memory leak

3.69 Tue Sep 28 20:38:53 2010
	- Fix test counts in t/27-exception.t

3.68 Thu Sep 23 17:09:21 2010
	- POD note to 'use threads' in DBI applications [bug #58394]
	- Allow warnings for unhandled args
2011-11-12 02:56:44 +00:00
hiramatsu
e9fb6cd9da Update p5-MooseX-FollowPBP to 0.05.
Changes from previous:
0.05   2011-02-26

- In Moose 1.9900+, attributes from roles no longer acquire the consuming
  class's attribute traits. However, you can apply attribute traits like this
  one to attributes in roles, and that trait is preserved when the role is
  applied to a class.

  See the documentation for more details.
2011-11-12 02:55:08 +00:00
hiramatsu
5844e1e3bb Update p5-Test-Inter to 1.03.
Changes from previous:
Version 1.02  2011-06-23
   Added 'width' method.
   Updated some tests which did not run correctly with perl 5.015.  Renee Baecker

Version 1.03  2011-06-28
   Missed one of the tests that fail with perl 5.015.
2011-11-12 02:25:42 +00:00
hiramatsu
e5156192da Add p5-MooseX-MarkAsMethods. 2011-11-12 02:25:07 +00:00
hiramatsu
7d277328bc Import perl module MooseX::MarkAsMethods into devel/p5-MooseX-MarkAsMethods.
This package is required to update databases/p5-DBIx-Class-Schema-Loader.

MooseX::MarkAsMethods allows one to easily mark certain functions as
Moose methods. This will allow other packages such as
namespace::autoclean to operate without blowing away your overloads.
After using MooseX::MarkAsMethods your overloads will be recognized by
Class::MOP as being methods, and class extension as well as
composition from roles with overloads will "just work".
2011-11-12 02:23:27 +00:00
hiramatsu
18e6332e31 Update p5-Module-Refresh to 0.17.
Changes from previous:
0.17 Wed Oct 26 08:34:17 EST 2011

 * Warnings avoidance for reloading a module not in %INC
 * Updated inc/ and META.yml

0.16 Fri Apr 15 15:03:21 EST 2011

 * SIGNATURE file bug

0.15 Fri Apr 15 15:00:15 EST 2011

 * No functional changes. Added missing test dependencies. Thanks to JQUELIN & Paul at City Fan

0.14 Tue Apr 12 18:07:44 EST 2011

 * Actually remove subroutines from the symbol table, Thanks to DOY.
2011-11-12 01:21:16 +00:00
hiramatsu
c53eedb5da Add p5-Module-Install-ReadmeFromPod. 2011-11-12 00:47:57 +00:00
hiramatsu
2d16eb001e Import perl module Module::Install::ReadmeFromPod, which is required
to update databases/p5-DBIx-Class-EncodedColumn.

Module::Install::ReadmeFromPod is a Module::Install extension that
generates a "README" file automatically from an indicated file
containing POD, whenever the author runs "Makefile.PL".
2011-11-12 00:46:18 +00:00
tnn
8bb289abf1 Be explicit about debug flags to configure. 2011-11-12 00:32:31 +00:00
hiramatsu
5d351ff598 Update p5-MooseX-MethodAttributes to 0.25.
Change from previous:
0.25  Mon, 20 June 2011 11:53:00 +0100
 * Updated to avoid test issues from Moose 2.0007 (spotted by ilmari)
2011-11-11 22:52:21 +00:00
sno
b3de614384 Updating devel/p5-IO-Compress from 2.033nb2 to 2.040 to bring IO compression
module IO::Compress for the Perl programming language up to date.

Upstream changes:
  2.040 28 October 2011

        * t/105oneshot-zip-only.t
	  - CanonicalName test failure on Windows
	    [RT# 68926]

        * IO::Compress::Zip
	  - ExtAttr now populates MSDOS attributes

  2.039 28 October 2011

        * IO::Compress::Zip
	  - Added CanonicalName option.
	    Note this option is set to true by default.
	  - Added FilterName option

	* IO::Unompress::Base
	  - Fixed issue where setting $\ would corrupt the uncompressed data.
	    Thanks to Steffen Goeldner for reporting the issue.

	* t/050interop-*.t
	  - Handle case when external command contains a whitespace
	    RT #71335
2011-11-11 11:10:42 +00:00
sno
5d269e71ce Updating devel/p5-Compress-Raw-Bzip2 from 2.037 to 2.040 for most recent
low level programing interface to bzip2 from the Perl programming language
as requirement for the update of devel/p5-IO-Compress to 2.040.

Upstream changes:
2.040 28 October 2011

* No Changes

2.039 28 October 2011

* croak if attempt to freeze/thaw compression object
  [RT #69985]
2011-11-11 11:02:24 +00:00
sno
6fa13947dc Updating devel/p5-Compress-Raw-Zlib from 2.037 to 2.040
It's a requirement for update of devel/p5-IO-Compress to 2.040.

Upstream changes:
2.040 28 October 2011

* No Changes

2.039 28 October 2011

* croak if attempt to freeze/thaw compression object
    [RT #69985]
2011-11-11 10:58:34 +00:00
hiramatsu
6cab63b5ae Update p5-MooseX-Declare to 0.35.
Change from previous:
0.35  Tue, 23 Aug 2011 13:13:10 +0200
  * Adapt to changes in MooseX::Role::Parameterized 0.27.
2011-11-11 08:33:22 +00:00
hiramatsu
4b6f02cb90 Update p5-MooseX-Types to 0.30.
Changes from previous:
0.30    2011-09-17
        - Fix a bug in the tests that caused failures with Moose HEAD. (doy)

0.29    2011-08-20
        - Require namespace::clean 0.19. Tests fail with 0.18. Reported by
          Ruslan Zakirov. RT #67923.

0.28    2011-08-02
        - Fixed git and bug tracking info in META.{yml,json}. Reported by
          Petter Rabbitson. (Dave Rolsky)

0.27    2011-06-06
        - A better fix for type constraint changes in Moose 2.0100. (doy)

0.26    2011-06-05
        - Small changes for forward compatibility with Moose 2.0100, when it
          is released. (Dave Rolsky)
        - Some small doc cleanup and improvements. (Dave Rolsky)

0.25    2010-11-30
        - The test suite now uses Test::Fatal instead of Test::Exception
          (Karen Etheridge).
        - Modernized tests to use Test::Requires and done_testing. (Dave
          Rolsky)
        - MooseX::Types::Combine is a little more efficient, and only tries to
          load the libraries it's combining when that list is set. It also
          checks that each lib in the list actually provides types. (Dave
          Rolsky).
        - The MooseX::Types docs now contain a pointer to
          MooseX::Types::Combine. (Dave Rolsky)
2011-11-11 08:31:25 +00:00
hiramatsu
beff24d523 Update to p5-Module-Load to 0.22.
Changes from previous:
Changes for 0.22    Tue Oct  4 21:44:32 2011
============================================
* Resolve possible security problem [http://goo.gl/YzHRU]
  where a '::' prefixed module can 'jump' out of @INC

Changes for 0.20    Mon Aug  1 19:13:44 2011
============================================
* Resolve [rt #69886] reported by Laurent Dami,
  trailing '::' silently ignored

Changes for 0.18    Tue Mar  2 15:54:30 2010
============================================
* Documentation fix from Michael Schwern RT #55123
2011-11-11 08:29:02 +00:00
hiramatsu
2d306e5bdb Update p5-B-Hooks-OP-Check to 0.19.
Changes from previous:
0.19  Sat, 10 Sep 2011 20:10:00 +0100
  * Fix hooking protocol, which was broken in a way that could result in losing
    checkers hooked in by other modules.
  * Add MYMETA.{json,yml} to MANIFEST.SKIP and .gitignore.
  * New repository location for release by Zefram.
2011-11-11 07:45:28 +00:00
jmmv
aed42328a6 Update the kqueue patch to v1 and bump PKGREVISION to 2. This fixes some
interaction problems with the Gtk file chooser and also corrects other
problems.
2011-11-11 03:12:10 +00:00
hiramatsu
15cbf2d68a Update p5-Module-Install-XSUtil to 0.42.
Changes from previous:
0.42 2011-10-19 20:00:07
    - Remove cc_inc_paths, which is already defined in M::I
      (thanks to @shohex)

0.41 2011-10-04 12:05:54
    - Complete support for requires_cplusplus()

0.40 2011-09-24 00:56:33
    - ExtUtils::ParseXS is now configure_requires, instead of
      build_requires (xaicron++)

0.39 2011-08-22 11:28:15
    - Add cc_inc_paths() as an alias to cc_include_paths()
    - Add requires_cplusplus() as an experimental feature;
      currently it chnages only warnings flags

0.38 2011-06-22 15:15:37
    - Workaround MacOSX's system perl failure caused by multiple -arch
      for gcc (thanks to @kazuho)

0.37 2011-05-16 23:33:49
    - Makefile.PL -g implices "-g -ggdb -g3" for gcc (EXPERIMENTAL)
    - PERL_ONLY=1 means --pp for modules with XS/PP dual backends

0.36 Thu Oct  7 16:49:04 2010
    - Resolve RT #61660 (SREZIC): Support for ccache missing
    - Resolve RT #61770 (bokutin): A typo in SYNOPSIS

0.35 Wed Sep 29 23:46:17 2010
    - Checks C99 specification more strictly
    - Add some macros to xshelper.h

0.34 Sun Sep 26 12:18:18 2010
    - Oops! The change in 0.33 did not work.
2011-11-10 04:39:59 +00:00
gls
b2a125df78 Update devel/ruby-highline to 1.6.5
Changelog:

== 1.6.5

* HighLine#list() now correctly handles empty lists (fix by Lachlan Dowding).
* HighLine#list() now supports <tt>:uneven_columns_across</tt> and
  <tt>:uneven_columns_down</tt> modes.

  == 1.6.4

  * Add introspection methods to color_scheme: definition, keys, to_hash.
  * Add tests for new methods.

  == 1.6.3

  * Add color NONE.
  * Add RGB color capability.
  * Made 'color' available as a class or instance method of HighLine, for
    instance: HighLine.color("foo", :blue)) or highline_obj.color("foo", :blue)
    are now both possible and equivalent.
  * Add HighLine::String class with convenience methods: #color (alias
    #foreground), #on (alias #background), colors, and styles. See
    lib/string_extensions.rb.
  * Add (optional) ability to extend String with the same convenience methods from
    HighLine::String, using Highline.colorize_strings.
2011-11-09 21:29:09 +00:00
taca
d2d935b624 Update ruby-mode package to 1.9.3p0.
* Several improvements.
2011-11-08 16:37:33 +00:00
taca
dfcfc66e4b No need to define here RUBY_VERSION any more. 2011-11-08 16:35:36 +00:00
taca
f421a91919 Change RUBY_VERSION_SUFFIX to RUBY_VERSION_FULL. 2011-11-08 16:33:36 +00:00
taca
c98c7f2120 Don't try to patch gemspec file but use pre-generated one. 2011-11-08 15:45:43 +00:00
taca
5e9b7f1aea * Remove .require_paths from PLIST
* Don't try to patch gemspec file but use pre-generated one.

Bump PKGREVISION.
2011-11-08 15:45:12 +00:00
taca
c952dbe13f Don't try to patch gemspec file but use pre-generated one. 2011-11-08 15:44:14 +00:00
taca
fba29e2ac8 Use RUBY_VERSION instead of RUBY_REQD. 2011-11-08 15:42:27 +00:00
taca
6b9a0108b4 * Remove .require_paths from PLIST
* Bump PKGREVISION.
2011-11-08 15:37:33 +00:00
taca
305731d605 * Change RUBY_VERSION_SUFFIX to RUBY_VERSION_FULL.
* Add support for Ruby 1.9.3.
2011-11-08 15:24:39 +00:00
hiramatsu
22127f96b2 Update p5-MooseX-ConfigFromFile to 0.03.
Changes from previous:
0.03 - Dec 18, 2010
    - The test suite now uses Test::Fatal instead of Test::Exception (Karen
      Etheridge).
    - Fix bug reported by Strayph in #moose with inheritance RT#63624 (perigrin)
    - Add repository metadata
    - Fix RT#57023, RT#49369.
2011-11-08 07:57:29 +00:00
hiramatsu
f9a1dfcad2 Add p5-Clone-Fast. 2011-11-08 07:56:44 +00:00
hiramatsu
6e09b64eb0 Import perl module Clone::Fast into devel/p5-Clone-Fast. This
package is required to update www/p5-Catalyst-Plugin-Server.

This module is a very optimized version of Clone::More. By taking
advantage of one of Clone::More's 'OPTIMIZATION_HACKS' as well as
removing all the Pure Perl from the "More.pm"
2011-11-08 07:54:36 +00:00
hiramatsu
4a783e0b92 Update p5-Software-License to 0.103004.
Changes from previous:
0.103004  2011-11-02 21:44:26 America/New_York
          update FSF's address

0.103003  2011-10-31 23:14:47 America/New_York
          use more direct links to GFDL 1.2 and 1.3

0.103002  2011-06-01 22:34:06 America/New_York
          add GFDL 1.3

0.103001  2011-04-28 07:20:39 America/New_York
          re-import text of GPL 1 and 2 to get new FSF address (RT #67795)

0.103000  2011-03-31 22:31:03 America/New_York
          improve method dependency chains (thanks, Flavio Poletti)

          add Custom license to stick the whole license in a file
          -- still probably a bit experiemental -- thanks, Flavio Poletti

0.102341  2010-12-11 10:22:56 America/New_York
          add note to Artistic 2 that it's GPL compatible
2011-11-07 15:12:31 +00:00
drochner
74e3426b63 update to 2.4.11
changes:
-support for many new cameras
-fixes to various backends
-bugfixes
2011-11-07 11:03:05 +00:00
tnn
8c18d6fa7f patch-ai: Fix a compile problem with the asio headers on NetBSD.
Upstream bug: https://svn.boost.org/trac/boost/ticket/6098

Bump revision of boost-headers.
2011-11-06 21:54:32 +00:00
hiramatsu
4912381d00 Update p5-Module-Install-RTx to 0.29.
Changes from previous:
[Changes for 0.29 2011-05-20]
* add requires_rt to handle requiring an RT version
  since MakeMaker and Module::Install::AutoInstall can't deal
  with RT version numbers.

[Changes for 0.28 2011-03-15]
* search /opt/rt4 for RT.pm

[Changes for 0.27 2010-12-16]
* Include RT's lib/ directory in INC so that requires()
  on RT::VERSION work properly

[Changes for 0.26 2010-12-14]

* Search RTHOME before searching @INC
  This works around distribution packages lurking in @INC
2011-11-06 02:45:13 +00:00
hiramatsu
b63436934a Update p5-MooseX-LazyRequire to 0.07.
Change from previous:
0.07  Mon, 04 Apr 2011 18:08:34 +0200
  * Allow this module to be used with attributes in roles when using Moose
    1.9900+ (Dave Rolsky).
2011-11-06 02:43:38 +00:00
schmonz
ce1e3e91f4 Update to 1.06. From the changelog:
* Fix propagation of failure from pre and post hooks and from fixups.
* Support chaining to absolute paths.
* Add support for skip = lazy, a mode where mr only operates on
  repositories that are checked out.
2011-11-06 00:52:17 +00:00
dholland
24da2a961c Fix an LP64 problem. It was noted in PR 41638 that prcs doesn't work on
64-bit platforms. This fixes what gcc found, but it's probably not the
whole story.
2011-11-05 23:27:16 +00:00
dholland
723743af48 Sort. 2011-11-05 23:25:35 +00:00
marino
5bfd95aa8d PR#45476 devel/libthrift: Fix DragonFly breakage
Libthrift requires sys/socket.h to build on DragonFly and likely
other systems as well.  Patch provided with PR was tested on DragonFly
2.13 and NetBSD 5.99 (both x86_64).
2011-11-05 22:54:43 +00:00
minskim
87c878b775 Add tex-l3packages{,-doc}. 2011-11-05 16:00:50 +00:00
minskim
aedc993f3a Import tex-l3packages-doc-0.2900 as devel/tex-l3packages-doc.
This is documentation for tex-l3packages.
2011-11-05 15:59:40 +00:00
minskim
ca96a3e996 Import tex-l3packages-0.2900 as devel/tex-l3packages.
The bundle holds prototype implementations of concepts for a LaTeX
designer interface, to be used with the experimental LaTeX kernel as
programming tools and kernel support. Packages provided in this release
are: - l3keys2e, which makes the facilities of the kernel module l3keys
available for use by LaTeX 2e packages; - xfrac, which provides flexible
split-level fractions; - xparse, which provides a high-level interface
for declaring document commands; and - xtemplate, which provides a means
of defining generic functions using a key-value syntax. All the files of
the bundle are also available in the Subversion (SVN) repository of the
LaTeX3 Project. The bundle on CTAN is based on a snapshot of the SVN
repository on 2011- 10-09.
2011-11-05 15:59:30 +00:00
minskim
725932b4e4 Add tex-l3kernel{,-doc}. 2011-11-05 15:46:13 +00:00
minskim
904b867720 Import tex-l3kernel-doc-0.2900 as devel/tex-l3kernel-doc.
This is documentation for tex-l3kernel.
2011-11-05 15:44:49 +00:00
minskim
9d20566280 Import tex-l3kernel-0.2900 as devel/tex-l3kernel.
The l3kernel bundle provides an implementation of the LaTeX3
programmers' interface, as a set of packages that run under LaTeX 2e.
The interface provides the foundation on which the LaTeX3 kernel and
other future code are built: it is an API for TeX programmers. The
packages are set up so that the LaTeX3 conventions can be used with
regular LaTeX 2e packages. All the files of the bundle are also
available in the Subversion (SVN) repository of the LaTeX3 Project. The
bundle on CTAN is based on a snapshot of the SVN repository on
2011-10-09.
2011-11-05 15:44:38 +00:00
hiramatsu
80a7009e8b Update p5-local-lib to 1.008004.
Changes from previous:
1.008004 2011-02-24

        - Fix stackable tests on win32 by canonicalizing the path ahead of time

1.008003 2011-02-23

        - Fix tests with stacking l::ls.

1.008002 2011-02-23

        - Add local::lib stacking support.
        - Add activation/deactivation support.

1.008001 2011-01-09

        - Bootstrap Module::Build just like ExtUtils::MakeMaker

1.008000 2011-01-05

        - Remove redundant prereqs now that Module::Build 0.36 is required
        - Makefile.PL avoids CPAN client configuration when not required
        - print_environment_vars_for() refactored with separate function
          environment_vars_string_for()
        - PERL_LOCAL_LIB_ROOT environment is added to disambiguate when
          PERL_MM_OPT, etc. was set by local::lib or other means

1.007000 2010-12-09
        - Chase the Module::Build version which supports PERL_MB_OPT. Thanks to
        miyagawa for pointing this out.

1.006009 2010-12-09

        - Split up method guess_shelltype from parts of print_environment_vars_for
        - Updated documentation about change of use with .modulebuildrc

1.006008 2010-11-17

        - Finally move to PERL_MB_OPT rather than using .modulebuildrc.
2011-11-05 13:30:44 +00:00
adam
151a62d17b Changes 1.7.7.2:
* We used to drop error messages from libcurl on certain kinds of
  errors.
* Error report from smart HTTP transport, when the connection was
  broken in the middle of a transfer, showed a useless message on
  a corrupt packet.
* "git fetch --prune" was unsafe when used with refspecs from the
  command line.
* The attribute mechanism did not use case insensitive match when
  core.ignorecase was set.
* "git bisect" did not notice when it failed to update the working tree
  to the next commit to be tested.
* "git config --bool --get-regexp" failed to separate the variable name
  and its value "true" when the variable is defined without "= true".
* "git remote rename $a $b" were not careful to match the remote name
  against $a (i.e. source side of the remote nickname).
* "git mergetool" did not use its arguments as pathspec, but as a path to
  the file that may not even have any conflict.
* "git diff --[num]stat" used to use the number of lines of context
  different from the default, potentially giving different results from
  "git diff | diffstat" and confusing the users.
* "git pull" and "git rebase" did not work well even when GIT_WORK_TREE is
  set correctly with GIT_DIR if the current directory is outside the working
  tree.
* "git send-email" did not honor the configured hostname when restarting
  the HELO/EHLO exchange after switching TLS on.
* "gitweb" used to produce a non-working link while showing the contents
  of a blob, when JavaScript actions are enabled.
2011-11-03 17:24:08 +00:00
wiz
fb486f824c Update to 0.4.6:
Among other improvements, this release adds support for Subversion 1.7.
2011-11-03 00:22:23 +00:00
wiz
7af7eb0c19 Update to 2.0:
1.1. Major features
    New core graft command (similar to transplant extension)
    New largefiles extension

1.2. Core changes

    commit: abort when there are uncommitted subrepos, use the -S option to recurse
    help: most commands now have usage examples with help -v
    import: add --edit switch
    revset: add more keywords for bisection
    revert: introduce short option -C for --no-backup
    log: add new 'bisect' style that prints the bisection status
    hgweb: add a "web/logoimg" setting to customize the web logo image
    subrepo: pull revisions on demand when archiving hg subrepos

1.3. Extension changes

    color: add styles for tags
    convert: added bookmarks support in filemap
    eol: add new eol.fix-trailing-newline setting
    eol: eol.only-consistent can now be specified in .hgeol
    export: add %m to file format string (first line of the commit message)
    mq: make qqueue print current queue name
    rebase: add --edit switch
    rebase: add --rev option to rebase
    rebase: allow rebase on ancestor
    share: introduce unshare command
    transplant: add --edit option

1.4. Bug fixes

    alias: don't shadow commands that we only partially matched (issue2993) (BC)
    commit: suppress spurious new head message for duplicate commit (issue2893)
    contrib: some support for named branches in zsh_completion (issue2988)
    progress: add a changedelay to prevent parallel topics from flapping (issue2698)
    rebase: allow rebase to ancestor (issue3010)
    rollback: avoid unsafe rollback when not at tip (issue2998)
    subrepo: fix git branch tracking logic (issue2920)
    subrepo: fix repo relative path calculation for root directories (issue3033)
    summary: show bookmarks separate from tags and note active mark (issue2892)
    util: wrap lines with multi-byte characters correctly (issue2943)
    verify: filter messages about missing null manifests (issue2900)
    wireproto: do not call pushkey module directly (issue3041)
    auth: fix realm handling with Python < 2.4.3 (issue2739)
    diffstat: be more picky when marking file as 'binary' (issue2816)
    dirstate: don't fail when dropping a not-tracked file (issue3080)
    grep: correct handling of matching lines without line ending (issue3050)
    hgweb: fix dynamic date calculation not working under Safari
    mq: avoid data loss upon qfold + qmv (issue3058)
    setup: set whole env for running hg even if .hg doesn't exist (issue3073)
2011-11-02 23:14:33 +00:00
jakllsch
f48a552ca9 bzr is not runtime compatible with Python 2.7 (and almost certainly not compatible with Python 3). Mark as such. 2011-11-02 19:31:13 +00:00
obache
fa07ce5310 Revert hard coded "ruby19" with ${RUBYPKGPREFIX}.
It was accidenally replaced by recursive bump for graphics/freetype2.
2011-11-02 00:16:07 +00:00
sbd
6e686dc4e9 Revert hard coded "py26" with "${PYPKGPREFIX}".
"${PYPKGPREFIX}" was accidentally replace with "py26" by blbump when I
did the recursive bump for graphics/freetype2 and I forgot to change them
back :(.
2011-11-01 23:18:23 +00:00
cheusov
b92b1fe4ef Fix compilation failure with gcc-4.6 (PR 45541) 2011-11-01 20:47:07 +00:00
hans
5773857fd3 Fix build on SunOS >= 5.10 with gcc 4.6.
Gcc 4.6 on SunOS >= 5.10 defines _XOPEN_SOURCE=600 (and other things)
for c++ to enable c99 features. Things start to fall apart if
_XOPEN_SOURCE is redefined to some lower value.
2011-11-01 14:47:46 +00:00
sbd
0dc6193f32 Recursive bump for archivers/libarchive buildlink addition. 2011-11-01 06:50:28 +00:00
sbd
e93e5d65e3 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:11:52 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
sbd
42d835b7ec Add @LDFLAGS@ the CFLAGS make variable so it gets used in the link commands.
Bump PKGREVISION as this may changes link time options.
2011-10-31 19:21:47 +00:00
hiramatsu
4bc84fc04d Update p5-Module-ScanDpes to 1.04.
Changes from previous:
[Changes for 1.04 - 2011-07-21]
* Brown paper bag bug: fix option -x (execute) (broken by changes for -c)
* While we're at it: honor option -I with -c

[Changes for 1.03 - 2011-07-18]

* RT #69213: ScanDeps incompatible with AnyEvent (Perl 5.14, AnyEvent 5.34, PAR 1.00.2)
  For option -c (compile) M:SD used to wrap the file in one big sub and
  appended an END block where it dumps %INC etc; the outer sub causes problems
  with certain contructs. Instead we now use an INIT block prepended
  to the file.

* RT #69471: Problem with "eval { require SomeModule }" constructions
  Module::ScanDeps::DataFeed now omits %INC pairs with an undefined value
  (these may be created by an unsuccessful "require" under certain conditions).
  Also omit CODE refs from @INC.

* Fix for failing CPAN Testers report
  http://www.cpantesters.org/cpan/report/4208fa16-a5d1-11e0-a0bc-c71a7862a918:
  Perl 5.15.0 got rid of Shell.pm

* Fix for failing CPAN Testers report
  http://www.cpantesters.org/cpan/report/772147dc-6c1f-1014-baf2-318eb63ba09a:
  - regex meta characters in filenames break consistency check

* Simplify Module::ScanDeps::DataFeed somewhat by localizing %INC
  around "require Module::ScanDeps::DataFeed" and by using Data::Dumper
  for the actual dump.

* Don't create the tempfiles for DataFeed in the working directory.

* Purge all pod from Module::ScanDeps::DataFeed, advise the  CPAN
  indexer not to bother with it; same for Module::ScanDeps::Cache.

[Changes for 1.02 - 2011-04-03]
* %Preload: add _all_ *.pl file below .../unicore for utf8.pm

[Changes for 1.01 - 2011-03-26]
* %Preload: add "unicore/version" for Unicode/UCD.pm
  (because it contains a call openunicode(..., "version"))

[Changes for 1.00 - 2011-02-19]
* RT #65855: Special handling for POSIX requested (Roderich Schupp)
* RT #65252: Temp files left when execute fails (Roderich Schupp)
* add a %Preload rule for Log::Report::Dispatcher (Roderich Schupp)
  cf. http://www.nntp.perl.org/group/perl.par/2011/01/msg4871.html
* add %Preload rule for Date::Manip (Roderich Schupp)
* speed up scanning *significantly* by not re-constructing regexen
  for every line of input and reducing the no. of sub calls (Steffen Mueller)
* add Eric Roode to AUTHORS (Steffen Mueller)
* RT #61027: "use lib" does not work (Roderich Schupp)
  scan_line(): When handling "use lib '/some/dir'" we add "/some/dir/ARCHNAME",
  "/some/dir/VER" and "/some/dir/VER/ARCHNAME", but forgot
  to add "/some/dir" itself.
  While we're at it, improve parsing the argument list of "use lib".
  Simply eval the string, this should at least make all forms of
  quoted strings work correctly.
* fix URI special case (clkao)
* fix a regression reported by CPAN Testers (Roderich Schupp)
* finally: bump version to 1.00
2011-10-29 20:26:37 +00:00
ryoon
e3fcf2161c Add pstreams 2011-10-29 10:40:53 +00:00
ryoon
e70b06020e Import pstreams-0.7.0 as devel/pstreams from wip/pstreams
PStreams allows you to run another program from your C++ application
and to transfer data between the two programs similar to shell
pipelines.

In the simplest case, a PStreams class is like a C++ wrapper for
the POSIX.2 functions popen(3) and pclose(3), using C++ iostreams
instead of C's stdio library.
2011-10-29 10:39:31 +00:00
fhajny
a745b87b04 Updated devel/rudiments to 0.34.
Changes in 0.34
* fixed some STATFS/FSTATFS that needed to be CHAR-versions of the calls
* added test for utime and utime.h
* utime is used on platforms that don't have utimes
* updated process class methods to return -1 and set ENOSUPP for
  process-group related calls on systems that don't have the
  concept of process-groups
* added a call to select() instead of poll() for file-descriptor passing
  for systems that don't support poll()
* added tests for timespec in various header files
* added test for dlopen
* updated configure script not to outright disable classes if the
  functions they're dependent on aren't found, but rather for
  the methods to return erros and set errno to ENOSYS
* added netapi32 on mingw
* updated vfstab detection to reflect minix/haiku-style rather than just
  haiku
* moved non-member variables and methods into daemonprocess class and
  its private class
* updated xmldomnode to output xml entities rather than raw characters
* fixed a bug that caused numeric xml entities greater than 127 to get
  set to 127
* updated mutex class to show a consistent interface on all platforms
* updated configure script to detect pthreads properly on minix
* cleaned up semaphoreset class
* lots of mingw32 compatibility fixes
* wrapped exit() in process class

Changes in 0.33
* removed configure tests for strlcpy and strlcat
* added test for pvt->_translatebyteorder to hostToNet/netToHost for
  64bit numbers
* made filedescriptor::hostToNet/netToHost public and static, moved
  translatebyteorder flag test out of them
* serviceentry and inet*socket classes use
  filedescriptor::hostToNet/netToHost rather than htonl/htons
* added charstring::printBits methods
* xmlsax class uses optimizations even when not using mmap now
* updated linkedlist class a good bit
* applied Renat Sabitov's logger patch
* fixed some bugs where filesystem.C wouldn't compile on platforms where
  statfs can return some strings
* haiku port
* implemented bswap for systems with nothing like it
* added #ifdef's in configure script for all header files
* fixed detection of several things on modern openbsd systems
* added definitions of (u)int(8|16|32|64)_t for systems that don't have
  them
* added randomnumber::getSeed() that uses /dev/urandom if available
* environment class prefers putenv to setenv to work around a memory
  leak that can occur when using setenv to set an environment
  variable over and over
* fixed 2 memory leaks in environment class
* fixed memrchr and strpbrk tests in configure script
* fixed a logger dependency on the permissions class in features.mk.in
* updated environment class to use malloc and free
* fixed reference-after-free by putenv in environment class
* applied patches from Renat Sabitov
* updated signalhandlers to have (void *)(int) signature
* added charstring::subString without an end parameter
* applied patch by Claudio Freire
* changed several %lf's to %Lf's in charstring long double parsers
* fixed uninitiaized nodename/nodevalue in xmldomnode
* fixed unterminated buffer after clear in stringbuffer
* removed "rebuild" target from all Makefiles
* added charstring::capitalize method
* made stringbuffer::terminate append a \0 unconditionally
* made stringbuffer::clear() terminate the buffer at position 0
* fixed a bug where xmldomnode::getFirstXXX() could crash if there was
  no first XXX
* added xmldomnode::moveChild
* fixed uninitialized _grp in groupentry class
* regularexpression class uses pcre_free rather than delete to free
  pcre_extra block now
* fixed printf %lld's in timezonefile class
* made several unsigned shorts use uint16_t in charstring class
* changed integerLength to return uint16_t rather than int
* added man page to rpm spec file

Changes in 0.32
* xmlsax does "sequential" and "only-once" hints when reading the file
* xmlsax/dom classes use optimal read and write buffers now
* added DESTDIR= to rudiments.pc.in
* added charstring::httpUnescape
* fixed a bug in datetime that would cause TZ to remain after doing a
  timezone conversion if TZ was unset to begin with
* fixed a bug in regularexpression that could cause a double-free

0.31 - added OSSwapLittleToHost/OSSwapHostToLittle for Mac OS X
* modified environment::clear() for mac os x
* regularexpression wasn't setting the match count correctly, fixed that
* added charstring::subString() method
* added missing lingerOnClose(), fixed dontLingerOnClose()
* added base64 encode/decode methods
* fixed charstring::parseNumber() for unsigned int's
* added /opt/csw to configure script's search path
* fixed a memory leak in xmldom::unCacheString()

Changes in 0.30
* changed commandline::value() to commandline::getValue()
* fixed a memory leak in dictionary
* added setHour/Minute/Second/etc. methods to datetime
* fixed readdir_r vulnerability
* added support for either "-arg value" or "--arg=value" to commandline
* added support for break and control characters to chat class
* added print method to environment class
* added close-on-exec methods to filedescriptor class
* added clear method to environment class
* made all methods in environment class static
* added wrappers for strspn/strcspn/strpbrk functions to charstring class
* fixed bug where datetime would set wrong timezone if it is initialized
  with a combined zone name like PST8PDT
* added directory::getChildCount()
* added datetime::validDateTime()
* xmldom class stores all strings found in the xml file in a stringlist
  and stores pointers to them in the xmldomnodes to reduce
  memory usage in xml files that have lots of duplicated strings
* added configure tests for dirfd/DIR.dd_fd/DIR.d_fd
* initialize addrinfo struct pointer to NULL in inetclientsocket.C
2011-10-28 11:23:21 +00:00
hiramatsu
f5d0c6090e Update p5-MooseX-SemiAffordanceAccessor to 0.09.
Change from previous:
0.09   2011-02-26

- In Moose 1.9900+, attributes from roles no longer acquire the consuming
  class's attribute traits. However, you can apply attribute traits like this
  one to attributes in roles, and that trait is preserved when the role is
  applied to a class.

  See the documentation for more details.
2011-10-28 01:13:08 +00:00
minskim
a0170865c7 Add tex-etoolbox{,-doc}. 2011-10-27 23:24:33 +00:00
minskim
cc4d8de461 Import tex-etoolbox-doc-2.1 as devel/tex-etoolbox-doc.
This is documentation for tex-etoolbox.
2011-10-27 23:22:19 +00:00
minskim
69f662f064 Import tex-etoolbox-2.1 as devel/tex-etoolbox.
The etoolbox package is a toolbox of programming facilities geared
primarily towards LaTeX class and package authors. It provides LaTeX
frontends to some of the new primitives provided by e-TeX as well as
some generic tools which are not strictly related to e-TeX but match the
profile of this package. Note that the initial versions of this package
were released under the name elatex. The package provides functions that
seem to offer alternative ways of implementing some LaTeX kernel
commands; nevertheless, the package will not modify any part of the
LaTeX kernel.
2011-10-27 23:22:11 +00:00
hiramatsu
f442772fc5 Depend on devel/p5-Class-Accessor-Lite.
Increment PKGREVISION.
2011-10-27 12:23:12 +00:00
hiramatsu
fbb69cab45 Add p5-Class-Accessor-Lite. 2011-10-27 07:57:34 +00:00
hiramatsu
ec5fe4dbcf Import perl module Class::Accessor::Lite into devel/p5-Class-Accessor-Lite
because devel/p5-Parallel-Prefork depends on this.

The module is a variant of "Class::Accessor". It is fast and requires
less typing, has no dependencies to other modules, and does not mess up
the @ISA.
2011-10-27 07:56:16 +00:00
hiramatsu
6a27894894 Update p5-Test-Output to 1.01.
Changes from previous:
1.01 - Fri Apr 22 07:58:19 2011
	* Bump to a full release. This fixes the tests that failed
	in the new 5.14 regex stringification

0.16_03 - Mon Oct 25 23:10:41 2010
	* Fix cat-o with handling $,

0.16_02 - Tue Oct 19 03:26:14 2010
	* Update tests with hardcoded regex stringification for
	Perl's new (?^:) stuff

0.16_01 - Tue Jun  9 22:58:58 2009
	* Added META_MERGE features from chorny
2011-10-27 01:14:32 +00:00
minskim
8fcba5d882 Let doxygen use an up-to-date epstopdf. 2011-10-26 21:44:55 +00:00
spz
814e9daf2a make rt deal with perl 5.14 2011-10-25 19:38:09 +00:00
hiramatsu
21d7958cc8 Add HOMEPAGE and LICENSE. 2011-10-25 09:22:32 +00:00
wiz
4b3e4a6cd3 Update to 0.49, needed by davical-0.9.9.7.
Changes not found.
2011-10-25 07:32:19 +00:00
hiramatsu
d016142b81 Add HOMEPAGE and LICENSE. 2011-10-24 11:17:14 +00:00
hiramatsu
507c757a8b Update p5-Scope-Upper to 0.18.
Changes from previous:
0.18    2011-10-10 20:50 UTC
        + Add : The uid() function returns an unique identifier for each dynamic
                scope. The validate_uid() function can be used to check whether
                one such identifier is valid (i.e. that the scope it refers to
                is still alive).
        + Chg : It is no longer possible on perl 5.6 to call goto() in an
                uplevel callback to replace the uplevel call. This change was
                needed in order to ensure consistency between platforms
                regarding to the following fix just below.
        + Fix : The uplevel() tests now pass on Windows.
                Thanks C.H. Kang for bringing this to my attention.

0.17    2011-10-03 21:45 UTC
        + Fix : uplevel() will now use the correct pad when executing its
                callback. This fixes at least two issues :
                - closures defined inside the uplevel callback can now correctly
                access lexicals from inside and outside the callback.
                - state variables in the uplevel callback now work properly.
        + Fix : It is now generally possible to call goto() in the uplevel'd
                code to replace the uplevel stack frame. There are two cases
                for which it is still not possible :
                - if -D flags were set when running perl (as in "perl -Dt ...").
                - if the perl runloop has been replaced with a custom one by
                another module.
                If uplevel() detects that the replacement code contains a goto
                statement, and is in one of those two cases, then it will refuse
                to execute the callback and throw an exception.
                Note that this fix implies a run-time overhead of uplevel()
                proportional to the size of the the callback in every case
                (with a small ratio), and proportional to the size of ALL the
                code executed as the result of the uplevel call (including
                subroutine calls inside the callback) when a goto statement is
                found in the uplevel callback.
        + Fix : uplevel() has been taught how to handle XS callbacks properly.
        + Fix : The cause of "Attempt to free unreferenced scalar" warnings
                when using uplevel() has been addressed.
        + Fix : [RT #71212] : build failure on Windows.
                The module does no longer rely on calling Perl_cv_clone, which
                isn't exported.
                Thanks C.H. Kang for reporting.
2011-10-24 09:35:25 +00:00
sbd
86a2ea8568 Add p5-Perl4-CoreLibs 2011-10-24 06:43:22 +00:00
sbd
9512c74f1f Import p5-Perl4-CoreLibs-0.003: Libraries historically supplied with Perl 4
This is a collection of .pl files that have historically been bundled with the
Perl core but are planned not to be so distributed with core version 5.15 or
later. Relying on their presence in the core distribution is deprecated; they
should be acquired from this CPAN distribution instead.
2011-10-24 06:41:15 +00:00
taca
e56549ec14 Limit this package to ruby19. 2011-10-23 15:46:05 +00:00
obache
fe4415c369 Update cutter to 1.1.9.
= NEWS --- The history of Cutter

== [release-1-1-9] 1.1.9: 2011-10-22

We move the repository to GitHub from SF.net.

=== Cutter

==== Changes

  * Added Ubuntu Oneiric Ocelot support.
  * Added CentOS 6 support.

==== Fixes

  * Fixed as success test count with thread. [SF.net #3383253]
    [Reported by Romain Tartière]

=== Thanks

  * Romain Tartière
2011-10-23 13:16:36 +00:00
gls
4887525fc1 Update devel/libgee to 0.6.2.1
Upstream changes:

libgee 0.6.2.1
==============

 * Add check-news to AM_INIT_AUTOMAKE

 libgee 0.6.2
 ============

  * Fix adding second element to priority queue.
   * Fix problem with key used in range is freed.
2011-10-22 11:35:43 +00:00
cheusov
6a5e488720 Update to 1.3.1
Build failure with gcc-4.6 was fixed.
  Thanks to Andrey N. Oktyabrski for the report.
2011-10-22 10:01:00 +00:00
hiramatsu
075eecf33d Update p5-Tie-Cache-LRU to 20110205.
Change from previous:
20110205  Sat, 05 Feb 2011 14:57:08 +1100
    Misc
    * Clarified the license
2011-10-22 01:39:30 +00:00
cheusov
8ebf4a5364 Update to 0.21.2
mkc_check_compiler has been reimplemented. This fixes problems
  on system with /bin/sh == bash (affected versions: 0.21.1)
  and makes it drammatically faster.
2011-10-21 23:30:31 +00:00
hiramatsu
fa61366de6 Add HOMEPAGE and LICENSE. 2011-10-21 21:38:27 +00:00
reed
bbc6570164 added devel/lettuce
Behaviour-driven development test tool
2011-10-21 12:39:35 +00:00
reed
26dae6ec89 Import lettuce 1.1.33
Lettuce is a simple behaviour-driven development (BDD) tool based
on Cucumber. The features of the system (to be tested) are defined
in a natural language with scenarios describing the features. Steps
are written in python.

(I packaged this for my work at ISC. We are developing a
DNS server test suite to be usable for various DNS servers
for compliance testing.)
2011-10-21 12:35:30 +00:00
hiramatsu
8fd4f576ed Add p5-Data-Integer. 2011-10-21 10:06:57 +00:00
hiramatsu
41b35f7fc2 Import perl module Data::Integer into devel/p5-Data-Integer, to prepare
to import DBIx::Class::PassphraseColumn.

This module is about the native integer numerical data type. A native
integer is one of the types of datum that can appear in the numeric part
of a Perl scalar. This module supplies constants describing the native
integer type.

There are actually two native integer representations: signed and
unsigned. Both are handled by this module.
2011-10-21 10:05:45 +00:00
hiramatsu
dcf788f117 Update p5-MooseX-Getopt to 0.37.
Changes from previous:
0.37 Wed 30 Mar 2011
  * Fix missing dependency. (RT#67077)

0.36 Tue 29 Mar 2011
  * Fix dist.ini 'Prereq' into 'Prereqs' (Damien Krotkine)
  * MooseX::Getopt::GLD
    - change it to a MooseX::Role::Parameterized, so that it accepts
      'getopt_conf' parameter (Damien Krotkine)

0.35 Wed 09 Feb 2011
  * Fix missed change from Test::Exception to Test::Fatal

0.34 Tue 08 Feb 2011
  * The test suite now uses Test::Fatal instead of Test::Exception. (Karen
    Etheridge)
  * Move most of new_with_options logic into separate publically
    accessible process_argv method, so that arg processing can be
    done without actually creating object (Jonathan Swartz)
2011-10-21 07:13:58 +00:00
hiramatsu
8c0aae4ef5 Update p5-Module-CoreList to 2.56.
Changes from previous:
2.56 Thu Oct 20 2011
  - Updated for v5.15.4

2.56 Tues Sept 20 2011
  - Updated for v5.15.3
  - Corrected version of Module::CoreList shipped
    with v5.10.0
  - Corrected Errno being shipped with v5.6.0 and v5.6.1
  - Corrected VMS::Filespec being shipped with v5.12.3
  - Corrected DB_File being shipped with v5.8.2
  - Added http://perlpunks.de/corelist to SEE ALSO

2.55 Sat Aug 20 2011
  - Updated for v5.15.2

2.54 Wed Jul 20 2011
  - Updated for v5.15.1

2.53 Thu Jul 14 2011
  - Added release date option '-r' to corelist

2.52 Mon Jul 4  2011
  - [rt.cpan.org #69108] Extraneous modules listed
    reported by Dee Newcum

2.51
  - Updated for v5.15.0

2.50
  - Updated for v5.12.4

2.49
  - Updated for v5.14.0

2.46 Sun Mar 20 2011
  - Resolved RT #59511
  - Updated for v5.13.11

2.45 Sun Feb 20 2011
  - Bumped the version number and data for the 5.13.10 release

2.44    Sat Jan 22 2011
  - Merged v5.12.3 and v5.13.9

2.43    Sat Jan 22 2011
  - Updated for v5.12.3

2.42_01 Thu Jan 20 2011
  - Updated for v5.13.9

2.42    Mon Dec 20 2010
  - Updated for v5.13.8

2.41    Sat Nov 20 2010
  - Updated for v5.13.7

2.40    Wed Oct 20 2010
  - Updated for v5.13.6
2011-10-21 07:10:20 +00:00
hiramatsu
65e0e8c64d Add HOMEPAGE and LICENSE. 2011-10-21 06:10:21 +00:00
taca
89ed7552b0 Add and enable ruby-fiddle. 2011-10-20 15:09:23 +00:00
taca
800a1f17fb Importing devel/ruby-fiddle version 1.9.2pl290. It is one of missing
parts from ruby19 package.

Fiddle is the libffi wrapper library, actually a part of the
Ruby distribution.
2011-10-20 15:08:12 +00:00
adam
ee51f800e1 Fix conflict with other gettext packages 2011-10-20 10:22:51 +00:00
marino
3b1bbf7203 devel/gps: patch-af omitted from last commit
patch-af should have been part of the last changeset of devel/gps.
The distinfo already reflects the change to this patch.
2011-10-20 06:02:08 +00:00
cheusov
14c74a84e1 Adding MANDIR to MAKE_ENV is not needed anymore 2011-10-19 15:04:37 +00:00
cheusov
c83af7b1fe Support for non-standard PKGMANDIR for all mkc-based projects 2011-10-19 15:03:32 +00:00
hiramatsu
90995c9b1a Update p5-Log-Any to 0.14.
Change from previous:
0.14  Aug 31, 2011

* Fixes
  - Fix version number in Log/Any.pm - Stephen Thirlwall
2011-10-19 08:10:25 +00:00
obache
9725d3de74 Recursive Bump from boost-libs ABI bump. 2011-10-19 06:12:58 +00:00
hiramatsu
1ebd9cca6f Update p5-Devel-Declare to 0.006007.
Changes from previous:
0.006007 - 12 Sep 2011
  - Depend on B::Hooks::OP::Check version 0.19, which fixes a serious bug in
    how it interacts with other modules that hook ops.
  - Initialize immediately upon loading the module, so that "was Devel::Declare
    loaded soon enough" errors in string eval can be fixed by loading the
    module earlier without having to also actually use the module earlier.
  - Adjust toke_scan_str logic to always show a positive effective length of
    string source.
  - Return undef from toke_scan_str if string was unterminated.
  - Detect and croak if unwanted reallocation occurs during toke_scan_str.
  - Avoid memory leak in toke_scan_str.
  - Give Devel::Declare::Context::Simple a version number.
  - Add MYMETA.{json,yml} to MANIFEST.SKIP and .gitignore.

0.006006 - 23 Aug 2011
  - Increase default linestr size to avoid reallocations (Zefram).
2011-10-18 09:45:29 +00:00
obache
3d11759325 fix a typo in comment. 2011-10-18 01:36:34 +00:00
joerg
5be18ff4b0 Fix dependency pattern 2011-10-17 21:03:29 +00:00
hiramatsu
b29de6d7c6 Add LICENSE. 2011-10-17 15:18:59 +00:00
hiramatsu
c5bd0ecb23 Update p5-XSLoader to 0.15.
Changes from previous:
0.15 - 2011.04.17 - SAPER #PerlQA2011
    - [DIST] CPAN-RT#54456: Set INSTALLDIRS to "site" when installed on
      Perl 5.11+ (thanks to Todd Rinaldo).
    - [DOC] Document a known bug under Perl 5.8.4 and 5.8.5.
    - [TESTS] Fixed tests to pass under Perl 5.8.4 and 5.8.5.

0.14 - 2011.04.16 - SAPER #PerlQA2011
    - [CODE] Updated from bleadperl:
       - XSLoader::load() with no arguments can use caller to find
         a default package (Nicholas Clark).
       - Avoid defining a full XSLoader::bootstrap_inherit post 5.6,
         as it's not needed (Nicholas Clark).
       - Small optimisation: for the generated XSLoader.pm, avoid a
         runtime lexical which is constant (Nicholas Clark).
    - [TESTS] Updated from bleadperl, solving RT-CPAN #54132, #61332.
    - [TESTS] Fixed tests for old Perls.
    - [TESTS] Added t/00-load.t and t/01-api.t, to provide basic tests
      when the main ones are skipped.
2011-10-17 14:52:46 +00:00
sbd
8f4215256d Build a full set of shared library search paths on Linux just like "FreeBSD". 2011-10-17 07:56:57 +00:00
schnoebe
6960a6c6d4 Update to Poco 1.4.2p1
Change log:

This is the changelog file for the POCO C++ Libraries.

Release 1.4.2p1 (2011-09-24)
============================

- On Linux, the RTLD_DEEPBIND option is no longer passed to dlopen().
  This change was introduced in 1.4.2 to solve a specific problem one customer
  was having. Unfortunately, it leads to problems with RTTI.
- It's now possible to pass flags (SHLIB_GLOBAL, SHLIB_LOCAL) to
  Poco::SharedLibrary::load() (and the constructor implicitly calling load()),
  controlling the mode flags (RTLD_GLOBAL, RTLD_LOCAL) passed to dlopen().
  On platforms not using dlopen(), these flags are ignored.
- fixed SF# 3400267: Path_WIN32.cpp bug


Release 1.4.2 (2011-08-28)
==========================

- added Poco::DateTimeFormat::ISO8601_FRAC_FORMAT
- added new Poco::DateTimeFormatter and Poco::DateTimeParser format specifier:
  %s for seconds with optional fractions of a second
- fixed a problem with ioctl() on BSD platforms (including OS X) where the
  second argument to ioctl() is unsigned long instead of int, causing bad
  things on a OS X 64-bit kernel.
- fixed a potential endless loop when enumerating IPv6 network addresses
  (reported by Laurent Carcagno)
- new compile-time config option on Windows to set thread names in
  debugger. Enable with -DPOCO_WIN32_DEBUGGER_THREAD_NAMES. Available
  only in debug builds.
- Cipher can now create Base64 and HexBinary encoded output without linefeeds
  (suitable for use in cookies, etc.)
- added Poco::Path::popFrontDirectory()
- improved VxWorks support
- IPv6 fixes: added proper scope id handling in IPAddress, SocketAddress
  and related classes.
- Added Poco::Net::ServerSocket::bind6() which allows control over the
  IPPROTO_IPV6/IPV6_V6ONLY socket option.
- Removed Poco::MD2Engine class due to licensing issues (the
  license for the MD2 code from RSA only allows non-commercial
  use). Note that the MD4 and MD5 code from RSA does not have
  this issue.
- fixed a Net HTTP client testsuite issue where some tests might
  have failed due to prematurely aborted connections by
  the HTTPTestServer.
- Poco::Net::SocketAddress: when there is more than one address
  returned by a DNS lookup for a name, IPv4 addresses will be
  preferred to IPv6 ones.
- NetworkInterface::list() now also returns IPv4 interfaces on Windows when
  built with -DPOCO_HAVE_IPv6
- XMLWriter: fixed a bug with attribute namespaces (no namespace prefix
  written if attribute namespace is the same as element namespace)
- fixed SF# 3378588: Mismatched new[]/delete (in RSAEncryptImpl and
  RSADecryptImpl)
- fixed SF# 3212954 (OpenSSLInitializer::uninitialize() crash) and
  SF# 3196862 (Static OpenSSLInitializer instance causes Windows
  deadlocks) by removing the static Poco::Crypto::OpenSSLInitializer
  instance. Automatic OpenSSL initialization is now done through
  Poco::Crypto::Cipher, Poco::Crypto::CipherKey,
  Poco::Crypto::X509Certificate, Poco::Net::Context classes; however,
  it is still recommended to call Poco::Crypto::initializeCrypto()
  and Poco::Crypto::uninitializeCrypto() early at application
  startup, and late at shutdown respectively (or
  Poco::Net::initializeSSL()/Poco::Net::uninitializeSSL() if the
  NetSSL library is used) to avoid multiple full OpenSSL init/uninit
  cycles during application runtime.
- Poco::Logger now also support a symbolic log level "none"
  (for use with setLevel()) that disables logging completely
  for that Logger (equivalent to setLevel(0)).
- Added experimental Android support, using the existing gmake-based
  build system.
- fixed SF# 3288584: DateTimeFormatter link error
- fixed SF# 3187117: Typo in InflatingInputStream doc
- fixed SF# 3309731: _WIN32_WCE comparison should be with 0x600 not 600
- fixed SF# 3393026: RegularExpression.h identical enum value
- fixed SF# 3274222: AtomicCounter's postfix operators aren't atomic on Windows
- fixed SF# 3317177: Handle leak on windows
- fixed SF# 3181882: Poco::URI::getPathEtc() double-encodes query
- fixed SF# 3379935: ThreadPool Start Bug
- fixed SF# 3354451: Poco::Format::parsePrec never sets the precision to zero
- fixed SF# 3387258: _MAX_PATH used but unknown in Path_WIN32
- fixed a problem in RSAKeyImpl where direct access to the RSA in a EVP_PKEY
  would no longer work in recent OpenSSL versions. Using EVP_PKEY_get1_RSA()
  fixes the issue.
- added Poco::Crypto::EncryptingInputStream,
  Poco::Crypto::EncryptingOutputStream, Poco::Crypto::DecryptingInputStream
  and Poco::Crypto::DecryptingOutputStream.
- fixed SF# 3148126: HTTPSClientSession destructor (!) throws an IOException
- fixed SF# 3178098: Add constructor to Poco::TemporaryFile to specify directory
- fixed SF# 3175310: Absolute path when device
- fixed SF# 3301207: Guided tour example contradicts apidoc (API doc was wrong)
- Poco::Net::HTTPMessage::setContentLength() and
  Poco::Net::HTTPMessage::getContentLength() now use std::streamsize
  instead of int. This enables 64-bit Content-Length support at
  least on 64-bit platforms.
- fixed SF# 3177530: TemporaryFile::tempName() + glob bug on xp
- fixed SF# 3177372: FileChannel documentation inconsistency
- added %E format specifier to Poco::PattermFormatter (epoch time in seconds
  since midnight, January 1 1970)
- On Windows, Poco::Util::ServerApplication now supports a /description
  command line argument for specifying a service description
  (together with /registerService) - added
  Poco::Util::WinService::setDescription() and
  Poco::Util::WinService::getDescription()
- fixed SF# 3155477: Incorrect URI path handling
- fixed SF# 3309736: Extended Exception macros to set default exception code
  new macro is named POCO_DECLARE_EXCEPTION_CODE
- added getter functions for modulus and exponents to Poco::Crypto::RSAKey.
- added Poco::Net::SocketAddress::operator == () and
  Poco::Net::SocketAddress::operator != ()
- fixed SF# 3182746: IPAddress.cpp IPv6 bug on big-endian
- fixed SF# 3196961: Unix daemon fails to loadConfiguration() if
  started from cwd
- fixed SF# 3393700: NotificationCenter may call a removed observer and crash.
- Reworked implementation of the events framework (Poco::BasicEvent
  and friends).  The framework is now completely multithreading
  save (even in the case that an event subscriber object unsubscribes
  and is deleted while an event is being dispatched). Also, the
  restriction that any object can only register one delegate for
  each event has been removed. For most cases, dispatching events
  should be faster, as dispatching an event now needs less dynamic
  memory allocations.
- fixed SF# 3178109: getNodeByPath() changes:
  getNodeByPath() and getNodeByPathNS() have been moved to
  Poco::XML::Node.  Furthermore, when invoked on a Poco::XML::Document,
  the behavior has changed so that the document element is now
  included when traversing the path (previously, traversal would
  start at the document element, now it starts at the document).
  The path expression can now start with a double-slash, which
  results in a recursive search for the path's first element in
  the DOM tree.
- fixed SF# 3382935: String data being truncated using ODBC, and
  SF# 2921813: Wrong implementation of the ODBC string binding


Release 1.4.1p1 (2011-02-08)
============================

- Poco::Mutex is now a recursive mutex again on Linux
  (this was caused by an unfortunate feature test for
  PTHREAD_MUTEX_RECURSIVE which did not work on Linux
  as PTHREAD_MUTEX_RECURSIVE is an enum value and not
  a macro)
- Poco::Net::SecureSocketImpl::abort() now only shuts
  down the underlying socket connection and does not free
  the SSL object, due to multithreading issues.


Release 1.4.1 (2011-01-29)
==========================

- fixed SF# 3150223: Poco::BinaryReader cannot read std::vector correctly
- fixed SF# 3146326: SharedMemory issue
- made Poco::Net::HTTPSession::abort() virtual
- added Poco::Net::SecureStreamSocket::abort() to immediately close
  a SSL/TLS connection without performing an orderly SSL/TLS shutdown.
- fixed SF# 3148126: HTTPSClientSession destructor (!) throws an IOException.
  Added try/catch block to Poco::Net::SecureSocketImpl destructor.
- added additional constructor to Poco::Net::HTTPSClientSession, taking
  both a socket and a session object.
- Poco::Net::HTTPSession::abort() now also can be used with a
  Poco::Net::HTTPSClientSession.
- fixed SF# 3148045: make clean and distclean issues
- changed Data library names on Unix/Linux platforms to
  match the names on Windows (PocoSQLite -> PocoDataSQLite,
  PocoMySQL -> PocoDataMySQL, PocoODBC -> PocoDataODBC)
- added additional options to configure script
- added additional documentation to Poco::Net::HTTPClientSession
- Poco::Net::HTTPClientSession::receiveResponse() closes the connection
  if an exception is thrown while reading the response header.
  This ensures that a new connection will be set up for the next request
  if persistent connections are used.
- improved Poco::Net::MultipartDecoder performance by reading directly from
  streambuf
- improved performance of Poco::Base64Encoder, Poco::Base64Decoder,
  Poco::HexBinaryEncoder and Poco::HexBinaryDecoder by working directly with the
  given stream's streambuf.
- improved performance of MessageHeader::read() by reading directly from
  streambuf instead of istream.
- it is now possible to specify additional MIME part header fields
  for a MIME part through the Poco::Net::PartSource class.
- upgraded SQLite to release 3.7.4
- added experimental VxWorks support for VxWorks 5.5.1/Tornado 2.2 and
  newer. Please see the VxWorks Platform Notes in the reference documentation
  for more information. Currently, the VxWorks is untested; full support
  will be available in release 1.4.2.
- fixed SF# 3165918: Poco::DynamicAny fails to convert from string to float
- fixed SF# 3165910: Poco::Net::MessageHeader does not accept HTTP conforming
  header
- made Poco::Task::cancel() virtual so that tasks can implement custom
  cancellation behavior.
- added optional argument to Poco::Util::WinRegistryKey constructor
  to specify additional flags (in addition to KEY_READ and KEY_WRITE)
  for the samDesired argument of RegOpenKeyEx() or RegCreateKeyEx().
- improved Poco::BasicEvent::notify() performance by avoiding an
  unnecessary heap allocation.
- added additional well-known port numbers to Poco::URI: rtsp, sip, sips, xmpp.
- added Poco::Net::MediaType::matchesRange()
- improved invalid socket handling: a Poco::Net::InvalidSocketException is
  now thrown instead of an assertion when an operation is attempted
  on a closed or otherwise uninitialized socket.
2011-10-17 02:10:31 +00:00
hiramatsu
5e61939631 Update p5-IPC-Cmd to 0.72.
Changes from previous:
Changes for 0.72    Wed Jun 22 12:29:59 BST 2011
=================================================
* Added IPC::Open3 support for capturing STDOUT/STDERR
  on MSWin32, prefer this over IPC::Run

Changes for 0.70    Mon Jan 31 20:34:09 GMT 2011
=================================================
* Apply a patch from Petya Kohts, RT #65276, with
  changes for run_forked:

  1) fix for the typo in the name of the signal
  2) changed default for clean_up_children (which
     seems to be the behavior expected by the majority of the users)
  3) added detection (and forwarding to the caller) of the case
     when run program is killed by signal
  4) kill_gently is now used in cases when parent died
     and when the executed program times out
  5) added options which allow to execute some user code
     in the beginning and at the end of the child

Changes for 0.68    Fri Jan  7 21:08:58 GMT 2011
=================================================
* Apply blead patch from Peter Acklam

Changes for 0.66    Tue Nov 23 12:10:24 GMT 2010
=================================================
* Apply documentation patch from Dan Dascalescu [RT # 63250]
* Apply another documentation patch from Dan Dascalescu [RT #63251]
* Fix an issue with _split_like_shell_win32() raised by tunakermit [RT #62961]

Changes for 0.64    Tue Oct 19 19:01:05 BST 2010
=================================================
* Only enable the can_run instances behaviour when
  global variable $INSTANCES is set

Changes for 0.62    Tue Oct 19 15:51:30 BST 2010
=================================================
* Amended can_run behaviour to run all found instances
  of the given binary in a list context
2011-10-16 13:54:32 +00:00
obache
54e5bedad8 Add DragonFly BSD support.
PR pkg/45475 by Samuel J. Greear.
2011-10-16 08:18:52 +00:00
obache
32235c7265 simplify PLIST handling. 2011-10-16 07:23:48 +00:00
obache
ac5ff6dca9 No need to buildlink with py-Tk, simple DEPENDS is sufficient. 2011-10-16 07:19:33 +00:00
obache
708d100a0e LICENSE=gnu-lgpl-v2 2011-10-16 07:13:21 +00:00
obache
bb9833ae1d * Convert PYDISTUTILSPKG to register egg-info.
Bump PKGREVISION.
2011-10-16 07:08:44 +00:00
obache
672ae3d01e * Convert PYDISTUTILSPKG to register egg-info
Bump PKGREVISION.
2011-10-16 06:38:39 +00:00
obache
34c9564089 * Convert to PYDISTUTILSPKG to register egg-info.
Bump PKGREVISION.
2011-10-16 06:31:41 +00:00
manu
90c01e6b34 Add libmemcached, SOPE, SOGo 2011-10-16 05:39:32 +00:00
manu
566110be48 Framework for writing clever web servers driven by objects 2011-10-16 05:34:58 +00:00
manu
0d9ba4934f C/C++ client library and tools for the memcached server 2011-10-16 05:33:56 +00:00
hiramatsu
a3cab57ba5 Add p5-Object-Pluggable and p5-POE-Component-Syndicator. 2011-10-15 17:40:34 +00:00
hiramatsu
2d27daf361 Import perl module POE::Component::Syndicator into
devel/p5-PEO-Component-Syndicator because recent versions of
chat/p5-POE-Component-IRC require this module.

POE::Component::Syndicator is a base class for POE components which
need to handle a persistent resource (e.g. a connection to an IRC
server) for one or more sessions in an extendable way.
2011-10-15 17:36:41 +00:00
hiramatsu
b380f5f178 Import perl module Object::Pluggable into devel/p5-Object-Pluggable,
because recent versions of chat/p5-POE-Component-IRC requires this module.

Object::Pluggable is a base class for creating plugin enabled objects.
2011-10-15 17:31:38 +00:00
obache
aae3e3f813 * convert PYDISTUTILPKG to regist egg-info.
Bump PKGREVISION.
2011-10-15 12:17:26 +00:00
obache
84d8fd141d * convert PYDISTUTILPKG to regist egg-info.
Bump PKGREVISION.
2011-10-15 12:08:37 +00:00
obache
426f27bb14 * convert PYDISTUTILPKG to regist egg-info.
Bump PKGREVISION.
2011-10-15 12:03:21 +00:00
obache
70ed7023b0 * LICENSE=modified-bsd
* convert PYDISTUTILPKG to regist egg-info.

Bump PKGREVISION.
2011-10-15 11:59:13 +00:00
obache
16c43528df * regist egg-info
Bump PKGREVISION.
2011-10-15 11:46:04 +00:00
obache
a687508449 * remove duplicate *.pyo entries from PLIST.
* LICENSE=mit
* regist egg-info

Bump PKGREVISION.
2011-10-15 11:40:00 +00:00
obache
ca6401d0f3 * PKG_SKIP_REASON is deprecated, use PKG_FAIL_REASON instead.
* set LICENSE=modified-bsd.
* register egg-info

Bump PKGREVISION.
2011-10-15 08:23:55 +00:00
obache
f84ccc87de * regist egg-info
Bump PKGREVISION.
2011-10-15 08:16:50 +00:00
obache
51f31c2831 Fixes EGG_NAME. 2011-10-15 08:14:50 +00:00
obache
a5d1475cee * regist egg-info.
* no need to buildlink with py-Tk, simple DEPENDS is sufficient.

Bump PKGREVISION.
2011-10-15 08:10:11 +00:00
adam
4a9c53cd81 Changes 2.8.6:
Kitware is pleased to announce the release of CMake 2.8.6. This release features several notable changes, including a new AUTOMOC target property that helps make it easier to build Qt projects and support for the Intel Fortran compiler in VisualStudio10. Additionally, VisualStudio 9 and 10 generators for Itanium platform have been added, and appear as the “Visual Studio 9 2008 IA64” and “Visual Studio 10 IA64” generators on Windows builds of CMake.

This release also contains an experimental generator in the Windows build targeting VisualStudio 11. It will remain "Experimental" until VisualStudio 11 itself is finalized. If you have the developer preview of VisualStudio 11, we would appreciate any feedback you have. Please keep in mind that this is very new, and has only been tested enough to be useful to include for the community to test drive and provide feedback on.

Other improvements include the movement of many files from KDE's overrides of CMake module files, which have been accepted into upstream CMake thanks to the hard work of Alex Neundorf and Stephen Kelly. There have been many Xcode generator improvements, including support for iOS projects and the ability to switch between simulator and device builds.
2011-10-15 07:24:30 +00:00
marino
35a64b80e6 devel/gps: Upgrade to version 5.0.1
Originally this was an attempt to upgrade version 5.0.0 to version
5.1-RELEASE or even 5.2-DEVELOPMENT, but it turns out that those
versions require a GNAT Ada compiler based on gcc 4.7, which hasn't
had its first release yet.  This is mainly due to an change in the
project management API, but using the 4.7 source files fail to
compile due to the new SPARK restrictions.  Therefore GPS must
remain at 5.0.x until such time as GNAT-AUX is based on gcc 4.7.

This is a bug fix release.
The list of bug fixes is unknown, but it's confirmed the bug on the
project dialog, library tab has been fixed and thus those patches
are removed.

The Makefile was updated to allow GPS users to take advantage of
the numerous Python scripts, the Python console, and the python-GTK
bindings.  The option is present, but it has been removed from the
option list because the pkgsrc version of Python cause GPS to core
dump due to missing symbols in their dynamically-loaded libraries.
Version 2.6 and version 2.7 were both tested, and fail in different
ways.  For comparison, the FreeBSD version of GPS builds and operates
fine with Python 2.7, although at times similar "undefined symbol"
messages appear it that error log.  Once the issues with Python are
fixed, this new "python" option in options.mk will be re-enabled.
2011-10-14 17:22:06 +00:00
obache
027eac5e84 Update coccinelle to 0.2.5.
(accept any of python-2.x).

* 0.2.5
** Language:
- Make a very small attempt to parse C++ code, amounting to accepting
  identifiers containing ::, tilde, and template invocations.  Use the
  option -c++.  This is not likely to be very useful in practice.
- Added metavariable metavariable type.
- Add disjunctions on identifiers in some contexts
- Pretend that & indicates a pointer in -c++ mode
- Support for new and delete
- Allow arrays in smpl parameter declarations.  Thanks to Jesper Louis
  Andersen for pointing out the problem.
- Field list metavariables
- Add the ability to add __attributes__ (NB, no matching on attributes)
- Slightly improved the error message for transformation on multiple
  variable declaration.  Thanks to Jonathan Nieder for pointing out the
  problem.

** Features:
- support transformations on variables (only) in declarations that declare
  multiple variables
- allow #endif XXX in C code
- relax_include_path now applied to non local includes too, in which case
  it tries to find a unique file with a suffix of the provided name.
  this is useful for directories that are intended to be symbolic links.
- support matching and removing #undef
- support for iteration in ocaml, requires use of -no_show_diff
- calls to likely and unlikely propagate test expression status to their
  arguments
- reuse typedefs and macros from complete parsing when reparsing the
  transformed code
- better explanation when presenting glimpse tokens
- optimization for an if branch that is just { ... }
- spatch -control_flow_to_file file.c generates a file file.dot
- include files with names ending in .cpp if -c++ option is given
- removed use of the no longer supported sexplib function Conv.hashtbl_of_sexp
- add information about which Fedora packages are needed

** Bugfix:
- improved parsing of expressions to allow ... to the right of operators in
  more places
- Fix check_config for Python 2.7 on Fedora 14 (Reported-by: Michael Stefaniuc)
- Check for ocamlfind in configure (Reported-by: Paul E. McKenney)
- Postpone use of ocamlfind at runtime to report fewer errors
- Add support for Python 2.4 binding with the provided pycaml library
- Allow '@' in script code.  Thanks to Laurent Reveillere for noticing the
  problem.
- Remove an optimization of x or true to true in asttoctl2 for the case
  where x may make a modification, eg the case of -thing ?-thing
- Allow adding comments before a function.
- Introduction of newlines in function arguments needs to take into account
  that the code added by SmPL can include newlines.  Thanks to Thomas
  Gleixner for finding the problem.

* 0.2.4
** Language:
- scripts now have names and can declare metavariables that are seen by
  SmPL as identifier metavariables, see demos/{python,ocaml}tococci.cocci
- declaration (match variable declarations) and field (match structure
  field declarations) metavariables
- matching of array initializations and of enum declarations

** Features:
- compatability with Python 2.7.  Thanks to Richard W.M. Jones for pointing
  out the problem
- python and ocaml string representations of parameter lists and expression
  lists
- try simpler patterns on glimpse failure
- graceful and immediate failure when a virtual rule is defined on the
  command line, but not in the rule
- spatch returns -1 when a virtual rule is requested that is not supported
- no transformation when using * with the option -no_show_diff
- expanded +++ file name for match output
- struct *^* and enum *^* metavariable types
- allow an assignment to match a variable initialization, even if multiple
  variables are declared at the same time.
- add the option -recursive_includes
- added the option -use_idutils.  The requires the previous use of the
  script idutils_index.sh

** Bugfix:
- detect used after metavariables in simple statement metavariable match
- allow inheriting position variables over rules that make transformations
  but depend on virtual rules that are not defined on the command line
- treat top-level tokens in decl visitor.  Thanks to Peter Tummeltshammer
  for noticing a resulting problem.
- improve typing of the result of an assignment expression
- eliminate some recursive calls in C code parsing to avoid stack overflows
- better pretty printing of #define when the whole line is removed
- better pretty printing of asm code containing
  "::[input]"r"(&coherence_data[i])"
- allow pretty printing of C code with nameless bit fields
- avoid adding an error message to standard output if ocamlfind is not
  found
- struct/union/enum-typed metavariables with a metavariable type name
- better management of whitespace between deleted lines.  Thanks to
  Andriy Gapon for noticing the problem.
- improved parsing recovery for badly parsed struct/enum typedefs
- drop expanded tokens in sgrep output.  Thanks to Andriy Gapon for
  noticing the problem.
- constant strings have array type, not pointer type.  Thanks to Vasiliy
  Kulikov for noticing the problem.
- improve indentation when adding code after a function call with indented
  arguments.
- return type of sizeof converted to unsigned long.  Thanks to Vasiliy
  Kulikov for noticing the problem.
- improve spacing when adding structure initializers.  Thanks to Vasiliy
  Kulikov for noticing the problem.
2011-10-14 09:06:35 +00:00
obache
eafeaa1b8b * allow to build with any python2.x
* using distutils.
* change example directory, not to conflict with python variants each other.

Bump PKGREVISION.
2011-10-14 06:27:42 +00:00
dholland
c73981b9c2 Not MAKE_JOBS_SAFE. 2011-10-14 03:25:33 +00:00
hiramatsu
9bfa0b6d9b Update p5-Test-POE-Server-TCP to 1.16.
Changes from previous:
==============================
2011-06-29 10:03:36 +0100 1.16
==============================
   Resolve [rt.cpan.org #69175] "Test-POE-Server-TCP-1.14 stuck in test
   on Strawberry Perl 5.12.3"

   Made the explicit socket shutdown for 'cygwin' applicable to MSWin32
   as well. I was able to reproduce the issue with:

   This is perl 5, version 14, subversion 1 (v5.14.1) built for
   MSWin32-x64-multi-thread
2011-10-14 02:12:12 +00:00
hiramatsu
7cd379b415 Update p5-Test-LongString to 0.15.
Changes from previous:
0.15
    Show line and column number in diagostics (Mark Fowler)

0.14
    Compatibility fix with perl 5.13.5
2011-10-14 02:10:26 +00:00
jmmv
c811826a9a Use rpaths when linking. 2011-10-14 02:05:00 +00:00
dholland
9b5f94f92a "Fix" gmake lossage with an inline multiline perl script.
This package still doesn't build, but it gets a bit further.
2011-10-14 01:01:55 +00:00