Commit graph

161290 commits

Author SHA1 Message Date
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
seb
5b4d6487e9 Update p5-Test-DNS from version 0.07 to version 0.08.
Pkgsrc changes:
- set PERL5_MODULE_TYPE to Module::Build
- adjust dependencies

Upstream changes:
0.08    12.06.10
        - adding is_txt
        - switched to dzil, hope it works out
2010-08-04 09:38:49 +00:00
morr
574e4e7b4f Updated wordpress 2010-08-04 07:57:19 +00:00
morr
70bb79735a Update to 3.0.1.
3.0.1:
* Fixed 54 tickets total. A break down of ticket status by component can be found in Trac (http://core.trac.wordpress.org/milestone/3.0.1).
* Added unregister_nav_menu(), for child themes.

3.0:
* WordPress and WordPress MU have merged, allowing the management of multiple sites (called Multisite) from one WordPress installation.
* New default theme "Twenty Ten" takes full advantage of the current features of WordPress.
* New Custom Menu Management feature, allows creation of custom menus combining posts, pages, categories, tags, and links for use in theme menus or widgets.
* Custom Header and Custom Background APIs.
* Contextual help text accessed under the Help tab of every screen in the WordPress administration.
* Ability to set the admin username and password during installation.
* Bulk updating of themes with an automatic maintenance mode during the process.
* Support for Shortlinks.
* Improved Custom Post Types and Custom Taxonomies including hierarchical (category-style) support. (Try the Custom Post Type UI or GD Custom Posts And Taxonomies Tools plugins to see the possibilities.)
* A lighter admin color scheme to increase accessibility and put the focus more squarely on your content.
2010-08-04 07:52:37 +00:00
roy
72f19e46f2 Updated net/dhcpcd to 5.2.7 2010-08-04 07:19:39 +00:00
roy
c9e372ed08 Update to dhcpcd-5.2.7
Changes include:
* Compile on Slackware again
* Use dynamically sized buffers for reading kernel link events
  Fixes carrier status on Linux-2.6.35 64bit kernels
* Use the active link address on NetBSD-5
* Fix syslog support in dhcpcd-run-hooks
2010-08-04 07:19:06 +00:00
mbalmer
99639b2776 Link postgresql84-dblink to the build. 2010-08-04 06:06:11 +00:00
mbalmer
493dffa690 databases/postgresql84-dblink is a contributed module for PostgreSQL to
allow for connection to a remote server directly from a DB backend, e.g.
from PL/pgSQL functions.
2010-08-04 06:04:41 +00:00
mbalmer
19434e8cf7 Prepare for databases/postgresql84-dblink 2010-08-04 06:00:55 +00:00
seb
5df0dbc4c4 Updated net/p5-Net-MAC to 1.6 2010-08-04 05:32:53 +00:00
seb
e7b5ed6441 Update p5-Net-MAC from version 1.5 to version 1.6.
Pkgsrc changes:
- set LICENSE and USE_LANGUAGES

Upstream changes:
1.6     2010-06-02 10:49 GMT
        - Fix test for changes to Test::Simple (RT.cpan#57867)
2010-08-04 05:32:16 +00:00
seb
83dae332d1 Updated devel/p5-Hook-LexWrap to 0.23 2010-08-04 05:21:27 +00:00
seb
40c3a57e30 Update p5-Hook-LexWrap from version 0.22 to version 0.23.
Pkgsrc changes:
- set LICENSE and USE_LANGUAGES

Upstream changes:
0.23    Jul 26 2010
        - Add Build.PL
        - better support for debugger
2010-08-04 05:17:28 +00:00
seb
940bf11534 Updated devel/p5-Net-CIDR to 0.14 2010-08-04 05:00:01 +00:00
seb
f279180058 Update p5-Net-CIDR from version 0.13 to version 0.14.
Pkgsrc changes:
- set HOMEPAGE, LICENSE and USE_LANGUAGES

Upstream changes:
0.14 Sun Jun 27 09:34:22 EDT 2010
        - corrected some documentation errors. cidrvalidate() will validate
        either an IP address or a CIDR, either one. Reimplemented addr2cidr.
        New implementation does not use Math::BigInt, much faster with ipv6
        addresses.
2010-08-04 04:58:50 +00:00
seb
3907ae14d7 Updated www/p5-Catalyst-Engine-PSGI to 0.11 2010-08-04 04:42:33 +00:00
seb
935305c30e Update p5-Catalyst-Engine-PSGI from version 0.10 to version 0.11.
Upstream changes:
0.11  Fri Jul 30 12:49:46 PDT 2010
        - Allows setting a code reference to the $c->res->body as
          a raw PSGI streaming (t0m)
2010-08-04 04:40:05 +00:00
dmcmahill
7820ca7ea2 Remove -Werror. There is a defined but not used function in the
generated lex output file.
2010-08-04 02:52:44 +00:00
dmcmahill
d97958f309 Updated cad/nelma to 3.2 2010-08-04 02:47:46 +00:00
dmcmahill
48d0215093 Update to nelma-3.2.
Changes are:

Make nelma compile with libpng-1.4.x (thanks to Thomas Klausner)

Minor Makefile fixes.
2010-08-04 02:46:03 +00:00
darcy
fa51dbd521 Fix package name for postgresql84-pgcrypto. 2010-08-04 02:16:55 +00:00
darcy
affd9dc9cd Fix name of postgresql84-pgcrypto package. 2010-08-04 02:12:43 +00:00
seb
0e351271cd Updated www/p5-Plack to 0.9943 2010-08-03 22:30:00 +00:00
seb
64d9a83fb2 Update p5-Plack from version 0.9942 to version 0.9943.
Upstream changes:
0.9943  Fri Jul 30 13:24:15 PDT 2010
        - Updated Apache* handler so it could duck type on Loader (jnap)
        - Added --access-log to plackup (grantm)
        - Added support for streaming stdio in Net::FastCGI handler (chansen)
2010-08-03 22:29:16 +00:00
seb
14392863b0 Updated devel/p5-Proc-InvokeEditor to 1.04 2010-08-03 22:22:10 +00:00
seb
dd9655ff2e Update p5-Proc-InvokeEditor from version 1.03 to version 1.04.
Upstream changes:
1.04 30 Jul 2010
  - Add a "use warnings" to keep CPANTS happy.
2010-08-03 22:21:25 +00:00
seb
760211c339 Updated devel/p5-Set-IntSpan to 1.14 2010-08-03 22:18:24 +00:00