Next | Query returned 46 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2011-10-17 10:54:18 by Hiramatsu Yoshifumi | Files touched by this commit (2)
Log message:
Update p5-Locale-Maketext-Lexicon to 0.91.

Changes from previous:
[Changes for 0.91 - 2011-08-19]
* Fixed test count for newly added tests

[Changes for 0.90 - 2011-08-19]
* Doc changes

[Changes for 0.89 - 2011-08-19]
* Added support to the TT2 parser for Mojolicious style tags
  Thanks to COSIMO for the patch

[Changes for 0.88 - 2011-07-30]

* Fixed the t/5-extract.t test count

[Changes for 0.87 - 2011-07-20]

* Locale::Maketext::Extract::Plugin::Mason
   - Added support for Mason 2
     Thanks to ASIMON for the patch.

* Locale::Maketext::Extract
   - Now warns on loading bad plugins if warnings enabled

* Locale::Maketext::Extract::Plugin::Base
   - Corrected the synopsis

  Thanks to TOKUHIROM for the bug reports

[Changes for 0.86 - 2011-02-16]
* Bumped version because the META file was showing an old version number.

[Changes for 0.85 - 2011-02-11]
* Changed Locale::Maketext::Extract::Run to ignore:
   - .git/
   - unix pipes
   - binary files

   Thanks to audreyt for the patch
   \ 
https://github.com/audreyt/locale-maketext-lexicon/commit/1e4d112d435daa7b72eb8b49208f3b2e3185bc22

[Changes for 0.84 - 2010-12-24]
* Changed the minimum version of Locale::Maketext to 1.17, to avoid error
  reports from recent Perl versions, which still have an old Locale::Maketext

* Locale::Maketext::Extract
    - added a fix from Ivan Bessarov to avoid uninit warnings when msgids
      contain trailing spaces

[Changes for 0.83 - 2010-12-09]
* Locale::Maketext::Lexicon
    - remove the local $@ when loading PO files - made it difficult
      to debug errors when loading PO's

      Thanks to Ton Voon for the patch
      https://rt.cpan.org/Ticket/Display.html?id=63722

  - Added -P|plugins option to specify which parser plugins to use
  - Added -w|warnings to turn parser warnings on and off
  - Added -v|verbose to output the files that are being processed,
    the plugins used to process them, and the extracted strings
  - Fixed a bug in the File::Find routine to correctly prune
    .svn directories and their contents

* Locale::Maketext::Extract::Plugin::Perl
  - Added a defined check to avoid a warning.
   2011-08-14 15:45:17 by OBATA Akio | Files touched by this commit (24)
Log message:
Revision bump after updating perl5 to 5.14.1.
   2010-09-06 13:09:09 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 0.82:

[Changes for 0.82 - 2010-04-12]
* Locale::Maketext::Extract::Plugin::Base
* Locale::Maketext::Extract::Plugin::TT2
* Locale::Maketext::Extract
    - fixed some spelling errors - thanks to Ansgar Burchardt for the patch

[Changes for 0.81 - 2010-04-09]
* Locale::Maketext::Extract::PLugin::FormFu
    - the plugin now understands YAML of the form:
        mesage_loc: ['Max files: [_1]', 10]

      Thanks to Charlie Garrison for the patch

[Changes for 0.80 - 2010-04-08]
* Locale::Maketext::Lexicon
    - Added the _preload option, which forces parsing of the lexicon
      as soon as it is loaded. Improves memory usage and performance
      in a prefork environment

      Thanks to Ruslan Zakirov for the patch
   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
   2010-03-16 23:55:47 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating misc/p5-Locale-Maketext-Lexicon from 0.77 to 0.79

pkgsrc changes:
- Add license definition

Upstream changes:
[Changes for 0.79 - 2010-03-02]
 * Locale::Maketext::Lexicon::Tie
    - Removed a deprecated use of "defined %" for Perl 5.11+

[Changes for 0.78 - 2010-02-23]
 * Locale::Maketext::Lexicon
    - Removed a deprecated use of "defined %" for Perl 5.11+
   2009-03-24 14:35:47 by D'Arcy J.M. Cain | Files touched by this commit (5)
Log message:
Drop MAINTAINERSIP at MAINTAINER's request.
   2009-02-22 17:17:23 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 0.77:

[Changes for 0.77 - 2008-12-29]

 * Locale::Maketext::Extract::Plugin::FormFu
    - Rewrote the FormFu plugin completely to use the YAML.pm parser.
      Previously, this plugin was completely broken.
    - Resolves bugs:
       - http://rt.cpan.org/Ticket/Display.html?id=42000
         # Locale::Maketext::Extract::Plugin::FormFu broken
       - http://rt.cpan.org/Ticket/Display.html?id=39292
         # Parsing formfu config

 * Locale::Maketext::Extract::Plugin::YAML
    - Improved the accuracy of the line numbers.
    - Added documentation and tests for using folded and block scalars.

 * Locale::Maketext::Extract::Plugin::PPI
    - Added a PPI based Perl plugin - more accurate than the Perl plugin,
      but much slower.
    - Not enabled by default
    - moved the Perl extraction tests into t/51-perlextract.t
    - Resolves bug: http://rt.cpan.org/Ticket/Display.html?id=14701
      # xgettext doesn't handle interpolating functions

 Also, corrected the POD to use the correct names for the plugins.

[Changes for 0.76 - 2008-12-14]

 * Locale::Maketext::Extract / Locale::Maketext::Lexicon::Gettext
   - Roundtripping of fuzzy comments now works. If a translation is marked
     by the translator as fuzzy, then it should remain so when re-extracted
   - Added tests for roundtripping of fuzzy, and for format markers

 * Locale::Maketext::Lexicon
   - Fixed bug http://rt.cpan.org/Public/Bug/Display.html?id=14999
     # relative paths to lang files fail
   - added tests to prove it

 * Locale::Maketext::Extract::Plugin::TT2
   - changed the line string to contain only the start line, and not the range
     as this was not consistent with the gettext spec

[Changes for 0.75 - 2008-11-24]

 * Locale::Maketext::Extract / Locale::Maketext::Extract::Run
   Changed the order of extraction to:
     - extract all strings
     - then read, compile and write each PO file
   Speeds the extraction process up by a factor of the number of languages used.
   $Ext->read_po now resets the compiled entries, so that a fresh po file can
   be written.

   Also tidied up the verbose messages
   Bumped both to 0.33

 * Locale::Maketext::Extract::Run / xgettext.pl
   Added the -W | --wrap option, which forces the file location
   comments to be on separate lines, as per POEdit

   The output order of the PO file has changed to match gettext producers, so
   the arguments now appear before the file locations.

 * t/5-extract_strings.tt
   Fixed a bad SKIP plan

[Changes for 0.74 - 2008-11-22]

 * Locale::Maketext::Extract::Plugin::Perl
   The Perl plugin now combines concatenated strings, eg
   loc('string' . ' and this')
   Contributed by Felix Ostmann

 * Locale::Maketext::Extract::Run
   Localised $_ correctly to avoid conflict with external strings
   Contributed by Sebastian Knapp

 * Locale::Maketext::Run
   Fixed bug http://rt.cpan.org/Ticket/Display.html?id=31940
   Debian bug http://bugs.debian.org/307777
   xgettext.pl -f was not chomping file names correctly
   Contributed by Niko Tyni

[Changes for 0.73 - 2008-10-28]
 * Locale::Maketext::Extract::Plugin::TextTemplate
   - renamed MyParser to Locale::Maketext::Extract::Plugin::TextTemplate::Parser
     to avoid namespace clashes
 * CPANTS improvements
   - Updated the Makefile to list all mentioned modules
   - Added a LICENSE file
   - added a Test::Pod test

[Changes for 0.72 - 2008-10-10]

Contributed by: Clinton Gormley (DRTECH)

 * Locale::Maketext::Extract::Plugin::TT2
   - fixed bug where extracted strings still had escaped quotes and backslashes
   - if args are literal, they're now wrapped in double quotes instead of
     single quotes
   - special characters in args are escaped properly

[Changes for 0.71 - 2008-10-05]

* Bump version number of Locale::Maketext::Extract::Plugin::TextTemplate
  to 0.30 so PAUSE can index it correctly.

[Changes for 0.70 - 2008-10-04]

Contributed by: Clinton Gormley (DRTECH)

* Refactored Locale::Maketext::Extract
  - Each format is handled by a different plugin
  - Each format recognises certain default file types
  - Custom plugins can be used

* Locale::Maketext::Extract::Plugin::TT2
  - Uses Template Toolkit as a parser
  - Handles inline filter, block filters, and function calls to "l" or \ 
"loc"
    Contibuted by: Andy Wardley [ABW]

* Locale::Maketext::Extract::Plugin::YAML uses the YAML module as a parser
  and can recognise the form:
     key: _"string"

* Locale::Maketext::Extract::Run
  - Added -P|plugins option to specify which parser plugins to use
  - Added -w|warnings to turn parser warnings on and off
  - Added -v|verbose to output the files that are being processed,
    the plugins used to process them, and the extracted strings
  - Fixed a bug in the File::Find routine to correctly prune
    .svn directories and their contents

* Locale::Maketext::Extract::Plugin::Perl
  - Added a defined check to avoid a warning.

[Changes for 0.68 - 2008-08-18]

* Locale::Maketext::Extract: Support for other forms of localization in
  TT templates and TT HEREDOCS.
  Contributed by: Felix Antonius Wilhelm Ostmann

[Changes for 0.67 - 2008-08-04]

* Locale::Maketext::Extract: Support in Extract.pm and Lexicon/Gettext.pm
  for parsing and keeping user comments in PO files.
  Contributed by: Cosimo Streppone
   2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179)
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
   2008-04-23 22:22:18 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 0.66:

[Changes for 0.66 - 2008-02-12]

* Locale::Maketext::Extract: Support in Extract.pm->extract for
  HTML::FormFu config files.
  Contributed by: Andreas Marienborg

[Changes for 0.65 - 2007-12-22]

* Perl 5.9.5+ is pickier about what "being used only once" means,
  so we make sure to avoid that warning.
  Contributed by: Alex Vandiver

* Also restore compatibility with Perl 5.005 and earlier by avoiding
  the "no warnings" pragma.

* Tidied up code style, documentation, copyright years, etc.
   2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980)
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.

Next | Query returned 46 messages, browsing 21 to 30 | Previous