diff options
author | taca <taca> | 2012-09-14 16:02:44 +0000 |
---|---|---|
committer | taca <taca> | 2012-09-14 16:02:44 +0000 |
commit | 491bc7d85320f0611ac8c6548f05e1bf47a32c80 (patch) | |
tree | 4646de10c3c1b0a03a8dc74e872a06d09f794b1e | |
parent | d08cf171041f6e0c1c296ed6d6ca4933180ecbcb (diff) | |
download | pkgsrc-491bc7d85320f0611ac8c6548f05e1bf47a32c80.tar.gz |
Update ruby-gettext to 2.3.1.
## 2.3.1: 2012-09-13
It's a Bug and package fix release.
Then, it's also encoding support release, only if you use Ruby 1.9.
### Improvements
* [xgettext] Added backword compatibility method
(GetText::RGetText.run).
[Suggested by Fotos Georgiadis]
* [xgettext] Removed deprecated parse argument support.
* [erb parer] Assumed the encoding in the magic comment of the
input file as the encoding of it.
* [ruby parser] Assumed the encoding in the magic comment of the
input file as the encoding of it.
* [xgettext] Added the "--output-encoding" option to set encoding of
output pot file.
* [xgettext] Used UTF-8 as the default encoding of output pot file.
* [xgettext] Supported multiple encoding sources.
### Changes
* [MoFile] Returned nil instead of "" as msgstr when its msgid isn't
translated (when this msgstr is "").
* [PoParser] Converted msgstr from "" to nil when parsing.
### Fixes
* Added missing .yardopts file. [Reported by Takahiro Kambe]
* [news] Fixed Eddie Lau name instead of github name.
* [msginit] Added the "Plural-Forms:" entry to the header even if a
pot file doesn't have it.
* [msgmerge] Fixed the bug the new line between a header and
contents doesn't exist.
* [msginit] Fixed the bug that msgstr with msgid_plural aren't
generated in output po file.
* [xgettext] Supported class based xgettext parser add API.
[GitHub #10] [Suggested by Michael Grosser]
* [erb parer] Fixed erb parser bug with unicode msgid in Ruby 1.9
ERB templates.
[Github #9] [Patch by Fotos Georgiadis]
* Added missing documents for GetText::Tools::XGetText.
### Thanks
* Takahiro Kambe
* Michael Grosser
* Fotos Georgiadis
-rw-r--r-- | devel/ruby-gettext/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-gettext/PLIST | 25 | ||||
-rw-r--r-- | devel/ruby-gettext/distinfo | 8 |
3 files changed, 18 insertions, 19 deletions
diff --git a/devel/ruby-gettext/Makefile b/devel/ruby-gettext/Makefile index 08e58c4f340..eb433d8de3b 100644 --- a/devel/ruby-gettext/Makefile +++ b/devel/ruby-gettext/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2012/08/29 16:28:21 taca Exp $ +# $NetBSD: Makefile,v 1.16 2012/09/14 16:02:44 taca Exp $ -DISTNAME= gettext-2.3.0 +DISTNAME= gettext-2.3.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-gettext/PLIST b/devel/ruby-gettext/PLIST index e54866670d5..c585286431e 100644 --- a/devel/ruby-gettext/PLIST +++ b/devel/ruby-gettext/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.12 2012/08/29 16:24:19 taca Exp $ +@comment $NetBSD: PLIST,v 1.13 2012/09/14 16:02:44 taca Exp $ bin/rmsgfmt bin/rmsginit bin/rmsgmerge bin/rxgettext ${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/.yardopts ${GEM_LIBDIR}/COPYING ${GEM_LIBDIR}/README.rdoc ${GEM_LIBDIR}/Rakefile @@ -43,19 +44,14 @@ ${GEM_LIBDIR}/po/bg/rgettext.po ${GEM_LIBDIR}/po/bs/rgettext.po ${GEM_LIBDIR}/po/ca/rgettext.po ${GEM_LIBDIR}/po/cs/rgettext.po -${GEM_LIBDIR}/po/de/gettext.po ${GEM_LIBDIR}/po/de/rgettext.po -${GEM_LIBDIR}/po/el/gettext.po ${GEM_LIBDIR}/po/el/rgettext.po ${GEM_LIBDIR}/po/eo/rgettext.po ${GEM_LIBDIR}/po/es/rgettext.po ${GEM_LIBDIR}/po/et/rgettext.po -${GEM_LIBDIR}/po/fr/gettext.po ${GEM_LIBDIR}/po/fr/rgettext.po -${GEM_LIBDIR}/po/gettext.pot ${GEM_LIBDIR}/po/hr/rgettext.po ${GEM_LIBDIR}/po/hu/rgettext.po -${GEM_LIBDIR}/po/it/gettext.po ${GEM_LIBDIR}/po/it/rgettext.po ${GEM_LIBDIR}/po/ja/gettext.po ${GEM_LIBDIR}/po/ja/rgettext.po @@ -68,7 +64,6 @@ ${GEM_LIBDIR}/po/rgettext.pot ${GEM_LIBDIR}/po/ru/rgettext.po ${GEM_LIBDIR}/po/sr/rgettext.po ${GEM_LIBDIR}/po/sv/rgettext.po -${GEM_LIBDIR}/po/uk/gettext.po ${GEM_LIBDIR}/po/uk/rgettext.po ${GEM_LIBDIR}/po/vi/rgettext.po ${GEM_LIBDIR}/po/zh/rgettext.po @@ -676,8 +671,9 @@ ${GEM_LIBDIR}/test/fixtures/N_.rb ${GEM_LIBDIR}/test/fixtures/_.rb ${GEM_LIBDIR}/test/fixtures/_/one_line.rb ${GEM_LIBDIR}/test/fixtures/backslash.rb -${GEM_LIBDIR}/test/fixtures/erb.rhtml -${GEM_LIBDIR}/test/fixtures/erb.rxml +${GEM_LIBDIR}/test/fixtures/erb/ascii.rhtml +${GEM_LIBDIR}/test/fixtures/erb/ascii.rxml +${GEM_LIBDIR}/test/fixtures/erb/non_ascii.rhtml ${GEM_LIBDIR}/test/fixtures/gladeparser.glade ${GEM_LIBDIR}/test/fixtures/multi_textdomain.rb ${GEM_LIBDIR}/test/fixtures/n_.rb @@ -689,6 +685,7 @@ ${GEM_LIBDIR}/test/fixtures/p_.rb ${GEM_LIBDIR}/test/fixtures/s_.rb ${GEM_LIBDIR}/test/fixtures/s_/custom.rb ${GEM_LIBDIR}/test/fixtures/simple.rb +${GEM_LIBDIR}/test/fixtures/untranslated.rb ${GEM_LIBDIR}/test/gettext-test-utils.rb ${GEM_LIBDIR}/test/locale/cr/LC_MESSAGES/plural.mo ${GEM_LIBDIR}/test/locale/da/LC_MESSAGES/plural.mo @@ -702,19 +699,16 @@ ${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/_.mo ${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/backslash.mo ${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/non_ascii.mo ${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/np_.mo -${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/npgettext.mo ${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/ns_.mo -${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/nsgettext.mo ${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/p_.mo -${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/pgettext.mo ${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/plural.mo ${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/plural_error.mo ${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/rubyparser.mo ${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/s_.mo -${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/sgettext.mo ${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/test1.mo ${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/test2.mo ${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/test3.mo +${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/untranslated.mo ${GEM_LIBDIR}/test/locale/la/LC_MESSAGES/plural.mo ${GEM_LIBDIR}/test/locale/la/LC_MESSAGES/plural_error.mo ${GEM_LIBDIR}/test/locale/li/LC_MESSAGES/plural.mo @@ -723,6 +717,7 @@ ${GEM_LIBDIR}/test/locale/po/LC_MESSAGES/plural.mo ${GEM_LIBDIR}/test/locale/sl/LC_MESSAGES/plural.mo ${GEM_LIBDIR}/test/parser/test_ruby.rb ${GEM_LIBDIR}/test/po/_.pot +${GEM_LIBDIR}/test/po/ascii.pot ${GEM_LIBDIR}/test/po/backslash.pot ${GEM_LIBDIR}/test/po/cr/plural.po ${GEM_LIBDIR}/test/po/da/plural.po @@ -745,17 +740,21 @@ ${GEM_LIBDIR}/test/po/ja/s_.po ${GEM_LIBDIR}/test/po/ja/test1.po ${GEM_LIBDIR}/test/po/ja/test2.po ${GEM_LIBDIR}/test/po/ja/test3.po +${GEM_LIBDIR}/test/po/ja/untranslated.po ${GEM_LIBDIR}/test/po/la/plural.po ${GEM_LIBDIR}/test/po/la/plural_error.po ${GEM_LIBDIR}/test/po/li/plural.po ${GEM_LIBDIR}/test/po/li/plural_error.po +${GEM_LIBDIR}/test/po/no_exist_msgid.pot ${GEM_LIBDIR}/test/po/non_ascii.pot +${GEM_LIBDIR}/test/po/not_existed_msgid.pot ${GEM_LIBDIR}/test/po/np_.pot ${GEM_LIBDIR}/test/po/ns_.pot ${GEM_LIBDIR}/test/po/p_.pot ${GEM_LIBDIR}/test/po/po/plural.po ${GEM_LIBDIR}/test/po/s_.pot ${GEM_LIBDIR}/test/po/sl/plural.po +${GEM_LIBDIR}/test/po/untranslated.pot ${GEM_LIBDIR}/test/run-test.rb ${GEM_LIBDIR}/test/test_class_info.rb ${GEM_LIBDIR}/test/test_gettext.rb diff --git a/devel/ruby-gettext/distinfo b/devel/ruby-gettext/distinfo index 1ca76632e5a..8a0c097f249 100644 --- a/devel/ruby-gettext/distinfo +++ b/devel/ruby-gettext/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2012/08/29 16:24:19 taca Exp $ +$NetBSD: distinfo,v 1.12 2012/09/14 16:02:44 taca Exp $ -SHA1 (gettext-2.3.0.gem) = 10ebf3865f64f025b2a883c416dcf3f886d2d319 -RMD160 (gettext-2.3.0.gem) = b2316ae5fdc5ed841b53962b8ddf69b7ded30c73 -Size (gettext-2.3.0.gem) = 177664 bytes +SHA1 (gettext-2.3.1.gem) = 16a5ea5a645a4b991773265c68096ab69a0c0e49 +RMD160 (gettext-2.3.1.gem) = 718a91aa439cb8fcf04c0292ff83e7353e4f30f0 +Size (gettext-2.3.1.gem) = 174080 bytes |