Commit graph

158843 commits

Author SHA1 Message Date
seb
fa07d7acf8 Update p5-Moose from version 1.03 to version 1.05.
Pkgsrc changes:
- adjust dependencies

Upstream changes:
1.05 Thu, May 20, 2010

  [API CHANGES]

  * Packages and modules no longer have methods - this functionality was
    moved back up into Moose::Meta::Class and Moose::Meta::Role individually
    (through the Class::MOP::Mixin::HasMethods mixin) (doy).

  * BUILDALL is now called by Moose::Meta::Class::new_object, rather than by
    Moose::Object::new. (doy)

  [NEW FEATURES]

  * strict and warnings are now unimported when Moose, Moose::Role, or
    Moose::Exporter are unimported. (doy, Adam Kennedy)

  * Added a 'consumers' method to Moose::Meta::Role for finding all
    classes/roles which consume the given role. (doy)

  [BUG FIXES]

  * Fix has '+attr' in Roles to explode immediately, rather than when the role
    is applied to a class (t0m).

  * Fix type constraint validation messages to not include the string 'failed'
    twice in the same sentance (Florian Ragwitz).

  * New type constraints will default to being unequal, rather than equal
    (rjbs).

  * The tests no longer check for perl's behavior of clobbering $@, which has
    been fixed in perl-5.13.1 (Florian Ragwitz).

  * Metaclass compatibility fixing has been completely rewritten, and should
    be much more robust. (doy)

1.04 Thu, May 20, 2010

  * This release was broken and has been deleted from CPAN shortly after its
    upload.
2010-05-24 20:10:16 +00:00
seb
4036e52b28 Updated devel/p5-Class-MOP to 1.02 2010-05-24 20:10:01 +00:00
seb
cda020b451 Update p5-Class-MOP from version 1.01 to version 1.02.
Pkgsrc changes:
- Adjust dependencies

Upstream changes:
1.02 Thu, May, 2010

  [API CHANGES]

  * Packages and modules no longer have methods - this functionality was
    moved back up into Class::MOP::Class (doy).

  [ENHANCEMENTS]

  * Metaclass incompatibility checking now checks all metaclass types. (doy)

  * Class::MOP can now do simple metaclass incompatibility fixing: if your
    class's metaclass is a subclass of your parent class's metaclass, it will
    just use the parent class's metaclass directly. (doy)
2010-05-24 20:09:50 +00:00
christos
512a3a7bb8 fixed uninitialized variable 2010-05-24 19:49:44 +00:00
seb
44e9244902 Updated time/p5-DateTime-TimeZone to 1.19 2010-05-24 19:00:14 +00:00
seb
d696f9763c Update p5-DateTime-TimeZone from version 1.18 to version 1.19.
Upstream changes:
1.19    2010-05-10

- This release is based on version 2010j of the Olson database. This release
  creates a new zone for Mexico (America/Bahia_Banderas).

- Dateline time zone on Win32 now always maps to a fixed -12:00 zone. Patch by
  David Pinkowitz.
2010-05-24 18:59:49 +00:00
seb
fd9c8aeab1 Updated www/p5-libwww to 5.836 2010-05-24 18:43:28 +00:00
seb
f8f0cc6c76 Update p5-libwww from version 5.834 to version 5.836.
Upstream changes:
2010-05-13  Release 5.836

Gisle Aas (1):
      Fix problem where $resp->base would downcase its return value

2010-05-05  Release 5.835

Gisle Aas (12):
      simple string can be simplified
      Make $mess->decoded_content remove XML encoding declarations [RT#52572]
      Don't allow saving to filenames starting with '.' suggested by server
      Avoid race between testing for existence of output file and opening the file
      Minor doc fixup -- wrongly ucfirsted word
      Use decoded_content in HTTP:Response synopsis [RT#54139]
      sun.com is no more. rip!
      Trivial layout tweak to reduce variable scope.
      Add 'make test_hudson' target
      Implement alt_charset parameter for decoded_content()
      Test decoding with different charset parameters
      lwp-download now needs the -s option to honor the Content-Disposition header

Ville Skyttä (9):
      Make LWP::MediaTypes::media_suffix case insensitive.
      Skip XML decoding tests if XML::Simple is not available.
      Documentation fixes.
      Fix m_media_type => "xhtml" matching.
      Make parse_head() apply to data: requests.
      Documentation spelling fixes.
      Documentation grammar fixes.
      Use $uri->secure in m_secure if available.
      Fix handling of multiple (same) base headers, and parameters in them.

Mark Stosberg (5):
      Strip out empty lines separated by CRLF
      Best Practice: avoid indirect object notation
      Speed up as_string by 4% by having _sorted_field_names return a reference
      Speed up scan() a bit. as_string() from this branch is now 6% faster
      Port over as_string() optimizations from HTTP::Headers::Fast

Tom Hukins (2):
      Link to referenced documentation.
      Update repository location.

Father Chrysostomos (1):
      Remove needless (and actually harmful) local $_

Sean M. Burke (1):
      "Perl & LWP" is available online
2010-05-24 18:43:13 +00:00
seb
a0a7ed377b Updated net/p5-IO-Socket-INET6 to 2.62 2010-05-24 17:37:25 +00:00
seb
3715cced93 Update p5-IO-Socket-INET6 from version 2.61 to version 2.62.
Upstream changes:
	* Solved "problems with multihomed and family order"
		- https://rt.cpan.org/Ticket/Display.html?id=57676
		- Thanks to Steffen Ullrich
	* New Release IO-Socket-INET6-2.62
2010-05-24 17:37:16 +00:00
tron
cd1a2d505f Specifically disable helpers if the according "SQUID_EXTERNAL_*_HELPERS"
variable is set to the empty string. We will otherwise end up building
all the helpers which is probably not what the user wanted.

This addresses the second halfof PR pkg/43347 by Bernd Ernesti.
2010-05-24 16:25:29 +00:00
tron
03fa3c89f8 Fix build of NTLM auth helpers under NetBSD. This addresses the first
half of PR pkg/43347 by Bernd Ernesti.
2010-05-24 16:10:54 +00:00
seb
d6618e7c22 Updated security/p5-Module-Signature to 0.64 2010-05-24 16:02:40 +00:00
seb
840ad63bbc Update p5-Module-Signature from version 0.63 to version 0.64.
Pkgsrc changes:
- placate pkglint

Upstream changes:
[Changes for 0.64 - Sun,  9 May 2010 00:50:11 +0200]

* Avoid creating gnupg configuration files for the user invoking Makefile.PL
  (Closes RT#41978).
* Correctly detect the version of gnupg on cygwin and add tests for it
  (Paul Fenwick) (Closes RT#39258).
2010-05-24 16:02:28 +00:00
seb
f1dfec4557 Updated devel/p5-Scope-Guard to 0.20 2010-05-24 15:11:57 +00:00
seb
4909b65231 Update p5-Scope-Guard from version 0.12 to version 0.20.
Upstream changes:
0.20 Sun May 16 08:50:59 2010
    - raise exception if guards are created anonymously (void context)
      (thanks Tim Bunce and Graham Knop)
2010-05-24 15:11:41 +00:00
seb
35b2b95fac Updated databases/p5-DBM-Deep to 1.0023 2010-05-24 13:23:05 +00:00
seb
e21b057f11 Update p5-DBM-Deep from version 1.0016 to version 1.0020.
Upstream changes:
1.0023 May 9 14:33:00 2010 PDT
    (This version is compatible with 1.0022)
    - The DBI back end no longer dies with ?<80><98>Use of uninitialized value
      $_ in lc?<80><99> in perl 5.12.0. Thanks to Ansgar Burchardt for finding
      and fixing this problem.

1.0022 Apr 25 18:40:00 2010 PDT
    (This version is compatible with 1.0021)
    - Singleton support has been re-enabled in the File back end.
    - t/43_transaction_maximum.t was still failing on some systems
      (see http://www.cpantesters.org/cpan/report/7151810), so now we
      try to detect the maximum number of files we can open.

1.0021 Apr 18 18:28:00 2010 PDT
    (This version is compatible with 1.0020)
    - Correct spelling mistakes in the documentation (thanks to Gregor
      Herrmann for the corrections and to Ansgar Burchardt for passing
      them on) (RT#56520)
    - MANIFEST now lists the test libs so they get included in the
      distribution (RT#56512)
    - It no longer crashes in perl 5.6.2.

1.0020 Feb 16 22:00:00 2010 EST
    (This version is compatible with 1.0016)
	- Fixed t/43_transaction_maximum.t so that it doesn't error out on systems
      which cannot fork > 255 children at one time.
    - Improved code coverage
        - Added t/96_virtual_functions.t which helps describe what actually
          needs to be overridden in a new plugin.


1.0019_003 Feb 16 22:00:00 2010 EST
    (This is the third developer release for 1.0020.)
    (This version is compatible with 1.0016)
	- Fixed problem where "./Build test" wouldn't actually -do- anything.
        - (No-one apparently tried to install this till Steven Lembark. Thanks!)
    - Fixed speed regression with keys in the File backend.
        - Introduced in 1.0019_002 to fix #50541
        - Thanks, SPROUT!
    - (RT #53575) Recursion failure in STORE (Thanks, SPROUT)
    - Merged the rest of the fixes from 1.0015 and 1.0016
        - Thanks to our new co-maintainer, SPROUT! :)
    - Had to turn off singleton support in the File backend because the caching
      was causing havoc with transactions. Turning on fatal warnings does give
      apparently important information.
    - Oh - forgot to mention that fatal warnings are now on in all files.

1.0019_002 Jan 05 22:30:00 2010 EST
    (This is the second developer release for 1.0020.)
    (This version is compatible with 1.0014)
	- Fixed bug where attempting to store a value tied to something other than
      DBM::Deep would leave the file flocked.
	- Added support for DBD::SQLite
        - Build.PL has been extended to support sqlite vs. mysql
        - Storage::DBI now detects between the two DBDs
    - (RT #51888) Applied POD patch (Thanks, FWIE!)
    - (RT #44981) Added VERSION to ::Array, ::Engine, and ::Hash
    - Removed extraneous slashes from POD links (Thanks ilmari!)
    - (RT #50541) Fixed bug in clear() for hashes in the File backend.
        - This has caused a regression in speed for clear() when clearing
          large hashes using running with the File backend. ->clear() (on my
          machine) now takes ( N / 40 ) ** (1.66) seconds. So, clearing 4000
          keys (as is the test in t/03_bighash.t) would take ~2070 seconds.
    - (RT #40782) Fixed bug when handling a key of '0' (Thanks Sterling!)
    - (RT #48031) Fixed bug with localized $, (Thanks, SPROUT!)

1.0019_001 Dec 31 22:00:00 2009 EST
    (This is the first developer release for 1.0020.)
    (This version is compatible with 1.0014)
	- DBM::Deep has been refactored to allow for multiple engines. There are two
      engines built so far:
        - File (the original engine)
        - DBI (an engine based on DBI)
    - The DBI engine has only been tested on MySQL and isn't transactional.
        - InnoDB sucks horribly. When run in a sufficient isolation mode, it
          creates deadlocks.
    - A custom Build.PL has been written to allow for running tests under
      CPAN.pm against the various engines.
        - This also allows running the long tests under CPAN.pm
    - This has meant a ton of refactoring. Hopefullly, this refactoring will
      allow finding some of the niggly bugs more easily. Those tests have not
      been enabled yet. That's the next developer release.
    - Hopefully, this multi-engine support will allow deprecation of the file
      format in the future.
2010-05-24 13:22:51 +00:00
reed
778b1f7f3d Fix a typo.
Reported in the "www update.changes log" on www@
2010-05-24 13:01:42 +00:00
jym
79d060b36b Forgot to notify addition of devel/php-libawl and www/davical. 2010-05-24 12:08:20 +00:00
seb
f867f575b2 Updated devel/p5-App-cpanminus to 1.0004 2010-05-24 10:34:20 +00:00
seb
87602e4c25 Update p5-App-cpanminus from version 1.0003 to version 1.0004.
Upstream changes:
1.0004  Fri May 14 16:08:23 PDT 2010
   - Do not use Cwd::abs_path if the -l path begins with / (rafl)
   - Skipping perl should now be considered as success, not failure (rafl)
   - Fixed PREREQ_PM scanner for dists that conflict with core functions such as UNIVERSAL::isa (yannk)
   - --look should now imply --no-skip-installed (doy) #45
2010-05-24 10:34:10 +00:00
seb
6aaa49b9aa Updated devel/p5-Module-CoreList to 2.34 2010-05-24 08:09:43 +00:00
seb
7f0fea5e8b Update p5-Module-CoreList from version 2.31 to version 2.34.
Upstream changes:
2.34    Thu Apr 20 2010
  - Updated for 5.13.1

2.31_01 Fri Apr 30 2010
  - [rt.cpan.org #56740] Format Perl versions >= 5.6.0 as X.Y.Z (schwern)
  - Functional interface amended to make calling conventions consistent
    (bingos)
  - Documented all functions and all hash structures (bingos)
  - Fixed functions with edge-case involving querying for Module::CoreList
    itself. Pointed out by Ilmari.
  - Added removed_from() and removed_from_by_date() functions
    for querying which release a module was removed from core. (bingos)
  - Amended corelist utility to use new removed from functions when
    stating when a module entered core ( and when it left it ). (bingos)
  - Added tests to the testsuite to cover the edge-cases and new funcs. (bingos)
2010-05-24 08:09:17 +00:00
minskim
60196cc845 Note update of tex-hyphen-* packages. 2010-05-24 06:21:28 +00:00
minskim
ad0facadaa Update tex-hyphen-* packages to the versions in TeX Live 2009. 2010-05-24 06:08:33 +00:00
minskim
8dc5084880 Let tex-ruhyphen use DISTFILES from TeX Live 2009. No functional change. 2010-05-24 05:20:12 +00:00
sbd
df8be1786b Fix type s/FILES_SUSST/FILES_SUBST/ 2010-05-24 03:37:59 +00:00
minskim
968f20e4cd Note update of tex-euenc{,-doc}. 2010-05-24 03:36:05 +00:00
minskim
5c9326f195 Update tex-euenc{,-doc} to 0.1f.
- Install files into tex/latex instead of tex/xetex.
2010-05-24 03:35:09 +00:00
sbd
f8212d3213 Updated print/cups to 1.4.3nb1 2010-05-24 03:33:17 +00:00
sbd
63943c6a3b Change CUPS_GROUP to lp
Add CUPS_SYSTEM_GROUPS

Bump PKGREVISION.
2010-05-24 03:32:12 +00:00
sbd
bf8faffa8c Change CUPS_GROUP to lp
Add CUPS_SYSTEM_GROUPS.
2010-05-24 03:29:09 +00:00
sbd
41393fa4f0 s/ROOT_USER/REAL_ROOT_USER/ 2010-05-24 03:26:37 +00:00
jym
96d853c9ee Add php-libawl. 2010-05-23 21:41:48 +00:00
jym
d1660762aa Add davical. 2010-05-23 21:39:43 +00:00
jym
6758688f9b Add davical.
DAViCal is a server for calendar sharing. It is an implementation of the
CalDAV protocol which is designed for storing calendaring resources (in
iCalendar format) on a remote shared server.

DAViCal supports basic delegation of read/write access among calendar users,
multiple users (or clients) reading and writing the same calendar entries over
time, and scheduling of meetings with free/busy time displayed.

An increasing number of calendar clients support the maintenance of shared
remote calendars through CalDAV, including Evolution, Mulberry, Chandler,
Mozilla Calendar (Sunbird/Lightning), and various other closed-source
products such as Apple's iCal and iPhone.
2010-05-23 21:36:30 +00:00
jym
9b6730594a Add php-libawl.
Andrew's Web Libraries are a set of hopefully lightweight libraries for
handling a variety of useful things for web programming, including:

 - Session management
 - User management
 - DB Records
 - Simple reporting
 - DB Schema Updating
 - iCalendar parsing
2010-05-23 21:16:17 +00:00
adam
14302081f3 Update hatari to 1.3.1 2010-05-23 18:47:28 +00:00
adam
7184dc3111 Changes 1.3.1:
* Fixed HD boot drive when drive C: does not exist. TOS 2.06 was
  crashing during the boot process when drive C: did not exist, but
* Fixed drive enumeration of GEMDOS HD emulation. Single partition
  GEMDOS HD emulation did not work anymore when an ACSI HD image was
  also used, due to some problems with the automatic drive letter detection.
* Fix ConnectedDriveMask with multiple, non-contiguous GEMDOS partitions.
* Fix to incorrect use of DESTDIR in python-ui installation
* more compact debugger output (return to emulation msg)
* update copyright, fix trace settings names
* fix: debugger memdump/disasm show/save/load need now to use '$' for hex
* Improved the CSS of the manual and compatibility list. The "font-
  family:Fixed" did not work at all on Windows. Also cleaned up the
  CSS in general.
* The hatari icons for the Windows executable must not be put into an
  archive for linking.
2010-05-23 18:46:27 +00:00
spz
49302e0198 remove updated pkgs from the to-be-updated list: hobbitmon, inn, irrd, rt3 2010-05-23 18:25:43 +00:00
schwarz
fb6ca3e219 updated net/manradns to 1.4.03 2010-05-23 17:32:56 +00:00
schwarz
cb61ebf899 updated to 1.4.03
patched to support Darwin
2010-05-23 17:30:31 +00:00
tron
3a90abdd9d Note update of the "freeradius2" package to version 2.1.8. 2010-05-23 17:30:12 +00:00
tron
1591ab9a16 Update "freeradius2" package to version 2.1.8. Changes since version 2.1.7:
- Feature improvements
  * Print more descriptive error message for too many EAP sessions.
    This gives hints on what to do when "failed to store handler"
  * Commands received from radmin are now printed on stdout when
    in debugging mode.
  * Allow accounting packets to be written to a detail file, even
    if they were read from a different detail file.
  * Added OpenSSL license exception (src/LICENSE.openssl)
- Bug fixes
  * DHCP sockets can now set the broadcast flag before binding to a
    socket.  You need to set "broadcast = yes" in the DHCP listener.
  * Be more restrictive on string parsing in the config files
  * Fix password length in scripts/create-users.pl
  * Be more flexible about parsing the detail file.  This allows
    it to read files where the attributes have been edited.
  * Ensure that requests read from the detail file are cleaned up
    (i.e. don't leak) if they are proxied without a response.
  * Write the PID file after opening sockets, not before
    (closes bug #29)
  * Proxying large numbers of packets no longer gives error
    "unable to open proxy socket".
  * Avoid mutex locks in libc after fork
  * Retry packet from detail file if there was no response.
  * Allow old-style dictionary formats, where the vendor name is the
    last field in an ATTRIBUTE definition.
  * Removed all recursive use of mutexes.  Some systems just don't
    support this.
  * Allow !* to work as documented.
  * make templates work (see templates.conf)
  * Enabled "allow_core_dumps" to work again
  * Print better errors when reading invalid dictionaries
  * Sign client certificates with CA, rather than server certs.
  * Fix potential crash in rlm_passwd when file was closed
  * Fixed corner cases in conditional dynamic expansion.
  * Use InnoDB for MySQL IP Pools, to gain transactional support
  * Apply patch to libltdl for CVE-2009-3736.
  * Fixed a few issues found by LLVM's static checker
  * Keep track of "bad authenticators" for accounting packets
  * Keep track of "dropped packets" for auth/acct packets
  * Synced the "debian" directory with upstream
  * Made "unlang" use unsigned 32-bit integers, to match the
    dictionaries.

While here fix broken user destination directory installation as well.
2010-05-23 17:28:44 +00:00
tnn
d3260dd0dc grant default permission to read sun.java2d.debugfonts 2010-05-23 13:00:03 +00:00
obache
b9f5530630 Need workaround for upstream gtk-doc Bug#56230.
Noticed by Daniel Vergien in PR 41475.
2010-05-23 11:19:26 +00:00
tnn
c4f1da5c22 make this build again 2010-05-23 10:50:42 +00:00
tnn
05b41885db need gmake for plugin build 2010-05-23 10:50:11 +00:00
adam
40674af2e9 Updated graphics/glew to 1.5.4 2010-05-23 10:10:07 +00:00