Should fix PR#39230.
Pkgsrc changes:
o Remove patch-aa, which appears to no longer be needed
Upstream changes:
Release 5.814
Gisle Aas (13):
Typo fix.
Add HTTP::Message::decodable()
Use decoded_content in the synposis
Avoid adding an empty first part in $mess->add_part()
Get rid of all the manual dependency tests.
Simplify the Makefile.PL (no interactivity)
Provide DELETE method in HTTP::Request::Common [RT#37481]
Checkbox picks up nearby text in description of alternates [RT#36771]
HTML::Form::possible_values() should not returned disabled
values [RT#35248]
File::Listing documentation claimed only 'unix' format
was supported [RT#22021]
File::Listing only support English locales [RT#28879]
Make common-req.t use Test.pm
Typo; CAN_TALK_TO_OUTSELF
Bill Mann (1):
Fix up File::Listings fallback to dosftp [RT#23540]
Hans-H. Froehlich (1):
File::Listing parse failure on BSD Linux based systems [RT#26724]
2008-06-17 Gisle Aas <gisle@ActiveState.com>
Release 5.813
Ville Skytta (3):
RobotUA constructor ignores delay, use_sleep [RT#35456]
Spelling fixes [RT#35457]
Add HTTP::Response->filename [RT#35458]
Mark Stosberg (2):
Better diagnostics when the HTML::TokeParser constructor
fails [RT#35607]
Multiple forms with same-named <select> parse wrongly [RT#35607]
Gisle Aas (1):
Provide a progress method that does something that might be useful.
Spiros Denaxas (1):
Documentation typo fix [RT#36132]
devel/p5-Variable-Magic into The NetBSD Packages Collection.
Magic is Perl way of enhancing objects. This mechanism let the user
add extra data to any variable and overload syntaxical operations
(such as access, assignation or destruction) that can be applied
to it. With the module Variable::Magic , you can add your own magic
to any variable without the pain of the C API.
Packages Collection.
Magic is Perl way of enhancing objects. This mechanism let the user
add extra data to any variable and overload syntaxical operations
(such as access, assignation or destruction) that can be applied
to it. With the module Variable::Magic , you can add your own magic
to any variable without the pain of the C API.
devel/p5-Devel-Events into The NetBSD Packages Collection.
The Perl 5 module Devel::Events is an event generation, filtering
and analaysis framework for instrumenting and auditing perl code.
as devel/p5-MooseX-AttributeHelpers into The NetBSD Packages
Collection.
The Perl 5 module MooseX::AttributeHelpers provides commonly used
attribute helper methods for more specific types of data as Moose
attributes.
NetBSD Packages Collection.
The Perl 5 module MooseX::AttributeHelpers provides commonly used
attribute helper methods for more specific types of data as Moose
attributes.
NetBSD Packages Collection.
The Perl 5 module MooseX::AttributeHelpers provides commonly used
attribute helper methods for more specific types of data as Moose
attributes.
2873 7.2.011 error when inserting a float value from expression register
1444 7.2.012 compiler warnings when building with startup timing
4157 7.2.013 hang when waiting for X selection, consuming lots of CPU time
1769 7.2.014 synstack() doesn't work in an emptly line
1943 7.2.015 "make all test install" doesn't stop when the test fails
4536 7.2.016 cmdline completion pattern can be in freed memory
5319 7.2.017 X11: strlen() used wrongly, pasting very big selection fails
1390 7.2.018 memory leak when substitute is aborted
devel/p5-Devel-EvalContext into The NetBSD Packages Collection.
The Perl 5 module Devel::EvalContext provides the capability to
use Perl's eval primitive in a specified environment.
Some of the tests fails, but that appears to be due to some remote
server no longer providing the expected service. Also fix one test's
count of tests.
The Net::Z3950::ZOOM distribution contains three Perl modules for the
price of one. They all provide facilities for building information
retrieval clients using the standard Z39.50 and SRW/U protocols, but
do so using different APIs.
Isolate rules to compute the restricted subset in the upload script.
Make the upload script independent from the report file to allow
uploading partial builds.
Only depend on NO_BIN_ON_FTP to decide what to upload and what not.
devel/p5-Devel-Cover into The NetBSD Packages Collection.
The Perl 5 module Devel::Cover provides code coverage metrics for
Perl. Code coverage metrics describe how thoroughly tests exercise
code. By using Devel::Cover you can discover areas of code not
exercised by your tests and determine which tests to create to
increase coverage. Code coverage can be considered as an indirect
measure of quality.
Collection.
The Perl 5 module Devel::Cover provides code coverage metrics for
Perl. Code coverage metrics describe how thoroughly tests exercise
code. By using Devel::Cover you can discover areas of code not
exercised by your tests and determine which tests to create to
increase coverage. Code coverage can be considered as an indirect
measure of quality.
dlopen("-lavcodec.51").
* Disable h263ffmpeg plugin as ekiga doesn't use it
* Pass LDFLAGS to plugins at linking time, so they get RPATH
* Use RTLD_NEXT on NetBSD in an attempt to find symbols in NEEDED
libraries of the one we actually loaded (libavcodec).
changes:
-Move the libcdio cddasrc element to -ugly, because of the GPL license
(no difference for pkgsrc, cdio isn't built)
remove build of v4l2 - I'll put this into a seperate pkg
Pkgsrc changes:
o Revert MAINTAINER to pkgsrc-users@ as directed by maintainer
o Add USE_LANGUAGES=c
Upstream changes:
1.13
- More QNX fixes (kraai@ftbfs.org)
- Restore freebsd copyright on strptime.
- Added add_months and add_years methods.
1.12
- QNX fixes
- Merge with perl core version
Pkgsrc changes:
o Revert MAINTAINER to pkgsrc-users@ as directed by maintainer
Upstream changes:
1.01
- Remove unnecessary use of Data::Dump in test suite
- Work around perlbug 39634, where g++ 3.3 doesn't support
__attribute__((unused))