Commit graph

219602 commits

Author SHA1 Message Date
jperkin
2bb27de2fa Darwin doesn't build sudo_noexec.so, patch from Sevan Janiyan. 2014-07-28 20:07:42 +00:00
fhajny
a5a191ac1c This package is still useful on SunOS, as it provides more functionality
compared to the one shipped with the platform. Enable for SunOS, but disable
the INSTALL/DEINSTALL symlinks. Bump PKGREVISION.
2014-07-28 18:23:39 +00:00
prlw1
2fd31ecf22 Fix build of www/ap-php with PHP 5.3. 2014-07-28 16:12:57 +00:00
jperkin
c10e482e0f Compat RPC defines for SunOS 64-bit. 2014-07-28 15:53:44 +00:00
jperkin
d6d926b76f Fix conflict between RPM's system.h and SunOS libelf.h. 2014-07-28 15:11:00 +00:00
jperkin
3d04617ae5 Updated x11/xorg-cf-files to 1.0.5nb3 2014-07-28 14:38:33 +00:00
jperkin
795dbdda09 Ensure RpathLoadFlags is used for all shared libraries, avoid hack for
sol7/x86 applying to all later releases.  Fixes various packages.

Bump PKGREVISION.
2014-07-28 14:38:17 +00:00
wen
9d73898d93 Updated devel/p5-Class-XSAccessor to 1.19 2014-07-28 13:44:17 +00:00
wen
67a836204e Update to 1.19
Upstream changes:
1.19  Fri Nov 22 07:15 2013
  - Remove the OP tree munging optimization since it wasn't in the
    end really speeding things up. (chocolateboy)
  - Require Time::HiRes explicitly because CentOS cripples the base
    perl install.

1.18  Mon Jun 17 18:07 2013
  - Revert fixes for implicitly-lvalue getters for now since that
    actually breaks user code. It seems it's not just because the
    users are naughty, so more investigation required.

1.17  Mon Jun 17 07:09 2013
  - For Hashes: Implement predicates that check definedness and
    existance explicitly. The traditional "predicates" check
    definedness. It's conceivable to also want a bool-check
    type predicate. File a ticket if you need that.
  - Fix bug regarding getters being implicitly lvalue by
    returning the internal SV*. Instead, we now use TARG.
2014-07-28 13:43:07 +00:00
wen
e05353df78 Updated devel/p5-Class-Tiny to 1.000 2014-07-28 13:34:04 +00:00
wen
c36aea5e63 Update to 1.000
Upstream changes:
1.000     2014-07-16 09:55:29-04:00 America/New_York

    [*** INCOMPATIBLE CHANGES ***]

    - Attributes for custom accessors *MUST* be declared for them to be
      set via the constructor.  It is no longer sufficient for a method of
      the same name to exist.

    - Unknown constructor arguments are ignored rather than fatal; they are
      not included in the object.  Special instructions for using BUILD to
      hide constructor arguments from validation are irrelevant and have
      been removed.

    - These changes make Class::Tiny-based classes easier to subclass by
      more advanced object frameworks like Moose or Moo.

0.015     2014-07-13 23:10:47-04:00 America/New_York

    [CHANGED]

    - lowered minimum perl to 5.006
2014-07-28 13:33:08 +00:00
wen
7c53180ad5 Updated databases/p5-DBIx-DBSchema to 0.44 2014-07-28 13:26:56 +00:00
wen
1b22ed6e69 Update to 0.44
Upstream changes:
0.44 2013-11-15 17:54:37 PST
    - POD fixes from Xavier Guimard <x.guimard@free.fr> and Damyan Ivanov
      <dmn@debian.org> of the Debian Perl Group, closes: CPAN#82187
    - More foreign key support
      + Table alteration (removing foreign keys)
      + Fix MATCH / ON DELETE / ON UPDATE

0.43 2013-11-04 14:58;32 PST
    - Incorporate CPAN::Changes::Spec-compliant Changes file from Neil Bowers
      <neilb@cpan.org>, closes: CPAN#90023, thanks!
    - Fix table creation broken by 0.42
    - Create/alter tables before foreign key changes

0.42 2013-11-03 01:09:27 PST
    - Basic foreign key support
      + table creation
      + table alteration (adding new foreign keys)
      + reverse-engineering (Pg driver)

0.41_01 not released
    - consolidate multiple ADD/ALTER COLUMN statements into one ALTER TABLE
2014-07-28 13:26:00 +00:00
wen
c9a13cd751 Updated math/py-networkx to 1.9 2014-07-28 12:18:00 +00:00
wen
e3d98f2b01 Update to 1.9
Add missing DEPENDS

Upstream changes:
NetworkX 1.9
Release date: 21 June 2014

Support for Python 3.1 is dropped in this release.

Highlights
Completely rewritten maximum flow and flow-based connectivity algorithms with backwards incompatible interfaces
Community graph generators
Stoer-Wagner minimum cut algorithm
Linear-time Eulerian circuit algorithm
Linear algebra package changed to use SciPy sparse matrices
Algebraic connectivity, Fiedler vector, spectral ordering algorithms
Link prediction algorithms
Goldberg-Radzik shortest path algorithm
Semiconnected graph and tree recognition algorithms
2014-07-28 12:16:23 +00:00
wiz
61693d20bc Updated security/gnupg2 to 2.0.25nb1 2014-07-28 11:02:38 +00:00
wiz
2324d44072 Fix overlooked option name for previous.
Found by jperkin.
2014-07-28 11:02:11 +00:00
jperkin
dec55c5130 Use the standard 75 x '=' print format. 2014-07-28 10:05:53 +00:00
jperkin
a9d8966606 Remove pointless ifndef guard, GNUSTEP_SKIP_DEFAULT_OPTIONS isn't used or
documented anywhere else in pkgsrc.
2014-07-28 09:26:20 +00:00
jperkin
88afbb2a03 Set PKGSRC_COMPILER, do not append to it. The latter seems to cause
problems when PKGSRC_COMPILER contains duplicate entries.  Pointed out and
verified by taca.
2014-07-28 09:18:59 +00:00
wen
9b97358aba Updated devel/py-pep8 to 1.5.7 2014-07-28 02:49:44 +00:00
wen
6de9a0fd37 Update to 1.5.7
Upstream changes:
1.5.7 (2014-05-29)

Bug fixes:
Skip the traceback on "Broken pipe" signal. (Issue #275)
Do not exit when an option in setup.cfg or tox.ini is not recognized.
Check the last line even if it does not end with a newline. (Issue #286)
Always open files in universal newlines mode in Python 2. (Issue #288)
2014-07-28 02:48:49 +00:00
wen
f0b2a50360 Updated net/py-IP to 0.81 2014-07-28 02:39:52 +00:00
wen
b8b36ec10a Update to 0.81
Upstream changes:
Version 0.81 (2013-04-08)
 * Correct reverseName() for IPv6 addresses, so IP('::1').reverseName() returns correct.
 * Add network mask awareness to v46map()
 * Fix Python 3 errors in IPSet class
 * Make IPSet base class be object when MutableSet isn't available, fixing
   errors in Python 2.5

Version 0.80 (2013-03-26)
------------

 * Drop support of Python older than 2.4
 * Python 3 does not need 2to3 conversion anymore (same code base)
 * Fix adding of non-adjacent networks:
   192.168.0.0/24 + 192.168.255.0/24 made 192.168.0.0/23
 * Fix adding networks that don't create a valid subnet:
   192.168.1.0/24 + 192.168.2.0/24 made 192.168.1.0/23
 * Fix adding with an IPv6 address where .int() was < 32 bits made IPy believe it
  was an IPv4 address:
  ::ffff:0/112 + ::1:0:0/112 made 255.255.0.0/111
 * Add support of IPSets
 * Add support for subtracting a network range
 * Prevent IPv4 and IPv6 ranges from saying they contain each other
 * Add a .v46map() method to convert mapped address ranges
   such as IP('::ffff:192.168.1.1'); RFC 4291
 * Change sort order to more natural:
   IPv4 before IPv6; less-specific prefixes first (/0 before /32)


Version 0.76 (2013-03-19)
-------------------------

 * ip == other and ip != other doesn't fail with an exception anymore if other
  is not a IP object
 * Add IP.get_mac() method: get the 802.3 MAC address from IPv6 RFC 2464
  address.
 * Fix IP('::/0')[0]: return an IPv6 instead of an IPv4 address
2014-07-28 02:38:24 +00:00
wen
9181f6d939 Updated devel/p5-Test-Warnings to 0.016 2014-07-28 02:30:30 +00:00
wen
4191b44b34 Update to 0.016
Upstream changes:
0.016     2014-06-21 04:04:55Z
          - fix prereq problem with last release - now no longer testing the
            example scripts for user installs

0.015     2014-06-20 03:36:33Z
          - adjusted packaging and tests to become perl-5.6 friendly,
            including only using core or dual-lifed prerequisites

0.014     2014-03-01 22:08:26Z
          - fix test that was failing when FOO or BAR environment variables
            were set (RT#93447)

0.013     2013-12-14 21:26:06Z
          - update configure_requires checking in Makefile.PL
2014-07-28 02:27:03 +00:00
wen
99e344dfd3 Updated devel/p5-Exporter-Lite to 0.05 2014-07-28 02:16:42 +00:00
wen
a582bbdc52 Update to 0.05
Upstream changes:
0.05 2014-03-26
    - Improved the DESCRIPTION section, particularly the first paragraph.
    - Added a bunch more Exporter modules to the SEE ALSO section.

0.04 2014-03-26
    - Added Constant::Exporter::Lazy to SEE ALSO
    - Had forgotten to put README and Changes in MANIFEST. Sigh.

0.03 2014-03-25
    - Now maintained by NEILB
    - Fixed typo reported by dsteinbrunner in RT#87096
    - Now use strict and warnings
    - Added github repo to metadata and pod
    - Added README
    - Specified min perl version 5.6.0 in metadata
    - Set PREREQ_PM, TEST_REQUIRES, CONFIGURE_REQUIRES in Makefile.PL
    - Added a load of modules to SEE ALSO.
2014-07-28 02:15:53 +00:00
wen
8a3a5130a7 Updated devel/p5-Devel-NYTProf to 5.06 2014-07-28 02:11:25 +00:00
wen
8e0bb78d12 Update to 5.06
Upstream changes please visit:
http://search.cpan.org/~timb/Devel-NYTProf-5.06/Changes
2014-07-28 02:10:34 +00:00
wen
71f14c921d Updated databases/p5-DBIx-Class-Helpers to 2.023003 2014-07-28 00:34:15 +00:00
wen
c5ab9d3702 Update to 2.023003
Update DEPENDS

Upstream changes:
2.023003  2014-07-21 21:22:27-05:00 America/Chicago
 - Fix ToJSON to use accessors if it needs to (Thanks Kevin Benson!)
 - Fix silly typo in ::Explain (Good catch Jonathan W. Taylor!)

2.023002  2014-06-28 15:04:15-05:00 America/Chicago
 - Remove silly layer of subtesting (thanks to new features in Test::Roo)
 - Remove silly sub wrapper in Explain internals (should moderately increase
   performance)

2.023001  2014-06-14 12:39:08-05:00 America/Chicago
 - Add handy SYNOPSIS to ::DateMethods1 (thanks for asking rjbs!)

2.023000  2014-05-26 19:33:01-05:00 America/Chicago
 - Add ::Shortcut::Explain RS helper

2.022000  2014-05-03 10:39:30-05:00 CST6CDT
 - Add ::Shortcut::ResultsExist RS helper (Olaf Alders)
 - Add abstract to ::DateMethods1::Announcement (Gregor Herrmann)

2.021001  2014-04-06 11:43:36-05:00 America/Chicago
 - Fix ::RemoveColumns to work with a specified `columns` (Anthony DeRobertis)
   (Fixes GH#27) Also fixes RT#91977/GH#24)

2.021000  2014-04-01 20:12:40-05:00 America/Chicago
 - Create Shortcut::Page and Shortcut::LimitedPage ResultSet helpers (wreis)

2.020001  2014-03-05 10:33:46CST-0600 America/Chicago
 - Make ::DateMethods1 tests paralellizable (thanks Alexander Hartmaier!)
 - fix ::Helper::ResultSet::DateMethods1 for Oracle (thanks Alexander Hartmaier!)
 - fix ABSTRACT on ::Helper::ResultSet::DateMethods1

2.020000  2014-03-04 08:31:39-06:00 America/Chicago
 - Add ::Helper::ResultSet::DateMethods1
 - Add abstract to ::Schema::LintContents

2.019004  2014-02-14 07:53:19 America/Chicago
 - Make IgnoreWantarray's search die in void context

2.019003  2014-02-07 22:21:47-06:00 America/Chicago
 - Fix ->copy on rows with proxied ResultSet methods (thanks moltar for the
   test!) (NOTE: This fix is what requires upgrading to DBIC 0.08260)

2.019002  2014-01-12 09:40:41 America/Chicago
 - Pick SQL for random row selection in a cleaner way
 - Stop using Class::MOP::load_class (RT#91035)
 - Really stop using RT

2.019001  2013-11-23 10:19:28 America/Chicago
 - Fix typo in ::CorrelateRelationship (Getty)
2014-07-28 00:32:58 +00:00
wen
730161d969 Added databases/p5-DBIx-Introspector version 0.001003 2014-07-28 00:26:00 +00:00
wen
1e84cec282 + p5-DBIx-Introspector 2014-07-28 00:24:55 +00:00
wen
a428cabd6b Import DBIx-Introspector-0.001003 as databases/p5-DBIx-Introspector.
DBIx::Introspector is a module factored out of the DBIx::Class
database detection code. Most code that needs to detect which
database it is connected to assumes that there is a one-to-one
mapping from database drivers to database engines. Unfortunately
reality is rarely that simple. For instance, DBD::ODBC is typically
used to connect to SQL Server, but ODBC can be used to connect
to PostgreSQL, MySQL, and Oracle. Additionally, while ODBC is the
most common way to connect to SQL Server, it is not the only option,
as DBD::ADO can also be used.
2014-07-28 00:22:43 +00:00
wen
b78fbd58e2 Added devel/p5-Test-Roo version 1.003 2014-07-28 00:10:55 +00:00
wen
e684ed17e7 + p5-Test-Roo 2014-07-28 00:09:20 +00:00
wen
664c78e27e Import Test-Roo-1.003 as devel/p5-Test-Roo.
This module allows you to compose Test::More tests from roles.
It is inspired by the excellent Test::Routine module, but uses
Moo instead of Moose. This gives most of the benefits without
the need for Moose as a test dependency.
2014-07-28 00:08:01 +00:00
wen
de3a20ff7c Updated databases/p5-DBD-postgresql to 3.3.0 2014-07-27 23:39:00 +00:00
wen
d7e35a1fe2 Update to 3.3.0
Upstream changes:
Version 3.3.0  Released May 31, 2014 (git commit 055f788cf96b380b9fe0e80b6cedb88f8d1799b8)

  - Major cleanup of UTF-8 support:
      Fix quoting of UTF-8 values
      Add support for UTF-8 statement strings
      Fix UTF-8 support in placeholders and return values
    [Dagfinn Ilmari Manns氓ker] (CPAN bug #95214 and #91655)
      Test that the Pg server agrees with us about the lengths of input strings.
      Refactor Unicode test to use anon hashes to describe the tests to run.
      Test pg_enable_utf8 of -1, in addition to 0 and 1.
      Extend the Unicode round-trip tests to verify ASCII, BMP and non-BMP code points.
      Test that characters created in the server reach the client correctly.
    [Nicholas Clark]

  - Rewrite foreign_key_info to be just one query
    [Dagfinn Ilmari Manns氓ker]

  - Remove ODBC support from foreign_key_info
    [Dagfinn Ilmari Manns氓ker]

  - Remove use of dTHX in functions in quote.c and types.c
    [Nicholas Clark]


Version 3.2.1  Released May 20, 2014 (git commit a56ef5c4715440d4fc2054df5477996b0e287467)

  - Stricter testing for array slices: disallow number-colon-number from being
    parsed as a placeholder.
    [Greg Sabino Mullane] (CPAN bug #95713)

  - Fix for small leak with AutoInactiveDestroy
    [David Dick] (CPAN bug #95505)

  - Adjust test regex to fix failing t/01_connect.t on some platforms
    [Greg Sabino Mullane]

  - Further tweaks to get PGINITDB working for test suite.
    [Nicholas Clark]


Version 3.2.0  Released May 15, 2014 (git commit 897974c2865259bb9786d8b0989f8e42db0a0d79)

  - Add new attribute pg_placeholder_nocolons to turn off all parsing of
    colons into placeholders.
    [Graham Ollis] (CPAN bug #95173)

  - Fix incorrect skip count for HandleSetErr
    [Greg Sabino Mullane] (CPAN bug #94841)

  - Don't attempt to use the POSIX signalling stuff if the OS is Win
    [Greg Sabino Mullane] (CPAN bug ##94841)

  - Fix missing check for PGINITDB in the test suite.
    [Nicholas Clark]


Version 3.1.1  Released April 6, 2014 (git commit d337f93133e67267d54b65dc22a23f06e6883ad0)

  - Minor adjustments so tests pass in varying locales.


Version 3.1.0  Released April 4, 2014 (git commit 26517a3531f93de79375a02da45a79789cd3caae)

  - Make sure UTF-8 enabled notifications are handled correctly
    [Greg Sabino Mullane]

  - Allow "WITH" and "VALUES" as valid words starting a DML statement
    [Greg Sabino Mullane] (CPAN bug #92724)
2014-07-27 23:37:21 +00:00
wen
a8b78e9702 Updated www/p5-Mojolicious to 5.21 2014-07-27 23:10:41 +00:00
wen
76f44bfe0d Update to 5.21
Upstream changes:
5.21  2014-07-27
  - Improved handling of Pod::Simple::XHTML 3.09 dependency.
  - Improved documentation browser CSS.

5.20  2014-07-27
  - Fixed a few bugs in Mojolicious::Plugin::PODRenderer by switching from
    Pod::Simple::HTML to Pod::Simple::XHTML.
  - Fixed Perl 5.18.x compatibility.

5.19  2014-07-26
  - Improved support for Unicode anchors in Mojolicious::Plugin::PODRenderer.
  - Fixed is_readable scalability problems in Mojo::Reactor.

5.18  2014-07-25
  - Improved is_readable performance in Mojo::Reactor.

5.17  2014-07-24
  - Welcome to the Mojolicious core team Jan Henning Thorsen.
  - Added val method to Mojo::DOM. (batman, sri)
  - Improved Mojo::Collection performance.
  - Fixed support for Unicode anchors in Mojolicious::Plugin::PODRenderer.

5.16  2014-07-21
  - Improved Mojo::Asset::File to allow appending data to existing files.
    (iakuf, sri)
2014-07-27 23:09:55 +00:00
wen
02c8581814 Updated www/p5-Dancer to 1.3126 2014-07-27 23:05:04 +00:00
jperkin
6db59fa88f Add USE_TOOLS += flex, as per most recent SunOS bulk build. 2014-07-27 23:04:30 +00:00
wen
f4638eb49c Update to 1.3126
Upstream changes:
1.3126 2014-07-14

    [ BUG FIXES ]
    * Bunch of files were not in the MANIFEST.

1.3125 2014-07-12

    [ ENHANCEMENT ]
    * Skip bad cookie definitions. (GH#1036, Manuel Weiss)
    * 'dancer' script warns and die if trying to create
        an app with the same name of an existing module.
            (GH#1038, Racke)
    * In Dancer::Logger::Abstract, default host
        name to '-' if not available. (GH#1029, John Wittkoski)
    * Add Dancer::Serializer::JSONP. (GH#1035, David Zurborg)

    [ DOCUMENTATION ]
    * Improve the wording of the params() section in Dancer.
        (GH#1025, Warren Young)
    * Explain how to access config in Dancer::Config's POD.
        (GH#1026, Gabor Szabo)
    * Cookbook typo fix. (GH#1031, Florian Sojer)

1.3124 2014-05-09

    [ ENHANCEMENTS ]
    * Also check X-Forwarded-Proto. (GH#1015, Andy Jones)
    * Update bundle jQuery to v1.11.0. (GH#1018, Michal Wojciechowski)
    * Add session support to the skeleton config. (GH#1008. Gabor Szabo)

    [ BUG FIXES ]
    * Remove print statement in Dancer::ModuleLoad::require.
        (GH#1021, John Wittkoski)
    * Test was failing if JSON module was absent.
        (GH#1022, Yanick Champoux)
    * Allow for routes evaluating to false ('0', '', etc).
        (GH#1020, Yanick Champoux)

    [DOCUMENTATION]
    * Specify defaults in POD. (GH#1023, isync)
    * Fix doc for params(). (GH#1025, reported by Warren Young)

    [ MISC ]
    * Update mailing list url in README. (GH#1017, Racke)
    * Markdownify the README. (GH#986, Chris Seymour)
2014-07-27 23:04:00 +00:00
jperkin
0e1e188dff Enable PLIST.opencl on SunOS, shown in recent bulk builds. 2014-07-27 23:00:33 +00:00
jperkin
49be706fed Comment out section which adds WRKDIR-relative rpaths on SunOS. Fixes
check-shlibs-elf.awk
2014-07-27 22:59:11 +00:00
ahoka
b91be238c0 Properly handle the alt key in terminals.
Patch from: https://bugzilla.gnome.org/show_bug.cgi?id=663779

Fixes PR pkg/48806
2014-07-27 20:45:10 +00:00
ryoon
6f9e3bc53f Updated mail/thunderbird-l10n to 31.0 2014-07-27 20:17:02 +00:00
ryoon
bfa4b16349 Update to 31.0
* Sync with thunderbird-31.0
2014-07-27 20:16:33 +00:00