Commit graph

203602 commits

Author SHA1 Message Date
wiz
799bb47d48 remove pasto 2013-07-04 07:25:41 +00:00
wiz
db5d090f69 Remove patch that is not necessary since 2.2.1 2013-07-04 07:25:11 +00:00
wiz
f8c526058a Updated devel/py-setuptools to 0.7.7 2013-07-04 06:43:24 +00:00
wiz
57f28de1f5 Update to 0.7.7. Simplify. Set LICENSE. Allow python-3.x.
-----
0.7.7
-----

* Distribute #375: Repair AttributeError created in last release (redo).
* Issue #30: Added test for get_cache_path.

-----
0.7.6
-----

* Distribute #375: Repair AttributeError created in last release.

-----
0.7.5
-----

* Issue #21: Restore Python 2.4 compatibility in ``test_easy_install``.
* Distribute #375: Merged additional warning from Distribute 0.6.46.
* Now honor the environment variable
  ``SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT`` in addition to the now
  deprecated ``DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT``.

-----
0.7.4
-----

* Issue #20: Fix comparison of parsed SVN version on Python 3.

-----
0.7.3
-----

* Issue #1: Disable installation of Windows-specific files on non-Windows systems.
* Use new sysconfig module with Python 2.7 or >=3.2.

-----
0.7.2
-----

* Issue #14: Use markerlib when the `parser` module is not available.
* Issue #10: ``ez_setup.py`` now uses HTTPS to download setuptools from PyPI.

-----
0.7.1
-----

* Fix NameError (Issue #3) again - broken in bad merge.

---
0.7
---

* Merged Setuptools and Distribute. See docs/merge.txt for details.

Added several features that were slated for setuptools 0.6c12:

* Index URL now defaults to HTTPS.
* Added experimental environment marker support. Now clients may designate a
  PEP-426 environment marker for "extra" dependencies. Setuptools uses this
  feature in ``setup.py`` for optional SSL and certificate validation support
  on older platforms. Based on Distutils-SIG discussions, the syntax is
  somewhat tentative. There should probably be a PEP with a firmer spec before
  the feature should be considered suitable for use.
* Added support for SSL certificate validation when installing packages from
  an HTTPS service.

-----
0.7b4
-----

* Issue #3: Fixed NameError in SSL support.
2013-07-04 06:43:12 +00:00
dholland
3146160e44 Add patch to fix Solaris 10 build, from Joern Clausen in PR 47867,
except that I rearranged the patch a bit and hopefully didn't mess
it up.
2013-07-04 06:25:23 +00:00
dholland
7212cffdbf p5-GD 2013-07-04 05:40:14 +00:00
dholland
f680cdb43a Add -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 to CFLAGS per PR 45873. 2013-07-04 05:38:55 +00:00
jnemeth
3efcfc682d sort 2013-07-04 04:33:08 +00:00
jnemeth
c955c359ba - sort
- add and enable p5-Carp-Always
- delete non-existant p5-Carp-Any
2013-07-04 04:32:15 +00:00
dholland
f2331e080b mtr 2013-07-04 03:42:22 +00:00
dholland
659e689a21 Don't print time_t with %lu; it fails on 32-bit netbsd, where time_t is
wider than that. PR 47991 from VSYakovetsky.
2013-07-04 03:41:48 +00:00
wen
89000ca4bc Updated devel/p5-Tree-DAG_Node to 1.12 2013-07-04 00:11:39 +00:00
wen
3974531a4b Update to 1.12
Upstream changes:
1.12  Wed Jul  3 16:38:00 2013
	- Change text in README referring to licence to match text in body of source, since it was in conflict
		with the Artistic Licence V 2.0.
		This was requested by Petr Pisar who packages stuff for Red Hat.
	- Rename CHANGES to Changes as per CPAN::Changes::SPEC.
	- Various spelling fixes in the docs, as kindly reported by dsteinbrunner.
2013-07-04 00:10:40 +00:00
jperkin
3503eb48ea SunOS needs an explicit -lldap. Fixes package build. 2013-07-03 21:43:14 +00:00
adam
8527972efa Updated net/samba to 3.6.16 2013-07-03 20:01:38 +00:00
adam
247f185205 Changes 3.6.16:
* BUG 9881: Link dbwrap_tool and dbwrap_torture against libtevent.
* BUG 9722: Properly handle Oplock breaks in compound requests.
* BUG 9822: Fix crash bug during Win8 sync.
* BUG 9927: errno gets overwritten in call to check_parent_exists().
* BUG 8997: Change libreplace GPL source to LGPL.
* BUG 9900: is_printer_published GUID retrieval.
* BUG 9941: Fix a bug of drvupgrade of smbcontrol.
* BUG 9868: Don't know how to make LIBNDR_PREG_OBJ.
* BUG 9688: Remove "experimental" label on "max protocol=SMB2" parameter.
* BUG 9881: Check for system libtevent.
2013-07-03 20:00:47 +00:00
sno
8e9d25f483 Updated databases/p5-DBIx-Class-Helpers to 2.018001 2013-07-03 19:07:20 +00:00
sno
174a97f505 Updating package for CPAN distribution DBIx-Class-Helpers in
databases/p5-DBIx-Class-Helpers from 2.015001nb1 to 2.018001.

pkgsrc changes:
- adjust dependencies

Upstream changes:
2.018001  2013-07-02 20:40:18 CST6CDT
 - Fix bug related to inheriting from ::Shortcut

2.018000  2013-06-22 17:03:29 CST6CDT
 - Add ::ResultSet::Shortcut::OrderByMagic (moltar)
 - Add ::ResultSet::Shortcut::Prefetch (Wallas Reis)
 - Add ::ResultSet::Shortcut::HasRows (Wallas Reis)
 - Add ::ResultSet::Shortcut::Limit (Wallas Reis)
 - make ::ResultSet::Me more flexible (moltar)
 - Fix some warnings (when using deprecated modules) (good catch Bill
   Mosely)
 - Fix lots of docs (moltar, Gregor Herrmann, mauke)

2.017000  2013-04-20 10:37:04 CST6CDT
 - Add ::Schema::QuoteNames to force quote_names on
 - Add normalize_connect_info utilitiy

2.016006  2013-04-12 09:14:23 CST6CDT
 - Remove use of a private method, thus fixing Helpers on v0.08210
 - Remove the last vestige of non-in-memory SQLite
 - Stop using RT for bugtracking

2.016005  2013-01-23 19:00:09 CST6CDT
 - Fix hash order dependency bug (Thanks Fitz Elliott!)

2.016004  2013-01-09 20:05:57 CST6CDT
 - Add more storages for ::ResultSet::Random (Thanks José Diaz Seng!)

2.016003  2012-12-07 15:54:29 CST6CDT
 - Fix bug in dup_check_source_auto and fk_check_source_auto.  If
   any of the broken things were multiple they explode in the hashref.
   The solution is to force the values to be resultsets, which is how
   the helper is documented anyway. (thanks MST for finding this)

2.016002  2012-11-17 15:31:12 CST6CDT
 - Put MetaYAML back in dist

2.016001  2012-11-02 17:52:43 CST6CDT
 - fix OnColumnChange to work with relationship based updates
   so $artist->update({ cd => $cd_obj }) now correctly triggers
   a change.  Thanks David Schmidt for the test
 - validate number of arguments to _change_column (David Schmidt)
 - fix name of Helper::ResultSet::Shortcut in SYNOPSIS

2.016000  2012-10-25 21:35:05 CST6CDT
 - Add Helper::ResultSet::Shortcut (Wes Malone)
2013-07-03 19:07:10 +00:00
sno
3fc71d326b Updated databases/p5-DBIx-Class-InflateColumn-IP to 0.02003 2013-07-03 19:03:09 +00:00
sno
6ee1115a75 Updating package for CPAN distribution DBIx-Class-InflateColumn-IP in
databases/p5-DBIx-Class-InflateColumn-IP from 0.02001nb5 to 0.02003.

pkgsrc changes:
- add license conditions

Upstream changes:
0.02003 Fri Nov  2 11:52:11 GMT 2012
       - Perl 5.8.1 is now required (as it is for DBIC itelf).
       - Use and declare UTF-8 encoding in POD
       - Add repository metadata

0.02002
       - Use numeric format for bigint columns.
       - Use bigint column in test to cope with DBD::SQLite bind type changes.
2013-07-03 19:03:00 +00:00
sno
482ff77d25 Updated databases/p5-DBIx-Class-Fixtures to 1.001018 2013-07-03 18:59:20 +00:00
sno
1c6bccdb3a Updating package for CPAN distribution DBIx-Class-Fixtures in
databases/p5-DBIx-Class-Fixtures from 1.001013nb3 to 1.001018.

pkgsrc changes:
- adjust dependencies

Upstream changes:
1.001018
- Reduced the size of a PK in the fixtures to stop (hopefully) some occasional
  error reports

1.001017
- POD fixes (justin hunter++)
- Changed the test suite so it doesn't mindlessly break with the changes
  introduced by DBIC 0.08200 (nerox++ for bug report).

1.001016
- Support more Postgresql types for datetime_relative (added TIME, DATE,
  INTERVAL, TIMESTAMP)
- If $result_source->column_info defines a sequence, make sure we properly
  set that sequence to whatever the max value currently is.

1.001015
- ::External::File makes the path if its missing

1.001014
- Allow you to perform value substitutions inside config-sets
- Added a framework to allow you to backup / restore data external to the
  database as part of your fixtures.  Added an external handler for File
  based data, and docs and tests for this.
2013-07-03 18:59:10 +00:00
sno
746c4e24d7 Add SUBDIR for p5-DBIx-Class-InflateColumn-FS 2013-07-03 18:55:31 +00:00
sno
8fdbf1f34d Added databases/p5-DBIx-Class-InflateColumn-FS version 0.01007 2013-07-03 18:55:02 +00:00
sno
a21bd781e1 Adding new package for CPAN distribution DBIx-Class-InflateColumn-FS version
0.01007 into databases/p5-DBIx-Class-InflateColumn-FS.

Provides inflation to a Path::Class::File object allowing file system
storage of BLOBS.

The storage path is specified with fs_column_path. Each file receives
a unique name, so the storage for all FS columns can share the same path.

Within the path specified by fs_column_path, files are stored in
sub-directories based on the first 2 characters of the unique file names.
Up to 256 sub-directories will be created, as needed. Override
_fs_column_dirs in a derived class to change this behavior.

fs_new_on_update will create a new file name if the file has been updated.
2013-07-03 18:54:50 +00:00
sno
088318209c Updated databases/p5-DBIx-Class-EncodedColumn to 0.00012 2013-07-03 18:40:12 +00:00
sno
e2a517f44a Updating package for CPAN distribution DBIx-Class-EncodedColumn in
databases/p5-DBIx-Class-EncodedColumn from 0.00011nb3 to 0.00012.

Upstream changes:
0.00012 2013-04-29
        - Fixes reported bug #78091. (gbjk++)
2013-07-03 18:40:03 +00:00
sno
80f30ddbde Updated databases/p5-DBIx-Class-DynamicDefault to 0.04 2013-07-03 18:36:50 +00:00
sno
21faabd986 Updating package for CPAN distribution DBIx-Class-DynamicDefault in
databases/p5-DBIx-Class-DynamicDefault from 0.03nb5 to 0.04.

pkgsrc changes:
- add license conditions
- adjust dependencies

Upstream changes:
0.04  Sat, 14 Apr 2012 10:09:00 +0100
 Matt S Trout:
     Fix a massive pessimisation causing repeated ->result_source_instance
     invocations resulting in get_inherited from C::A::Grouped being the
     biggest thing in a startup profile.
2013-07-03 18:36:38 +00:00
sno
bf122c286f Updated databases/p5-DBIx-Class-Candy to 0.002104 2013-07-03 18:27:33 +00:00
sno
acfacb298b Updating package for CPAN distribution DBIx-Class-Candy in
databases/p5-DBIx-Class-Candy from 0.002103nb1 to 0.002104.

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.002104  2013-05-13 09:29:37 CST6CDT
  - Fix stupid doc examples
2013-07-03 18:27:23 +00:00
schmonz
478fa74d3e Remove patch, no longer needed. 2013-07-03 18:26:44 +00:00
sno
54c2e48b8e Updated databases/p5-Dancer-Plugin-DBIC to 0.1802 2013-07-03 18:24:15 +00:00
sno
b103d8856a Update package for CPAN distribution Dancer-Plugin-DBIC in
databases/p5-Dancer-Plugin-DBIC from 0.1601nb1 to 0.1802.

Upstream changes (since 1.1601):
0.1802  2013-01-22
        Updated version requirement for Dancer. A newer Dancer is required to
            use the plugin_args() function.

0.1801  2013-01-21
        Fixed tests to pass on Dancer 2.
        Thanks Yanick Champoux (https://github.com/yanick)!

0.1800  2013-01-18
        Added the resultset and rset keywords.

0.1700  2013-01-01
        Added support for Dancer 2.
        Thanks Steven Humphrey (https://github.com/shumphrey)!
2013-07-03 18:24:06 +00:00
sno
4a532d0c33 Updated databases/p5-MLDBM to 2.05 2013-07-03 18:20:39 +00:00
sno
b234931f00 Updating package for CPAN distribution MLDBM in databases/p5-MLDBM from
2.04nb4 to 2.05.

Upstream changes:
2.05 (21 Feb 2013, by Alexandr Ciornii)
    Require perl 5.5
    Test for pod
2013-07-03 18:20:30 +00:00
wiz
41ad60c803 Fix previous. 2013-07-03 18:19:24 +00:00
sno
cae3abcd8d Updated databases/p5-SQL-Abstract to 1.74 2013-07-03 18:18:13 +00:00
sno
ed8b796b8d Updating package for CPAN distribution SQL-Abstract in
databases/p5-SQL-Abstract from 1.73nb2 to 1.74.

Upstream changes:
revision 1.74  2013-06-04
----------------------------
    - Fix insufficient parenthesis unroll during operator comparison
    - 'ORDER BY foo' and 'ORDER BY foo ASC' are now considered equal
      by default (with a switch to reenable old behavior when necessary)
    - Change parser to not eagerly slurp RHS expressions it doesn't recognize
2013-07-03 18:18:03 +00:00
sno
73d83a3902 Adding SUBDIR's for p5-Dancer-Session-Cookie and p5-Session-Storage-Secure 2013-07-03 17:51:43 +00:00
sno
e9cffac496 Added www/p5-Dancer-Session-Cookie version 0.22 2013-07-03 17:44:43 +00:00
sno
1b4475c0b4 Adding package for CPAN distribution Dancer-Session-Cookie version 0.22
into www/p5-Dancer-Session-Cookie.

This module implements a session engine for sessions stored entirely in
cookies. Usually only session id is stored in cookies and the session data
itself is saved in some external storage, e.g. database. This module allows
to avoid using external storage at all.

Since server cannot trust any data returned by client in cookies, this
module uses cryptography to ensure integrity and also secrecy. The data
your application stores in sessions is completely protected from both
tampering and analysis on the client-side.
2013-07-03 17:44:29 +00:00
sno
c2a6029f60 Added www/p5-Session-Storage-Secure version 0.007 2013-07-03 17:40:16 +00:00
sno
8305d7b55e Adding package for CPAN distribution Session-Storage-Secure version 0.007
into www/p5-Session-Storage-Secure.

This module implements a secure way to encode session data. It is primarily
intended for storing session data in browser cookies, but could be used with
other backend storage where security of stored session data is important.

Features include:

    () Data serialization and compression using Sereal
    () Data encryption using AES with a unique derived key per encoded session
    () Enforced expiration timestamp (optional)
    () Integrity protected with a message authentication code (MAC)
2013-07-03 17:40:03 +00:00
sno
7459e27b16 Updated databases/p5-DBIx-Class-Schema-Loader to 0.07035 2013-07-03 16:52:46 +00:00
sno
5285f771cd Updating package for CPAN distribution DBIx-Class-Schema-Loader in
databases/p5-DBIx-Class-Schema-Loader from 0.07033nb2 to 0.07035.

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.07035  2013-02-26
        - Release 0.07034_01 with a stable version number. 0.07034 is
          skipped due to the improper dev release versioning.

0.07034_01  2013-01-21
        - Fix fixture generation helper to work with older DBD::SQLite versions

0.07034_01  2013-01-16
        - MSSQL: on > 2000 use schema_name() instead of user_name() to detect
          current schema and query sys.schemas instead of sysusers.
        - SQL Anywhere: introspect ON DELETE/UPDATE rules, default is now
          RESTRICT. is_deferrable still defaults to 1
        - rewrite pg fk introspection to use catalog views instead of
          information_schema as information_schema does not work for readonly
          users
        - add rel_type param for relationship_attrs coderef
        - pass link table details to rel_name_map for many_to_many bridges
	  (RT#81091)
2013-07-03 16:52:36 +00:00
sno
61ac58230a Updated devel/p5-Dist-Zilla to 4.300035 2013-07-03 16:50:06 +00:00
sno
2b194ae77b Updating package for CPAN distribution Dist-Zilla in devel/p5-Dist-Zilla
from 4.300023nb2 to 4.300035.

pkgsrc changes:
- update dependencies

Upstream changes:
4.300035  2013-06-19 21:37:28 America/New_York
          update for new Perl::PrereqScanner, which will find "lib"

          update AutoPrereqs to skip Config and Errno

          fix docs to not suggest obsolete "Prereq" name (thanks, Ivan
          Bessarabov!)

4.300034  2013-04-13 16:56:48 Europe/London
          delay loading of CPAN::Uploader, and require a newer version to
          require HTTPS (thanks, Olivier Mengué!)

4.300033  2013-04-05 15:00:37 America/New_York
          fix .build/latest (thanks, Karen Etheridge!)

          doc fixes (thanks, Randy Stauner!)

4.300032  2013-03-29 16:41:11 America/New_York
          test_requires support for ModuleBuild and MakeMaker (thanks,
          Tatsuhiko Miyagawa!)

4.300031  2013-03-17 21:47:31 America/New_York
          stacktrace removed from exception when a plugin's minimum version
          check fails (thanks, Karen Etheridge!)

          add 'dzil listdeps --json', which lists all prerequisites broken up
          by phase and type, in readable JSON format (thanks, Karen Etheridge!)

          improve errors when there's not enough configuration and no global
          config file can be found (thanks, Dimitar Petrov)

          delay loading yet more libraries until needed (thanks, Olivier
          Mengué!)

4.300030  2013-01-30 22:25:27 America/New_York
          listdeps --versions now sorts properly (thanks, Karen Etheridge!)

          delay loading more libraries until needed (thanks, Olivier Mengué!)

          excluded filenames in GatherDir were sometimes matched too fuzzily
          (thanks, Mike Doherty)

4.300029  2013-01-14 20:03:15 America/New_York
          allow :version directive in root section to require a given version
          of Dist::Zilla

          simply and speedify some of GatherDir (Thanks, Olivier Mengué!)

4.300028  2012-10-19 10:50:42 America/New_York
          when picking modules to treat as "part of the dist," be more lax in
          understanding libraries under ./t:  ./t/lib/Foo.pm is now treated as
          providing t::lib::Foo, lib::Foo, and Foo

4.300027  2012-10-16 21:07:06 America/New_York
          the "latest" symlink code broke Dist::Zilla on win32; fixed now!
          (thanks, Brendan Byrd!)

4.300026  2012-10-13 22:21:17 America/New_York
          PodSyntaxTests, PodCoverageTests and MetaTests now add the right
          develop/requires prereqs (thanks, Olivier Mengué and Ricardo Signes!)

          ModuleBuild now takes an mb_lib argument that can override the
          default of "inc" (thanks, ben hengst)

          create .build/latest symlink when a build in .build is built (thanks,
          Alexei Znamensky!)

          allow "-version" arg to [@Filter] to specify the version of the
          bundle required (thanks, Rob Hoelz)

4.300025  2012-10-07 23:02:33 America/New_York
          add the LicenseProvider and NameProvider roles (thanks, Vyacheslav
          Matjukhin!)

          make Dist::Zilla::App::Tester be a CaptureExternal App::Cmd::Tester

4.300024  2012-09-26 12:01:45 America/New_York
          include $] in MetaConfig data
2013-07-03 16:49:57 +00:00
sno
aae4b34ef9 Updated textproc/p5-Lingua-EN-Inflect-Phrase to 0.18 2013-07-03 16:48:15 +00:00
sno
f514a16c03 Updating package for CPAN distribution Lingua-EN-Inflect-Phrase in
textproc/p5-Lingua-EN-Inflect-Phrase from 0.10nb2 to 0.18.

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.18 2012-12-27 00:09:43
        - fix meta repository info (RT#82274)

0.17 2012-12-25 14:09:56
        - fix for ordinal number phrases, 'first release' was singularizing to
          'first releases' (RT#82242)

0.16  2012-11-05 02:43:34
        - bump up Lingua::EN::Tagger dep again due to unescaped braces in
          regexes

0.15  2012-09-27 22:17:00
        - fix uninitialized warnings on older perls

0.14  2012-09-24 03:56:10
        - add $prefer_nouns config variable, defaulting to 1, which allows the
          recognition of phrases such as 'source splits'
        - much better number handling, in both number and word form

0.13  2012-08-30 05:30:04
        - bump Lingua::EN::Tagger dep to 0.20 due to unescaped braces in regexes

0.12  2012-01-10 22:44:02
        - fix "statuses" -> "status"

0.11  2011-12-18 06:25:33
        - fix "aliases" and "referral logs" (RT#73242)
2013-07-03 16:48:06 +00:00