Commit graph

18606 commits

Author SHA1 Message Date
wiz
b2af1a7bcf Update to 1.3.2. From Jaap Boender.
-  1.3.2: Handling of empty arguments (Wojciech Meyer).
   Added entry for camlp4.fulllib.
   New switch -add for "ocamlfind install" (Hans Ole Rafaelsen).
   Further fixes for ocaml-4.00.
   Fixing the recognition of double .cmi interface files.
   Fixing -dontlink (it is now deeply interpreted).

-  1.3.1: Fixing a bug with ocamlmklib that slipped through in 1.3.0

-  1.3.0: Fixes for ocaml-4.00 (especially topfind).
   Emitting an error if the configuration file does not exist.
   Emitting a warning if the selected toolchain does not exist.
   camlp4 is referenced by "+camlp4" in META.
   Including the sources for the documentation in the tarball.
   License change (simplification) for num_top_printers.mli.
   Fix ocamlmklib wrapper: processing contracted args (like -L/dir) correctly.
   Many wrappers get a new option -passrest instructing to pass all remaining
   options on the command-line unchanged to the invoked tool.
   Prettified -help output.
2012-07-06 09:22:04 +00:00
sno
8b16db9d4c Updating package for Perl 5 module Class::C3 in devel/p5-Class-C3 from
0.23nb2 to 0.24.

pkgsrc changes:
- add dependency for Algorithm::C3 package

Upstream changes:
0.24 Sat, May 12, 2012
    - Require Class::C3::XS on 5.8 perls if a working compiler is found
2012-07-06 09:11:22 +00:00
sno
5685386203 Updating package for Perl 5 module Config::IniFiles in
devel/p5-Config-IniFiles from 2.71 to 2.77.

pkgsrc changes:
- bump required version of p5-List-MoreUtils to 0.33

Upstream changes:
Version 2.77    ( Thu Jun 21 19:35:23 IDT 2012 )
------------------------------------------------

* Bump the List::MoreUtils dependency to '0.33'.
    - https://rt.cpan.org/Ticket/Display.html?id=77930
    - Thanks to TJENNESS for the report.

Version 2.76    ( Fri Jun 15 17:44:31 IDT 2012 )
------------------------------------------------

* Correct the documentation regarding the syntax of calling ->WriteConfig(),
which always accepts a mandatory filename and not just
"->WriteConfig(-delta => 1)".
    - Thanks to the Mageia Linux QA team at:
        - https://bugs.mageia.org/show_bug.cgi?id=6024#c17

Version 2.75    ( Fri May 25 15:25:29 IDT 2012 )
------------------------------------------------

* Add "=encoding utf8" to the POD of lib/Config/IniFiles.pm
    - The POD contained wide characters and it is now an error in
    with recent Test::Pod and Pod::Simple.
    - See for example: http://www.cpantesters.org/cpan/report/89000ebe-a5bc-11e1-a439-fa78ab6c2661

Version 2.74    ( Thu May 24 00:46:37 IDT 2012 )
------------------------------------------------

* Made sure .ini files are output on Win32 with CR-LF pairs.
    - Thanks to Ben Johnson for reporting the bug and for a preliminary
    test script.
    - Add t/32mswin-outputs-contain-crs.t

Version 2.73    ( Mon May 14 10:46:38 IDT 2012 )
------------------------------------------------

* Regression bug fix: temporary file creation error should generate a warning
and return undef() instead of throwing an exception.
    - https://rt.cpan.org/Ticket/Display.html?id=77039
    - Thanks to Adam D. Barrat for noticing that, and Gregor Herrmann
    from Debian for reporting this issue.

Version 2.72    ( Sat May  5 19:19:09 IDT 2012 )
------------------------------------------------

* More refactoring.

* Now requiring Fcntl (which is a core module) for SEEK_SET() and SEEK_CUR().

* Update the contact information on the POD.

* Maintainer's special birthday (5-May) release.
2012-07-06 09:02:30 +00:00
sno
f22d7be1d3 Updating package for Perl 5 module IO::Compress from CPAN in
devel/p5-IO-Compress from 2.049 to 2.052.

Upstream changes (since 2.049):
2.052 29 April 2012
      * IO::Compress::Zip
        Force a ZIP64 archive when it contains >= 0xFFFF entries.

      * Typos in POD
        [RT# #76130: Gunzip Pod typo in OO section: $$output instead of $$input
2012-07-06 08:56:32 +00:00
sno
547dad26a8 Updating Perl 5 package for CPAN module Compress::Raw::Bzip2 in
devel/p5-Compress-Raw-Bzip2 from 2.049 to 2.052 to satisfy requirements
of scheduled update of package for CPAN module IO::Compress.

Upstream changes since 2.049:
2.052 29 April 2012
      * No Changes
2012-07-06 08:52:16 +00:00
sno
7e42f50d88 Updating Perl 5 package for CPAN module Compress::Raw::Zlib in
devel/p5-Compress-Raw-Zlib from 2.051 to 2.054.

Upstream changes:
2.054 8 May 2012
      * Build issue on Win32
        [#77030]

2.053 6 May 2012
      * Include zlib 1.2.7 source.

2.052 29 April 2012
      * Fixed build issue when Perl is built with C++
2012-07-06 08:50:00 +00:00
dholland
5c4441b1d9 Mask for python25 because it requires py-gobject3. 2012-07-06 04:37:18 +00:00
dholland
a4cff11b5d Does not build on python25. 2012-07-06 04:36:07 +00:00
joerg
1e8ccdebf1 Fix inline usage. 2012-07-05 18:47:37 +00:00
sno
208fc4f7b7 Added devel/p5-Dist-Zilla version 4.300020 2012-07-05 17:14:14 +00:00
sno
ad551ac89b Importing package for Perl 5 module Dist::Zilla version 4.300020 from
CPAN into devel/p5-Dist-Zilla.

Dist::Zilla builds distributions of code to be uploaded to the CPAN.
In this respect, it is like ExtUtils::MakeMaker, Module::Build, or
Module::Install. Unlike those tools, however, it is not also a system for
installing code that has been downloaded from the CPAN. Since it's only
run by authors, and is meant to be run on a repository checkout rather
than on published, released code, it can do much more than those tools,
and is free to make much more ludicrous demands in terms of prerequisites.
2012-07-05 17:13:54 +00:00
sno
954f7b03ca Added devel/p5-Config-MVP-Reader-INI version 2.101461 2012-07-05 17:11:05 +00:00
sno
26c20fc8b1 Importing package for Perl 5 module Config::MVP::Reader::INI version 2.101461
from CPAN into devel/p5-Config-MVP-Reader-INI.

Config::MVP::Reader::INI reads .ini files containing MVP-style configuration.
2012-07-05 17:10:48 +00:00
sno
4fe2518323 fix missing checksum, bumping revision 2012-07-05 16:53:29 +00:00
sno
a3c851aa8a Updating package for Perl 5 module CPAN::Meta in devel/p5-CPAN-Meta from
2.120630 to 2.120921.

pkgsrc changes:
- adjust dependencies
- import split out CPAN::Meta::Requirements into
  devel/p5-CPAN-Meta-Requirements

Upstream changes:
2.120921  2012-04-01 15:20:24 Europe/Paris

  [REMOVED]

  - CPAN::Meta::Requirements has been split out into its own distribution
    so it can be used by CPAN.pm without requiring all of CPAN::Meta

2.120920  2012-04-01 11:30:43 Europe/Paris

  [ADDED]

  - CPAN::Meta::Requirements now has a 'requirements_for_module' method
    to retrieve a version requirements string for a specific module
    [Leon Timmermans]

  [OTHER]

  - Parse::CPAN::Meta prerequisite bumped to 1.4403
  - JSON::PP prerequisites bumped to 2.27200
  - CPAN::Meta::YAML prerequisite bumped to 0.008

2.120900  2012-03-30 13:15:15 Europe/Paris

  [BUGFIX]

  - CPAN::Meta::Requirements now treats undef requirements given to
    from_string_hash() as '0' and warns about it; add_string_requirements()
    dies if it does not get a requirements string to parse
2012-07-05 16:40:18 +00:00
sno
0db88475d9 fixing typo (<= into <), bumping revision 2012-07-05 16:36:45 +00:00
sno
f158bbcda3 Updating package for Perl 5 module Parse::CPAN::Meta in
devel/p5-Parse-CPAN-Meta from 1.4402 to 1.4404.

pkgsrc changes:
- updating dependencies, naming implicitely ones now

Upstream changes:
1.4404 Sun Apr 05 2012
      - Protected tests from user PERL_YAML/JSON_BACKEND

1.4403 Sun Apr 01 2012
      - Bumped prereqs: JSON::PP to 2.27200 and CPAN::Meta::YAML to 0.008
2012-07-05 16:32:41 +00:00
sno
79ff03fef5 Updating package for Perl 5 module Module::CoreList in
devel/p5-Module-CoreList from 2.57 to 2.68.

Upstream changes:
2.68 Tue Jun 19 2012
  - Updated for v5.17.1

2.67 Sat May 26 2012
  - Updated for v5.17.0

2.66 ??
  - Add the --diff option to compare two perl core modlibs

2.65 Tue Mar 20 2012
  - Update of lib/charnames

2.64 Tue Mar 20 2012
  - Update of Data::Dumper and XS::APItest

2.63 Tue Mar 20 2012
  - Update for v5.15.9

2.62 Thu Mar 15 2012
  - Separate the POD (bingos)

2.61 Fri Feb 20 2012
  - Updated for v5.15.8

2.60 Fri Jan 20 2012
  - Updated for v5.15.7

2.59 Sun Dec 20 2011
  - Updated for v5.15.6

2.58 Sun Nov 20 2011
  - Updated for v5.15.5
2012-07-05 16:18:20 +00:00
sno
f6a5895ce2 Add conflict with p5-CPAN-Meta before p5-CPAN-Meta-Requirements split out 2012-07-05 16:11:44 +00:00
sno
1056206f8a Added devel/p5-Test-File-ShareDir version 0.3.1 2012-07-05 15:55:52 +00:00
sno
0db3e673f7 Importing package for Perl 5 module Test::File::ShareDir version 0.3.1 from
CPAN into devel/p5-Test-File-ShareDir.

Test::File::ShareDir helps testing modules by mocking a ShareDir as
delivered by File::ShareDir.
2012-07-05 15:55:40 +00:00
sno
2f13c0b865 Added devel/p5-Sub-Exporter-ForMethods version 0.100050 2012-07-05 15:35:50 +00:00
sno
c5918586a5 Importing package for Perl 5 module Sub::Exporter::ForMethods version
0.100050 from CPAN into devel/p5-Sub-Exporter-ForMethods.

Sub::Exporter::ForMethods provides helper routines for using Sub::Exporter
to build methods.

It distinguish from pure Sub::Exporter by getting methods which will not
be removed by namespace::autoclean.
2012-07-05 15:35:34 +00:00
sno
03f55efe32 Added devel/p5-Perl-PrereqScanner version 1.013 2012-07-05 14:42:40 +00:00
sno
3e1970fda5 Importing package for Perl 5 module Perl::PrereqScanner version 1.013
from CPAN into devel/p5-Perl-PrereqScanner.

The scanner will extract loosely your distribution prerequisites from your
files.

The extraction may not be perfect but tries to do its best. It will
currently find the following prereqs:
    * plain lines beginning with use or require in your perl modules and
      scripts, including minimum perl version
    * regular inheritance declared with the base and parent pragmata
    * Moose inheritance declared with the extends keyword
    * Moose roles included with the with keyword
    * OO namespace aliasing using the aliased module
2012-07-05 14:42:23 +00:00
sno
747234b35d Added devel/p5-MooseX-Types-Perl version 0.101341 2012-07-05 14:27:06 +00:00
sno
c09b5c7e6c Importing Perl 5 module MooseX::Types::Perl version 0.101341 from CPAN
into devel/p5-MooseX-Types-Perl.

MooseX::Types::Perl provides Moose types for checking things (mostly
strings) against syntax that is, or is a reasonable subset of, Perl syntax.
2012-07-05 14:26:50 +00:00
sno
3e44b255ff Added devel/p5-Log-Dispatchouli version 2.005 2012-07-05 14:11:21 +00:00
sno
7ca884ed5b Importing package for Perl 5 module Log::Dispatchouli version 2.005 from
CPAN into devel/p5-Log-Dispatchouli.

Log::Dispatchouli is a thin layer above Log::Dispatch and meant to make it
dead simple to add logging to a program without having to think much about
categories, facilities, levels, or things like that. It is meant to make
logging just configurable enough that you can find the logs you want and
just easy enough that you will actually log things.

Log::Dispatchouli can log to syslog (if you specify a facility), standard
error or standard output, to a file, or to an array in memory. That last
one is mostly useful for testing.

In addition to providing as simple a way to get a handle for logging
operations, Log::Dispatchouli uses String::Flogger to process the things
to be logged, meaning you can easily log data structures. Basically:
strings are logged as is, arrayrefs are taken as (sprintf format, args),
and subroutines are called only if needed. For more information read the
String::Flogger docs.
2012-07-05 14:10:51 +00:00
sno
3fb54611d0 Updating package for Perl 5 module Log::Dispatch in devel/p5-Log-Dispatch
from 2.29 to 2.32.

pkgsrc changes:
- add missing dependency

Upstream changes:
2.32     2012-05-24

- Fix a test failure - test failed if you had 0.16 <= Sys::Syslog < 0.25
  installed.

- Added a kludgey test failure fix for failure on Cygwin. Patch by Christian
  Carey. RT #77364.


2.31     2012-05-21

- Added missing prereq - Class::Load.


2.30     2012-05-20

- Remove Sys::Syslog as a prereq, since you can use this distro perfectly well
  without it. Fixes RT #52065.

- You can now pass a subroutine reference to the sugar methods like
  $dispatch->debug() and friends. Requested by Jeffrey Thalhammer. RT #77308.

- Calling sugar methods like $dispatch->warn or $dispatch->crit did not
  normalize the log level, so the level would be passed to the outputs as
  "warn", not "warning". Reported by Karen Etheridge. RT #77203.
2012-07-05 14:06:59 +00:00
sno
78a2a52f00 Updating package for Perl 5 module Sub::Exporter in devel/p5-Sub-Exporter
from 0.9842nb2 to 0.984.

Upstream changes:
0.984     2012-06-05 07:59:40 America/New_York
          documentation fixes (thanks, GitHub user "everybody")

0.983     2011-01-24
          documentation fixes (thanks, Karen Etheridge and Luc St-Louis!)
2012-07-05 13:58:32 +00:00
sno
74859a752a Added devel/p5-Sub-Exporter-GlobExporter version 0.002 2012-07-05 13:55:55 +00:00
sno
897f1750e9 Importing Perl 5 module Sub::Exporter::GlobExporter version 0.002 from
CPAN into devel/p5-Sub-Exporter-GlobExporter.

Sub::Exporter::GlobExporter allows the glob-exporting package to be
subclassed, for for the subclass to choose to re-use the same glob
when exporting or to export a new one.
2012-07-05 13:55:41 +00:00
sno
baa245eb81 Added devel/p5-Log-Dispatch-Array version 1.001 2012-07-05 13:26:46 +00:00
sno
cd6cb63c09 Importing package for Perl 5 module Log::Dispatch::Array version 1.001
from CPAN into devel/p5-Log-Dispatch-Array.

This provides a Log::Dispatch log output system that appends logged events
to an array reference. This is probably only useful for testing the logging
of your code.
2012-07-05 13:26:30 +00:00
sno
e5e1c17f0c Added devel/p5-Hash-Merge-Simple version 0.051 2012-07-05 13:08:35 +00:00
sno
233f86f088 Importing Perl 5 module Hash::Merge::Simple version 0.051 from CPAN
into devel/p5-Hash-Merge-Simple.

Hash::Merge::Simple will recursively merge two or more hashes and return
the result as a new hash reference. The merge function will descend and
merge hashes that exist under the same node in both the left and right
hash, but doesn't attempt to combine arrays, objects, scalars, or anything
else. The rightmost hash also takes precedence, replacing whatever was in
the left hash if a conflict occurs.
2012-07-05 13:08:15 +00:00
sno
4ea16d1789 Added devel/p5-File-ShareDir-Install version 0.04 2012-07-05 12:56:40 +00:00
sno
24c4a77d14 Importing Perl 5 module File::ShareDir::Install version 0.04 from CPAN
into devel/p5-File-ShareDir-Install.

File::ShareDir::Install allows you to install read-only data files from a
distribution. It is a companion module to File::ShareDir, which allows you
to locate these files after installation.

There is a port Module::Install::Share to ExtUtils::MakeMaker with the
improvement of only installing the files you want; .svn and other
source-control junk will be ignored.
2012-07-05 12:54:55 +00:00
sno
691fabe810 Added devel/p5-Config-MVP version 2.200002 2012-07-05 12:37:04 +00:00
sno
3d8ad4c166 Importing package for Perl 5 module Config::MVP version 2.200002
from CPAN into devel/p5-Config-MVP.

MVP is a mechanism for loading configuration (or other information)
for libraries. It doesn't read a file or a database. It's a helper
for things that do.
2012-07-05 12:36:49 +00:00
sno
412cd239f1 Added devel/p5-Role-Identifiable version 0.005 2012-07-05 11:58:47 +00:00
sno
7c37065e90 Importing package for Perl 5 modules Role::Identifiable::HasIdent version
0.005 and Role::Identifiable::HasTags version 0.005 via CPAN distribution
Role-Identifiable version 0.005 into devel/p5-Role-Identifiable.

Role::Identifiable::HasIdent adds a required ident attribute that stores
a simple string, meant to identify exceptions.

Role::Identifiable::HasTags adds the ability for your class and its
composed parts (roles, superclasses) as well as instances of it to
contribute to a pool of tags describing each instance.
2012-07-05 11:58:31 +00:00
sno
a67a033592 Added devel/p5-Role-HasMessage version 0.005 2012-07-05 11:51:04 +00:00
sno
346f6dc781 Importing package for Perl 5 module Role::HasMessage version 0.005 from
CPAN into devel/p5-Role-HasMessage.

A class that includes Role::HasMessage is promising to provide a message
method that returns a string summarizing the message or event represented
by the object. It does not provide any actual behavior.
2012-07-05 11:50:48 +00:00
sno
2b1c09872e Added devel/p5-MooseX-OneArgNew version 0.002 2012-07-05 09:52:09 +00:00
sno
f1416ac036 Importing package for Perl 5 Moose Role MooseX::OneArgNew module version
0.002 into p5-MooseX-OneArgNew.

MooseX::OneArgNew lets your constructor take a single argument, which
will be translated into the value for a one-entry hashref. It is a
parameterized role with two parameters:

type
    The Moose type that the single argument must be for the one-arg form
    to work. This should be an existing type, and may be either a string
    type or a MooseX::Type.

init_arg
    This is the string that will be used as the key for the hashref
    constructed from the one-arg call to new.
2012-07-05 09:51:46 +00:00
sno
5a7c247203 Added devel/p5-CPAN-Uploader version 0.103001 2012-07-05 09:28:56 +00:00
sno
4c8561361d Importing package for CPAN module CPAN::Uploader version 0.103001 into
devel/p5-CPAN-Uploader to satisfy requirements for scheduled import of
Dist::Zilla.

Perl5 module to upload things to the CPAN without executing external
programs.
2012-07-05 09:28:41 +00:00
sno
86984eda8b Added devel/p5-CPAN-Meta-Requirements version 2.122 [sno 2012-07-05] 2012-07-05 09:06:28 +00:00
sno
f8866e5929 Importing CPAN module CPAN::Meta::Requirements version 2.122 into
devel/p5-CPAN-Meta-Requirements to satisfy upcoming import of Dist::Zilla
module.

A CPAN::Meta::Requirements object models a set of version constraints like
those specified in the META.yml or META.json files in CPAN distributions.
It can be built up by adding more and more constraints, and it will reduce
them to the simplest representation.

Logically impossible constraints will be identified immediately by thrown
exceptions.
2012-07-05 09:03:56 +00:00
prlw1
84a26ac0c3 Add dbus based py-at-spi version 2.5.3 2012-07-04 18:41:20 +00:00
prlw1
b8063bfce5 Add py-gobject3 version 3.2.2
Disable gobject-introspection in py-gobject so it can coexist with py-gobject3
2012-07-04 18:31:10 +00:00
prlw1
6ff0bea0aa Update at-spi2-atk to 2.5.3:
* Create a library (libatk-bridge), currently with atk_bridge_adaptor_init()
  and atk_bridge_adaptor_cleanup() functions, to facilitate linking directly
  into, ie GTK+ 3.

* Only register events at beginning if an AT is listening (BGO#678475).

* Use XDG_RUNTIME_DIR to hold the socket, rather than a potentially secure
  directory hard-coded under /tmp (BGO#678348).

* Fix various compiler warnings and build errors.
2012-07-04 17:45:57 +00:00
prlw1
8d35d9a194 Update at-spi2-core to 2.5.3: Fix a memory leak (BGO#678738) 2012-07-04 17:44:18 +00:00
joerg
45ec1b9464 Properly declare main. 2012-07-03 18:17:25 +00:00
drochner
2d6f055dd3 update to 4.5.4
changes:
-enhancements to the Subversion interfaces
-bugdixes
2012-07-03 18:17:04 +00:00
joerg
83678b344e Implicit int as return type is invalid in C++ 2012-07-03 18:16:35 +00:00
joerg
5dd7ec9bbb Fix build with c99 compilers 2012-07-03 18:13:47 +00:00
joerg
9babf158e0 Fix missing prototypes and void vs int mismatches. 2012-07-03 18:13:26 +00:00
joerg
ec6a1c22d4 Fix build with c99 compilers 2012-07-03 18:11:38 +00:00
mef
7ea9dd8688 Bump version 1.6.3 to 1.8.1.1 based on PR pkg/46650
Only the most recent Changes and New features are included.
 Others are listed date only, please refer following URL.
   http://www.stack.nl/~dimitri/doxygen/changelog.html

 Release 1.8.1.1 (2012/06/10)
  Changes
   - Integrated the root navigation tree in navtree.js for faster loading.
   - When the navigation tree is enabled, clicking jump to a line in
   - the source code view will now highlight the line.
  New features
   - VHDL code now has a new Design Overview page (thanks for Martin Kreis
     for the patch). Requires HAVE_DOT=YES, and DOT_IMAGE_FORMAT=svg.
   - id 677678: Added support for strong and weak attributes in Objective-C
      properties.

 Release 1.8.1   (2012/05/19)
 Release 1.8.0   (2012/02/25)

 Release 1.7.6.1 (2011/12/10)
 Release 1.7.6   (2011/12/03)

 Release 1.7.5.1 (2011/08/21)
 Release 1.7.5   (2011/08/14)
 Release 1.7.4   (2011/03/28)
 Release 1.7.3   (2011/01/03)
 Release 1.7.2   (2010/10/09)
 Release 1.7.1   (2010/06/25)
 Release 1.7.0   (2010/06/15)

(Following patches are deleted, for upstream took the changes)
 patch-ai
 patch-ak
 patch-qtools-qvaluestack.h
2012-07-03 11:31:35 +00:00
drochner
bda17f4fc4 PKGREV bumps for gnutls shlib major change 2012-07-02 19:23:29 +00:00
asau
379d30af25 Uses tputs(3) and others. Require termcap, bump package revision. 2012-07-02 17:27:23 +00:00
drochner
e0695f3ac0 update to 2.4.14
changes:
-new cameras: Nikon S6000, Canon PowerShot A3000, PowerShot SX230HS,
 Canon EOS 5D Mark III, Sony SLT A35, Nikon Coolpix AW100
-faster Canon EOS directory loading
-Canon EOS and Nikon support improvements
-bugfixes
-translation updates

tested with EOS40 (much faster than before indeed!)
2012-07-02 16:08:29 +00:00
jperkin
f861c1e3b6 Ensure CFLAGS is set correctly on Solaris for 32-bit too. Fixes problems
when a compiler is used which builds 64-bit by default.  Bump PKGREVISION.
2012-07-02 16:07:22 +00:00
adam
9fde0ec108 Revbump after updating boost 2012-07-02 13:37:35 +00:00
drochner
3735cef46e revert addition of desktopdb.mk where it was unnecessary
(These are just the cases where I have the pkgs installed.)
2012-07-02 10:33:09 +00:00
adam
d49b8b6594 Changes 1.50:0
New Libraries
* Algorithm: A collection of useful generic algorithms, from Marshall Clow.
  This includes several different searching algorithms, as well as most of the
  new algorithms from the C++11 standard library
* Functional/OverloadedFunction: Overload different functions into a single
  function object, from Lorenzo Caminiti.
* LocalFunction: Program functions locally, within other functions, directly
  within the scope where they are needed, from Lorenzo Caminiti.
* Utility/IdentityType: Wrap types within round parenthesis so they can always
  be passed as macro parameters, from Lorenzo Caminiti.
More http://www.boost.org/users/history/version_1_50_0.html
2012-07-02 07:02:25 +00:00
dholland
f91b8b8497 Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-07-01 19:05:10 +00:00
jmmv
49e0bdec90 Depend on atf-libs instead of atf. Bump PKGREVISION. 2012-07-01 15:29:08 +00:00
jmmv
584a7496b5 Split the ATF libraries into their own devel/atf-libs package.
This change adds a new atf-libs package that provides the libatf-c,
libatf-c++ and libatf-sh libraries by themselves, without any of the
ATF runtime tools.  The atf package has been modified to only install
the runtime utilities (atf-run and atf-report being the major ones)
and depend on atf-libs.

The purpose of this change is to allow packages that install tests to
depend on a lighter-weight package, and to allow the addition of the
upcoming kyua-atf-compat package.  The latter will be a package that
provides atf-run and atf-report replacements based on kyua-cli, and
therefore will conflict with the atf tools (but not the libraries).

While doing this, fix the pkgconfig overrides and ensure that we use
the right version of the ATF libraries given that disabling shared
library building appears to have been broken, possibly for a while.
2012-07-01 15:27:43 +00:00
wiz
4c7cc859c6 Update to 7.2c:
The results of GC_MALLOC_ATOMIC, GC_get_maps, and GC_scratch_alloc
are now properly checked, avoiding segmentation faults. Several
private symbols have been made externally visible to aid third
party software which unfortunately relies on them. Minor NetBSD
issues have been resolved.
2012-07-01 14:09:45 +00:00
christos
495f604421 Make this work with our cvs which prints out an extra line in version
because of the cvsacl patch.
2012-06-29 14:59:24 +00:00
joerg
4a91e24547 Consistently return a value. 2012-06-29 12:34:28 +00:00
joerg
ccdfd65a56 Fix vexing parse errors to declare variable. Add missing implementation
of constructor.
2012-06-29 12:32:23 +00:00
dholland
29e403a9d1 Oops, need intptr_t even where the conversion is harmless. 2012-06-28 05:35:32 +00:00
dholland
a7762a5f5f Fix broken build by adding <cstring>. While here, deploy intptr_t, and
allow building this on LP64PLATFORMS again as I see no obvious further
reason it shouldn't work. If anyone knows how to test it properly,
please do so.
2012-06-28 03:16:06 +00:00
bsiegert
9c2e217b0f Add MirBSD support to patches, fix build.
ok wiz
2012-06-27 09:24:26 +00:00
drochner
26f3652fda don't pull in libelf on SunOS, to fix build problems (PR pkg/46478)
This is a poor fix for an apparently not well understood problem, so
we should consider it a stopgap fix and find a sustainable solution
after the freeze.
2012-06-26 18:21:24 +00:00
fhajny
a614b66437 Fix missing rpath information on SunOS. Bump PKGREVISION. 2012-06-26 12:33:43 +00:00
sbd
b6cdd29666 Pass PKGINFODIR to cmake. 2012-06-26 09:57:27 +00:00
sbd
2e17cdc797 Add PLIST.Linux
Bump PKGREVISION
2012-06-26 08:52:22 +00:00
sbd
59843dcd25 Update PLIST.kmtrace.
Bump PKGREVISION.
2012-06-26 02:47:22 +00:00
joerg
8032a4e3e4 Fix build with a C99 compiler. 2012-06-25 11:26:28 +00:00
joerg
693b27f357 Fix C++ issues like missing typename and shadowing of a local variable
with another.
2012-06-25 11:21:34 +00:00
joerg
a4270031d1 Fix build with C99 compiler. 2012-06-25 11:18:39 +00:00
jperkin
ee556f6f86 Add missing INSTALLATION_DIRS. 2012-06-24 07:36:17 +00:00
jperkin
9af09fc81a Fix INSTALLATION_DIRS. 2012-06-24 07:34:33 +00:00
dholland
29a88f6a59 Mark this NOT_FOR solaris. 2012-06-23 19:08:01 +00:00
obache
4ca3b8629e Add an patch to fix build failure.
Taken from FreeBSD ports/devel/p5-VCP-autrijus.
2012-06-21 09:12:44 +00:00
obache
f70c6a0f3e LICENSE=modified-bsd 2012-06-21 09:11:43 +00:00
dholland
828539e039 Do previous correctly; it's MAKE_ENV, not BUILD_ENV.
(this is not the first time I've tripped on that. grr)
2012-06-21 04:51:57 +00:00
gdt
d5f401315d Comment-only change to xref pkg/46109.
Note that some perl modules that git-send-email requires are not
dependencies.
2012-06-18 20:50:39 +00:00
gdt
4877e03720 Update to v1.7.10.5.
Fixes since v1.7.10.4
---------------------

 * "git fast-export" did not give a readable error message when the
   same mark erroneously appeared twice in the --import-marks input.

 * "git rebase -p" used to pay attention to rebase.autosquash which
    was wrong.  "git rebase -p -i" should, but "git rebase -p" by
    itself should not.

(ok agc@ to commit during freeze)
2012-06-18 17:36:55 +00:00
dholland
636a7809c2 Needs yacc; seen in the Linux build report. 2012-06-18 03:42:25 +00:00
dholland
0ed151af96 Honor PKGMANDIR; fixes the Linux build. 2012-06-18 03:39:00 +00:00
dholland
296fd3064a Avoid strict-aliasing problems on Linux. Bump PKGREVISION as a precaution. 2012-06-18 03:28:55 +00:00
wiz
1ff5e095f5 It's gnu/bin, not bin/gnu. From HITOSHI OSADA in PR 46607 2012-06-16 22:22:54 +00:00
taca
9e8a481d8c Update php-mode to 1.5.
Changes are too many to write here, please refer CHangeLog:

http://php-mode.svn.sourceforge.net/viewvc/php-mode/tags/php-mode-1.5.0/ChangeLog?revision=93
2012-06-16 16:05:53 +00:00
taca
44350dbc7f Add and enable ruby-parseconfig. 2012-06-16 15:59:21 +00:00
taca
7459af1aa4 Add ruby-parseconfig package version 1.0.2 to pkgsrc.
ParseConfig provides simple parsing of standard *nix style config files.
2012-06-16 15:58:26 +00:00
taca
ed3319ea74 Add comment to note thor<0.15 is required by Ruby on Rails 3.2. 2012-06-16 15:55:49 +00:00
taca
4e3902583b Update ruby-gettext_i18n_rails to 0.6.5.
Several bug fixes.
please refer https://github.com/grosser/gettext_i18n_rails/commits/master
in detail.
2012-06-16 15:52:12 +00:00
taca
1c50c4c230 Update ruby-fast_gettext to 0.6.8.
Update po parser and a few fixes.
2012-06-16 15:47:43 +00:00
dholland
ece66c147a Add gcc memory barriers after the manner of emacs20's patch-bm, for
the same reason: gcc "knows" that malloc has no side effects and
reorders code around it, only it's wrong. Fixes SIGSEGV during build
seen in some environments.

Bump package revision as a precaution, because I don't understand why
this sometimes doesn't fail and sometimes does with the same gcc
version.
2012-06-16 07:46:55 +00:00
markd
e43be93ef2 Update to KDE SC 4.8.4
Bug fixes.
2012-06-16 04:45:28 +00:00
taca
7b83db44ef * Remove use of "5" in PKG_PHP_VERSION. 2012-06-16 02:55:32 +00:00
taca
e55263a652 * Fix PLIST problem; caused by new javadoc?
* Use newer data type name of PHP.
2012-06-16 01:42:57 +00:00
jperkin
dcc44bc21e Use native ksh93 on Solaris 11 and derivatives. 2012-06-15 09:54:41 +00:00
sbd
a5f279dac6 Recursive PKGREVISION bump for misc/kdepimlibs4 buildlink addition. 2012-06-14 22:09:28 +00:00
taca
26d173b35a Set RUBY_RAILS_STRICT_DEP to yes. 2012-06-14 15:12:15 +00:00
taca
08cfd75eef Update devel/ruby-railties31 to 3.1.6.
pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later.

## Rails 3.1.6 (Jun 12, 2012)

*   No changes.
2012-06-14 14:57:18 +00:00
taca
81b4ecfab4 Update ruby-activemodel31 to 3.1.6.
pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later.

## Rails 3.1.6 (Jun 12, 2012)

*   No changes.
2012-06-14 14:54:06 +00:00
taca
b4dc1a56b0 Update ruby-activesupport31 to 3.1.6.
pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later.

## Rails 3.1.6 (Jun 12, 2012)

*   No changes.
2012-06-14 14:53:33 +00:00
taca
149bcfb6cd Update ruby-railties to 3.0.14.
pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later.

## Rails 3.0.14 (Jun 12, 2012)

*   No changes.
2012-06-14 14:52:00 +00:00
taca
0a733b8b47 Update ruby-activemodel to 3.0.14.
pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later.

## Rails 3.0.14 (Jun 12, 2012)

*   No changes.
2012-06-14 14:48:35 +00:00
taca
eb388a735b Update ruby-activesupport3 to 3.0.14.
pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later.

## Rails 3.0.14 (Jun 12, 2012)

*   No changes.
2012-06-14 14:47:52 +00:00
gdt
1396c7a51e Git v1.7.10.4 Release Notes
===========================

Fixes since v1.7.10.3
---------------------

 * The message file for Swedish translation has been updated a bit.

 * A name taken from mailmap was copied into an internal buffer
   incorrectly and could overun the buffer if it is too long.

 * A malformed commit object that has a header line chomped in the
   middle could kill git with a NULL pointer dereference.

 * An author/committer name that is a single character was mishandled
   as an invalid name by mistake.

 * The progress indicator for a large "git checkout" was sent to
   stderr even if it is not a terminal.

 * "git grep -e '$pattern'", unlike the case where the patterns are
   read from a file, did not treat individual lines in the given
   pattern argument as separate regular expressions as it should.

 * When "git rebase" was given a bad commit to replay the history on,
   its error message did not correctly give the command line argument
   it had trouble parsing.

Also contains minor fixes and documentation updates.
2012-06-14 12:52:48 +00:00
sbd
21792a9296 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
taca
4b1ee22554 Update ruby-railties32 to 3.2.6.
## Rails 3.2.6 (Jun 12, 2012)

*   No changes.
2012-06-13 15:18:45 +00:00
taca
2692642a66 Update ruby-activemodel32 to 3.2.6.
## Rails 3.2.6 (Jun 12, 2012)

*   No changes.
2012-06-13 15:14:06 +00:00
taca
eb16677880 Update ruby-activesupport32 to 3.2.6.
## Rails 3.2.6 (Jun 12, 2012)

*   No changes.
2012-06-13 15:13:11 +00:00
taca
0d7ee8267d Update ruby-test-unit to 2.5.0.
2.5.0 - 2012-06-06

It's a bug fix release.

Fixes

* Fixed a backward incompatibility of TestUnitMediator#run_suite introduced
   in 2.4.9. [GitHub#28] [Reported by Vladislav Rassokhin]

Thanks

* Vladislav Rassokhin

2.4.9 - 2012-06-03

It's a bug fix release.

Improvements

* Test::Unit.run? -> Test::Unit::AutoRunner.need_auto_run?. Test::Unit.run?
  is marked as deprecated but it is still available.
* [experimental] Added top level "run" method for "ruby -rtest-unit -e run
  test/test_*.rb". Is this API OK or dirty?
* Made failure output more readable on no color mode.
* Supported showing ASCII-8BIT diff in failure message.
* [ui][console] Supported ENV["TERM"] == "xterm-256color" as color available
  terminal. [GitHub#26] [Reported by Michael Grosser]

* [ui][console] Supported "-256color" suffix ENV["TERM"] terminal as 256
  color supported terminal.

Fixes

* Fixed a bug that --workdir doesn't work.
* Consumed processed command line parameters in ARGV as --help
  says. [RubyForge#29554] [Reported by Bob Saveland]
* Added missing require "test/unit/diff". [GitHub#25] [Reported by Stephan
  Kulow]

Thanks

* Bob Saveland
* Stephan Kulow
* Michael Grosser
2012-06-13 14:34:35 +00:00
prlw1
aed06a06b9 Update at-spi2-atk from 2.3.5 -> 2.5.2 with extra patch to avoid conflict
with at-spi-atk. It makes the assumption that at-spi2-atk is used with
gtk3 only.

2.5.2:
* Fix for bug 677211 - The collection interface's MATCH_ANY fails for states

2.3.91:
* Have GetIndexInParent() return a signed int, per the spec.
* Send a DoAction reply message before invoking atk (works around
  atk_action_do_action potentially not returning right away for gtk).

2.3.90:
* Have GrabFocus return a bool, per the spec, rather than a uint32.
* Fix a potential crash when emitting a signal if the ATK implementor
  misbehaves.

New/updated Khmer, Malayalam, Norwegian Nynorsk, Hindi translations
2012-06-13 11:49:37 +00:00
prlw1
0928dc22ad Update to 2.4.0 2012-06-12 19:17:30 +00:00
prlw1
009692a4c8 Update at-spi2-core from 2.3.5 -> 2.5.2
2.5.2:
* Fix a crash when a call to fetch a hyperlink times out.
* Fix C++ compilation.
* Remove a warning that was sometimes logged when a method call timed out.
* Fix crash in atspi_deregister_keystroke_listener (FDO#50578)

2.5.1:
* Add atspi_set_timeout.
* By default, disable method call timeouts until an application
  has been on the bus for 15 seconds (work-around for applications
  with potentially long start-up times). This behavior can be changed
  with a call to atspi_set_timeout.
* Fix GError sent when receiving a reply of the wrong type
* Fix typo in atspi_document_get_attribute_value
* Fix for bug 675004 - object:state-changed:defunct events are
  emitted as object:state-change:defunct

2.4.0:
* Fix typo in at-spi-dbus-bus.desktop.in (BGO#605662).

2.3.92:
* Some changes to try to prevent at-spi2-registryd from incorrectly
  thinking that an AT is hung and passing keys meant for it to the application.
* Fix crash fetching an error from a reply when retrieving a property.

2.3.91:
* Invalidate states when receiving a focus event (BGO#663992).
* Fix atspi_table_get_row_column_extents_at_index.
* Expect a signed int for GetIndexInParent, per the spec.
* Send key events to listeners assumed to be hung, but don't block.
* Reduce the method call timeout slightly, so that it will be lower than
  the keystroke listener timeout.
* Don't cache data for transient objects.
* Enable caching on a call to atspi_accessible_set_cache_mask, even if
  atspi-event_main() hasn't been called.

2.3.90:
* At-spi-bus-launcher now emits PropertiesChanged signals from the correct
  interface.
* If a keystroke listener does not respond, disable it until it responds.
  This prevents the desktop from locking up if an AT hangs or is suspended
  and has a keyboard listener registered.
* Fix a warning when a NULL object is returned as the detail of an event.
2012-06-12 17:16:13 +00:00
wiz
f98e8b0585 Add inet6 to default suggested options. It's 2012. 2012-06-12 15:45:54 +00:00
fhajny
3956738c2f Fix build on SunOS and GCC>=4.6. 2012-06-11 12:40:31 +00:00
asau
73ab918702 Use configure framework and separate configure and build steps as usually.
From GSoC 2011 project by Stathis Kamperis.
2012-06-10 12:44:27 +00:00
markd
497ac212f5 Make sure build finds the correct qmake. 2012-06-09 22:54:47 +00:00
dholland
3bc2a96202 Don't try to be too fancy with the NOT_FOR_PLATFORM pattern. It broke.
(see pkgsrc-bulk)
2012-06-09 08:03:17 +00:00
obache
c0c4efb4e5 Require hacks for fixing autoconf + space in variable name issue. 2012-06-09 07:00:46 +00:00
fhajny
34b3a1bff6 Fix ncurses/ncursesw build on SunOS and GCC>=4.6 2012-06-08 13:21:10 +00:00
fhajny
4e437a54df Fix building with DTrace support by adding a missing DTrace probe. 2012-06-08 11:48:04 +00:00
obache
9f94f69ecc flex is required to build bison-2.5.1.
PR 46554.
2012-06-08 07:33:46 +00:00
ryoon
0d22c8bb86 Update to 3.13.5
No ChangeLog is provided.
2012-06-07 13:49:11 +00:00
ryoon
77b63555e9 Update to 4.9.3.1 (4.9.1 really)
No ChangeLog is provided.
2012-06-07 13:48:18 +00:00
jmmv
75503b8e19 Update to 0.4.
Other than the upgrade itself, this also adds a new 'tests' option to
the package to indicate whether the Kyua-specific tests should be built
or not.  I do not recommend disabling their build, but not specifiying
the 'tests' option cuts down the build time significantly.

The major changes since 0.3 are:

* Added the 'report-html' command to generate HTML reports of the
  execution of any recorded action.

* Changed the '--output' flag of the 'report' command to only take a
  path to the target file, not its format.  Different formats are better
  supported by implementing different subcommands, as the options they
  may receive will vary from format to format.

* Added a '--with-atf' flag to the configure script to control whether
  the ATF tests get built or not.  May be useful for packaging systems
  that do not have ATF in them yet.  Disabling ATF also cuts down the
  build time of Kyua significantly, but with the obvious drawbacks.

* Grouped 'kyua' subcommands by topic both in the output of 'help' and
  in the documentation.  In general, the user needs to be aware of
  commands that rely on a current project and those commands that rely
  purely on the database to generate reports.

* Made 'help' print the descriptions of options and commands properly
  tabulated.

* Changed most informational messages to automatically wrap on screen
  boundaries.

* Rewrote the configuration file parsing module for extensibility.  This
  will allow future versions of Kyua to provide additional user-facing
  options in the configuration file.

  No syntax changes have been made, so existing configuration files
  (version 1) will continue to be parsed without problems.  There is one
  little exception though: all variables under the top-level
  'test_suites' tree must be declared as strings.

  Similarly, the '-v' and '--variable' flags to the command line must
  now carry a 'test_suites.' prefix when referencing any variables under
  such tree.
2012-06-07 01:13:58 +00:00
dholland
e13f165242 Fix COMMENT. 2012-06-06 21:55:22 +00:00
ryoon
4f96bc4a1d Update to 10.0.5
Changelog:
* Security fixes can be found
  https://www.mozilla.org/security/known-vulnerabilities/firefoxESR.html
	MFSA 2012-40 Buffer overflow and use-after-free issues found using Address Sanitizer
	MFSA 2012-39 NSS parsing errors with zero length items
	MFSA 2012-38 Use-after-free while replacing/inserting a node in a document
	MFSA 2012-37 Information disclosure though Windows file shares and shortcut files
	MFSA 2012-36 Content Security Policy inline-script bypass
	MFSA 2012-34 Miscellaneous memory safety hazards
* 10.5 Firefox top crash with signature [@ GLEngine@0x620cf ] (734848)
2012-06-06 14:39:21 +00:00
obache
9c52f78ff5 bison is not required to build flex.
resolve PR 46554.
2012-06-06 13:27:05 +00:00
wiz
78919f749f Update to 2.5.1:
* Noteworthy changes in release 2.5.1 (2012-06-05) [stable]

** Future changes:

  The next major release will drop support for generating parsers in K&R C.

** yacc.c: YYBACKUP works as expected.

** glr.c improvements:

*** Location support is eliminated when not requested:

  GLR parsers used to include location-related code even when locations were
  not requested, and therefore not even usable.

*** __attribute__ is preserved:

  __attribute__ is no longer disabled when __STRICT_ANSI__ is defined (i.e.,
  when -std is passed to GCC).

** lalr1.java: several fixes:

  The Java parser no longer throws ArrayIndexOutOfBoundsException if the
  first token leads to a syntax error.  Some minor clean ups.

** Changes for C++:

*** C++11 compatibility:

  C and C++ parsers use "nullptr" instead of "0" when __cplusplus is 201103L
  or higher.

*** Header guards

  The header files such as "parser.hh", "location.hh", etc. used a constant
  name for preprocessor guards, for instance:

  #ifndef BISON_LOCATION_HH
  # define BISON_LOCATION_HH
  ...
  #endif // !BISON_LOCATION_HH

  The inclusion guard is now computed from "PREFIX/FILE-NAME", where lower
  case characters are converted to upper case, and series of
  non-alphanumerical characters are converted to an underscore.

  With "bison -o lang++/parser.cc", "location.hh" would now include:

  #ifndef YY_LANG_LOCATION_HH
  # define YY_LANG_LOCATION_HH
  ...
  #endif // !YY_LANG_LOCATION_HH

*** C++ locations:

  The position and location constructors (and their initialize methods)
  accept new arguments for line and column.  Several issues in the
  documentation were fixed.

** liby is no longer asking for "rpl_fprintf" on some platforms.

** Changes in the manual:

*** %printer is documented

  The "%printer" directive, supported since at least Bison 1.50, is finally
  documented.  The "mfcalc" example is extended to demonstrate it.

  For consistency with the C skeletons, the C++ parsers now also support
  "yyoutput" (as an alias to "debug_stream ()").

*** Several improvements have been made:

  The layout for grammar excerpts was changed to a more compact scheme.
  Named references are motivated.  The description of the automaton
  description file (*.output) is updated to the current format.  Incorrect
  index entries were fixed.  Some other errors were fixed.

** Building bison:

*** Conflicting prototypes with recent/modified Flex.

  Fixed build problems with the current, unreleased, version of Flex, and
  some modified versions of 2.5.35, which have modified function prototypes.

*** Warnings during the build procedure have been eliminated.

*** Several portability problems in the test suite have been fixed:

  This includes warnings with some compilers, unexpected behavior of tools
  such as diff, warning messages from the test suite itself, etc.

*** The install-pdf target work properly:

  Running "make install-pdf" (or -dvi, -html, -info, and -ps) no longer
  halts in the middle of its course.
2012-06-06 07:20:35 +00:00
ryoon
1cd206316a Update to 13.0
Changelog:
* When opening a new tab, users are now presented with their most visited pages
* General performance improvements through incremental JavaScript garbage collection
* The default home page now has quicker access to bookmarks, history, settings, and more SPDY protocol now enabled by default for faster browsing on supported sites
* Restored background tabs are not loaded by default for faster startup
* Smooth scrolling is now enabled by default
* 72 total improvements to Page Inspector, HTML panel, Style Inspector, Scratchpad and Style Editor
* The column-fill CSS property has been implemented
* Experimental support for ECMAScript 6 Map and Set objects has been implemented
* Support for the CSS3 background-position property extended syntax has been added
* The :invalid pseudo-class can now be applied to the element
* The CSS turn <angle> unit is now supported
2012-06-05 18:09:21 +00:00
obache
583b7453cf pkg-config is not required to build. 2012-06-04 13:31:23 +00:00
obache
f842d5af5c + protobuf 2012-06-04 13:24:29 +00:00
obache
8ee32ad5e9 Import protobuf-2.4.1 as devel/protobuf.
Based on PR 46477 by Aran Clauson.

Protocol Buffers are a way of encoding structured data in an efficient yet
extensible format. Google uses Protocol Buffers for almost all of its internal
RPC protocols and file formats.
2012-06-04 13:21:50 +00:00
obache
89a626eafa Update p5-InlineX-C2XS to 0.22.
per maintainer update request by PR 46541.

ChangeLog:
- 0.22 ... Add DIST and MANIF config options.

- 0.19 ... If EXPORT_TAGS_ALL is set, then it's now unnecessary
           to set EXPORT_OK_ALL

- 0.18 ... Add CPPFLAGSEX, BOOT_F and PRE_HEAD config options.

           Add script.in (which generates the c2xs script)
2012-06-04 12:28:17 +00:00
drochner
3f7f447ba7 oops, typo in pkg name 2012-06-04 10:10:01 +00:00
drochner
d8bdb6dece install the "gdbus-codegen" python script, part of glib2 2012-06-04 09:57:42 +00:00