diff options
author | taca <taca@pkgsrc.org> | 2010-12-04 04:00:24 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-12-04 04:00:24 +0000 |
commit | ca3271b374147fca76549b653fca912ae9448a34 (patch) | |
tree | 4ee19f3ba3d32b2935baedf87aaa29c7907fb10c /devel | |
parent | 649a9326ff1744fad25b7eca804fa1535508b36e (diff) | |
download | pkgsrc-ca3271b374147fca76549b653fca912ae9448a34.tar.gz |
Update ruby-i18n package to 0.5.0.
0.5.0
* "Extract Backend::ActiveRecord to a separate gem":https://github.com/svenfuchs/i18n/commit/197dacebad356b910d69fa69a719c2ad10cf49e6 (see "i18n-active_record":https://github.com/svenfuchs/i18n-active_record)
* "Improve exception handling":https://github.com/svenfuchs/i18n/commit/2913ff9a7544f223f60e7d7b32c2a0e1af89812b (deprectates I18n.default_exception_handler)
* "Change MissingTranslationData message to 'translation missing: foo.bar'":https://github.com/svenfuchs/i18n/commit/68fdfe47952325411afe5942e971ce10b2bdf900
* "Expose MissingTranslationsData#keys method":https://github.com/svenfuchs/i18n/commit/3a37a389ecaac9670355b334e23e775549ee9822
* "Improve Cascade#lookup (add default options)":https://github.com/svenfuchs/i18n/commit/0b9a1f2058a2be9543106cc19d08071c359511e1
* "Finally remove deprecated interpolation syntax":https://github.com/svenfuchs/i18n/commit/2d43846d2b2a2e596f30fa58ea1c9ddb2243bb64
0.4.2 (2010-10-26)
* "Improve UTF8 handling":http://github.com/svenfuchs/i18n/commit/e8d5820a3b08eeca28de1a2b9c8a6ad2b9e6476c
* "Expose I18n::VERSION":http://github.com/svenfuchs/i18n/commit/b832037bac94c7144f45f3ff5e3b4e4089781726
* "Better deprecation output":http://github.com/svenfuchs/i18n/commit/2bee924464b8a9c33d3d7852eb1c8423aa38cc25
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-i18n/Makefile | 5 | ||||
-rw-r--r-- | devel/ruby-i18n/PLIST | 67 | ||||
-rw-r--r-- | devel/ruby-i18n/distinfo | 8 |
3 files changed, 67 insertions, 13 deletions
diff --git a/devel/ruby-i18n/Makefile b/devel/ruby-i18n/Makefile index ac568b8fc1b..a636b5c6946 100644 --- a/devel/ruby-i18n/Makefile +++ b/devel/ruby-i18n/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2010/09/16 12:05:27 taca Exp $ +# $NetBSD: Makefile,v 1.3 2010/12/04 04:00:24 taca Exp $ -DISTNAME= i18n-0.4.1 -PKGREVISION= 1 +DISTNAME= i18n-0.5.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-i18n/PLIST b/devel/ruby-i18n/PLIST index dfd8f29bbd5..b0db222b0e5 100644 --- a/devel/ruby-i18n/PLIST +++ b/devel/ruby-i18n/PLIST @@ -1,19 +1,20 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/12 04:03:14 taca Exp $ +@comment $NetBSD: PLIST,v 1.2 2010/12/04 04:00:24 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/CHANGELOG.textile ${GEM_LIBDIR}/MIT-LICENSE ${GEM_LIBDIR}/README.textile +${GEM_LIBDIR}/ci/Gemfile.no-rails +${GEM_LIBDIR}/ci/Gemfile.no-rails.lock +${GEM_LIBDIR}/ci/Gemfile.rails-2.3.x +${GEM_LIBDIR}/ci/Gemfile.rails-2.3.x.lock +${GEM_LIBDIR}/ci/Gemfile.rails-3.x +${GEM_LIBDIR}/ci/Gemfile.rails-3.x.lock ${GEM_LIBDIR}/lib/i18n.rb ${GEM_LIBDIR}/lib/i18n/backend.rb -${GEM_LIBDIR}/lib/i18n/backend/active_record.rb -${GEM_LIBDIR}/lib/i18n/backend/active_record/missing.rb -${GEM_LIBDIR}/lib/i18n/backend/active_record/store_procs.rb -${GEM_LIBDIR}/lib/i18n/backend/active_record/translation.rb ${GEM_LIBDIR}/lib/i18n/backend/base.rb ${GEM_LIBDIR}/lib/i18n/backend/cache.rb ${GEM_LIBDIR}/lib/i18n/backend/cascade.rb ${GEM_LIBDIR}/lib/i18n/backend/chain.rb -${GEM_LIBDIR}/lib/i18n/backend/cldr.rb ${GEM_LIBDIR}/lib/i18n/backend/fallbacks.rb ${GEM_LIBDIR}/lib/i18n/backend/flatten.rb ${GEM_LIBDIR}/lib/i18n/backend/gettext.rb @@ -26,16 +27,70 @@ ${GEM_LIBDIR}/lib/i18n/backend/simple.rb ${GEM_LIBDIR}/lib/i18n/backend/transliterator.rb ${GEM_LIBDIR}/lib/i18n/config.rb ${GEM_LIBDIR}/lib/i18n/core_ext/hash.rb +${GEM_LIBDIR}/lib/i18n/core_ext/kernel/surpress_warnings.rb ${GEM_LIBDIR}/lib/i18n/core_ext/string/interpolate.rb ${GEM_LIBDIR}/lib/i18n/exceptions.rb ${GEM_LIBDIR}/lib/i18n/gettext.rb ${GEM_LIBDIR}/lib/i18n/gettext/helpers.rb ${GEM_LIBDIR}/lib/i18n/gettext/po_parser.rb +${GEM_LIBDIR}/lib/i18n/interpolate/ruby.rb ${GEM_LIBDIR}/lib/i18n/locale.rb ${GEM_LIBDIR}/lib/i18n/locale/fallbacks.rb ${GEM_LIBDIR}/lib/i18n/locale/tag.rb ${GEM_LIBDIR}/lib/i18n/locale/tag/parents.rb ${GEM_LIBDIR}/lib/i18n/locale/tag/rfc4646.rb ${GEM_LIBDIR}/lib/i18n/locale/tag/simple.rb +${GEM_LIBDIR}/lib/i18n/tests.rb +${GEM_LIBDIR}/lib/i18n/tests/basics.rb +${GEM_LIBDIR}/lib/i18n/tests/defaults.rb +${GEM_LIBDIR}/lib/i18n/tests/interpolation.rb +${GEM_LIBDIR}/lib/i18n/tests/link.rb +${GEM_LIBDIR}/lib/i18n/tests/localization.rb +${GEM_LIBDIR}/lib/i18n/tests/localization/date.rb +${GEM_LIBDIR}/lib/i18n/tests/localization/date_time.rb +${GEM_LIBDIR}/lib/i18n/tests/localization/procs.rb +${GEM_LIBDIR}/lib/i18n/tests/localization/time.rb +${GEM_LIBDIR}/lib/i18n/tests/lookup.rb +${GEM_LIBDIR}/lib/i18n/tests/pluralization.rb +${GEM_LIBDIR}/lib/i18n/tests/procs.rb ${GEM_LIBDIR}/lib/i18n/version.rb +${GEM_LIBDIR}/test/all.rb +${GEM_LIBDIR}/test/api/all_features_test.rb +${GEM_LIBDIR}/test/api/cascade_test.rb +${GEM_LIBDIR}/test/api/chain_test.rb +${GEM_LIBDIR}/test/api/fallbacks_test.rb +${GEM_LIBDIR}/test/api/key_value_test.rb +${GEM_LIBDIR}/test/api/memoize_test.rb +${GEM_LIBDIR}/test/api/pluralization_test.rb +${GEM_LIBDIR}/test/api/simple_test.rb +${GEM_LIBDIR}/test/backend/cache_test.rb +${GEM_LIBDIR}/test/backend/cascade_test.rb +${GEM_LIBDIR}/test/backend/chain_test.rb +${GEM_LIBDIR}/test/backend/exceptions_test.rb +${GEM_LIBDIR}/test/backend/fallbacks_test.rb +${GEM_LIBDIR}/test/backend/interpolation_compiler_test.rb +${GEM_LIBDIR}/test/backend/key_value_test.rb +${GEM_LIBDIR}/test/backend/memoize_test.rb +${GEM_LIBDIR}/test/backend/metadata_test.rb +${GEM_LIBDIR}/test/backend/pluralization_test.rb +${GEM_LIBDIR}/test/backend/simple_test.rb +${GEM_LIBDIR}/test/backend/transliterator_test.rb +${GEM_LIBDIR}/test/core_ext/hash_test.rb +${GEM_LIBDIR}/test/core_ext/string/interpolate_test.rb +${GEM_LIBDIR}/test/gettext/api_test.rb +${GEM_LIBDIR}/test/gettext/backend_test.rb +${GEM_LIBDIR}/test/i18n/exceptions_test.rb +${GEM_LIBDIR}/test/i18n/interpolate_test.rb +${GEM_LIBDIR}/test/i18n/load_path_test.rb +${GEM_LIBDIR}/test/i18n_test.rb +${GEM_LIBDIR}/test/locale/fallbacks_test.rb +${GEM_LIBDIR}/test/locale/tag/rfc4646_test.rb +${GEM_LIBDIR}/test/locale/tag/simple_test.rb +${GEM_LIBDIR}/test/run_all.rb +${GEM_LIBDIR}/test/test_data/locales/de.po +${GEM_LIBDIR}/test/test_data/locales/en.rb +${GEM_LIBDIR}/test/test_data/locales/en.yml +${GEM_LIBDIR}/test/test_data/locales/invalid/empty.yml +${GEM_LIBDIR}/test/test_data/locales/plurals.rb +${GEM_LIBDIR}/test/test_helper.rb ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/devel/ruby-i18n/distinfo b/devel/ruby-i18n/distinfo index 74853373393..6761a2798b6 100644 --- a/devel/ruby-i18n/distinfo +++ b/devel/ruby-i18n/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2010/09/16 12:05:27 taca Exp $ +$NetBSD: distinfo,v 1.3 2010/12/04 04:00:24 taca Exp $ -SHA1 (i18n-0.4.1.gem) = ff76842b88a44d20480802a743a3e8d3fe36c281 -RMD160 (i18n-0.4.1.gem) = acaffade6eabdfb6bc3078c90085323a44c33eb5 -Size (i18n-0.4.1.gem) = 36352 bytes +SHA1 (i18n-0.5.0.gem) = 74ec4aeb2c46d6d59864e5fceecd3cd496963a3f +RMD160 (i18n-0.5.0.gem) = 6ecd50e863056b17a979960e0602015e094dd02f +Size (i18n-0.5.0.gem) = 60416 bytes |