Sun Sep 15 09:59:08 2013 UTC ()
Update ruby-gettext to 3.0.0.

## <a id="3-0-0">3.0.0</a>: 2013-08-31

This is a new major version up release!

This release removes many deprecated APIs and improves internal
APIs. We want to keep backward compatibility as much as possible but
some existing codes may be broken by gettext gem API change. If your
code breaks by gettext gem 3.0.0, please report your problem. We will
fix the problem and release a new version.

### Improvements

  * Removed deprecated APIs
    * `require "gettext/parser/erb"`.
       Use `require "gettext/tools/parser/erb"` instead.
    * `require "gettext/parser/glade"`.
      Use `require "gettext/tools/parser/glade"` instead.
    * `require "gettext/parser/ruby"`.
      Use `require "gettext/tools/parser/ruby"` instead.
    * `require "gettext/utils"`.
      Use `require "gettext/tools"` instead.
    * `GetText.msgmerge`. Use `GetText::Tools::MsgMerge.run` instead.
    * `GetText.create_mofiles`. Use `GetText::Tools::Task` instead.
    * `GetText::PoParser`. Use `GetText::POParser` instead.
    * `require "gettext/tools/poparser"`.
       Use `require "gettext/po_parser"` instead.
    * `require "gettext/runtime/mofile"`.
       Use `require "gettext/mo"` instead.
    * `GetText::MoFile`. Use `GetText::MO` instead.
    * `GetText::Task`. Use `GetText::Tools::Task` instead.
    * `GetText.set_locale_all`. Use `GetText.set_locale` instead.
    * `GetText.setlocale`. Use `GetText.set_locale` instead.
    * `GetText::Tools::MsgMerge::PoData`. Use `GetText::POEntry` instead.
  * Removed Ruby 1.8 support.
  * Supported Rake 10.1.0.
  * Stopped to remove `TRANSLATORS:` tag because GNU gettext doesn't
    remove it.
  * Stopped to use `TRANSLATORS:` as comment tag. It is GNU gettext
    compatible behavior.
  * rxgettext: Added `--add-comments[=TAG]` option that exists in
    xgettext. [GitHub #16] [Reported by Ladislav Slez叩k]
  * Supported escaping tab character as `\t`.

### Fixes

  * po: Added a missing new line for multiple extracted comments.
    [GitHub #17] [Patch by Ladislav Slez叩k]
  * Fixed a bug that encoding may not be set.
  * Fixed a bug that `\n` is escaped as `\\n`.
    [GitHub #18] [Debian #716916] [Reported by Ladislav Slez叩k]
    [Reported by Francesco Poli]

### Thanks

  * Ladislav Slez叩k
  * Francesco Poli

## <a id="2-3-9">2.3.9</a>: 2013-04-21

This is a msgmerge updated release.

### Improvements

  * [tools] Used the more modern word "cannot" instead of "can
    not". [GitHub #15] [Patch by Benjamin Kerensa]
  * Cleared license descriptions. [Suggested by J辿r辿my Bobbio]

### Fixes

  * Avoided including native extentions in this gem for Windows users.

### Thanks

  * Benjamin Kerensa
  * J辿r辿my Bobbio


(taca)
diff -r1.20 -r1.21 pkgsrc/devel/ruby-gettext/Makefile
diff -r1.15 -r1.16 pkgsrc/devel/ruby-gettext/PLIST
diff -r1.15 -r1.16 pkgsrc/devel/ruby-gettext/distinfo

cvs diff -r1.20 -r1.21 pkgsrc/devel/ruby-gettext/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-gettext/Makefile 2013/04/21 12:56:02 1.20
+++ pkgsrc/devel/ruby-gettext/Makefile 2013/09/15 09:59:08 1.21
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.20 2013/04/21 12:56:02 obache Exp $ 1# $NetBSD: Makefile,v 1.21 2013/09/15 09:59:08 taca Exp $
2 2
3DISTNAME= gettext-2.3.9 3DISTNAME= gettext-3.0.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://ruby-gettext.github.com/ 7HOMEPAGE= http://ruby-gettext.github.com/
8COMMENT= Ruby localization library like as GNU gettext 8COMMENT= Ruby localization library like as GNU gettext
9LICENSE= ruby-license OR gnu-gpl-v2 OR gnu-lgpl-v3 9LICENSE= ruby-license OR gnu-gpl-v2 OR gnu-lgpl-v3
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-locale>=2.0.5:../../devel/ruby-locale 11DEPENDS+= ${RUBY_PKGPREFIX}-locale>=2.0.5:../../devel/ruby-locale
12DEPENDS+= ${RUBY_PKGPREFIX}-text-[0-9]*:../../textproc/ruby-text 12DEPENDS+= ${RUBY_PKGPREFIX}-text-[0-9]*:../../textproc/ruby-text
13 13
14.include "../../lang/ruby/gem.mk" 14.include "../../lang/ruby/gem.mk"
15.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"

cvs diff -r1.15 -r1.16 pkgsrc/devel/ruby-gettext/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/ruby-gettext/PLIST 2013/04/21 12:56:02 1.15
+++ pkgsrc/devel/ruby-gettext/PLIST 2013/09/15 09:59:08 1.16
@@ -1,59 +1,78 @@ @@ -1,59 +1,78 @@
1@comment $NetBSD: PLIST,v 1.15 2013/04/21 12:56:02 obache Exp $ 1@comment $NetBSD: PLIST,v 1.16 2013/09/15 09:59:08 taca Exp $
2bin/rmsgfmt 2bin/rmsgfmt
3bin/rmsginit 3bin/rmsginit
4bin/rmsgmerge 4bin/rmsgmerge
5bin/rxgettext 5bin/rxgettext
6${GEM_HOME}/cache/${GEM_NAME}.gem 6${GEM_HOME}/cache/${GEM_NAME}.gem
7${GEM_LIBDIR}/.yardopts 7${GEM_LIBDIR}/.yardopts
8${GEM_LIBDIR}/README.rdoc 8${GEM_LIBDIR}/README.rdoc
9${GEM_LIBDIR}/Rakefile 9${GEM_LIBDIR}/Rakefile
10${GEM_LIBDIR}/bin/rmsgfmt 10${GEM_LIBDIR}/bin/rmsgfmt
11${GEM_LIBDIR}/bin/rmsginit 11${GEM_LIBDIR}/bin/rmsginit
12${GEM_LIBDIR}/bin/rmsgmerge 12${GEM_LIBDIR}/bin/rmsgmerge
13${GEM_LIBDIR}/bin/rxgettext 13${GEM_LIBDIR}/bin/rxgettext
14${GEM_LIBDIR}/doc/text/gpl-2.0.txt 14${GEM_LIBDIR}/doc/text/gpl-2.0.txt
15${GEM_LIBDIR}/doc/text/lgpl-3.0.txt 15${GEM_LIBDIR}/doc/text/lgpl-3.0.txt
16${GEM_LIBDIR}/doc/text/news.md 16${GEM_LIBDIR}/doc/text/news.md
17${GEM_LIBDIR}/doc/text/ruby-license.txt 17${GEM_LIBDIR}/doc/text/ruby-license.txt
18${GEM_LIBDIR}/gettext.gemspec 18${GEM_LIBDIR}/gettext.gemspec
19${GEM_LIBDIR}/lib/gettext.rb 19${GEM_LIBDIR}/lib/gettext.rb
20${GEM_LIBDIR}/lib/gettext/cgi.rb 20${GEM_LIBDIR}/lib/gettext/cgi.rb
21${GEM_LIBDIR}/lib/gettext/core_ext/iconv.rb 21${GEM_LIBDIR}/lib/gettext/class_info.rb
22${GEM_LIBDIR}/lib/gettext/core_ext/string.rb 22${GEM_LIBDIR}/lib/gettext/locale_path.rb
23${GEM_LIBDIR}/lib/gettext/parser/erb.rb 23${GEM_LIBDIR}/lib/gettext/mo.rb
24${GEM_LIBDIR}/lib/gettext/parser/glade.rb 24${GEM_LIBDIR}/lib/gettext/po.rb
25${GEM_LIBDIR}/lib/gettext/parser/ruby.rb 25${GEM_LIBDIR}/lib/gettext/po_entry.rb
26${GEM_LIBDIR}/lib/gettext/runtime/class_info.rb 26${GEM_LIBDIR}/lib/gettext/po_parser.rb
27${GEM_LIBDIR}/lib/gettext/runtime/locale_path.rb 27${GEM_LIBDIR}/lib/gettext/text_domain.rb
28${GEM_LIBDIR}/lib/gettext/runtime/mo.rb 28${GEM_LIBDIR}/lib/gettext/text_domain_group.rb
29${GEM_LIBDIR}/lib/gettext/runtime/mofile.rb 29${GEM_LIBDIR}/lib/gettext/text_domain_manager.rb
30${GEM_LIBDIR}/lib/gettext/runtime/textdomain.rb 
31${GEM_LIBDIR}/lib/gettext/runtime/textdomain_group.rb 
32${GEM_LIBDIR}/lib/gettext/runtime/textdomain_manager.rb 
33${GEM_LIBDIR}/lib/gettext/task.rb 
34${GEM_LIBDIR}/lib/gettext/tools.rb 30${GEM_LIBDIR}/lib/gettext/tools.rb
35${GEM_LIBDIR}/lib/gettext/tools/msgfmt.rb 31${GEM_LIBDIR}/lib/gettext/tools/msgfmt.rb
36${GEM_LIBDIR}/lib/gettext/tools/msginit.rb 32${GEM_LIBDIR}/lib/gettext/tools/msginit.rb
37${GEM_LIBDIR}/lib/gettext/tools/msgmerge.rb 33${GEM_LIBDIR}/lib/gettext/tools/msgmerge.rb
38${GEM_LIBDIR}/lib/gettext/tools/parser/erb.rb 34${GEM_LIBDIR}/lib/gettext/tools/parser/erb.rb
39${GEM_LIBDIR}/lib/gettext/tools/parser/glade.rb 35${GEM_LIBDIR}/lib/gettext/tools/parser/glade.rb
40${GEM_LIBDIR}/lib/gettext/tools/parser/ruby.rb 36${GEM_LIBDIR}/lib/gettext/tools/parser/ruby.rb
41${GEM_LIBDIR}/lib/gettext/tools/po.rb 37${GEM_LIBDIR}/lib/gettext/tools/task.rb
42${GEM_LIBDIR}/lib/gettext/tools/po_entry.rb 
43${GEM_LIBDIR}/lib/gettext/tools/poparser.rb 
44${GEM_LIBDIR}/lib/gettext/tools/xgettext.rb 38${GEM_LIBDIR}/lib/gettext/tools/xgettext.rb
45${GEM_LIBDIR}/lib/gettext/utils.rb 
46${GEM_LIBDIR}/lib/gettext/version.rb 39${GEM_LIBDIR}/lib/gettext/version.rb
 40${GEM_LIBDIR}/locale/bg/LC_MESSAGES/gettext.mo
 41${GEM_LIBDIR}/locale/bs/LC_MESSAGES/gettext.mo
 42${GEM_LIBDIR}/locale/ca/LC_MESSAGES/gettext.mo
 43${GEM_LIBDIR}/locale/cs/LC_MESSAGES/gettext.mo
 44${GEM_LIBDIR}/locale/de/LC_MESSAGES/gettext.mo
 45${GEM_LIBDIR}/locale/el/LC_MESSAGES/gettext.mo
 46${GEM_LIBDIR}/locale/eo/LC_MESSAGES/gettext.mo
 47${GEM_LIBDIR}/locale/es/LC_MESSAGES/gettext.mo
 48${GEM_LIBDIR}/locale/et/LC_MESSAGES/gettext.mo
 49${GEM_LIBDIR}/locale/fr/LC_MESSAGES/gettext.mo
 50${GEM_LIBDIR}/locale/hr/LC_MESSAGES/gettext.mo
 51${GEM_LIBDIR}/locale/hu/LC_MESSAGES/gettext.mo
 52${GEM_LIBDIR}/locale/it/LC_MESSAGES/gettext.mo
 53${GEM_LIBDIR}/locale/ja/LC_MESSAGES/gettext.mo
 54${GEM_LIBDIR}/locale/ko/LC_MESSAGES/gettext.mo
 55${GEM_LIBDIR}/locale/lv/LC_MESSAGES/gettext.mo
 56${GEM_LIBDIR}/locale/nb/LC_MESSAGES/gettext.mo
 57${GEM_LIBDIR}/locale/nl/LC_MESSAGES/gettext.mo
 58${GEM_LIBDIR}/locale/pt_BR/LC_MESSAGES/gettext.mo
 59${GEM_LIBDIR}/locale/ru/LC_MESSAGES/gettext.mo
 60${GEM_LIBDIR}/locale/sr/LC_MESSAGES/gettext.mo
 61${GEM_LIBDIR}/locale/sv/LC_MESSAGES/gettext.mo
 62${GEM_LIBDIR}/locale/uk/LC_MESSAGES/gettext.mo
 63${GEM_LIBDIR}/locale/vi/LC_MESSAGES/gettext.mo
 64${GEM_LIBDIR}/locale/zh/LC_MESSAGES/gettext.mo
 65${GEM_LIBDIR}/locale/zh_TW/LC_MESSAGES/gettext.mo
47${GEM_LIBDIR}/po/bg/gettext.po 66${GEM_LIBDIR}/po/bg/gettext.po
48${GEM_LIBDIR}/po/bs/gettext.po 67${GEM_LIBDIR}/po/bs/gettext.po
49${GEM_LIBDIR}/po/ca/gettext.po 68${GEM_LIBDIR}/po/ca/gettext.po
50${GEM_LIBDIR}/po/cs/gettext.po 69${GEM_LIBDIR}/po/cs/gettext.po
51${GEM_LIBDIR}/po/de/gettext.po 70${GEM_LIBDIR}/po/de/gettext.po
52${GEM_LIBDIR}/po/el/gettext.po 71${GEM_LIBDIR}/po/el/gettext.po
53${GEM_LIBDIR}/po/eo/gettext.po 72${GEM_LIBDIR}/po/eo/gettext.po
54${GEM_LIBDIR}/po/es/gettext.po 73${GEM_LIBDIR}/po/es/gettext.po
55${GEM_LIBDIR}/po/et/gettext.po 74${GEM_LIBDIR}/po/et/gettext.po
56${GEM_LIBDIR}/po/fr/gettext.po 75${GEM_LIBDIR}/po/fr/gettext.po
57${GEM_LIBDIR}/po/gettext.pot 76${GEM_LIBDIR}/po/gettext.pot
58${GEM_LIBDIR}/po/hr/gettext.po 77${GEM_LIBDIR}/po/hr/gettext.po
59${GEM_LIBDIR}/po/hu/gettext.po 78${GEM_LIBDIR}/po/hu/gettext.po
@@ -178,26 +197,28 @@ ${GEM_LIBDIR}/samples/cgi/po/vi/main.po @@ -178,26 +197,28 @@ ${GEM_LIBDIR}/samples/cgi/po/vi/main.po
178${GEM_LIBDIR}/samples/cgi/po/zh/helloerb1.po 197${GEM_LIBDIR}/samples/cgi/po/zh/helloerb1.po
179${GEM_LIBDIR}/samples/cgi/po/zh/helloerb2.po 198${GEM_LIBDIR}/samples/cgi/po/zh/helloerb2.po
180${GEM_LIBDIR}/samples/cgi/po/zh/hellolib.po 199${GEM_LIBDIR}/samples/cgi/po/zh/hellolib.po
181${GEM_LIBDIR}/samples/cgi/po/zh/main.po 200${GEM_LIBDIR}/samples/cgi/po/zh/main.po
182${GEM_LIBDIR}/samples/cgi/po/zh_TW/helloerb1.po 201${GEM_LIBDIR}/samples/cgi/po/zh_TW/helloerb1.po
183${GEM_LIBDIR}/samples/cgi/po/zh_TW/helloerb2.po 202${GEM_LIBDIR}/samples/cgi/po/zh_TW/helloerb2.po
184${GEM_LIBDIR}/samples/cgi/po/zh_TW/hellolib.po 203${GEM_LIBDIR}/samples/cgi/po/zh_TW/hellolib.po
185${GEM_LIBDIR}/samples/cgi/po/zh_TW/main.po 204${GEM_LIBDIR}/samples/cgi/po/zh_TW/main.po
186${GEM_LIBDIR}/samples/hello.rb 205${GEM_LIBDIR}/samples/hello.rb
187${GEM_LIBDIR}/samples/hello2.rb 206${GEM_LIBDIR}/samples/hello2.rb
188${GEM_LIBDIR}/samples/hello_glade2.glade 207${GEM_LIBDIR}/samples/hello_glade2.glade
189${GEM_LIBDIR}/samples/hello_glade2.rb 208${GEM_LIBDIR}/samples/hello_glade2.rb
190${GEM_LIBDIR}/samples/hello_gtk2.rb 209${GEM_LIBDIR}/samples/hello_gtk2.rb
 210${GEM_LIBDIR}/samples/hello_gtk_builder.rb
 211${GEM_LIBDIR}/samples/hello_gtk_builder.ui
191${GEM_LIBDIR}/samples/hello_noop.rb 212${GEM_LIBDIR}/samples/hello_noop.rb
192${GEM_LIBDIR}/samples/hello_plural.rb 213${GEM_LIBDIR}/samples/hello_plural.rb
193${GEM_LIBDIR}/samples/hello_tk.rb 214${GEM_LIBDIR}/samples/hello_tk.rb
194${GEM_LIBDIR}/samples/po/bg/hello.po 215${GEM_LIBDIR}/samples/po/bg/hello.po
195${GEM_LIBDIR}/samples/po/bg/hello2.po 216${GEM_LIBDIR}/samples/po/bg/hello2.po
196${GEM_LIBDIR}/samples/po/bg/hello_glade2.po 217${GEM_LIBDIR}/samples/po/bg/hello_glade2.po
197${GEM_LIBDIR}/samples/po/bg/hello_gtk2.po 218${GEM_LIBDIR}/samples/po/bg/hello_gtk2.po
198${GEM_LIBDIR}/samples/po/bg/hello_noop.po 219${GEM_LIBDIR}/samples/po/bg/hello_noop.po
199${GEM_LIBDIR}/samples/po/bg/hello_plural.po 220${GEM_LIBDIR}/samples/po/bg/hello_plural.po
200${GEM_LIBDIR}/samples/po/bg/hello_tk.po 221${GEM_LIBDIR}/samples/po/bg/hello_tk.po
201${GEM_LIBDIR}/samples/po/bs/hello.po 222${GEM_LIBDIR}/samples/po/bs/hello.po
202${GEM_LIBDIR}/samples/po/bs/hello2.po 223${GEM_LIBDIR}/samples/po/bs/hello2.po
203${GEM_LIBDIR}/samples/po/bs/hello_glade2.po 224${GEM_LIBDIR}/samples/po/bs/hello_glade2.po
@@ -356,48 +377,55 @@ ${GEM_LIBDIR}/samples/po/zh/hello.po @@ -356,48 +377,55 @@ ${GEM_LIBDIR}/samples/po/zh/hello.po
356${GEM_LIBDIR}/samples/po/zh/hello2.po 377${GEM_LIBDIR}/samples/po/zh/hello2.po
357${GEM_LIBDIR}/samples/po/zh/hello_glade2.po 378${GEM_LIBDIR}/samples/po/zh/hello_glade2.po
358${GEM_LIBDIR}/samples/po/zh/hello_gtk2.po 379${GEM_LIBDIR}/samples/po/zh/hello_gtk2.po
359${GEM_LIBDIR}/samples/po/zh/hello_noop.po 380${GEM_LIBDIR}/samples/po/zh/hello_noop.po
360${GEM_LIBDIR}/samples/po/zh/hello_plural.po 381${GEM_LIBDIR}/samples/po/zh/hello_plural.po
361${GEM_LIBDIR}/samples/po/zh/hello_tk.po 382${GEM_LIBDIR}/samples/po/zh/hello_tk.po
362${GEM_LIBDIR}/samples/po/zh_TW/hello.po 383${GEM_LIBDIR}/samples/po/zh_TW/hello.po
363${GEM_LIBDIR}/samples/po/zh_TW/hello2.po 384${GEM_LIBDIR}/samples/po/zh_TW/hello2.po
364${GEM_LIBDIR}/samples/po/zh_TW/hello_glade2.po 385${GEM_LIBDIR}/samples/po/zh_TW/hello_glade2.po
365${GEM_LIBDIR}/samples/po/zh_TW/hello_gtk2.po 386${GEM_LIBDIR}/samples/po/zh_TW/hello_gtk2.po
366${GEM_LIBDIR}/samples/po/zh_TW/hello_noop.po 387${GEM_LIBDIR}/samples/po/zh_TW/hello_noop.po
367${GEM_LIBDIR}/samples/po/zh_TW/hello_plural.po 388${GEM_LIBDIR}/samples/po/zh_TW/hello_plural.po
368${GEM_LIBDIR}/samples/po/zh_TW/hello_tk.po 389${GEM_LIBDIR}/samples/po/zh_TW/hello_tk.po
369${GEM_LIBDIR}/src/poparser.ry 390${GEM_LIBDIR}/src/po_parser.ry
370${GEM_LIBDIR}/test/fixtures/N_.rb 391${GEM_LIBDIR}/test/fixtures/N_.rb
371${GEM_LIBDIR}/test/fixtures/_.rb 392${GEM_LIBDIR}/test/fixtures/_.rb
 393${GEM_LIBDIR}/test/fixtures/_/double_quote_in_double_quote.rb
 394${GEM_LIBDIR}/test/fixtures/_/double_quote_in_single_quote.rb
 395${GEM_LIBDIR}/test/fixtures/_/literal_concatenation_with_continuation_line.rb
 396${GEM_LIBDIR}/test/fixtures/_/middle_new_line.rb
 397${GEM_LIBDIR}/test/fixtures/_/multiple_lines_literal.rb
 398${GEM_LIBDIR}/test/fixtures/_/multiple_messages_in_same_line.rb
 399${GEM_LIBDIR}/test/fixtures/_/multiple_same_messages.rb
372${GEM_LIBDIR}/test/fixtures/_/one_line.rb 400${GEM_LIBDIR}/test/fixtures/_/one_line.rb
 401${GEM_LIBDIR}/test/fixtures/_/one_new_line.rb
373${GEM_LIBDIR}/test/fixtures/backslash.rb 402${GEM_LIBDIR}/test/fixtures/backslash.rb
374${GEM_LIBDIR}/test/fixtures/erb/ascii.rhtml 403${GEM_LIBDIR}/test/fixtures/erb/ascii.rhtml
375${GEM_LIBDIR}/test/fixtures/erb/ascii.rxml 404${GEM_LIBDIR}/test/fixtures/erb/ascii.rxml
376${GEM_LIBDIR}/test/fixtures/erb/non_ascii.rhtml 405${GEM_LIBDIR}/test/fixtures/erb/non_ascii.rhtml
377${GEM_LIBDIR}/test/fixtures/gladeparser.glade 406${GEM_LIBDIR}/test/fixtures/gladeparser.glade
378${GEM_LIBDIR}/test/fixtures/multi_textdomain.rb 407${GEM_LIBDIR}/test/fixtures/multi_text_domain.rb
379${GEM_LIBDIR}/test/fixtures/n_.rb 408${GEM_LIBDIR}/test/fixtures/n_.rb
380${GEM_LIBDIR}/test/fixtures/non_ascii.rb 409${GEM_LIBDIR}/test/fixtures/non_ascii.rb
381${GEM_LIBDIR}/test/fixtures/np_.rb 410${GEM_LIBDIR}/test/fixtures/np_.rb
382${GEM_LIBDIR}/test/fixtures/ns_.rb 411${GEM_LIBDIR}/test/fixtures/ns_.rb
383${GEM_LIBDIR}/test/fixtures/ns_/custom.rb 412${GEM_LIBDIR}/test/fixtures/ns_/custom.rb
384${GEM_LIBDIR}/test/fixtures/p_.rb 413${GEM_LIBDIR}/test/fixtures/p_.rb
385${GEM_LIBDIR}/test/fixtures/s_.rb 414${GEM_LIBDIR}/test/fixtures/s_.rb
386${GEM_LIBDIR}/test/fixtures/s_/custom.rb 415${GEM_LIBDIR}/test/fixtures/s_/custom.rb
387${GEM_LIBDIR}/test/fixtures/simple.rb 416${GEM_LIBDIR}/test/fixtures/simple.rb
388${GEM_LIBDIR}/test/fixtures/untranslated.rb 417${GEM_LIBDIR}/test/fixtures/untranslated.rb
389${GEM_LIBDIR}/test/gettext-test-utils.rb 418${GEM_LIBDIR}/test/gettext-test-utils.rb
390${GEM_LIBDIR}/test/parser/test_ruby.rb 
391${GEM_LIBDIR}/test/po/cr/plural.po 419${GEM_LIBDIR}/test/po/cr/plural.po
392${GEM_LIBDIR}/test/po/da/plural.po 420${GEM_LIBDIR}/test/po/da/plural.po
393${GEM_LIBDIR}/test/po/da/plural_error.po 421${GEM_LIBDIR}/test/po/da/plural_error.po
394${GEM_LIBDIR}/test/po/fr/plural.po 422${GEM_LIBDIR}/test/po/fr/plural.po
395${GEM_LIBDIR}/test/po/fr/plural_error.po 423${GEM_LIBDIR}/test/po/fr/plural_error.po
396${GEM_LIBDIR}/test/po/fr/test1.po 424${GEM_LIBDIR}/test/po/fr/test1.po
397${GEM_LIBDIR}/test/po/fr/test2.po 425${GEM_LIBDIR}/test/po/fr/test2.po
398${GEM_LIBDIR}/test/po/ir/plural.po 426${GEM_LIBDIR}/test/po/ir/plural.po
399${GEM_LIBDIR}/test/po/ja/_.po 427${GEM_LIBDIR}/test/po/ja/_.po
400${GEM_LIBDIR}/test/po/ja/backslash.po 428${GEM_LIBDIR}/test/po/ja/backslash.po
401${GEM_LIBDIR}/test/po/ja/non_ascii.po 429${GEM_LIBDIR}/test/po/ja/non_ascii.po
402${GEM_LIBDIR}/test/po/ja/np_.po 430${GEM_LIBDIR}/test/po/ja/np_.po
403${GEM_LIBDIR}/test/po/ja/ns_.po 431${GEM_LIBDIR}/test/po/ja/ns_.po
@@ -413,35 +441,34 @@ ${GEM_LIBDIR}/test/po/ja/untranslated.po @@ -413,35 +441,34 @@ ${GEM_LIBDIR}/test/po/ja/untranslated.po
413${GEM_LIBDIR}/test/po/la/plural.po 441${GEM_LIBDIR}/test/po/la/plural.po
414${GEM_LIBDIR}/test/po/la/plural_error.po 442${GEM_LIBDIR}/test/po/la/plural_error.po
415${GEM_LIBDIR}/test/po/li/plural.po 443${GEM_LIBDIR}/test/po/li/plural.po
416${GEM_LIBDIR}/test/po/li/plural_error.po 444${GEM_LIBDIR}/test/po/li/plural_error.po
417${GEM_LIBDIR}/test/po/po/plural.po 445${GEM_LIBDIR}/test/po/po/plural.po
418${GEM_LIBDIR}/test/po/sl/plural.po 446${GEM_LIBDIR}/test/po/sl/plural.po
419${GEM_LIBDIR}/test/run-test.rb 447${GEM_LIBDIR}/test/run-test.rb
420${GEM_LIBDIR}/test/test_class_info.rb 448${GEM_LIBDIR}/test/test_class_info.rb
421${GEM_LIBDIR}/test/test_gettext.rb 449${GEM_LIBDIR}/test/test_gettext.rb
422${GEM_LIBDIR}/test/test_locale_path.rb 450${GEM_LIBDIR}/test/test_locale_path.rb
423${GEM_LIBDIR}/test/test_mo.rb 451${GEM_LIBDIR}/test/test_mo.rb
424${GEM_LIBDIR}/test/test_parser.rb 452${GEM_LIBDIR}/test/test_parser.rb
425${GEM_LIBDIR}/test/test_po_entry.rb 453${GEM_LIBDIR}/test/test_po_entry.rb
426${GEM_LIBDIR}/test/test_po_generation.rb 
427${GEM_LIBDIR}/test/test_po_parser.rb 454${GEM_LIBDIR}/test/test_po_parser.rb
428${GEM_LIBDIR}/test/test_string.rb 455${GEM_LIBDIR}/test/test_string.rb
429${GEM_LIBDIR}/test/test_textdomain_bind.rb 456${GEM_LIBDIR}/test/test_text_domain_bind.rb
430${GEM_LIBDIR}/test/test_textdomain_multi.rb 457${GEM_LIBDIR}/test/test_text_domain_multi.rb
431${GEM_LIBDIR}/test/test_textdomain_toplevel.rb 458${GEM_LIBDIR}/test/test_text_domain_toplevel.rb
432${GEM_LIBDIR}/test/test_thread.rb 459${GEM_LIBDIR}/test/test_thread.rb
433${GEM_LIBDIR}/test/tools/files/app.pot 460${GEM_LIBDIR}/test/tools/files/app.pot
434${GEM_LIBDIR}/test/tools/files/de/app.po 461${GEM_LIBDIR}/test/tools/files/de/app.po
435${GEM_LIBDIR}/test/tools/files/en/app.po 462${GEM_LIBDIR}/test/tools/files/en/app.po
436${GEM_LIBDIR}/test/tools/files/en/test.po 463${GEM_LIBDIR}/test/tools/files/en/test.po
437${GEM_LIBDIR}/test/tools/files/simple_1.po 464${GEM_LIBDIR}/test/tools/files/simple_1.po
438${GEM_LIBDIR}/test/tools/files/simple_2.po 465${GEM_LIBDIR}/test/tools/files/simple_2.po
439${GEM_LIBDIR}/test/tools/files/simple_translation.rb 466${GEM_LIBDIR}/test/tools/files/simple_translation.rb
440${GEM_LIBDIR}/test/tools/files/version.po 467${GEM_LIBDIR}/test/tools/files/version.po
 468${GEM_LIBDIR}/test/tools/parser/test_ruby.rb
441${GEM_LIBDIR}/test/tools/test.pot 469${GEM_LIBDIR}/test/tools/test.pot
442${GEM_LIBDIR}/test/tools/test_msginit.rb 470${GEM_LIBDIR}/test/tools/test_msginit.rb
443${GEM_LIBDIR}/test/tools/test_msgmerge.rb 471${GEM_LIBDIR}/test/tools/test_msgmerge.rb
444${GEM_LIBDIR}/test/tools/test_po.rb 472${GEM_LIBDIR}/test/tools/test_po.rb
445${GEM_LIBDIR}/test/tools/test_tools.rb 
446${GEM_LIBDIR}/test/tools/test_xgettext.rb 473${GEM_LIBDIR}/test/tools/test_xgettext.rb
447${GEM_HOME}/specifications/${GEM_NAME}.gemspec 474${GEM_HOME}/specifications/${GEM_NAME}.gemspec

cvs diff -r1.15 -r1.16 pkgsrc/devel/ruby-gettext/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-gettext/distinfo 2013/04/21 12:56:02 1.15
+++ pkgsrc/devel/ruby-gettext/distinfo 2013/09/15 09:59:08 1.16
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.15 2013/04/21 12:56:02 obache Exp $ 1$NetBSD: distinfo,v 1.16 2013/09/15 09:59:08 taca Exp $
2 2
3SHA1 (gettext-2.3.9.gem) = b30db6ef766234275aff24d714158fe6608fd2b7 3SHA1 (gettext-3.0.0.gem) = 5a0799e6252a292d7caa5d2b13fa61be438e4eef
4RMD160 (gettext-2.3.9.gem) = cd4198a7c11de78eb0b03d86454169eea600be4b 4RMD160 (gettext-3.0.0.gem) = fd469a5a8f2543b88693a416023c5dbb07535855
5Size (gettext-2.3.9.gem) = 161280 bytes 5Size (gettext-3.0.0.gem) = 174080 bytes