Commit graph

203257 commits

Author SHA1 Message Date
adam
d6d21cc604 Changes 3.3.6:
Bug 3762: remove bogus WARNING in cache.log
Fix Ip::Address::operator =(sockaddr_storage)
Make sure %<tt includes all [failed] connection attempts.
Bug 3854: pt1: compile errors on AIX
Fix request headers logging for icap_log
Support HTTP reply ACLs in icap_log and log_icap
Bug 3802: Fix wrong check inside Format::Format::assemble
Bug 3786: Fix configure with --disable-internal-dns compile error
Polished icap_service and ecap_service documentation.
SourceFormat Enforcement
Bug 3717: assertion failed with dstdom_regex with IP based URL
Fix incorrect external_acl_type codes
Avoid segfaults on seriously malformed requests when ICAP logging is enabled.
Ask for SSL key password when started with -N but without sslpassword_program.
basic_ncsa_auth: fix unused variable warnings (typo in rev.12762)
Fix buffer null termination
Bug 1991: kqueue causes SSL to hang
2013-07-03 12:47:11 +00:00
jperkin
5fb787362d Revert back to avoiding the native SunOS pax by default.
Whilst it works for the most part, the mk/extract/extract script expects
an -O flag which it does not support, and adding conditionals to that
script would be messy.

Fixes 5 direct packages.
2013-07-03 12:31:33 +00:00
jperkin
47c2ad8312 Updated pkgtools/bootstrap-mk-files to 20130703 2013-07-03 11:34:39 +00:00
jperkin
b83d254dc0 Increase default SunOS compiler flags to -O2 to match most other systems.
Bump PKGVERSION to today's date.
2013-07-03 11:34:27 +00:00
jaapb
fade8a0566 Added buildlink3 file to package 2013-07-03 10:53:06 +00:00
jaapb
9c24e0854a Added devel/ocaml-batteries version 2.0 2013-07-03 10:45:29 +00:00
jaapb
59abda916e Added new package ocaml-batteries to Makefile. 2013-07-03 10:42:37 +00:00
jaapb
90f70faf1d Added package devel/ocaml-batteries, version 2.0. This is an alternative
standard library for OCaml ("consistent, documented and comprehensive").
2013-07-03 10:40:33 +00:00
sno
fe6b34dd9f Adding subdirectories for added packages:
* p5-Carp-Always
  * p5-Devel-FindPerl
  * p5-Devel-Hide
  * p5-ExtUtils-Config
  * p5-ExtUtils-Helpers
  * p5-ExtUtils-InstallPaths
  * p5-Module-Build-Tiny
  * p5-Test-FailWarnings
  * p5-Test-Without-Module
  * p5-bareword-filehandles
  * p5-circular-require
  * p5-experimental
  * p5-indirect
  * p5-multidimensional
2013-07-03 09:14:29 +00:00
wiz
1e24d3486b + puzzles-9891, subversion-base-1.8.0.
- curl-7.31.0, subversion-base-1.7.10.
2013-07-03 09:14:27 +00:00
sno
df9edd2a8d Added devel/p5-multidimensional version 0.011 2013-07-03 09:04:45 +00:00
sno
a0523a7cd3 Adding package for CPAN distribution multidimensional-0.011 into
devel/p5-multidimensional.

Perl's multidimensional array emultaion stems from the days before
the language had references, but these days it mostly serves to bite
you when you typo a hash slice by using the $ sigil instead of @.

This module lexically makes using multidmensional array emulation a
fatal error at compile time.
2013-07-03 09:04:31 +00:00
sno
36683a603b Updated devel/p5-Lexical-SealRequireHints to 0.007 2013-07-03 09:03:01 +00:00
sno
d935815546 Updating package for CPAN distribution Lexical-SealRequireHints in
devel/p5-Lexical-SealRequireHints from 0.005nb2 to 0.007.

Upstream changes since 0.005:
version 0.007; 2012-02-11
  * be thread-safe, by mutex control on op check hooking
  * in pure Perl implementation, avoid putting extra eval stack frames
    around the require, to avoid unnecessary complication of exception
    handling; this can't be done on Perls 5.9.4 to 5.10.0, so don't
    allow use of the pure Perl implementation on those Perls
  * revise documentation to suggest loading this module earlier
  * document the relevant changes to the Perl core in more detail
  * on Perl versions where the pure Perl implementation can't work,
    dynamically declare requirement for XS infrastructure in Build.PL
  * refine threshold for ability to correctly override require from
    5.8.0 to 5.7.2
  * revise minimum required Perl version down from 5.6.1 to 5.6.0
  * test that modules see the correct context at file scope
  * test that module return values are handled correctly
  * test that the module doesn't generate warnings
  * in pure Perl implementation, fix handling of the variable that
    previously needed to be "our"
  * rearrange and better comment the treatment of lexical warnings in
    the Perl code

version 0.006; 2011-11-20
  * bugfix: avoid loading warnings.pm and leaving its delayed requires
    of Carp.pm susceptible to hint leakage, which was causing trouble
    on some Perls
  * skip swash test on Perl 5.6, where swash loading appears to be broken
    by loading Test::More or anything else useful
  * remove bogus tests that cause false failures on Perl 5.15.5
  * in Build.PL, declare incompatibility with pre-0.19
    B::Hooks::OP::Check, which doesn't play nicely around op check hooking
  * comment why a variable surprisingly needs to be "our"
  * convert .cvsignore to .gitignore
2013-07-03 09:02:50 +00:00
sno
a27c9491ce Added devel/p5-indirect version 0.30 2013-07-03 08:53:04 +00:00
sno
2e5d009d20 Adding package for CPAN distribution indirect version 0.30 into
devel/p5-indirect.

When enabled, this pragma warns about indirect method calls that are
present in your code.

This pragma currently does not warn for core functions (print, say, exec
or system). This may change in the future, or may be added as optional
features that would be enabled by passing options to unimport.

In http://www.shadowcat.co.uk/blog/matt-s-trout/indirect-but-still-fatal,
Matt S. Trout gives an example of an undesirable indirect method call on
a block that can cause a particularly bewildering error.
2013-07-03 08:52:50 +00:00
sno
b06c2d9894 Added devel/p5-experimental version 0.005 2013-07-03 08:43:42 +00:00
sno
41ad88a3e2 Adding package for CPAN distribution experimental version 0.005 into
devel/p5-experimental.

This pragma provides an easy and convenient way to enable or disable
experimental features.
2013-07-03 08:43:31 +00:00
sno
15de61f808 Added devel/p5-circular-require version 0.10 2013-07-03 08:41:47 +00:00
sno
8536656172 Adding package for CPAN distribution circular-require version 0.10 into
devel/p5-circular-require.

Perl by default just ignores cycles in require statements - if Foo.pm does
use Bar and Bar.pm does use Foo, doing use Foo elsewhere will start loading
Foo.pm, then hit the use statement, start loading Bar.pm, hit the use
statement, notice that Foo.pm has already started loading and ignore it,
and continue loading Bar.pm. But Foo.pm hasn't finished loading yet, so if
Bar.pm uses anything from Foo.pm (which it likely does, if it's loading it),
those won't be accessible while the body of Bar.pm is being executed. This
can lead to some very confusing errors, especially if introspection is
happening at load time (make_immutable in Moose classes, for example). This
module generates a warning whenever a module is skipped due to being loaded,
if that module has not finished executing.

This module works as a pragma, and typically pragmas have lexical scope.
Lexical scope doesn't make a whole lot of sense for this case though,
because the effect it's tracking isn't lexical (what does it mean to disable
the pragma inside of a cycle vs. outside of a cycle? does disabling it
within a cycle cause it to always be disabled for that cycle, or only if
it's disabled at the point where the warning would otherwise be generated?
etc.), but dynamic scope (the scope that, for instance, local uses) does,
and that's how this module works. Saying no circular::require enables the
module for the current dynamic scope, and use circular::require disables
it for the current dynamic scope. Hopefully, this will just do what you mean.
2013-07-03 08:41:29 +00:00
sno
48900a341f Updated devel/p5-Package-Stash to 0.34 2013-07-03 08:38:56 +00:00
sno
e62da38a3e Updating package for CPAN distribution Package-Stash in
devel/p5-Package-Stash from 0.33nb2 to 0.34.

pkgsrc changes:
- adjusting dependencies

Upstream changes:
0.34  2013-01-04
      - support anonymous stashes on newer perl versions
      - prevent harmful effects from invalid settings for
        $ENV{PACKAGE_STASH_IMPLEMENTATION}
      - switch to Module::Implementation
2013-07-03 08:38:45 +00:00
wiz
1a3040f9f5 Updated www/py-gdata to 2.0.18 2013-07-03 08:37:52 +00:00
wiz
d1f1f90431 Update to 2.0.18:
=== 2.0.18 ===
1173[tip]   93c436da2d19   2013-06-14 07:21 -0700   afshar
  Remove unused script.

1172   e692050ec194   2013-06-14 07:20 -0700   afshar
  Updated docs.

1171   159874713088   2013-06-14 07:20 -0700   afshar
  Bumped version.

1170   7b4e3c22e83c   2013-06-07 15:52 +0200   burcud
  Adding missing unit attributes for unit picing elements.

1169   ad8ee900dda5   2013-06-06 19:01 +0200   burcud
  Fixing identifier_exists attribute for product items.

1168   d6ce8dc4970a   2013-06-06 17:53 +0200   burcud
  Fixing multipack attribute.

1167   b87779918c90   2013-06-06 15:10 +0200   burcud
  Adding new product spec attributes.

1166   624d33ad26f2   2013-02-11 12:47 -0800   rkubiak
  Update Sites Python API to allow page creation from a template

1165   ecb1d49b5fbe   2013-01-07 11:29 -0800   dhermes
  Adding an OAuth2Token subclass which can interact with google-api-python-client.

1164   f76c53eaf151   2012-11-20 16:09 +0100   burcud
  Modifying Content API for Shopping client to use schema projection.

1163   a8c25010b8b7   2012-08-27 13:50 -0700   dhermes
  Adding in ability to change Content for Shopping base URI via a kwarg for client constructor. (Fixes 6479060).

1162   c5d57eff0ef4   2012-08-15 08:31 -0700   dhermes
  Adding paid clicks to Content API performance datapoint. (Issue 6443130)

1161   71971b013563   2012-08-06 15:20 -0700   dhermes
  Adding support for adwords_accounts settings element in managedaccounts feed of Content API. (6443092)

1160   cf0208e89433   2012-07-30 09:53 -0700   dhermes
  Changing OAuth2 Authorization Header lead in from OAuth to Bearer (per http://goo.gl/QDiLZ). (issue 6455060)

1159   3b021605570f   2012-07-12 18:14 -0700   dhermes
  Adding missing name XML attribute to gdata.contentforshopping.data.Group.

1158   524fc2b2e821   2012-06-19 08:43 -0700   dhermes
  Renaming classes for inventory feed of Content API. (Issue 6296085)

1157   32c0cb313b2e   2012-06-14 15:36 -0700   dhermes
  Updating offline URI for OAuth2 and explicity specifying approval_prompt as a kw arg. (Issue 6296072)

1156   f7593ae5d035   2012-06-14 15:35 -0700   dhermes
  Added individual get for ManagedAccounts, functionality for paging and changed to correct endpoint. (issue 6304076)

1155   723e577ada7b   2012-06-14 13:53 -0700   dhermes
  Adding support for Local Products feed in Content API. (Issue 6305091)

1154   75ee2830ca74   2012-06-13 12:48 -0700   dhermes
  Adding support for wrong open search version hack on other ContentAPI Feed classes. (Issue 6296071)

1153   f783c64b953f   2012-06-13 10:07 -0700   dhermes
  Adding support for Data Quality Feed of Content API for Shopping. (Issue 6295074)

1152   4cc916619658   2012-06-13 09:07 -0700   dhermes
  Adding back accidentally removed code from commit c92bc870e3a4363bed2732d50d782189407af7ac.

1151   c92bc870e3a4   2012-06-13 09:01 -0700   dhermes
  Adding support for Content API Users Feed. (Issue 6295071)

1150   0dcb1f3aff81   2012-06-12 17:25 -0700   dhermes
  Adding custom id parser for Content API errors. (issue 6306073)

1149   8f11de681f03   2012-06-12 17:21 -0700   dhermes
  Adding support for product status elements in app:control for content for shopping. (Fixes 6299076)
2013-07-03 08:37:43 +00:00
sno
9152c2e8de Updated devel/p5-Package-Stash-XS to 0.26 2013-07-03 08:34:23 +00:00
sno
06a9fa74e3 Updating package for CPAN distribution Package-Stash-XS in
devel/p5-Package-Stash-XS from 0.25nb2 to 0.26.

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.26  2013-01-04
      - internal refactorings to support Package::Anon stashes - this should
        work now
2013-07-03 08:34:12 +00:00
wiz
de05f3f53b Updated devel/py-distribute to 0.6.46 2013-07-03 08:21:52 +00:00
wiz
a5615d514f Update to 0.6.46:
------
0.6.46
------

* Issue #375: Issue a warning if the PYTHON_EGG_CACHE or otherwise
  customized egg cache location specifies a directory that's group- or
  world-writable.
2013-07-03 08:21:23 +00:00
wiz
cb7cbd3662 Set LICENSE. 2013-07-03 08:19:59 +00:00
wiz
cf3a3020e6 Add comment to patch, from cvs log. 2013-07-03 08:19:53 +00:00
wiz
1ab5416408 Updated security/pinentry to 0.8.3 2013-07-03 08:18:34 +00:00
wiz
05b7963576 Document qt4 option. 2013-07-03 08:18:22 +00:00
wiz
f2c20cc352 Update to 0.8.3:
Noteworthy changes in version 0.8.3 (2013-04-26)
------------------------------------------------

 * Build fixes for newer mingw32 toolchains.

 * Add SETTIMEOUT command for the gtk+-2 pinentry.
2013-07-03 08:18:06 +00:00
wiz
8721415987 Updated net/mtr to 0.85 2013-07-03 08:17:25 +00:00
wiz
ed5b5c3b21 Update to 0.85:
bugfixes.
2013-07-03 08:17:16 +00:00
wiz
45c7a574ee Updated security/libgpg-error to 1.12 2013-07-03 08:12:32 +00:00
wiz
aa5d8bb03e Update to 1.12:
Noteworthy changes in version 1.12 (2013-06-24)
-----------------------------------------------

 * Add support for 64 bit Windows (use ./autogen.sh --build-w64).

 * Fixed parsing and installing of the Windows .def file.

 * Interface changes relative to the 1.11 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 GPG_ERR_NO_CRYPT_CTX         NEW.
 GPG_ERR_WRONG_CRYPT_CTX      NEW.
 GPG_ERR_BAD_CRYPT_CTX        NEW.
 GPG_ERR_CRYPT_CTX_CONFLICT   NEW.
 GPG_ERR_BROKEN_PUBKEY        NEW.
 GPG_ERR_BROKEN_SECKEY        NEW.
2013-07-03 08:12:24 +00:00
wiz
4948d00e3c Updated converters/help2man to 1.43.3 2013-07-03 08:11:45 +00:00
wiz
c6e25c6286 Update to 1.43.3:
Version 1.43		Jun 4, 2013

  * Add explicit include syntax for prepending, replacing or appending to
    generated output for a section.
2013-07-03 08:11:36 +00:00
sno
b1be2df2e9 Added devel/p5-bareword-filehandles version 0.003 2013-07-03 07:29:19 +00:00
sno
0ebde00c61 Adding package for CPAN distribution bareword-filehandles version 0.003
into devel/p5-bareword-filehandles.

This module lexically disables the use of bareword filehandles with
builtin functions, except for the special builitin filehandles STDIN,
STDOUT, STDERR, ARGV, ARGVOUT and DATA.
2013-07-03 07:29:07 +00:00
sno
992f3ba74e Added devel/p5-Test-Without-Module version 0.17 2013-07-03 07:27:29 +00:00
sno
f405f7cd95 Adding package for CPAN distribution Test-Without-Module version 0.17
into devel/p5-Test-Without-Module.

This module allows you to deliberately hide modules from a program even
though they are installed. This is mostly useful for testing modules
that have a fallback when a certain dependency module is not installed.
2013-07-03 07:27:16 +00:00
sno
b8e8c81187 Added devel/p5-Devel-Hide version 0.0009 2013-07-03 07:25:02 +00:00
sno
6743310e8e Adding package for CPAN distribution Devel-Hide version 0.0009 into
devel/p5-Devel-Hide.

Given a list of Perl modules/filenames, this module makes require and use
statements fail (no matter the specified files/modules are installed or
not).

They die with a message like:

    Can't locate Module/ToHide.pm (hidden)

The intent of this module is to allow Perl developers to test for
alternative behavior when some modules are not available. In a Perl
installation, where many modules are already installed, there is a
chance to screw things up because you take for granted things that
may not be there in other machines.
2013-07-03 07:24:49 +00:00
sno
a6e1a6e24a Added devel/p5-Test-FailWarnings version 0.005 2013-07-03 07:22:58 +00:00
sno
f25232ee0b Adding package for CPAN distribution Test-FailWarnings version 0.005 into
devel/p5-Test-FailWarnings.

This module hooks $SIG{__WARN__} and converts warnings to Test::More's
fail() calls. It is designed to be used with done_testing, when you don't
need to know the test count in advance.

Just as with Test::NoWarnings, this does not catch warnings if other things
localize $SIG{__WARN__}, as this is designed to catch unhandled warnings.
2013-07-03 07:22:45 +00:00
sno
cde80c8def Adding support for Module::Build::Tiny and fix --installdirs flag for
Module::Build and Module::Build::Tiny (Module::Build expects flags
instead of VAR=VALUE keychains).
2013-07-03 07:16:39 +00:00
sno
de6654ed8f Added devel/p5-Module-Build-Tiny version 0.024 2013-07-03 07:13:55 +00:00
sno
9f7312b917 Adding package for CPAN distribution Module-Build-Tiny version 0.024 into
devel/p5-Module-Build-Tiny.

Many Perl distributions use a Build.PL file instead of a Makefile.PL file to
drive distribution configuration, build, test and installation. Traditionally,
Build.PL uses Module::Build as the underlying build system. This module
provides a simple, lightweight, drop-in replacement.

Whereas Module::Build has over 6,700 lines of code; this module has less
than 120, yet supports the features needed by most distributions.

Supported
    * Pure Perl distributions
    * Building XS or C
    * Recursive test files
    * MYMETA
    * Man page generation
    * Generated code from PL files

Not Supported
    * Dynamic prerequisites
    * HTML documentation generation
    * Extending Module::Build::Tiny

Directory structure

Your .pm and .pod files must be in lib/. Any executables must be in script/.
Test files must be in t/.
2013-07-03 07:13:42 +00:00