Commit graph

163382 commits

Author SHA1 Message Date
wiz
5aa0689928 Update to 804.029. Test failures:
Failed 67/71 test programs. 3/4212 subtests failed.

But at least this version compiles, in contrast to the previous one.

Tk-804.029 release (2010-05-27)
------------------

This is basically the same like Tk-804.028_503.

Tests
 after.t is a TODO test on Windows.

Tk-804.028_503 release (2010-05-13)
----------------------

Fixes
 Tk::Text documentation mentioned -reverse where it should be -backwards.
 Also allow -forwards/-backwards to be abbreviated in FindNext call.

 Added WRITE method for tied Text widgets.

 Fixed display of Unicode characters in Windows toplevel menus.

 No special LDDLFLAGS handling on MacOSX systems, which probably
 caused an unusable Tk module (i.e. bus errors)

 Fixes Strawberry Perl builds (probably was broken on all 64bit systems)
 Informal patch by Eduard Wulff

Tests
 A missing rgb.txt is no more an error in the Tk::ColorEditor tests,
 as rgb.txt may be missing completely in some X11 installations.

Documentation
 Fixed minor typo in ProgressBar documentation

 Documented that -width and -height do not work with NoteBook widgets

Tk-804.028_502 release (2010-01-30)
----------------------

Fixes
 Support for perl 5.11.2 and later (UTF8_MAXLEN_UCLC is not available
 anymore)

 Use 'configure' for building libpng under IRIX64

 PNG did not build under AIX and IRIC64, unchecked fix

 Workaround for a perl bug (?) when using "eq" under a Japanese locale
 under Windows (sample fail report:
 http://www.nntp.perl.org/group/perl.cpan.testers/2008/11/msg2550386.html)

 Tk did not support more than 32 fds on 64bit machines

 Tk::Trace fix to make Tk::Gauge work

 Fixed some regular expression-related and other errors, patch by
 Alexander Krasnorutsky, see

 Workaround for SvREADONLY issue with 5.8.x

 Another possible rgb.txt location, by h.m.brand

 Fix for attaching balloons to items of scrolled widgets
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=246363

 Fixed XIM event filtering.

 Fixed compilation with newer gcc

 RecolorTree was broken since Tk-804.027_501 if called separately.
 Reported and patched by Michael Parker

 Control-X/Y/C now also works if Caps Lock is active
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=205895

 Copy/paste operations between KDE and Perl/Tk applications
 on 64bit system did not work, patch by Petr Pajas

 Canvas grids: -color was documented, but only -fill was implemented.
 In future both is supported.

 Patch for mingw-w64 gcc compiler, supplied by kmx

Documentation
 Documentation on "Perl/Tk and Unicode"

 Fixed cget/delete confusion in Entry.pod

Tk-804.028_501 release (2008-11-04)
----------------------

Fixes
 File permissions of the tarball seemed to be problematic under
 Windows Vista and Strawberry Perl 5.10.0.3, causing aborted builds.
 This is hopefully fixed now.

 Changed cygwin default to x11 (native MSWin32 port still does not
 work).

New
 There's now an "examples" directory containing some useful scripts
 previously been elsewhere in the distribution.

Documentation
 Documented ROText key bindings.

 New README for Strawberry Perl.

Tests
 Prevent Event mini tests to be run when the rest of Tk is not tested,
 to avoid insignificant PASSes at cpantesters.

 More tests marked as TODO or SKIP.

Tk-804.028_500 release (2008-10-01)
----------------------

Fixes
 Security fix for GIF reader (CVE-2006-4484, report and patch by
 Anicka Bernathova)

 Make sure Tk::MsgBox is not displayed before calling Show()

 Solved problems with fileevent on 64bit architectures (this also
 fixes a problem with POE)

 Makefile.PL updates (auto-creation of META.yml, added LICENSE, exit
 cleanly if prereqs are missing --- this is for cpan testers)

 Fixed typo in Tk::FBox

 Added different location of rgb.txt on Mac OS X 10.5.1 systems

 Fixed a makedepend issue, reported by marek.rouchal


 Fixed Tk::ColorEditor problem with OpenBSD (another rgb.txt location)

 clipboardGet was documented, but did not work (note that clipboard("get")
 always worked)

 Tk::After::Cancelled needs also a dummy cancel() method

 Fixed event handling for newer X servers


 Support for changed regexp-related functions and structures in perl
 5.11.x.

 Fix for: Tk::FileSelect fails to select file with "'" in file name
 (with new fileselect.t tests)

 Fixed movement of cursor on insertations in Tk::TextUndo

 Tk::Test fix for: skips lines when arrowing down in a window not
 exactly sized to a text

 ErrorDialog fix for Windows (dialog was never displayed)

 Use 'configure' for building libpng under Solaris.

Tests
 Tests for signal handling (testing LangAsyncCheck introduced earlier)

 Various skips and $TODOs for broken (?) window managers and slow
 connections (for example -xscrollcommand-related, floating-point
 precision-related, signal availability and many more ...)
2010-09-12 12:59:47 +00:00
wiz
ca74ae0584 Updated www/p5-CSS-Tiny to 1.19 2010-09-12 12:45:47 +00:00
wiz
cf1f8145b5 Update to 1.19:
1.19 Fri  3 Sep 2010
	- No functional changes
	- Resolved RT #59037: CSS::Tiny reorders rules
	- The use of Tie::IxHash to achieve ordering is now documented

1.18 Fri  3 Sep 2010
	- Resolved RT #60776: Parsing of multiple whitespace selectors
	- Added test script specifically for RT regression tests
2010-09-12 12:45:38 +00:00
wiz
982a01cd9f Updated time/p5-Time-Progress to 1.7 2010-09-12 12:44:54 +00:00
wiz
b036a601f7 Update to 1.7. Improve COMMENT.
1.7   Fri Sep 10 2010

 - fixed spelling (note by Salvatore Bonaccorso)
2010-09-12 12:44:44 +00:00
wiz
eca57ec62b Updated time/p5-DateTime-Event-Cron to 0.08 2010-09-12 12:43:41 +00:00
wiz
ce246c7352 Update to 0.08:
0.08  Thu Jun 10 16:54:11 EDT 2010
    - Added match() for checking cron hits
2010-09-12 12:43:32 +00:00
wiz
ed1f003dcd Updated textproc/p5-XML-Writer to 0.612 2010-09-12 12:41:43 +00:00
wiz
e2366f9c37 Update to 0.612:
0.612 Mon Aug 16 00:10:16 2010 +1000    <joe@kafsemo.org>
        - Allow DATA_INDENT to specify arbitrary white space for
           indentation. If it is numeric then use that many space
           characters.

0.611 Thu Apr 22 13:09:12 BST 2010    <joe@kafsemo.org>
        - Adopt rewritten license text to explicitly allow modification.

0.610 Mon Mar 29 02:29:32 BST 2010    <joe@kafsemo.org>
        - Add a CHECK_PRINT constructor parameter to check the output print
           success (#50465). It will croak when printing to output fails.

0.607 Mon Mar 22 14:46:26 GMT 2010    <joe@kafsemo.org>
        - Address license confusion by reverting to the original
           license, with contributor permission, and removing
           unintentional references to the (more restrictive)
           GPL/Artistic.
2010-09-12 12:41:34 +00:00
wiz
b708eae8d4 Updated textproc/p5-Text-MicroTemplate to 0.18 2010-09-12 12:39:42 +00:00
wiz
f75fdde13f Update to 0.18:
0.18
	- added accessor: Text::MicroTemplate::File->include_path

0.17
	- detects absolute paths using File::Spec->file_name_is_absolute (win32 compatibility fix)

0.16
	- treat filenames starting with "/" as absolute paths
	- support lines like "? =pod"
	- fix documentation issues

0.15
	- [bugfix] fix degradation in the optimazition introduced in 0.14 that caused compound lines within template to be miscompiled
2010-09-12 12:39:33 +00:00
wiz
8b28f33ece Updated textproc/p5-PDF-Create to 1.06 2010-09-12 12:37:51 +00:00
wiz
d58272bb84 Update to 1.06, set LICENSE.
Updated version number
    Updated Howto
    Fixed Makefile and MANIFEST for Build.PL
    Added Build.PL
    Save locale in Page-image (rt.perl.org bug #57340)
    Made this test windows-compatible (rt.perl.org bug #55505)
    Add prerequisite for perl 5.005 (rt bug #55198)
    Fix typo
    File permissions changed
    Fixed POD (rt bug #55184)
    Test-script cleanup, proper use of ok() with pdftotext
    Run the cgi with the correct perl from $Config{perlpath}.
    Fixed some typos in the POD
    Fixed the usage of the test suite (skip was used wrongly).
    Version 1.05\nAdded t/10-versionig.t\nFix to Changes.PL
    Even more POD additions
    Changed version number to 1.05
    Fixed minor Perl::Critic issues
    Image scaling bug, patch by Simon Green <simon@simongreen.name>
    I have noticed one bug with the software though. If you
    are scaling an image, and are centering it, it calculates the the bottom
    left based on the original image size, not the scaled size. Attached is a
    patch (against 1.03) that fixes this.
    more POD fixes and comments
    PerlTidy, Fixed comments and POD
    PerlTidy, Fixed comments and POD
    Fixed formatting (perltidy) and updated POD documentation
    git in eclipe is a mess
    Added new test scripts
    Added experimental 'text' function
    Added Gary's annotation fonction and related stuff (string_underline).
    Cleaned up test files, grouped by topic, uses Test::More
    Cosmetic and toolchain mods.
    As sent to Gary
    Fixed debug() stuff
    Removed history from comments
    General cleanup
    fixed corrupt xref
    Improved debugging, Initial version of annotations
    Set version to 'perl' for Fedora
    Fix the MANIFEST file with all test updates
    Fixed Changes.PL
    Cleanup test files
    Add 'real' test using 'pdftotext'
    Add a cgi-script test/example
    Changing version number
    Some more test cleanup (eliminate warnings, remove test 7)
    Fix and unify test samples (generate pdf name from script name).
    Add new sample 'parabola.t', to show how to generate graphices.
    Improve doc and error message for unsupported gif images.
    Add new sample featuring font color and drawing/writing on images.
    Improved git detection in Changes.PL by Philippe Audéoud
    Hacked Changes.PL to skip out in a non-obstrusive way if git
    is not found or the git environment is not right.
2010-09-12 12:37:41 +00:00
wiz
43c54f29c1 Updated net/p5-Test-TCP to 1.06 2010-09-12 12:35:28 +00:00
wiz
4f994eaecc Update to 1.06:
1.06

    - depend to Test::SharedFork 0.14. It fixes issue with Test::Builder2.

1.05

    - workaround for $@ issue in test case.
      Data::Util's method modifier clears $@.
2010-09-12 12:35:19 +00:00
wiz
02eca31fe4 Updated devel/p5-Test-SharedFork to 0.14 2010-09-12 12:34:29 +00:00
wiz
9b3529ab63 Update to 0.14:
0.14

        - release!

0.13_01

        - Test::Builder2 support
2010-09-12 12:34:20 +00:00
wiz
e4efd1f474 Updated math/p5-Statistics-Descriptive to 3.0200 2010-09-12 12:28:26 +00:00
wiz
274db1b0c2 Update to 3.0200:
3.0200      June 18, 2010
    - Added skewness and kurtosis
        - https://rt.cpan.org/Ticket/Display.html?id=58187
        - Thanks to Shawn Laffan.

3.0102      June 15, 2010
    - Add the $VERSION variable to Statistics::Descriptive::Sparse and
    Statistics::Descriptive::Full. This was done to silence the CPAN indexer.

3.0101      June 15, 2010
    - Moved the trimmed_mean caching test (that used the Benchmark.pm module)
    to rejects/descr.t , because it kept failing.
2010-09-12 12:28:16 +00:00
wiz
aca6ff8f2c Updated math/p5-Spreadsheet-XLSX to 0.13nb1 2010-09-12 12:27:23 +00:00
wiz
f969041cb1 Update to 0.13-withoutworldwriteables, and call it 0.13nb1.
0.13  Sun May 16 13:08:12 MSD 2010

	- ability to read xlsx from filehandle (RT #57483, thanks Sergey Pushkin)
2010-09-12 12:27:08 +00:00
wiz
006a8c9619 Updated devel/p5-Test-Warn to 0.22 2010-09-12 12:21:39 +00:00
wiz
88f702c5da Update to 0.22:
0.22  Sep 10 2010
        - fixes in English
2010-09-12 12:21:30 +00:00
wiz
29814c72d2 Updated devel/p5-Mouse to 0.68 2010-09-12 12:20:03 +00:00
wiz
a31b141170 Update to 0.68:
0.68 Sat Sep 11 16:24:42 2010
    [CHANGES]
    * Remove an optional depenency, Data::Util.
      This is used to make method modifiers faster, but the effect
      is limited to 'before' and 'after' modifiers. Rather,
      D::U's modifiers are slightly different from the standalone version,
      and sometimes the difference caused problems.

0.67 Fri Sep 10 13:56:38 2010
    [BUG FIXES]
    * Oops! Fix a mistake of removing neccesary denepdencies

0.66 Fri Sep 10 13:30:41 2010
    [BUG FIXES]
    * Workaround older perl's bug that caused segv in throwing errors
    * Fix looks_like_number portability

0.65 Thu Sep 9 13:30:33 2010
    [CHANGES]
    * An attribute in a subclass can now override the value of "is"
      (Moose 1.07 feature)
    * Remove long deprecated methods:
      _create_args(), compute_all_applicable_attributes(),
      and clone_instance()

    [BUG FIXES]
    * Fix tests that misused test functions. This problem was revealed
      by Test::Builder2
    * Improve C++ compatibility in Mouse::XS
2010-09-12 12:19:54 +00:00
wiz
a5409c6de3 Updated devel/p5-Devel-Cover to 0.71 2010-09-12 11:20:47 +00:00
wiz
8e4501e447 Update to 0.71, changes undocumented. 2010-09-12 11:20:38 +00:00
wiz
a811290759 Updated devel/p5-Method-Signatures-Simple to 0.06 2010-09-12 11:18:14 +00:00
wiz
14b84ddb04 Update to 0.06:
0.06    2010-06-11  Rhesa Rozendaal <rhesa@cpan.org>
        Documented the import arguments.
2010-09-12 11:18:05 +00:00
wiz
b458ea2f39 Add comment. 2010-09-12 11:17:07 +00:00
wiz
98572a45f9 Update to 0.46:
0.46 Sep 10 2010
	- added possibility to get big size covers;
	- fixed retrieving of cover for non-English movies;
	- fixed bug with parsing of the movie title on the search page, ticket #55739;
	- fixed plot parsing.
2010-09-12 11:16:48 +00:00
wiz
e7c932cfb8 Updated chat/p5-POE-Component-IRC to 6.40 2010-09-12 11:16:08 +00:00
wiz
e442668e9f Update to 6.40:
6.40  Thu Sep 9 06:55:27 UTC 2010
    - AutoJoin.pm: Wait for a reply from NickServ before joining channels
      on connect
2010-09-12 11:15:58 +00:00
wiz
4f23e6abb0 Sort. 2010-09-12 10:04:33 +00:00
tnn
c72c33f4c1 Bump minimum dependency (PR pkg/43867) 2010-09-12 09:11:49 +00:00
taca
90a09c3951 Note update of www/contao29-translations package to 20100912. 2010-09-12 09:06:10 +00:00
taca
8c42b0fc3e Update contao29-translations pakcage to 20100912.
Update Bosnian language files.
2010-09-12 09:05:18 +00:00
taca
854792f5da -ruby-SDL-2.1.1.1.
pkgsrc has ruby-SDL-2.1.1 now but 2.1.1.1 differ Readme only.
And to update 2.1.1.1, pkgsrc must be switch to none rubygem based
package.  It costs too much.
2010-09-12 09:04:18 +00:00
taca
d076fcdacf -ruby-1.9.2.0, ruby-datamapper-0.10.2, ruby-racc-1.4.6. 2010-09-12 09:02:15 +00:00
obache
2551e6684b + rcairo-1.10.0 (will be update after update of cairo package). 2010-09-12 08:10:50 +00:00
taca
fe20caeba0 Add a patch which I forgot to commit. 2010-09-12 04:59:12 +00:00
taca
c8f49e28ef Add patches which I forgot to commit. 2010-09-12 04:52:19 +00:00
taca
380074cf77 Note addtion of these pacakges:
databases/ruby-activerecord3	3.0.0
	databases/ruby-arel		1.0.1
	devel/ruby-activemodel		3.0.0
	devel/ruby-activesupport	3.0.0
	www/ruby-actionpack3		3.0.0
	www/ruby-activeresource3	3.0.0
	www/ruby-rails3			3.0.0
2010-09-12 04:32:56 +00:00
taca
7c94ebf1b4 Add and enable ruby-actionpack3, ruby-activeresource3 and ruby-rails3. 2010-09-12 04:29:45 +00:00
taca
86577b7498 Add and enable ruby-actionmailer3. 2010-09-12 04:29:11 +00:00
taca
0fd4f7b59d Add and enable ruby-activemodel, ruby-activesupport3 and ruby-railties. 2010-09-12 04:28:50 +00:00
taca
eac5a10126 Add and enable ruby-activerecord3 and ruby-arel. 2010-09-12 04:28:03 +00:00
taca
5c6977f938 Importing www/ruby-rails3 3.0.0.
Ruby on Rails is a full-stack web framework optimized for programmer
happiness and sustainable productivity.  It encourages beautiful code
by favoring convention over configuration.
2010-09-12 04:23:56 +00:00
taca
d450ca8e5e Importing databases/ruby-activerecord3 3.0.0.
= Active Record -- Object-relational mapping put on rails

Active Record connects classes to relational database tables to establish an
almost zero-configuration persistence layer for applications. The library
provides a base class that, when subclassed, sets up a mapping between the new
class and an existing table in the database. In context of an application,
these classes are commonly referred to as *models*. Models can also be
connected to other models; this is done by defining *associations*.

(This is part of Ruby on Rails 3.)
2010-09-12 04:22:21 +00:00
taca
502d85709f Importing devel/ruby-railties 3.0.0.
= Railties -- Gluing the Engine to the Rails

Railties is responsible to glue all frameworks together. Overall, it:

* handles all the bootstrapping process for a Rails application;

* manager rails command line interface;

* provides Rails generators core;

(This is part of Ruby on Rails 3.)
2010-09-12 04:21:29 +00:00