Commit graph

142180 commits

Author SHA1 Message Date
sno
2d864fb40a PkgSrc changes:
- Updating package for p5 DateTime modules from 0.49 to 0.50

Upstream changes:
0.50   2009-05-11
- Tests were failing on Win32 because they attempted to use a negative
  epoch. Fixed so that these tests are skipped. Fixes RT #45966.
2009-05-17 18:08:00 +00:00
sno
8395040905 Updated devel/p5-Cache-FastMmap to 1.30 2009-05-17 18:05:13 +00:00
sno
ef104bfcea PkgSrc changes:
- Updating package for p5 module Cache::FastMmap from 1.29 to 1.30

Upstream changes:
1.30 Fri May 8  11:10 2009
  - Fix for Mandriva compiler (thanks Jean-Christian Hassler)
2009-05-17 18:03:39 +00:00
sno
3619ecf2bd Updated devel/p5-Variable-Magic to 0.35 2009-05-17 17:59:18 +00:00
sno
d4deae177f PkgSrc changes:
- Updating package for p5 module Variable::Magic from 0.34 to 0.35

Upstream changes:
0.35    2009-05-15 20:50 UTC
        This is a maintenance release. Users of 0.34 can skip this update.
        + Chg : uvar magic used to be enabled for 5.9.5. It now requires 5.10 or
                later.
        + Fix : Silence compilation warnings for cxinc().
        + Rem : The workaround introduced in 0.31 for the "Unknown errors" issue
                was removed, as regression tests show that 0.34 provides a
                better fix.
        + Tst : Skip t/40-threads.t on 5.8.x with old versions of threads and
                threads::shared.
2009-05-17 17:58:14 +00:00
sno
65a418cd28 Updated devel/p5-Module-Install to 0.88 2009-05-17 17:55:24 +00:00
sno
11c12efdd7 PkgSrc changes:
- Updating package for p5 module Module::Install from 0.86 to 0.88
  - Adjusting dependencies

Upstream changes:
0.88 Thu 14 May 2009
        - Show what version is currently installed when deps are not new
          enough (patch by RIBASUSHI, applied by MSTROUT)
        - Tweak _check_lock to not load CPAN when new enough -and- no env
	  vars present - otherwise we still accidentally configure the thing
	  for no good reason (MSTROUT, feeling particularly dumb)
        - Module::Install::Admin::Include now had a '=head1 NAME',
          which should avoid problems when generating man pages.
          Many thanks to Simon Bertrang for the patch.  (PJF, RT #45811)

0.87 Thu  7 May 2009
	- The other half of MSTROUT's changes
        - A note mentioning to bug MSTROUT if you run into problems
2009-05-17 17:53:53 +00:00
sno
e7cd06431f Updated devel/p5-Log-Log4perl to 1.23 2009-05-17 17:48:09 +00:00
sno
6280a7177e PkgSrc changes:
- Updating package for p5 module Log::Log4Perl from 1.21 to 1.23

Upstream changes:
1.23 (2009/05/12)
    *   (ms) DBI-1.608 removed a DBD::File 'feature' that allowed leaving
             out parameters in a bound execute(). This caused the test
             suite to fail (http://groups.google.com/group/perl.cpan.testers/browse_thread/thread/af1f5c875165c387). Fixed the test cases to pass the correct
             number of parameters every time.
    *   (ms) Better error message in the DBI appender on bad SQL, missing
             bind parameters, or other execute() errors.
    *   (ms) Made DBI test suite more robust against preexisting conditions
    *   (ms) Added force_next_check() for init_and_watch(), cleaned up
             Config::Watcher code.
    *   (ms) Fixed test suite to run on Strawberry Perl on Win32 (reported
             by kmx on https://rt.cpan.org/Ticket/Display.html?id=45983)
    *   (ms) Added 'utf8' option to screen appender and easy mode, some of
             it suggested in
             http://rt.cpan.org/Public/Bug/Display.html?id=36673 by
             Shantanu Bhadoria.

1.22 (2009/05/02)
    *   (ms) is_xxx() returned true prior to L4p initialization. Fixed it
             and adapted test suite.
    *   (ms) Added test cases on syswrite in recreate mode
    *   (ms) Applied patch by Jens Berthold <log4perl@jebecs.de> to
             avoid semaphore cleanup in spawned children.
    *   (ms) Added %m{chomp} feature, 'message_chomp_before_newline' option,
             and documentation on newlines and logging messages, all
             suggested by Tim Bunce (see PatternLayout).
2009-05-17 17:46:38 +00:00
sno
2c5561487b Updated devel/p5-Exception-Class to 1.29 2009-05-17 17:44:46 +00:00
sno
e8925c1954 PkgSrc changes:
- Updating package for p5 module Exception::Class from 1.27 to 1.29
  - Setting license to gnu-gpl-v2

Upstream changes:
1.29 May 8, 2009

- Make sure that there is only one line that the toolchain can pick up
  when looking for this module's $VERSION.

1.28 May 6, 2009

* Removed Exception::Class::Base->do_trace and ->NoObjectRefs, both of
  which have been undocumented for many years.

- Moved Exception::Class::Base to its own file, so it doesn't
  overwrite the $VERSION in Exception::Class (and for general
  sanity). Reported by Kirk Baucom.
2009-05-17 17:40:51 +00:00
sno
2c1b346719 Updated devel/p5-Class-Accessor to 0.33 2009-05-17 17:38:22 +00:00
plunky
63da046e1c include <time.h> and <utime.h> so that where time_t has been changed to 64-bit
values on NetBSD, we we get correctly referred to __utime50() which can handle
64-bit values. This fixes a problem where mailbox mtimes were being reset to 0

Note that this actually causes some build warnings as the code uses
"time_t tp[2]" instead of "struct utimbuf tp" (contains two time_t values)

Although the <os_bsi.h> file says it is used for BSDI, it seems to be used by
NetBSD and OpenBSD, both of which have the <utime.h> and <time.h>

bump PKGREVISION
2009-05-17 17:34:01 +00:00
sno
01e03b47c6 PkgSrc changes:
- Updating package for p5 module Class::Accessor from 0.31 to 0.33

Upstream changes:
0.33 Tue May  5 00:15:09 JST 2009
    - small cleanups to fix RT#45592 and RT#43493

0.32 Tue Jun 10 10:31:06 JST 2008
    - use Sub::Name to give names to anon subs to fix RT#17856
2009-05-17 17:31:29 +00:00
plunky
b957a2a78e Fix a problem where file modification times were being reset to 0 by
including <utime.h> to make sure that compiler renaming was used to
select __utime50() instead of utime() as 64-bit time_t was being used.
2009-05-17 16:03:08 +00:00
kefren
726540f3f2 mention recent wbm-* updates 2009-05-17 14:52:46 +00:00
sno
191fd49cf2 Updated devel/p5-PathTools to 3.30 2009-05-17 14:48:50 +00:00
sno
729c96939e PkgSrc changes:
- Updating package for p5 PathTools modules (Cwd, File::Spec, ...) from
    3.29 to 3.30
  - Setting license to gnu-gpl-v2

Upstream changes:
3.30 - Sun May 10 10:55:00 2009

- Promote to stable release.

3.29_01 - Thu May  7 20:22:00 2009

- Minor fixes for QNX6. [Sean Boudreau]

- Update to support VMS in Unix compatible mode and/or file names using
  extended character sets. (RT #42154) [John Malmberg]

- VMS support for Unix and extended file specifications in File::Spec
  (RT #42153) [John Malmberg]
2009-05-17 14:47:12 +00:00
kefren
141069a632 Update to 1.470 2009-05-17 14:44:23 +00:00
sno
ed77a51a67 Updated textproc/p5-YAML-Tiny to 1.38 2009-05-17 14:41:44 +00:00
sno
892ecf5d0c PkgSrc changes:
- Updating package for p5 module YAML::Tiny from 1.36 to 1.38
  - Setting license to gnu-gpl-v2

Upstream changes:
1.38 Sat 16 May 2009
	- Moving the test suite style closer to Parse::CPAN::Meta
	- Changed exceptions closer to Parse::CPAN::Meta
	- Fixed Changes file date for 1.37 :)

1.37 Sat 16 May 2009
	- Call $self->_error instead of $class->_error when we can
	- Refactoring away some of the code other people have been
	  contributing lately that most certainly NOT ::Tiny style.
	- Avoid the need to do '' escaping by moving it to "'"
	- Added comparative testing with YAML::Perl
2009-05-17 14:40:54 +00:00
kefren
b38d0f4e04 Update to 1.470 2009-05-17 14:36:47 +00:00
sno
e9552bffcc devel/p5-Parse-CPAN-Meta to 1.38 2009-05-17 14:34:50 +00:00
sno
5605f15452 PkgSrc changes:
- Updating package for p5 module Parse::CPAN::Meta from 0.05 to 1.38
  - Setting license to gnu-gpl-v2

Upstream changes (since 0.05):
1.38 Sat 16 May 2009
	- Synchorised version numbers with YAML::Tiny
	- Code shrinkages to the bloaty Unicode/BOM code
	- Merging a ton more tests from YAML::Tiny
	- Added back some pointless options to yaml_ok that keep our
	  codebase closer to YAML::Tiny (which should help with syncing)
	- Changed exceptions to be closer to YAML::Tiny
2009-05-17 14:33:55 +00:00
kefren
00cb9ca578 Update to 1.470 2009-05-17 14:29:25 +00:00
sno
d082870b07 Updated databases/p5-SQL-Abstract to 1.55 2009-05-17 14:26:43 +00:00
sno
fad0d373df PkgSrc changes:
- Updating package for p5 module SQL::Abstract from 1.53 to 1.55
  - Adjusting dependencies (and arrange them to alphabetical order)

Upstream changes:
revision 1.55  2009-05-17 22:54 (UTC)
----------------------------
    - make sure that sql generation does not mutate the supplied
      where condition structure

revision 1.54  2009-05-07 17:23 (UTC)
----------------------------
    - allow special_operators to take both code refs and method names
      (makes it possible to properly subclass the builtin ones)
2009-05-17 14:24:44 +00:00
kefren
87cc0461bf Update to 1.470 2009-05-17 14:18:52 +00:00
tron
91111a856e Note update of the "squid31" package to version 3.1.0.7nb3. 2009-05-17 14:17:54 +00:00
tron
98959f1f81 Stop the "squid31" package from cluttering "${PKG_SYSCONFDIR}" with
various configuration and example files. Leave the installation of the
example files to "pkgsrc" instead.

Problem reported by Hasso Tepper in private e-mail.
2009-05-17 14:17:42 +00:00
sno
cbd5d5e633 Updated devel/p5-Array-Diff to 0.05.002 2009-05-17 14:16:56 +00:00
sno
9be9b1d44d PkgSrc changes:
- Updating package for perl module Array::Diff to 0.05.002 from 0.05
  - Setting license to gnu-gpl-v2

Upstream changes:
0.05002 2009-05-12T11:54:26+09:00
     - upgrade copyright and license statement in document (Thanks to Peter Pentchev)

0.05001 2009-05-11T10:39:47+09:00
     - upgrade a document. (Thanks to Peter Pentchev)
2009-05-17 14:16:11 +00:00
kefren
878aeabc4a Update to 1.470 2009-05-17 14:09:01 +00:00
sno
f07a62bac8 Updated devel/p5-Scalar-List-Utils to 1.20 2009-05-17 14:08:46 +00:00
sno
83dcd7e09e PkgSrc changes:
- Updating package for perl modules List::Util and Scalar::Util to 1.20
    from 1.19 (which is in perl core, too)
  - Setting license to gnu-gpl-v2

Upstream changes:
1.20 -- Wed May 13 16:42:53 CDT 2009

*** NOTE***
This distribution now requires perl 5.6 or greater

Bug Fixes
  * Fixed stack pop issue in POP_MULTICALL
  * Fixed error reporting in import when XS not compiled
  * Check first argument to reduce is a CODE reference to avoid segfault
  * Handle overloaded and tied values
  * Fix tainted test to run on Win32

Enhancements
  * Added List::Util::XS so authors can depend on XS version
  * Removed need for dummy methods in UNIVERSAL for perl-only code
2009-05-17 14:08:10 +00:00
kefren
113c49eb10 Update to 1.470 2009-05-17 13:57:08 +00:00
sno
9ecfa68773 Updated devel/p5-File-LibMagic to 0.94 2009-05-17 13:55:31 +00:00
kefren
823a465671 Update to 1.470 2009-05-17 13:55:26 +00:00
sno
f13fbf529b PkgSrc changes:
- Updating package for p5 module File::LibMagic from 0.91 to 0.94
  - Setting license to gnu-gpl-v2

Upstream changes:
0.94 May 2009
      small error in t/6-oo.t

0.93 May 2009
      using Devel::CheckLib as suggested in
      http://wiki.cpantesters.org/wiki/CPANAuthorNotes

0.92 May 2009
      "normalisation"-problem -> changed t/6-oo.t
2009-05-17 13:54:38 +00:00
obache
9225560a3d Updated www/opera to 9.64 2009-05-17 13:46:15 +00:00
obache
53e611c2f3 Update Opera to 9.64.
Release Notes

Opera 9.64 is a recommended security and stability upgrade, incorporating the
Opera Presto 2.1.1 user agent engine. Opera highly recommends all users to
upgrade to Opera 9.64 to take advantage of these improvements.

Release date: 03.03.2009

Changes and improvements since Opera 9.63
Security
* Fixed an issue where specially crafted JPEG images could be used to execute
  arbitrary code, as reported by Tavis Ormandy of the Google Security Team; see
  our advisory: http://www.opera.com/support/kb/view/926/
* Fixed an issue where plug-ins could be used to allow cross domain scripting,
  as reported by Adam Barth; details will be disclosed at a later date.
* Fixed a moderately severe issue; details will be disclosed at a later date.
* Added Untrusted Rootstore Capability:
  * Opera downloads only the detailed information about untrusted (blacklisted)
    certificates when they are encountered
  * If download fails for certificate information in the list, Opera considers
    any certificate matching the ID as untrusted
* Added version conditional fetching of certificate dependencies from an online
  repository
* Fixed a problem downloading the CRL (Certificate Revocation List)
* Fixed a problem that could cause SSL to deadlock in one state, hanging the
  connection
* Fixed a problem that could cause the incorrect calculation of Certificate IDs
* Implemented Extended Validation (EV) for cross-signed EV Root Certificates not
  shipped by default
* Implemented preshipping of the Entrust 2048 CA (Certificate Authority)
* Implemented Root Certificate fetching from an online repository when an
  intermediate matches a certificate in the repository
* Improved support for weak encryption when importing .p12 private certificates
* Prevented security information documents from being written to disk

Miscellaneous
* Fixed a problem which created separate feed notifications; Opera now groups
  them together
* Fixed a problem with the backspace key event in the Flash plug-in
* Fixed a problem with inline find when no text was entered, and the Enter key
  was pressed
* Fixed an instability error with the 64 bit Linux version
2009-05-17 13:46:00 +00:00
sno
ddad519723 Added databases/p5-DBD-ODBC version 1.21 2009-05-17 13:30:56 +00:00
kefren
4bd7d49b1d Update to 1.470 2009-05-17 13:30:14 +00:00
sno
7c0bbb86ff Importing package for p5 module DBD::ODBC 1.21.
DBD::ODBC is an ODBC Driver for DBI.
2009-05-17 13:29:15 +00:00
sno
1918e84a48 Updated graphics/graphviz to 2.22.2 2009-05-17 12:56:44 +00:00
sno
806a2c9e24 PkgSrc changes:
- Updating package graphics/graphviz to 2.22.2
  - Setting license to cpl-1.0
  - Rework optional dependencies handling (handle dependencies
    of dependencies)

Upstream changes:
March 13, 2009
        - Release 2.22.2
                - fix for buffer overflow (present in 2.22.0 and 2.22.1)
        - Fixed bugs:
                1596, 1602

March 9, 2009
        - Release 2.22.1
                - build fixes for Visual Studio and for FreeBSD
March 3, 2009
        - Release 2.22.0
        - Core:
                - libgvc api changed, version bumped.  Affects third party
                  applications using libgvc.
                - plugin api changed, version bumped.  Affects third party
                  plugins for graphviz.
                - 90% conversion to cgraph has been done, but not enabled yet,
                  (and yes, its true what they say about the last 10% )
                - drop libagraph from distribution  (use libcgraph)
                - layout code completely converted to floating point.
                - new "dot -P" option for generating a graph of available
                  plugins.
                - registered MIME type:  text/vnd.graphviz for .gv files
                - rename files from .dot to .gv to avoid conflict with
                  Word templates.  .dot still supported, but deprecated.
                - new command: mm2gv   (matrix-market graph file conversion)
                - rename commands:      dot2gxl -> gv2gxl
                                        gxl2dot -> gxl2gv
        - Plugins:
                - new rsvg plugin for support of node shapes in SVG format
                - new gs plugin for support of node shapes in PS format
                - new lasi plugin for support of UTF-8 characters in PS output
                  (the above thee plugins are Linux only, at the moment)
                - new quartz plugin (MacOSx only)
                - new gdiplus plugin (Windows only)
                - new -Tvml support in core plugin (thanks Steve Roush)
                - new -Ttk support in core plugin (also used by Tcldot and
                  gv_tcl language bindings.)
                - disabled old style codegens completely
        - Linux:
                - new Ubuntu8 builds
                - new Fedora 10 and 11 builds
        - MacOSx:
                - Universal binary for Leopard: i386, x86_64, ppc, ppc64
                - Should not conflict with parallel install of MacPorts
                  version of graphviz
                - Improved GUI
        - Windows:
                - VisualC project files now available, in addition to the GNU
                  Makefiles that are used the mingw builds.
        - Language Bindings:
                - fixed problem with writing dot, xdot, plain, canon to
                  memory or to Tcl_Channels
                - renamed man pages to Debian style:  gv.3tcl, gv.3perl, etc
        - Fixed bugs:
                827, 1365, 1366, 1367, 1368, 1374, 1375, 1376, 1378, 1380, 1382,
                1383, 1385, 1386, 1388, 1390, 1391, 1392, 1394, 1395, 1397,
                1398, 1399, 1405, 1407, 1410, 1412, 1414, 1415, 1416, 1421,
                1424, 1425, 1427, 1429, 1431, 1433, 1435, 1436, 1437, 1438,
                1440, 1441, 1444, 1446, 1451, 1452, 1453, 1456, 1457, 1459,
                1460, 1461, 1462, 1463, 1464, 1465, 1466, 1470, 1474, 1475,
                1476, 1477, 1478, 1484, 1485, 1489, 1490, 1492, 1493, 1495,
                1496, 1499, 1500, 1501, 1502, 1503, 1505, 1509, 1513, 1521,
                1523, 1525, 1530, 1531, 1532, 1533, 1535, 1536, 1539, 1540,
                1542, 1543, 1546, 1547, 1551, 1553, 1554, 1561, 1565, 1566,
                1568, 1569, 1570, 1571, 1573, 1577, 1578, 1579, 1580, 1581,
                1582, 1584, 1586,
2009-05-17 12:55:52 +00:00
sno
de1c7085e8 Fixing wrong target location for copying missing solaris-hwcap.mapfile
reported through PR pkg/41287.
2009-05-17 11:01:11 +00:00
sno
fb19774208 Updated textproc/p5-Text-CSV_XS to 0.65 2009-05-17 10:50:09 +00:00
sno
5179926ad7 Pkgsrc changes:
- Updating package for perl module Text::CSV_XS from 0.64 to 0.65
  - setting license to gnu-gpl-v2

Upstream changes:
2009-05-14 0.65 - H.Merijn Brand   <h.m.brand@xs4all.nl>
	* Initial known errors can now be checked on number (1002)
	* More tests for illegal combinations
	* Added -u option to examples/csv-check to validate utf-8 encoding
	* Correct documentation for error_diag () return value in case of
	  contructor failure (Slaven, RT#46076)
	* All error_diag () returns should now be dual-var (both numeric
	  and string context valid)
2009-05-17 10:49:33 +00:00
taca
d8ea5d3de3 Note update of www/typolight27-translations package to 20090514. 2009-05-17 10:44:15 +00:00