Commit graph

142431 commits

Author SHA1 Message Date
sno
1d85a23f6c Updated devel/p5-IO to 1.2500 2009-05-18 06:55:47 +00:00
sno
0825a7af79 pkgsrc changes:
- updating package for various p5 IO modules from 1.2301 to 1.2500

upstream changes (since 1.23):
IO 1.25 -- Wed May 13 18:37:33 CDT 2009
  * Fix test warnings in io_dir
  * skip tests known to cause a segfault 5.10.0

IO 1.24 -- Mon May 11 14:15:51 CDT 2009

  * Make Makefile.PL usable by core and CPAN
  * Reorganize files to be under lib/ directory structure now matches core perl
  * Update with following changes made to core perl distribution
  * Silence Win32 compiler warning in IO.xs
  * Make non-blocking mode work on Windows in IO::Socket::INET
  * fix some missing parts of IO::Handle pod
  * Implement IO::Handle::say the same way as the builtin say().
  * Undo io_linenum.t part of #34148. It was io_multihomed.t that I meant (my mistake), and that is now covered by #34155.
  * watchdog() some IO tests
  * Some more missing isGV_with_GP()s
  * IO::Dir destructor
  * IO::Socket::INET unnecessarily resolves "udp"
  * IO::Handle->say should ignore $\ (bug #49266)
  * consting IO.xs
  * Net::SMTP can't send large messages with bleadperl
  * Fix for IO::Socket send method
  * Fixes for the test suite on OS/2
  * Silence VC++ compiler warnings
  * IO::Socket's IO.xs fails to compile
  * IO::Socket::connect returns wrong errno on timeout
  * Coverity correctly reports that gv might (just) be NULL. So don't derefernece it if it is.
  * Simplify tests for fork() capabilities
  * Fix syntax error in io_pipe test
  * Making IO::Socket pass test on Win32
  * ext/IO/t/io_unix.t
2009-05-18 06:54:45 +00:00
agc
7a0ca977cd Use INSTALLATION_DIRS to create the directory 2009-05-18 06:40:59 +00:00
agc
02a8a3a130 Note the update of devel/tre to version 0.7.5nb5 2009-05-18 06:35:35 +00:00
agc
dab710e492 Also install the html docs for tre's API and its regexp syntax
Bump PKGREVISION to 5

Add licensing info
2009-05-18 06:33:20 +00:00
dholland
85c2f36ccb rx 2009-05-18 05:44:48 +00:00
dholland
25b8992ef2 Fix 64-bit issues. PKGREVISION++ 2009-05-18 05:44:13 +00:00
dholland
697a370312 rplay 2009-05-18 05:22:29 +00:00
dholland
bdd82080e5 Fix 64-bit issue. PKGREVISION++ (to 6) 2009-05-18 05:21:18 +00:00
dholland
6a441534d1 Three fixes to close PR 39819:
(1) Fix top level makefile to stop on error.
(2) Use <errno.h>, not <sys/errno.h>, in rplayd/cdrom.c to fix Solaris build.
(3) Fix botched configure test for libedit vs. readline.
2009-05-18 05:11:50 +00:00
dholland
29c2082fa3 PR 37177: Raymond Meyer: gcc no longer supports -mv8 on Solaris.
Build fix; no version bump.
2009-05-18 04:42:44 +00:00
dholland
213b63e701 libvisual-plugins 2009-05-18 04:33:55 +00:00
dholland
4e43921a51 Only use mremap() on systems that have it. On others, like NetBSD 4.0,
fall back to munmap() and a fresh mmap(). Fixes PR 38164.
Theoretically a build fix, but bump PKGREVISION as a precaution.
2009-05-18 04:33:28 +00:00
dholland
3d3b351ff6 Add note pointing users to php-oci8 for Oracle 8 and up.
Suggested by Joern Clausen in PR 40754.
2009-05-18 00:14:18 +00:00
joerg
bac1d48f72 Sanity check that USE_DESTDIR is either yes or no after downgrading
USE_DESTDIR=full. This makes setting USE_DESTDIR=full on the command
line an explicit error as side effect.
2009-05-17 23:44:53 +00:00
billc
c023565d38 also cleanup for testbootstrap 2009-05-17 23:44:48 +00:00
snj
210e83e2cf regen 2009-05-17 23:36:01 +00:00
snj
207afe65eb Note that PRs can be submitted with gtk-send-pr. From PR pkg/34493. 2009-05-17 23:35:01 +00:00
dholland
2d03d88836 coreutils 2009-05-17 23:11:44 +00:00
dholland
400eff5e09 Hack around misuse of math.h. From Heath Caldwell in PR 41350.
Nominally a build fix, but bump PKGREVISION as a precaution.
2009-05-17 23:11:21 +00:00
dholland
8b27a827d6 AC_CHECK_HEADERS with no args causes autoconf to generate a shell for loop
with nothing to iterate over, which some shells don't like. Patch it out.
Fixes PR 40415. Build fix only; no version change.
2009-05-17 22:28:51 +00:00
dholland
8931917a7c Solaris doesn't have <paths.h>. Should fix the last traces of PR 39717. 2009-05-17 22:04:11 +00:00
dholland
77adf38029 cdparanoia 2009-05-17 21:30:01 +00:00
dholland
4cd309b648 Make the cdrom device probe work properly under NetBSD, instead of
messily hardwiring it to /dev/rcd0[cd]; the latter apparently breaks
in some circumstances. Uses as a starting point a patch from Kimura
Fuyuki in PR 34008. PKGREVISION++ (to 7).
2009-05-17 21:29:33 +00:00
seb
fd5e1888b9 Fix build on NetBSD 3.1_STABLE, tested on i386 and sparc64.
Also built/tested ok on NetBSD/i386 4.0.1 and 5.0.
2009-05-17 20:40:46 +00:00
seb
5ca76af572 Note initial addition of p5-SSH-Batch version 0.021 as
sysutils/p5-SSH-Batch into The NetBSD Packages Collection.

The Perl 5 module SSH::Batch provides cluster operations based on
parallel SSH, set and interval arithmetic.  The following scripts
are provided:
- fornodes: Expand patterns to machine host list
- atnodes: Run command on clusters
- tonodes: Upload local files/directories to remote clusters
- key2nodes: Push SSH public key to the remote clusters
2009-05-17 20:10:29 +00:00
seb
8e73595e4a Add & enable p5-SSH-Batch 2009-05-17 20:09:35 +00:00
seb
996f187368 Initial import of p5-SSH-Batch version 0.021 in the NetBSD Packages
Collection.

The Perl 5 module SSH::Batch provides cluster operations based on
parallel SSH, set and interval arithmetic.  The following scripts
are provided:
- fornodes: Expand patterns to machine host list
- atnodes: Run command on clusters
- tonodes: Upload local files/directories to remote clusters
- key2nodes: Push SSH public key to the remote clusters
2009-05-17 20:08:17 +00:00
sno
907842c556 Updated www/p5-HTML-Mason to 1.42 2009-05-17 19:57:48 +00:00
sno
7c0f2e2969 PkgSrc changes:
- Updating package for p5 module HTML::Mason from 1.40 to 1.42
  - Reordering dependencies (alphabetical order)
  - Removing option for p5-Cache-Cache, because it's mandatory now

Upstream changes:
1.42 May 7, 2009

    [ BUG FIXES ]

    - Fix 10b-cache-chi.t to work with latest version of CHI - expire_if
  and ref of cache changed

    - Fixed a bug where attempting to load a module that failed to compile
  in a Mason component could mask the compilation error. RT #39803.

    - Fixed the print method in HTML::Mason::FakeApache. It was including
  the object itself in the output. Patch by Martin Petricek. RT
  #43035.

1.41  May 5, 2009

    [ BUG FIXES ]

    - This is a one-fix release to get this module working with the latest
  version of Exception::Class (1.27).
2009-05-17 19:56:58 +00:00
sno
3bfcc55efa Updated devel/p5-MooseX-MethodAttributes to 0.11 2009-05-17 19:48:06 +00:00
sno
07d4aac322 PkgSrc changes:
- Updating package for p5 module MooseX::MethodAttributes from 0.09
    to 0.11
  - Adjusting dependencies

Upstream changes:
0.11  Fri, 15 May 2009 18:02:27 +0200
  * Depend on Moose 079 to prevent metaclass incompatibility failure.

0.10  Thu, 14 May 2009 00:08:30 +0100
  * Stop non Moose classes which inherit MooseX::MethodAttributes::Inheritable
    and which define a sub meta from throwing an exception.
2009-05-17 19:46:45 +00:00
sno
c72480cc45 Updated www/p5-Catalyst-Plugin-Session-Store-Delegate to 0.04 2009-05-17 19:41:50 +00:00
sno
1095a90875 PkgSrc changes:
- Updating package for p5 module Catalyst::Plugin::Session::Store::Delegate
    from 0.03 to 0.04
  - Adjusting dependencies

Upstream changes:
0.04
        - Switch to Module::Install.
        - Avoid test suite warnings with Catalyst 5.80
2009-05-17 19:41:14 +00:00
sno
23898998fa Updated www/p5-Catalyst-Plugin-Session-State-Cookie to 0.11 2009-05-17 19:35:11 +00:00
sno
a6983a5811 PkgSrc changes:
- Updating package for p5 module Catalyst::Plugin::Session::State::Cookie
    from 0.10 to 0.11
  - Adding patch to prevent install missing dependencies

Upstream changes:
0.11    2009-05-13
        - Change TestApp so that the application is in t/lib, to make it easier
          for Catalyst to force our package to be immutable.
2009-05-17 19:34:17 +00:00
sno
7e4cc0fe84 Updated www/p5-Catalyst-Plugin-Session to 0.22 2009-05-17 19:26:51 +00:00
sno
16f726f687 PkgSrc changes:
- Updating package for p5 module Catalyst::Plugin::Session from 0.21 to
    0.22

Upstream changes:
0.22 2009-05-13
        - INSANE HACK to ensure B::Hooks::EndOfScope inlines us a new method right now
          in Catalyst::Plugin::Session::Test::Store for Catalyst 5.80004 compatibility.

          This change does not in any way affect normal users - it is just due to the
          fairly crazy way that Catalyst::Plugin::Session::Test::Store works, and that
          module is _only_ used for unit testing session store plugins pre-installation.

          Session::Test::Store should be replaced with a more sane solution, and other
          CPAN modules using it moved away from using it, but this change keeps stops
          new Catalyst breaking other distributions right now.
2009-05-17 19:26:00 +00:00
sno
60e66b3178 Updated www/p5-Catalyst-Manual to 5.7021 2009-05-17 18:55:36 +00:00
sno
67195c7466 PkgSrc changes:
- Updating package for Catalyst::Manual from 5.7020 to 5.7021

Upstream changes:
5.7021  8 May 2009
        - Switch to SimpleDB for auth
        - Switch to use of DBIx::Class::EncodedColumn for hashed & salted passwords
        - Re-write PostgreSQL section in appendix
        - Remove "create=dynamic" and only cover "create=static" for DBIC helper
        - Rewrite / clean up a big chunk of Catalyst::Manual::Intro (Ian Wells)
        - There is no Catalyst::Config, fix reference to it. (t0m)
        - Misc minor adjustments
2009-05-17 18:54:08 +00:00
sno
387acc2b27 Updated www/p5-Rose-HTML-Objects to 0.603 2009-05-17 18:49:13 +00:00
sno
29d2759ea8 PkgSrc changes:
- Updating package for p5 module Rose::HTML::Objects from 0.602 to
    0.603
  - Adjusting dependency

Upstream changes:
0.603 (05.06.2009) - John Siracusa <siracusa@gmail.com>
    * Fixed a bug that cause the class attribite on label tags not to
      be cleared correctly.  (Reported by Denis Moskowitz)
2009-05-17 18:48:22 +00:00
sno
22be0afb11 Updated databases/p5-Rose-DB to 0.752 2009-05-17 18:42:00 +00:00
sno
c225c0593c PkgSrc changes:
- Updating package for p5 module Rose::DB from 0.751 to 0.752
  - Fixing dependency

Upstream changes:
0.752 (05.08.2009) - John Siracusa <siracusa@gmail.com>
    * Added workaround for the lack of getpwuid() on Windows.
    * SQLite column and table names are not properly unquoted when
      necessary.  (RT 45836)
    * Indicate that MySQL 5.0.45 and later supports selecting from
      a subselect.
2009-05-17 18:41:14 +00:00
sno
0033e34a6d Updated devel/p5-Class-C3-Adopt-NEXT to 0.10 2009-05-17 18:29:36 +00:00
sno
2aab0da3f0 PkgSrc changes:
- Updating package for p5 module Class::C3::Adopt::NEXT from 0.09 to 0.10

Upstream changes:
0.10  Tue, 12 May 2009 13:23:52 +0200
  * Depend on Test::Exception 0.27 to avoid breaking tests on older versions
    (Closes: RT#45986).
2009-05-17 18:28:57 +00:00
sno
f98df49e4e Updated devel/p5-Devel-Declare to 0.005002 2009-05-17 18:25:00 +00:00
sno
3de7178dbf PkgSrc changes:
- Updating package for p5 module Devel::Declare from 0.005000 to
    0.005002

Upstream changes:
0.005002
  - Don't invoke the linestr callback if the parser was expecting an operator.
    This makes calling a method with the name of a declarator work.

0.005001
  - Implement skip_declarator in terms of scan_word in Context::Simple.
    This avoids relying on PL_tokenbuf to skip past the declarator, as
    PL_tokenbuf might be overwritten by compiling other code between calling
    the linestr callback and skip_declarator.
2009-05-17 18:23:55 +00:00
sno
5ac2806a70 Updated time/p5-DateTime-Format-Strptime to 1.0901 2009-05-17 18:18:52 +00:00
sno
ee5e6e9c3a PkgSrc changes:
- Updating package for p5 module DateTime::Format::Strptime from 1.0900
    to 1.0901
  - Adjusting dependencies

Upstream changes:
1.0900_01 2009-04-18 -- DEVELOPER RELEASE ONLY
	- Makefile.PL changes for Windows users as per issue #16

1.0901 2009-05-16 -- Official release of above
2009-05-17 18:17:32 +00:00