Commit graph

155321 commits

Author SHA1 Message Date
sno
8e5d8f84be Updating devel/p5-Curses from 1.27 to 1.28
pkgsrc changes:
- Add license definition

Upstream changes:
New in 1.28 (Released January 27, 2010)

  Disable Curses::Var::STORE.  It doesn't work (doesn't even compile) with
  newer Ncurses (due to updates to make Ncurses reentrant).  One can
  re-enable it by defining ALLOW_VARS_STORE in c-config.h.

  Improve "not provided by your vendor" message.
2010-02-23 20:26:24 +00:00
drochner
9a4f5b5d4c remove a patch which is either wrong or triggers a bug in NetBSD's
ld.elf_so, seen by Zafer Aydogan and myself
bump PKGREVISION
2010-02-23 20:19:27 +00:00
sno
c98da93018 Updated devel/p5-App-Cmd to 0.304 2010-02-23 20:19:11 +00:00
sno
3c32ccaa5f Updating devel/p5-App-Cmd from 0.301 to 0.304
pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.304     2009-12-07
          remove use of deprecated "-run" from synopsis (thanks, George
          Hartzell)

0.303     2009-11-27
          revert behavior of App::Cmd 0.302 -- GLD no longer gives undef opts

0.302     2009-11-27
          expect undef values for acceptable-but-ungiven options in $opt
2010-02-23 20:19:01 +00:00
sno
9279fdc71c Updated devel/p5-autodie to 2.09 2010-02-23 20:14:51 +00:00
sno
e4f7e4b982 Updating devel/p5-autodie from 2.08 to 2.09
Upstream changes:
2.09  Tue Feb 23 00:33:09 EST 2010
        * DOCS: Fixed documentation typo.  RT #48575
          Thanks to David Taylor.

        * TEST: Tests involved multi-arg open are skipped
          on Windows (where multi-arg pipe is not implemented).
2010-02-23 20:14:40 +00:00
drochner
01c51f3b11 reset PKGREVISION for base pkg update 2010-02-23 20:13:40 +00:00
drochner
50fc59c026 update to 0.12.4
changes:
-bugfixes
-Update requirement to Qt 4.4
2010-02-23 20:11:58 +00:00
sno
64059240cd Updated www/p5-App-Nopaste to 0.19 2010-02-23 20:08:01 +00:00
sno
2584333725 Updating www/p5-App-Nopaste from 0.18 to 0.19
pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.19    Sun Feb 21 15:39:27 2009
        Remove rafb.net support since it's been shut down
            - See also http://rafb.net/paste/
2010-02-23 20:07:49 +00:00
sno
dcbbfabf06 Updated www/p5-libapreq to 1.34 2010-02-23 20:03:02 +00:00
sno
04ea76d0b5 Updating www/p5-libapreq from 1.33nb5 to 1.34
pkgsrc changes:
- Add license definition

Upstream changes:
1.34 - January 7, 2009

Remove quadratic memory allocation during multipart_buffer reads
[joes]

have fill_buffer() completely fill the multipart_buffer.  This
bug is tickled by the FireFox 2.0 when doing ssl uploads:

  https://bugzilla.mozilla.org/show_bug.cgi?id=356470
  https://bugzilla.mozilla.org/show_bug.cgi?id=369414

move the mod_perl version detection to the top of Makefile.PL, so
Apache-Test and other things won't fool around with %INC and confuse
the detection code. [Stas]
2010-02-23 20:02:51 +00:00
sno
b323bc1998 Updated www/p5-libapreq2 to 2.12 2010-02-23 20:01:05 +00:00
sno
15cb9d76c9 Updating www/p5-libapreq2 from 2.08nb2 to 2.12
pkgsrc changes:
- Add license definition

Upstream changes:
@section v2_12 Changes with libapreq2-2.12 (released March 13, 2009)

- C API [joes]
  Make the cookie parser a little more flexible.

@section v2_11 Changes with libapreq2-2.11 (not released)

- Interactive CGI module [issac]
  Allow cgi module to interactively prompt for parameters and cookies when
  running a script from the command line and not from a CGI interface

@section v2_10 Changes with libapreq2-2.10 (not released)

- Perl Glue [joes]
  Fix the linking of the perl modules to libapreq2 and libapr
  on Solaris.

- Perl Glue [joes]
  Fix install-time linking issue of the .so modules.
  Previously they would remain linked against the src
  library path, not the install path.

- C API [joes]
  Add optional interface for apreq_handle_apache2().

- C API [joes]
  Clean up buggy apreq_hook_find_param().

- Perl Glue Build [Philip M. Gollucci]
  config.status format changed format yet again in autoconf 2.62+.

- License [Mladen Turk]
  Add libapreq.rc and generate libapreq.res

- Build [Mladen Turk]
  Add APREQ_DECLARE_EXPORT/APREQ_DECLARE_STATIC
  in the same way as APR declares so that dllexport/dllimport
  get correctly handled.

- Build [Randy Kobes]
  Add appropriate manifest command to embed manifest files on Win32
  when using VC8

- C API [Andy Grundman, joes]
  Add missing bytes_read initializer to apreq_handle_custom().

- C API [suggested by Vinay Y S, tested by Steve Hay and Peter Walsham]
  For Win32, remove the
     flag |= APR_FILE_NOCLEANUP | APR_SHARELOCK;
  in apreq_file_cleanup, to avoid problems with file uploads.

@section v2_09 Changes with libapreq2-2.09 ( not released)

- C API [joes]
  Fix leak associated to calling apreq_brigade_fwrite() on an upload
  brigade.

- Build [Philip M. Gollucci]
  SunOS (Solaris)
  Users must use gmake not make for building.

- Build [Philip M. Gollucci]
  SunOS (Solaris)
  Code around bug in libtool (at least in 1.5.18, 1.5.20, 1.5.22)
  causing mod_apreq2 to be built instead of mod_apreq2.so

- C API [Philip M. Gollucci]
  Fix comparison signed vs unsigned comparison
  in apreq_fwritev() on SunOS/gcc where iovec.iov_len is a long.

- Build [Philip M. Gollucci]
  SunOS (Solaris)
  fix duplicate link error to libexpat.so -- by using the one from httpd
  exclusively now.

- Build [Philip M. Gollucci]
  code around |#_!!_#| autoconf 2.60 bug.
2010-02-23 20:00:54 +00:00
drochner
593f67f958 a builtin curses which supports wsyncup is considered good enough,
don't need ncurses in this case
2010-02-23 19:51:59 +00:00
drochner
a8e41c976e add another optional condition for curses suitability: support
of wsyncup
2010-02-23 19:50:49 +00:00
sno
a2db53e14e Updated time/p5-DateTime-Format-Natural to 0.84 2010-02-23 19:13:17 +00:00
sno
fa09cb7976 Updating time/p5-DateTime-Format-Natural from 0.83 to 0.84
Upstream changes:
0.84  2010-02-22  <schubiger@cpan.org>
 - Merged development version to stable.

0.83_04  2010-02-16  <schubiger@cpan.org>
 - Enhance the regular expression matching a non-word alias.
 - Correct the indentation of _Nth_Weekday_of_Month_Year().

0.83_03  2010-02-14  <schubiger@cpan.org>
 - Introduce short name aliases. [rt #53976 - Kevin Field]
 - Support shortened relative dates with a +/- prefix.
   [rt #53976 - Kevin Field]
 - Add according tests for aliases and prefixed dates.
 - Test for case-insensitive processing of input strings.
 - Test compile-time loading of Aliases.pm.

0.83_02 Wed Jan 27 10:42:41 CET 2010
 - New supported formats: <time> <weekday> and <time> on <weekday>.
   [rt #53979 - Kevin Field]

0.83_01 Mon Jan 18 10:28:42 CET 2010
 - Pass the time zone object instead of name to the final DateTime
   constructor. [rt #53268 - Eric Wilhelm]
2010-02-23 19:13:06 +00:00
sno
cc725714a1 Updated security/p5-IO-Socket-SSL to 1.32 2010-02-23 19:04:34 +00:00
sno
6ad05df340 Updating security/p5-IO-Socket-SSL from 1.31 to 1.32
Upstream changes:
v1.32 2010.02.22
- Makefile.PL: die if Scalar::Util has no dualvar support instead of
  only complaining. Thanks to w[DOT]phillip[DOT]moore[AT]gmail[DOT]com
  for reporting.
2010-02-23 19:04:23 +00:00
sno
7bb9500ab7 Updated devel/p5-Test-YAML-Meta to 0.15 2010-02-23 18:04:48 +00:00
sno
d08f63e7cb Updating devel/p5-Test-YAML-Meta 0.12 to 0.15
pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.15    18/12/2009
	- renamed word() to keyword().
	- added identifier() validation.
	- changed optional_features key from a keyword to an identifier type,
	  thus further clarifying RT#52685 (thanks Kevin).

0.14    12/12/2009
	- clarified spec defined and user defined keys, as promoted by Kevin
	  Ryde in RT#52685 (thanks Kevin).

0.13    07/12/2009
	- RT#46473: license url with fragment part (Kevin Ryde)
	- RT#47393: "optional_features" as map rather than list (Kevin Ryde)
	- above applied to 1.4, 1.3 and 1.2 version of the meta-spec.
2010-02-23 18:04:37 +00:00
sno
42cc579cf1 Updated devel/p5-Test-WWW-Selenium to 1.21 2010-02-23 17:50:00 +00:00
sno
efc76a5531 Updating devel/p5-Test-WWW-Selenium from 1.18 to 1.21
pkgsrc changes:
- Add module type

Upstream changes:
1.21 - Wed Dec 30 14:58:07 PST 2009
  - Add error_callback() patch from Derek Wueppelmann

1.20 - Mon Nov  2 22:13:47 PST 2009
  - Refactor timeout code so the UserAgent timeout is always long enough
  - Make set_timeout() also set the UserAgent timeout.

1.19 - Thu Sep 24 19:27:51 PDT 2009
  - Fixed test to not spew deprecation errors
  - removed t/test_ajax_jsf.t because the site it used went away
2010-02-23 17:49:49 +00:00
sno
bad10b8ac8 Updated devel/p5-Method-Signatures-Simple to 0.05 2010-02-23 17:41:30 +00:00
sno
02b13e0fa4 Updating devel/p5-Method-Signatures-Simple from 0.03 to 0.05
pkgsrc changes:
- Add license definition
- Adjust dependency

Upstream changes:
0.05    2010-01-07  No changes noted.
0.04    2010-01-07  Rhesa Rozendaal <rhesa@cpan.org>
        Added repository to META.yml. No code changes.
2010-02-23 17:41:18 +00:00
joerg
22ab3c41df Retire check for ONLY_FOR_ARCHS, NOT_FOR_ARCHS and NOT_FOR_OPSYS. 2010-02-23 17:24:55 +00:00
joerg
0af7166ac0 Retire check for MASTER_SITE_SUBDIR and PATCH_SITE_SUBDIR. 2010-02-23 17:24:17 +00:00
joerg
5d951ee1e4 Retire check for ALL_TARGET. It was added before 2005. 2010-02-23 17:22:12 +00:00
joerg
0ee6b73999 Retire check for NO_WRKSUBDIR. It's been deprecated in 2001 and has been
an error almost as long.
2010-02-23 17:20:53 +00:00
joerg
d42ca54339 Remove check for buildlink-x11 -- it's been removed in 2002. 2010-02-23 17:16:51 +00:00
roy
065408793f Add $NetBSD$ 2010-02-23 17:11:01 +00:00
taca
a21cd8f0ba Note update of www/typo3 package to 4.3.2. 2010-02-23 14:13:08 +00:00
sno
ec1f470bcd Updated devel/p5-File-ChangeNotify to 0.12 2010-02-23 14:12:30 +00:00
taca
54e1a46d16 Update typo3 package to 4.3.2. For complete changes, please refer
ChangeLog file.

Also switch DESTDIR support to user-destdir.


the TYPO3 core team has just released the TYPO3 versions 4.3.2 and
4.2.12, which are now ready for you to download. All versions are
maintenance releases and contain bugfixes and security fixes.

IMPORTANT:
These versions include important security fixes to the TYPO3 core. A
security announcement has just been released:
https://typo3.org/teams/security/security-bulletins/typo3-sa-2010-004/

For details about the release, see:
http://wiki.typo3.org/index.php/TYPO3_4.3.2
http://wiki.typo3.org/index.php/TYPO3_4.2.12
2010-02-23 14:12:22 +00:00
sno
d7ba1bf44e Updating devel/p5-File-ChangeNotify from 0.07nb1 to 0.12
pkgsrc changes:
- Adjust dependencies
- Add system dependent optional (but recommended) dependencies

Upstream changes:
0.12   2010-01-28
- Added auto_features to the Build.PL, which will give hints on what modules
  to install for KQueue and Inotify support.
- Require Linux::Inotify 1.2+, since 1.1 apparently doesn't work with this
  module. Reported by Michael Grondin. RT #54069.

0.11   2009-12-07
- A test attempted to use Test::Without::Module but this wasn't in the prereq
  list. I've made the test check for the module and skip its tests if the
  module isn't present. Reported by Leon Brocard. RT #52539.

0.10   2009-12-06
- Attempting to instantiate more than one watcher failed if you were on a
  system where one of the watcher subclasses could not be loaded (which is
  basically every system because no system has both inotify and kqueue). Patch
  by Mark Grimes. RT #52477.

0.09   2009-11-09
- This release fixes the excluded-dirs.t under Windows. There are no other
  changes in this release, so there's no need to upgrade if you have 0.08
  installed. Patch by Taro Nishino. RT #51161.

0.08   2009-11-05
- Added a new exclude feature that allows you to excludes files or directories
  outright. Implemented by Dan Thomas. RT #51062.
- Added a KQueue-based watcher written by Dan Thomas. I have no idea if this
  works, as I don't have BSD, but we'll assume he ran the tests on his system
  ;) RT #51062.
2010-02-23 14:12:18 +00:00
sno
3196de0c7d Added sysutils/p5-Linux-Inotify2 version 1.2.1 2010-02-23 13:51:47 +00:00
sno
00096b34a0 Importing pkgsrc/sysutils/p5-Linux-Inotify2 version 1.2.1 as dependency
of scheduled update of devel/p5-File-ChangeNotify to 0.12

This module implements an interface to the Linux 2.6.13 and later Inotify
file/directory change notification sytem.

It has a number of advantages over the Linux::Inotify module:
    - it is portable (Linux::Inotify only works on x86)
    - the equivalent of fullname works correctly
    - it is better documented
    - it has callback-style interface, which is better suited for
      integration.
2010-02-23 13:51:34 +00:00
sno
87c40884b9 Added sysutils/p5-IO-Kqueue version 0.34 2010-02-23 13:22:09 +00:00
sno
1999a0c264 Added sysutils/p5-IO-Kqueue version 0.34 2010-02-23 13:09:16 +00:00
sno
4482d8b94b Importing sysutils/p5-IO-KQueue version 0.34 as dependency for scheduled
update of devel/p5-File-ChangeNotify to 0.12.

This module provides a fairly low level interface to the BSD kqueue(2) system
call, allowing you to monitor for changes on sockets, files, processes and
signals.

Usage is very similar to the kqueue system calls, so having read and
understood the kqueue(2) man page is a usage prereqisite.
2010-02-23 13:08:53 +00:00
sno
bdefa7a06f Updated devel/p5-ExtUtils-CBuilder to 0.27.02 2010-02-23 12:52:14 +00:00
sno
e1a9f872e2 Updating devel/p5-ExtUtils-CBuilder from 0.27.01 to 0.27.02
Upstream changes:
0.2702 Mon Feb 22 15:10:52 EST 2010
 Bugs fixed:
 - compile() changes in 0.2701 did not work on Windows.  Now fixed.
2010-02-23 12:52:03 +00:00
sno
f0e20bb7f5 Updated devel/p5-MooseX-Types-Common to 0.001002 2010-02-23 12:48:07 +00:00
sno
5bd6647007 Updating devel/p5-MooseX-Types-Common from 0.001001 to 0.001002
pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.001002 2010-02-22 17:00EST
  - Add Test::Exception to the test_requires (RT#54357)
  - Warning when you try to import things from MooseX::Types::Common rather
    than one of the specific String/Numeric modules in the distribution.
2010-02-23 12:47:56 +00:00
he
c07e8d31fc Note update of lang/parrot to 2.1.1. 2010-02-23 12:41:53 +00:00
he
0c16ce0989 Update parrot from version 2.1.0 to 2.1.1.
Upstream changes:
 o Parrot 2.1.1 is a maintenance release which fixes a memory leak
   identified in Parrot 2.1.0
2010-02-23 12:41:14 +00:00
sno
2a22cd137f Updated devel/p5-Module-Install to 0.94 2010-02-23 12:37:57 +00:00
sno
d1ca078112 Updating devel/p5-Module-Install from 0.93 to 0.94
Upstream changes:
0.94 Tue 23 Feb 2010
	- Fixed critical author/xt bug (ADAMK)
2010-02-23 12:37:45 +00:00
sno
bb687bd808 Updated math/p5-Spreadsheet-WriteExcel to 2.37 2010-02-23 11:22:06 +00:00