Commit graph

161516 commits

Author SHA1 Message Date
seb
72f8894f0e Note initial addition of p5-WebService-Google-Reader version 0.12
as net/p5-WebService-Google-Reader into The NetBSD Packages Collection.

The Perl 5 module WebService::Google::Reader provides an interface
to the Google Reader service through the unofficial (as-yet
unpublished) API.
2010-08-04 21:34:11 +00:00
seb
674ffc5c6c Add & enable p5-WebService-Google-Reader 2010-08-04 21:33:16 +00:00
seb
d7adfe2139 Initial import of p5-WebService-Google-Reader version 0.12 in the
NetBSD Packages Collection.

The Perl 5 module WebService::Google::Reader provides an interface
to the Google Reader service through the unofficial (as-yet
unpublished) API.
2010-08-04 21:32:43 +00:00
drochner
bf46974066 update to 4.2.0
changes:
-bugfixes
-enhancements to mkvmerge
2010-08-04 19:21:01 +00:00
sno
20481502ed Updated archivers/p5-Archive-Tar to 1.66 2010-08-04 18:01:27 +00:00
sno
8dc9bc295f Updating archivers/p5-Archive-Tar from 1.58 to 1.66
pkgsrc changes:
- mark package included in Perl5 CORE

Upstream changes:
* important changes in version 1.66 26/07/2010
- Applied a patch from Alexandr Ciornii [RT#59699] to Makefile.PL which
  produces better META.yml
- Apply a patch from Alexandr Ciornii to ptar [RT#59700]:

    Adds option -C to allow archives created with ptar to be uploaded to
    PAUSE in case of Windows or world +w permissions on unix.

* important changes in version 1.64 09/07/2010
- Removed the PERL_CORE specific chdir from all the tests
- Apply a patch from David Muir Sharnoff RT #58916,
  "skip files via a callback and limit memory use when skipping files"
- Apply a patch from Daphne Pfister RT #59150
  "Assumes all references filename are IO::Handle's instead of trying
   to stringify."

* important changes in version 1.62 28/06/2010
- Apply part of patch from
  https://bugzilla.redhat.com/attachment.cgi?id=426194
  reported by Martin Cermak in RT #58636 relating to a Redhat ticket
  https://bugzilla.redhat.com/show_bug.cgi?id=606813

* important changes in version 1.60 23/04/2010
- Apply patch from Darrell K. [RT #54850] that makes write() and
  create_archive() close only handles they opened.

    When you pass a filehandle to Archive::Tar::write() or create_archive(),
    it closes the filehandle after writing to it. I think it makes more
    sense not to close a handle that A::T didn't open, since the application
    may need to write additional data to it. (Consider sockets, package
    files containing encapsulated tar archives, etc.)

    Example:

    $ perl -e 'use Archive::Tar; open(PKG, ">mypkg") or die "open: $!"; my
    $tar = Archive::Tar->new; $tar->add_data("foo.txt","hello");
    $tar->write(\*PKG); print PKG "more data" or die "print: $!";'
    print: Bad file descriptor at -e line 1.

- Fool the installer into replacing our scripts that were installed by
  core with versiononly set.
2010-08-04 18:01:14 +00:00
tron
890cce4cf1 Note update of the "tiff" package to version 3.9.4nb1. 2010-08-04 17:48:39 +00:00
tron
a6abed6f78 Add patches from either libtiff's or Red Hat's Bugzilla which fix the
following vulnerabilities:
- CVE-2010-2233
- CVE-2010-2482
- CVE-2010-2483
- CVE-2010-2595
- CVE-2010-2597
There is no patch for CVE-2010-2596 yet. But it is low risk (an assertion
gets triggered) and cannot be exploited after the above vulnerabilities
are fixed (at least if I understood correctly).

No butcher was involved in fixing this package.
2010-08-04 17:48:22 +00:00
drochner
e0edaf4444 replace my poor fix with the upstream version 2010-08-04 17:46:52 +00:00
sno
3c27ebb081 Updated net/p5-SOAP-Lite to 0.712 2010-08-04 17:04:43 +00:00
sno
56e6e17f78 Updating net/p5-SOAP-Lite from 1.710.10 to 1.712
pkgsrc changes:
- adjust dependencies

Upstream changes since 1.710.10:
0.712
    ! #57409 SOAP::Lite installation problem
    ! #52015 defined(%hash) deprecated in Perl 5.11
    ! #39546 use of version.pm
    ! #52637 error sending a request in perl 5.10.0 containing
             utf-8 data using the string data type
    ! #55962 Spelling errors
0.711
   SOAP::Transport::JABBER, SOAP::Transport::MQ and SOAP::Tranport::FTP
   are now in their own distributions.
   ! [2790747] Bugtracker specification in META.yml missing
   ! #45997: Inconsistency in SOAP::Serializer documentation
   ! #55618: HTTP_TRANSFER_ENCODING can be undefined in SOAP/Transpo
   ! [2946245] / #54106 Only last Cookie Set
   ! #50178: Win32 isuue with IO::SessionData and IO::SessionSet
   ! #41527: SOAP::Lite 0.69 with Apache2 HTTP Server module and mod_perl 2
           returns 500 Internal
2010-08-04 17:04:29 +00:00
sno
bb8c5d6bd4 Updated security/p5-Net-OpenSSH to 0.48 2010-08-04 16:50:07 +00:00
sno
bd0f43350e Updating security/p5-Net-OpenSSH from 0.47 to 0.48
Upstream changes:
0.48  Aug 2, 2010
        - bug quoting escaped scalars as globs solved
	- new faq for "can't change directory"
	- support calling shell_quote and shell_quote_args as class
          methods
	- more tests
	- minor doc corrections
2010-08-04 16:49:54 +00:00
sno
a66c73399d Updated time/p5-DateTime-Format-Natural to 0.88 2010-08-04 16:47:21 +00:00
sno
d760e63e06 Updating time/p5-DateTime-Format-Natural from 0.85 to 0.88
Upstream changes:
0.88  2010-06-16  <schubiger@cpan.org>
 - Merged development version to stable.

0.87_03  2010-06-12  <schubiger@cpan.org>
 - Fix broken use_ok() test for the Calc module.
 - Insert some missing examples in the grammar documentation.

0.87_02  2010-06-09  <schubiger@cpan.org>
 - Strengthen the check for invalid units of prefixed dates.
 - Add a test file for parse asserts.
 - Rename Base.pm to Calc.pm and adjust trace tests.
 - Reword the according abstract and description.
 - Document where arguments to dateparse's switches are required.
 - Allow dateparse to handle the language code in uppercase.

0.87_01  2010-06-06  <schubiger@cpan.org>
 - Match case-insensitively in the language option check.
 - Require (and not use) the grammar class in runtime eval.
 - Purge the remains of the formatted instance data member.
 - Delete some instance data through hash slices.
 - Convert a few non-option identifiers to lowercase.

0.87  2010-05-29  <schubiger@cpan.org>
 - Merged development version to stable.

0.86_02  2010-05-27  <schubiger@cpan.org>
 - Emit an error for 0 AM/PM suggesting to use 12 as zero.
 - Add tests for this extended check failure.
 - Adjust related prefer_future tests to make them pass.
 - When verifying that extended checks fail, call _get_error()
   to see whether it returns an error as expected.
 - Reset in _unset_error() with undef instead of empty string.

0.86_01  2010-05-18  <schubiger@cpan.org>
 - Introduce and use two flag handlers for AM/PM time values.
   [rt #56955 - Andrew Sterling Hanenkamp]
 - Assert that these values pass the extended meridiem check.
 - Split implicit matching of time only from grammar entries
   with an optional AM suffix.
 - Add tests for 12 AM/PM and the splitted grammar entries
   (including prefer_future ones).
 - Test that invalid meridiem time values fail.
 - Remove addition of 12 hours for PM time values in _at_time()
   and _time_full().
 - Dispatch to _at() for AM/PM time, to _time() for time only.
 - Comment the purpose of the wrappers _at() and _time().

0.86  2010-04-20  <schubiger@cpan.org>
 - Merged development version to stable.

0.85_02  2010-04-11  <schubiger@cpan.org>
 - Extract both caller and sub in ::Lang::Base's AUTOLOAD() at once.
 - Correct the indentation of the same subroutine.

0.85_01  2010-04-08  <schubiger@cpan.org>
 - New supported format: <time full> AM/PM. [Wes Morgan]
 - Make _time_full() capable of working with an hours option.
 - Initialize the hours option in _at_time() after having processed
   the arguments.
2010-08-04 16:47:08 +00:00
sno
9750bdb037 Updated time/p5-DateTime-Format-HTTP to 0.39 2010-08-04 16:42:47 +00:00
sno
8c3fb61f17 Updating time/p5-DateTime-Format-HTTP from 0.38 to 0.39
pkgsrc changes:
- adjust license

Upstream changes:
0.39  2010-07-03
- No code changes from previous versions.

0.38_01  2010-07-01
- Making sure the nanosecond is a integer, and not a float making the creation
  of a DateTime object fail. Fixes RT 58854 (Christiaan Kras)
- Repository moved from Subversion to Git. The repository can be located at
  git://github.com/Htbaa/DateTime-Format-HTTP.git
2010-08-04 16:42:36 +00:00
sno
040e467a10 Updated time/p5-DateTime-Format-Pg to 0.16005 2010-08-04 16:37:14 +00:00
sno
d2c255ccae Updating time/p5-DateTime-Format-Pg from 0.16004 to 0.16005
pkgsrc changes:
- adjust dependency versions

Upstream changes:
0.16005  Wed Jun 23 12:15:00 2010
    - Fix edge case in fractional seconds (rt #58612).
      Patch by Andrew Whatson
2010-08-04 16:37:00 +00:00
sno
75e4578549 Updated time/p5-DateTime-Format-Strptime to 1.4000 2010-08-04 16:30:04 +00:00
sno
7f46d54c62 Updating time/p5-DateTime-Format-Strptime from 1.2000 to 1.4000
pkgsrc changes:
- adjusting license

Upstream changes:
1.4000 2010-06-28
    - Actually update $VERSION in module file. Reported by David Wheeler.

1.3000 2010-06-26
    - Specifiers which allowed for leading space before a number (like %e)
      would cause DateTime.pm to throw an error if the date being parsed
      actually contained leading space. Patch by Alex Vandiver. RT #58459.
    - Licnse is now Artistic 2.0
2010-08-04 16:29:53 +00:00
sno
4377708e4d Updated time/p5-DateTime-TimeZone to 1.20 2010-08-04 16:25:02 +00:00
sno
9488701a1d Updating time/p5-DateTime-TimeZone from 1.19 to 1.20
Upstream changes:
1.20    2010-07-26
- This release is based on version 2010k of the Olson database. This release
  includes updates for Egypt, Finland (historical only), and Mexico. It also
  renames Pacific/Truk to Pacific/Chuuk and Pacific/Ponape to Pacific/Pohnpei.
2010-08-04 16:24:48 +00:00
sno
3cae5de4e9 Updated time/p5-DateTime-Format-DateParse to 0.05 2010-08-04 16:15:50 +00:00
sno
c99530a07c Updating time/p5-DateTime-Format-DateParse from 0.04 to 0.05
pkgsrc changes:
- add license definition
- adjust dependcy versions from dist-version to pkgsrc package version

Upstream changes:
0.05
    - test warning fix
    - Nanoseconds are always turned into an integer, with rounding as
      needed. (Dave Rolsky)
2010-08-04 16:15:36 +00:00
schmonz
fe88f187af Updated www/ikiwiki to 3.20100804 2010-08-04 15:25:22 +00:00
schmonz
3da0fb2746 Update to 3.20100804. From the changelog:
* template: Fix dependency tracking. Broken in version 3.20100427.
   * po: The po_slave_languages setting is now a list, so the order of
     translated languages can be controlled. (intrigeri)
   * git: Fix gitweb historyurl examples so "diff to current" links work.
     (Thanks jrayhawk)
   * meta: Allow syntax closer to html meta to be used.
   * Add new disable hook, allowing plugins to perform cleanup after they
     have been disabled.
   * Use Digest::SHA built into perl rather than external Digest::SHA1
     to simplify dependencies. Closes: #591040
   * Fixes a bug that prevented matching deleted pages when using the page()
     PageSpec.
2010-08-04 15:25:11 +00:00
sno
4c9f78a666 Added net/p5-Net-SMTP-TLS version 0.12 2010-08-04 15:18:10 +00:00
sno
b2e9fc85b6 Importing package for p5 module Net::SMTP::TLS 0.12 to allow sending
reports using CPAN::Reporter over TLS.

Net::SMTP::TLS is a TLS and AUTH capable SMTP client which offers an
interface that users will find familiar from Net::SMTP. Net::SMTP::TLS
implements a subset of the methods provided by that module, but certainly
not (yet) a complete mirror image of that API.
2010-08-04 15:17:50 +00:00
sno
d44195cf10 Updated databases/p5-SQL-Statement to 1.30 2010-08-04 15:05:33 +00:00
sno
966dc8a945 Updating databases/p5-SQL-Statement from 1.28 to 1.30
Upstream changes:
Version 1.30, released August 1st, 2010
----------------------------------------------

[Bug fixes]
* remove blib directory from distfile

Version 1.29, released August 1st, 2010
----------------------------------------------

[Bug fixes]
* add some getters as documented in SQL::Statement::Structure
  (fixes RT#59834, thanks John Wiersba)
* add missing import of function croak to SQL::Statement::Term::ColumnValue
* fix assignment of parser result (doesn't run with perl-5.13.3)
2010-08-04 15:05:20 +00:00
sno
8681aed361 Updated databases/p5-DBI to 1.613 2010-08-04 15:02:18 +00:00
sno
dc4f86c318 Updating databases/p5-DBI from 1.612 to 1.613
Upstream changes:
Changes in DBI 1.613 (svn r14271) 22nd July 2010
  * Fixed Win32 prerequisite module from PathTools to File::Spec.
  * Changed attribute headings and fixed references in DBI pod (Martin J.
    Evans)
  * Corrected typos in DBI::FAQ and DBI::ProxyServer (Ansgar Burchardt)
2010-08-04 15:02:05 +00:00
sno
92ab92905d Updated devel/p5-CPAN-Reporter to 1.1800 2010-08-04 14:51:40 +00:00
sno
f442801d7a Updating devel/p5-CPAN-Reporter from 1.1711 to 1.1800
pkgsrc changes:
- adjust dependencies

Upstream changes:
1.1800 Mon Jul 26 16:02:06 EDT 2010
  Changed:
  - "sending test report..." message now shows transport method, not
    the old email list address for less confusion when using non-email
    transports
  - Enhances missing "email_from" prompt to clarify why an email is
    still needed under non-email transports for legacy compatibililty
2010-08-04 14:51:23 +00:00
sno
0f08e6c429 Updated devel/p5-Class-MethodMaker to 2.16 2010-08-04 14:31:39 +00:00
sno
e83e9b967a Updating devel/p5-Class-MethodMaker from 2.15 to 2.16
pkgsrc changes:
- add license definition

Upstream changes:
2.16	May 11 2010
	- Drop signature self test in order to fix rt#57359
        - fix missing use base (Yan Fitterer / Martyn J. Pearce)
        - fix case of "LICENSE" key and upgrade Makefile.PL
          (cpanservice@chorny.net)
2010-08-04 14:31:26 +00:00
sno
3b5a83df2f Updated databases/p5-SQL-Translator to 0.11006 2010-08-04 14:26:57 +00:00
sno
fbe21826f9 Updating databases/p5-SQL-Translator from 0.11005 to 0.11006
pkgsrc changes:
- adjust dependencies

Upstream changes:
# ----------------------------------------------------------
# 0.11006 2010-06-03
# ----------------------------------------------------------
* Fix Producer::Oracle varchar2 without size def (ORA-00906: missing right
  parenthesis)
* Fix Producer::Oracle translate float and double to float instead of number
* Fix Producer::Oracle generation of too long unique constraint names
* Fix Producer::SQLite when generating VIEWs with add_drop_table => 1
* Fix Producer::MySQL not quoting index names when requested (RT#56173)
* Fix Producer::MySQL wrapping extra ()s around VIEW SELECT-ors (RT#56419)
* Fix Field::default_value to behave like a real accessor (allow undef as
  an unsetting argument)
* Fix Mysql/Pg/SQLite/MSSQL producers to properly *not* quote numeric default
  values (RT#57059)
* Producer::Oracle tests now use Test::Differences
* Prettify output of SQLite producer (less bogus newlines)
* Augment SQLite and Pg producers to accept a perl-formatted (%d.%03d%03d)
  and regular no-leading-zero (X.X.X) *_version producer args
2010-08-04 14:26:45 +00:00
sno
a5f6a3ad31 Updated converters/p5-JSON to 2.21 2010-08-04 14:15:48 +00:00
sno
73cdbbde3f Updating converters/p5-JSON from 2.17 to 2.21
Upstream changes:
2.21  Mon Apr  5 14:56:52 2010
	[JSON]
	- enhanced 'HOW DO I DECODE A DATA FROM OUTER AND ENCODE TO OUTER'
	- renamed eg/bench_pp_xs.pl to eg/bench_decode.pl
	- added eg/bench_encode.pl

2.20  Fri Apr  2 12:50:08 2010
	[JSON]
	- added eg/bench_pp_xs.pl for benchmark sample
	- updated 'INCREMENTAL PARSING' section
	[JSON::PP]
	- decode_prefix() didn't count a consumed text length properly.
	- enhanced XS compatibilty
	    in the case of decoding a white space garbaged text.

2.19  Tue Mar 30 13:40:24 2010
	[JSON]
	- fixed typo (rt#53535 by Angel Abad)
	- added a recommendation
              refering to (en|de)code_json to pod (suggested by tokuhirom)
	- added 'HOW DO I DECODE A DATA FROM OUTER AND ENCODE TO OUTER' to pod.

2.18  Tue Mar 23 15:18:10 2010
	[JSON]
	- updated document (compatible with JSON::XS 2.29)
	[JSON::PP]
	- fixed encode an overloaded 'eq' object bug (reported by Alexey A. Kiritchun)
	- enhanced an error message compatible to JSON::XS
2010-08-04 14:15:36 +00:00
obache
dbcbc5ca71 Updated graphics/goocanvasmm to 0.15.3 2010-08-04 11:58:26 +00:00
obache
951162aec2 Update goocanvasmm to 0.15.3.
0.15.3 (unstable):

Documentation:
- Added main page text with doxygen.
(David King, Murray Cumming)
- Improve API documentation slightly.
(Murray Cumming)

0.15.2 (unstable):

Build improvements for documentation.
(Daniel Elstner)
2010-08-04 11:58:13 +00:00
obache
dc1a2bd63f Updated graphics/p5-clutter to 1.002 2010-08-04 11:40:43 +00:00
obache
5d4bc28458 Update p5-clutter to 1.002.
Clutter 1.002
=============
* Allow omitting FOREACH_WITH_INTERNALS from Container implementations,
  just like the documentation said
* Improve Clutter::Animation documentation
* Improve the examples
2010-08-04 11:40:29 +00:00
tron
54cb1b74be Note update of the "squid31" package to version 3.1.6. 2010-08-04 11:36:19 +00:00
tron
84345f9fe4 Update "squid31" package to version 3.1.6. Changes since 3.1.5.1:
- Bug 2994, 2995: IPv4-only regressions
- Bug 2991: Wrong parameters to fcntl() in commSetCloseOnExec()
- Bug 2975: chunked requests not supported after regular ones
- Fix: 32-bit overflow in reported bytes received from next hop
- Fix Libtool build regressions
- Limited split-stack IPv6 support.
- squid_db_auth support MD5 encrypted passwords
2010-08-04 11:36:08 +00:00
seb
45c87900a1 Updated net/p5-DNS-ZoneParse to 1.00 2010-08-04 09:54:33 +00:00
seb
0b1a55869e Update p5-DNS-ZoneParse from version 0.99 to version 1.00.
Upstream changes:
1.00 - Fri Jul 02 2010
      - (je) Improve parsing performance significantly.
      - (je) Improve parsing of quoted data and data with escape sequences.
      - (je) Add error message to unparsable line callback.
      - (je) Catch more errors with invalid data sections (invalid escapes,
             bad quoting).
      - (je) Add support for $GENERATE directives.
      - (je) Add support for $ORIGIN directives.
      - (je) Add method to help construct FQDNs from record names.
      - (je) Support reversed CLASS/TTL entries in zonefiles.
      - (je) Increase the number of unit tests (still incomplete).
2010-08-04 09:53:30 +00:00
seb
13855de99d Updated net/p5-Test-DNS to 0.08 2010-08-04 09:40:22 +00:00