summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-07-07user-destdir supportjoerg3-9/+13
2009-07-07Updated devel/p5-AnyEvent to 4.800sno1-1/+2
2009-07-07user-destdir supportjoerg3-11/+13
2009-07-07Updating package for p5 module AnyEvent from 4.411 to 4.800sno2-7/+7
Upstream changes: 4.8 Mon Jul 6 23:45:16 CEST 2009 - AnyEvent::DNS did not properly follow CNAME records with uppercase targets. - AnyEvent::DNS would errornously return AAAA records with v4 mapped addresses (a faulty record) as ipv4 addresses, causing AnyEvent::Socket to throw an exception. - added new module AnyEvent::TLS for easier SSL/TLS context creation, with many options including hostname verification, secure default configuration, lots of documentation and, predefined diffie-hellman keys for perfect forward security and much more. get it while it's still fresh! - use AnyEvent::TLS in AnyEvent::Handle for context management. - load AnyEvent::Handle only on demand in AnyEvent::DNS, so AnyEvent::Socket users have smaller memory footprint in the common case. - add AnyEvent::Handle->push_shutdown method. - add an additional error message parameter to AnyEvent::Handle's on_error callback (for TLS, $! is still available). - add AnyEvent::Handle on_starttls/on_stoptls callbacks. - make AnyEvent::Handle more robust against early conenction failures (during new), and return C<undef> in that case from the constructor. - AnyEvent::Handle will now try to load only JSON::XS first, then fall back to JSON. - format_ipv4/format_ipv6 are now exported by default, for symmetry, and because it was documented that way. 4.451 Fri Jul 3 00:28:58 CEST 2009 - do not clear rbuf when shutting down an AnyEvent::Handle object - doing so breaks AnyEvent::HTTP. 4.45 Mon Jun 29 22:59:26 CEST 2009 - a write error could cause AnyEvent::Handle to create an I/O watcher with an undefined $fh. - special-case mapped ipv4 addresses in both AnyEvent::Socket::format_address and parse_address, to treat them just like ipv4 addresses. - updated and overhauled the AnyEvent::Intro doc. - implement AnyEvent::Socket::format_ipv4/ipv6. - slightly speed up portable_pipe/socketpair. - expand condvar begin/end documentation. 4.42 Fri Jun 26 08:32:18 CEST 2009 - preliminary and neccesarily incomplete support for IO::Async. - reset SIGCHLD to DEFAULT when AnyEvent is loaded, in case it was set to IGNORE, to ensure we can catch child statuses even when the calling env acts stupidly. - updated benchmarks with IO::Async, which performs very well. 4.412 Wed Jun 24 01:35:57 CEST 2009 - support an "untaint" attribute for AnyEvent::DNS and set it on the default resolver. - implement and document AnyEvent::Impl::Perl::loop. - remove all anyevent-env variables from %ENV when running in tainted mode. - mention and extend the IO::Lambda benchmark.
2009-07-07user-destdir supportjoerg2-18/+20
2009-07-07Updated devel/p5-Any-Moose to 0.10sno1-1/+2
2009-07-07Updating package for p5 module Any::Moose from 0.09 to 0.10sno2-8/+8
Correcting LICENSE Upstream changes: 0.10 Fri 19 Jun 2009 * Fix META.yml
2009-07-07user-destdir supportjoerg1-8/+10
2009-07-07Updated databases/p5-SQL-Translator to 0.09007sno1-1/+2
2009-07-07user-destdir supportjoerg1-4/+7
2009-07-07Updating package for p5 module for SQL::Translator from 0.09006 to 0.09007sno2-7/+7
Upstream changes: # ---------------------------------------------------------- # 0.09007 2009-06-25 # ---------------------------------------------------------- * Fixed Pg parser - caching the compiled P::RD schema is a *very* bad idea * Fix MSSQL handling of ON UPDATE/DELETE RESTRICT * Delay MSSQL FK constraint deployment until after all CREATE TABLE statements * Coerce other engine's bytea/blob/clob datatypes to VarBinary
2009-07-07user-destdir supportjoerg1-7/+9
2009-07-07Update for ${DESTDIR} support, and add an explicit license statement to theagc3-11/+13
Makefile
2009-07-07Updated databases/p5-Rose-DBx-Garden-Catalyst to 0.14sno1-1/+2
2009-07-07user-destdir supportjoerg1-16/+17
2009-07-07pkgsrc changes:sno3-106/+24
- Updating package for p5 module Rose::DBx::Garden::Catalyst from 0.13 to 0.14 - Setting LICENSE=${PERL5_LICENSE} - Adjusting dependencies Upstream changes: 0.14 7 June 2009 * drop tables conditionally in rdgc.sql * refactor C3 syntax
2009-07-07user-destdir supportjoerg15-68/+93
2009-07-07Updated databases/p5-Catalyst-Model-DBIC-Schema to 0.25sno1-1/+2
2009-07-07pkgsrc changes:sno2-17/+29
- Updating package for p5 module Catalyst::Model::DBIC::Schema from 0.23 to 0.25 - Setting LICENSE=${PERL5_LICENSE} according META.yml - Adjusting dependencies according to META.yml Upstream changes: 0.25 Fri Jun 19 08:35:38 PDT 2009 - fix dep on Tie::IxHash that made tests fail - add more attributes to ::Replicated trait - fixed infinte loop in helper if SQLite connect_info has only a DSN (dandv, RT #47101) 0.24 Tue Jun 16 06:18:58 PDT 2009 - Add tests for issues with Class::C3 which are caused to applications which use new Catalyst but old DBIC, and have use Class::C3 in the MyApp class (t0m) - die on empty schema - create=dynamic deprecation warning - helper passes loader opts to dynamic schemas - conversion to Moose - cursor caching support (via Catalyst::TraitFor::Model::DBIC::Schema::Caching) - ::Storage::Replicated support (via ::Replicated trait) - switch to hashref connect_info for DBIC 8100 - better helper option parsing, with support for more options - more tests
2009-07-07user-destdir supportjoerg4-9/+46
2009-07-07Updated databases/p5-DBD-mysql to 4.012sno1-1/+2
2009-07-07pkgsrc changes:sno2-6/+7
- Updating package for p5 module DBD::mysql from 4.010 to 4.012 - Setting LICENSE=${PERL5_LICENSE} Upstream changes: 2009-06-18 Patrick Galbraith <patg@patg.net> (4.012) * Patch to bind_type_guessing from Craigslist, Thanks to Chris! Happiness is no quoted numbers. Fixed ChopBlanks to work with bind_type_guessing * Patch for win32 strawberry build Thanks to Curtis Jewell! Windows needs love * Patch for auto-reconnect to set active flag Thanks to Doug Fischer! * Fixed bug 32464 http://bugs.mysql.com/bug.php?id=32464. See https://rt.cpan.org/Ticket/Display.html?id=46308 Add connection flag mysql_no_autocommit_cmd which users of MySQL Proxy can use to prevent 'set autocommit=#' from being issued by the driver. 'perldoc DBD::mysql' to see how to use this new flag * Added bind-type-guessing options to Makefile.PL so the entire test suite can be run with bind_type_guessing set. 2009-04-13 Patrick Galbraith <patg@patg.net> (4.011) * Renamed unsafe_bind_type_guessing, fixed some of the logic. This can be used to deal with bug 43822 (https://rt.cpan.org/Ticket/Display.html?id=43822) * Patch from Daniel Frett (daniel Dot frett At ccci Dot org) to fix issue of binding sever side integer parameters (server-side prepare statements) resulting in corrupt data, bug 42723 (https://rt.cpan.org/Ticket/Display.html?id=42723) * Updated documentation, cruft cleanup (as always)
2009-07-07Updated finance/p5-Finance-Currency-Convert-WebserviceX to 0.07001sno1-1/+2
2009-07-07pkgsrc changes:sno2-7/+8
- Updating package for p5 module of Finance::Currency::Convert::WebserviceX from 0.07000 to 0.07001 - Setting LICENSE=${PERL5_LICENSE} according to META.yml - Using Module::Install as module type Upstream changes: 0.07001 Sun May 2410:32:43 2009 - Fixed problem with result cache: #RT46216 - (DELTA) Christian Lackas
2009-07-07user-destdir supportjoerg5-17/+85
2009-07-07Updated devel/p5-File-Temp to 0.22sno1-1/+2
2009-07-07Updating package of p5 module File::Temp from 0.21 to 0.22sno2-6/+7
Setting license to ${PERL5_LICENSE} Upstream changes: V0.22 + Portability fixes in t/fork.t provided by perl5-porters.
2009-07-07user-destdir supportjoerg3-16/+22
2009-07-07Updated devel/p5-Perl-Tidy to 20090616sno1-1/+2
2009-07-07pkgsrc changes:sno2-6/+7
- Updating Perl-Tidy from 20071205 to 20090616 - Setting license to gnu-gpl-v2 Upstream changes: 2009 06 16 - Allow configuration file to be 'perltidy.ini' for Windows systems. i.e. C:\Documents and Settings\User\perltidy.ini and added documentation for setting configuation file under Windows in man page. Thanks to Stuart Clark. - Corrected problem of unwanted semicolons in hash ref within given/when code. Thanks to Nelo Onyiah. - added new flag -cscb or --closing-side-comments-balanced When using closing-side-comments, and the closing-side-comment-maximum-text limit is exceeded, then the comment text must be truncated. Previous versions of perltidy terminate with three dots, and this can still be achieved with -ncscb: perltidy -csc -ncscb } ## end foreach my $foo (sort { $b cmp $a ... However this causes a problem with older editors which cannot recognize comments or are not configured to doso because they cannot "bounce" around in the text correctly. The B<-cscb> flag tries to help them by appending appropriate terminal balancing structure: perltidy -csc -cscb } ## end foreach my $foo (sort { $b cmp $a ... }) Since there is much to be gained and little to be lost by doing this, the default is B<-cscb>. Use B<-ncscb> if you do not want this. Thanks to Daniel Becker for suggesting this option. - After an isolated closing eval block the continuation indentation will be removed so that the braces line up more like other blocks. Thanks to Yves Orton. OLD: eval { #STUFF; 1; # return true } or do { #handle error }; NEW: eval { #STUFF; 1; # return true } or do { #handle error }; -A new flag -asbl (or --opening-anonymous-sub-brace-on-new-line) has been added to put the opening brace of anonymous sub's on a new line, as in the following snippet: my $code = sub { my $arg = shift; return $arg->(@_); }; This was not possible before because the -sbl flag only applies to named subs. Thanks to Benjamin Krupp. -Fix tokenization bug with the following snippet print 'hi' if { x => 1, }->{x}; which resulted in a semicolon being added after the comma. The workaround was to use -nasc, but this is no longer necessary. Thanks to Brian Duggan. -Fixed problem in which an incorrect error message could be triggered by the (unusual) combination of parameters -lp -i=0 -l=2 -ci=0 for example. Thanks to Richard Jelinek. -A new flag --keep-old-blank-lines=n has been added to give more control over the treatment of old blank lines in a script. The manual has been revised to discuss the new flag and clarify the treatment of old blank lines. Thanks to Oliver Schaefer.
2009-07-07user-destdir supportjoerg6-8/+46
2009-07-07Updated www/p5-WWW-Amazon-Wishlist to 1.602sno1-1/+2
2009-07-07Updating package for p5 module WWW::Amazon::WishList from 1.6.1 to 1.6.2sno2-8/+9
and set license to ${PERL5_LICENSE} as well as correcting dependencies. Upstream changes: - The only change since December was I removed a reference to File::Slurp
2009-07-07user-destdir supportjoerg2-4/+7
2009-07-07Updated devel/p5-UNIVERSAL-isa to 1.03sno1-1/+2
2009-07-07Updating package for p5 module UNIVERSAL::isa from 1.02 to 1.03sno2-6/+6
Upstream changes: 1.03 Mon Jun 22 20:42:36 UTC 2009 - improved packaging (Module::Build is now a config_requires dependency)
2009-07-07user-destdir supportjoerg1-6/+10
2009-07-07Updated devel/p5-UNIVERSAL-can to 1.15sno1-1/+2
2009-07-07Updating package for p5 module UNIVERSAL::can from 1.14 to 1.15sno2-6/+6
Upstream changes: 1.15 Mon Jun 22 20:39:48 UTC 2009 - moved Module::Build dependency to config_requires (RT #47165, hdp) - unified licensing between README and module (RT #46934, nhandler)
2009-07-07user-destdir supportjoerg3-7/+15
2009-07-07Updated net/arping to 2.08sno1-1/+2
2009-07-07Updating net/arping from 2.05nb1 to 2.08, setting license to gnu-gpl-v2sno2-7/+7
Upstream changes: Not logged
2009-07-07user-destdir supportjoerg7-11/+47
2009-07-07Updated www/p5-Template-Toolkit to 2.21sno1-1/+2
2009-07-07user-destdir supportjoerg1-4/+4
2009-07-07pkgsrc changes:sno3-599/+8
- Updated package for p5 module Template::Toolkit from 2.20 to 2.21 - Set license to perl license according to META.yml - Adjusting dependencies according to META.yml Upstream changes: #----------------------------------------------------------------------- # Version 2.21 - 30th June 2009 #------------------------------------------------------------------------ * Fixed a PRE_CHOMP bug that left \r characters lying around when confronted with templates with DOS \r\n line endings. https://rt.cpan.org/Ticket/Display.html?id=43345 * Applied patch from Bradley Baetz to fix defblock #line numbers http://rt.cpan.org/Public/Bug/Display.html?id=47024 #----------------------------------------------------------------------- # Version 2.20_4 (2.21 candidate) - 21st May 2009 #------------------------------------------------------------------------ * Added the even(), odd() and parity() methods to Template::Iterator to assist in making zebra tables. * Removed a post-5.6 perlism in Template::Context that broke on 5.6.2 https://rt.cpan.org/Ticket/Display.html?id=46250 * Replaced a whole bunch of UNIVERSAL::isa() calls with blessed/isa * Applied a patch from Norbert Buchm"uller to prevent the #line markers from being whitespaced away from the first column. https://rt.cpan.org/Ticket/Display.html?id=46269 * Applied a patch from Denis F. Latypoff to fix uri/url filters with utf8 text https://rt.cpan.org/Ticket/Display.html?id=41173 #----------------------------------------------------------------------- # Version 2.20_3 (2.21 candidate) - 20th May 2009 #------------------------------------------------------------------------ * Fixed the XS Stash to compile properly in threaded Perls. https://rt.cpan.org/Public/Bug/Display.html?id=46240 * Applied a patch to the XS Stash from Alexey A. Kiritchun to make the scalar.length vmethod work correctly with utf8 strings. http://lists.tt2.org/pipermail/templates/2009-May/010803.html #----------------------------------------------------------------------- # Version 2.20_2 (2.21 candidate) - 17th May 2009 #------------------------------------------------------------------------ * Applied a patch to Template::Test from Andrew Ford to make it skip properly. http://lists.tt2.org/pipermail/templates/2009-March/010678.html * Changed the ttree -v/--verbose option so be less verbose and only report on things that have changed. To make it more verbose (like previous versions), add a second -v/--verbose flag, e.g. $ ttree -v -v * Also added the --summary option to tree to print a summary of what it did, and the --color/--colour option to make it print its verbose messages in colour (on ANSI terminals). * Applied a ttree patch from Lyle Brooks to allow ttree to accept a directory name as a command line argument. * Added the define_view() and define_views() method to Template::Context and added the VIEWS option to pre-define views when the Template object is created. Thanks to Timmy Chan for providing the groundwork on this. http://lists.tt2.org/pipermail/templates/2009-April/010689.html * Retrospectively fixed the Changes for 2.20 to mention the ttree --encoding option. * Applied a patch from Chisel Wright, changing uses of UNIVERSAL::can() to use blessed() and ->can(). http://lists.tt2.org/pipermail/templates/2009-May/010790.html * Fixed a memory leak in the XS Stash introduced in 2.20. Thanks to Breno G. de Oliveira for reporting the problem and helping to narrow it down. https://rt.cpan.org/Public/Bug/Display.html?id=46058 #------------------------------------------------------------------------ # Version 2.20_1 (2.21 candidate) - 7th April 2009 #------------------------------------------------------------------------ * Deleted all the old HTML documentation (now available separately from http://tt2.org/download/index.html#html_docs), examples, libraries and other cruft that was way out of date and badly unloved. * Tweaked Template::Parser to work better with the ANYCASE option. It now knows that anything following a dotop cannot be a keyword so that you can write data.last without the 'last' bit being interpreted as the LAST keyword. Thanks to Sean McAfee for the post that inspired it. http://lists.tt2.org/pipermail/templates/2008-September/010462.html * Fixed a broken test for Apache::Util in the html_entity filter. Added the use_html_entities() and use_apache_util() class methods to Template::Filters to allow end-user selection of one or the other. http://rt.cpan.org/Public/Bug/Display.html?id=40870 http://template-toolkit.org/svnweb/Template2/revision/?rev=1177 * Tweaked Template::Context to recognise Badger::Exception objects and convert them to Template::Exception objects. This is a temporary measure to keep things working during the transition to Badger-based modules. * Added the STRICT option which will cause the stash to throw an exception on encountering an undefined value. Thanks to Ben Tilly for the prod. * Applied a patch to Template::Iterator from Jonathon Padfield to make get_all() do the right thing if get_first() hasn't been called. * Applied a patch to Template::Stash::Context from Ben Tilly to make it easier to subclass. * Applied a patch from Robin Berjon to add the xml filter.
2009-07-07user-destdir supportjoerg2-11/+15
2009-07-07Updated www/p5-libwww to 5.828sno1-1/+2
2009-07-07pkgsrc changes:sno2-6/+6
- Updating package for p5 module LWP from 5.826 to 5.828 Upstream changes: 2009-06-25 Release 5.828 A quick new release to restore compatiblity with perl-5.6. Gisle Aas (4): Less noisy behaviour when we can't download the documents Restore perl-5.6 compatiblity [RT#47054] Don't decode US-ASCII and ISO-8859-1 content Some versions of Encode don't support UTF-16-BE [RT#47152] Ville Skytt"a (1): Spelling fixes. 2009-06-15 Release 5.827 The main news this time is better detection of what character set the document in a response uses and the addition of the lwp-dump script that I found useful. Gisle Aas (31): Added lwp-dump script Replace calls to $req->url with $req->uri Also need to encode strings in the latin1 range Ignore the value set for file inputs [RT#46911] Add docs to lwp-dump Don't let lwp-dump follow redirects Support --method options Implement the --agent option Dictionary order for the option docs; document --method Merge branch 'dump' Files are passed as an array and we must not stringify it. Add content_charset method to HTTP::Message Start guessing the charset for a message Let content_charset guess the charset to use for decoded_content Specify what's missing for the XML and HTML case Provide charset parameter for HTML::Form->parse() Make content_charset sniff for <meta> elements specifying the charset. Determine charset of XML documents Get rid of the _trivial_http_get() implementation Update the bundled media.types file LWP::Simple::get() now returns decoded_content [RT#44435] Implement content_type_charset method for HTTP::Headers Implement content_is_text method for HTTP::Headers Make use of content_is_text and content_type_charset in decoded_content Don't let the parse_head callback append to the HTTP headers Don't set Range header on request when max_size is used [RT#17208] Still show client headers for internal responses Document Client-Warning: Internal response Don't use 'no' as example domain for no_proxy docs [RT#43728] Drop exit from the Makefile.PL [RT#43060] Merge branch 'content_charset' Alex Kapranoff (1): Support "accept-charset" attribute in HTML::Form Mark Stosberg (1): new tests for max_size and 206 responses [RT#46230] murphy (1): Reformulation of Client-Warning: Internal documentation
2009-07-07user-destdir supportjoerg4-8/+28