pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-i18n12 devel/ruby-i18n12: remove package



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e3844b81dd35
branches:  trunk
changeset: 376168:e3844b81dd35
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Apr 03 08:38:01 2022 +0000

description:
devel/ruby-i18n12: remove package

Remove package, it was left for Ruby on Rails 4.x.

diffstat:

 devel/ruby-i18n12/DESCR    |  24 ---------------------
 devel/ruby-i18n12/Makefile |  17 ---------------
 devel/ruby-i18n12/PLIST    |  51 ----------------------------------------------
 devel/ruby-i18n12/distinfo |   5 ----
 4 files changed, 0 insertions(+), 97 deletions(-)

diffs (113 lines):

diff -r d23d949a6e7c -r e3844b81dd35 devel/ruby-i18n12/DESCR
--- a/devel/ruby-i18n12/DESCR   Sun Apr 03 08:37:23 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-Ruby Internationalization and localization solution. Features:
-
-* translation and localization
-* interpolation of values to translations (Ruby 1.9 compatible syntax)
-* pluralization (CLDR compatible)
-* customizable transliteration to ASCII
-* flexible defaults
-* bulk lookup
-* lambdas as translation data
-* custom key/scope separator
-* custom exception handlers
-* extensible architecture with a swappable backend
-
-Pluggable features:
-* Cache
-* Pluralization: lambda pluralizers stored as translation data
-* Locale fallbacks, RFC4647 compliant (optionally: RFC4646 locale validation)
-* Gettext support
-* Translation metadata
-
-Alternative backends:
-* Chain
-* ActiveRecord (optionally: ActiveRecord::Missing and ActiveRecord::StoreProcs)
-* KeyValue (uses active_support/json and cannot store procs)
diff -r d23d949a6e7c -r e3844b81dd35 devel/ruby-i18n12/Makefile
--- a/devel/ruby-i18n12/Makefile        Sun Apr 03 08:37:23 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2019/02/03 14:58:16 taca Exp $
-
-DISTNAME=      i18n-1.2.0
-PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/i18n/i18n12/}
-CATEGORIES=    devel
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/svenfuchs/i18n
-COMMENT=       New wave Internationalization support for Ruby
-LICENSE=       mit
-
-DEPENDS+=      ${RUBY_PKGPREFIX}-concurrent-ruby>=1.0<2:../../devel/ruby-concurrent-ruby
-
-USE_LANGUAGES= # none
-
-.include "../../lang/ruby/gem.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r d23d949a6e7c -r e3844b81dd35 devel/ruby-i18n12/PLIST
--- a/devel/ruby-i18n12/PLIST   Sun Apr 03 08:37:23 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,51 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2019/02/03 14:58:16 taca Exp $
-${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/MIT-LICENSE
-${GEM_LIBDIR}/README.md
-${GEM_LIBDIR}/lib/i18n.rb
-${GEM_LIBDIR}/lib/i18n/backend.rb
-${GEM_LIBDIR}/lib/i18n/backend/base.rb
-${GEM_LIBDIR}/lib/i18n/backend/cache.rb
-${GEM_LIBDIR}/lib/i18n/backend/cache_file.rb
-${GEM_LIBDIR}/lib/i18n/backend/cascade.rb
-${GEM_LIBDIR}/lib/i18n/backend/chain.rb
-${GEM_LIBDIR}/lib/i18n/backend/fallbacks.rb
-${GEM_LIBDIR}/lib/i18n/backend/flatten.rb
-${GEM_LIBDIR}/lib/i18n/backend/gettext.rb
-${GEM_LIBDIR}/lib/i18n/backend/interpolation_compiler.rb
-${GEM_LIBDIR}/lib/i18n/backend/key_value.rb
-${GEM_LIBDIR}/lib/i18n/backend/memoize.rb
-${GEM_LIBDIR}/lib/i18n/backend/metadata.rb
-${GEM_LIBDIR}/lib/i18n/backend/pluralization.rb
-${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/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/middleware.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_HOME}/specifications/${GEM_NAME}.gemspec
diff -r d23d949a6e7c -r e3844b81dd35 devel/ruby-i18n12/distinfo
--- a/devel/ruby-i18n12/distinfo        Sun Apr 03 08:37:23 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:19:34 nia Exp $
-
-BLAKE2s (i18n-1.2.0.gem) = 2fde49087998fdcda76939ad7bab27f2f4492bea3fd866a9c59485e50411dd44
-SHA512 (i18n-1.2.0.gem) = 557ea4bf709ff884c650cd858deb65f9871c43053d33c05022523ab5ebf88791d3454c71b1f1a614e3865273d591a4fe096ae6371596cda9ec9ac60a190f2427
-Size (i18n-1.2.0.gem) = 41472 bytes



Home | Main Index | Thread Index | Old Index