pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-activesupport42



Module Name:    pkgsrc
Committed By:   minskim
Date:           Fri Apr 14 08:00:26 UTC 2017

Added Files:
        pkgsrc/devel/ruby-activesupport42: DESCR Makefile PLIST distinfo

Log Message:
Import ruby-activesupport-4.2.8 as devel/ruby-activesupport42

Notable changes since 3.2:
- Replace deprecated memcache-client gem with dalli in
  ActiveSupport::Cache::MemCacheStore.
- Optimize ActiveSupport::Cache::Entry to reduce memory and processing
  overhead.
- Inflections can now be defined per locale. singularize and pluralize
  accept locale as an extra argument.
- Object#try will now return nil instead of raise a NoMethodError if
  the receiving object does not implement the method, but you can still
  get the old behavior by using the new Object#try!.
- String#to_date now raises ArgumentError: invalid date instead of
  NoMethodError: undefined method 'div' for nil:NilClass when given an
  invalid date. It is now the same as Date.parse, and it accepts more
  invalid dates than 3.x.

See the release notes of 4.0, 4.1, and 4.2 for the full list:
- http://edgeguides.rubyonrails.org/4_0_release_notes.html
- http://edgeguides.rubyonrails.org/4_1_release_notes.html
- http://edgeguides.rubyonrails.org/4_2_release_notes.html


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-activesupport42/DESCR \
    pkgsrc/devel/ruby-activesupport42/Makefile \
    pkgsrc/devel/ruby-activesupport42/PLIST \
    pkgsrc/devel/ruby-activesupport42/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/ruby-activesupport42/DESCR
diff -u /dev/null pkgsrc/devel/ruby-activesupport42/DESCR:1.1
--- /dev/null   Fri Apr 14 08:00:26 2017
+++ pkgsrc/devel/ruby-activesupport42/DESCR     Fri Apr 14 08:00:26 2017
@@ -0,0 +1,3 @@
+A toolkit of support libraries and Ruby core extensions extracted from
+the Rails framework. Rich support for multibyte strings,
+internationalization, time zones, and testing.
Index: pkgsrc/devel/ruby-activesupport42/Makefile
diff -u /dev/null pkgsrc/devel/ruby-activesupport42/Makefile:1.1
--- /dev/null   Fri Apr 14 08:00:26 2017
+++ pkgsrc/devel/ruby-activesupport42/Makefile  Fri Apr 14 08:00:26 2017
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2017/04/14 08:00:26 minskim Exp $
+
+DISTNAME=      activesupport-${RUBY_RAILS_VERSION}
+CATEGORIES=    devel
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://www.rubyonrails.org/
+COMMENT=       Toolkit of support libraries (part of Rails 4.2)
+LICENSE=       mit
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-i18n>=0.7:../../devel/ruby-i18n
+DEPENDS+=      ${RUBY_PKGPREFIX}-minitest>=5.1:../../devel/ruby-minitest
+DEPENDS+=      ${RUBY_PKGPREFIX}-thread_safe>=0.3.4:../../misc/ruby-thread_safe
+DEPENDS+=      ${RUBY_PKGPREFIX}-tzinfo>=1.1:../../time/ruby-tzinfo
+
+RUBY_RAILS_SUPPORTED=  42
+RUBY_RAILS_STRICT_DEP= yes
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-activesupport42/PLIST
diff -u /dev/null pkgsrc/devel/ruby-activesupport42/PLIST:1.1
--- /dev/null   Fri Apr 14 08:00:26 2017
+++ pkgsrc/devel/ruby-activesupport42/PLIST     Fri Apr 14 08:00:26 2017
@@ -0,0 +1,224 @@
+@comment $NetBSD: PLIST,v 1.1 2017/04/14 08:00:26 minskim Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/MIT-LICENSE
+${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/lib/active_support.rb
+${GEM_LIBDIR}/lib/active_support/all.rb
+${GEM_LIBDIR}/lib/active_support/backtrace_cleaner.rb
+${GEM_LIBDIR}/lib/active_support/benchmarkable.rb
+${GEM_LIBDIR}/lib/active_support/builder.rb
+${GEM_LIBDIR}/lib/active_support/cache.rb
+${GEM_LIBDIR}/lib/active_support/cache/file_store.rb
+${GEM_LIBDIR}/lib/active_support/cache/mem_cache_store.rb
+${GEM_LIBDIR}/lib/active_support/cache/memory_store.rb
+${GEM_LIBDIR}/lib/active_support/cache/null_store.rb
+${GEM_LIBDIR}/lib/active_support/cache/strategy/local_cache.rb
+${GEM_LIBDIR}/lib/active_support/cache/strategy/local_cache_middleware.rb
+${GEM_LIBDIR}/lib/active_support/callbacks.rb
+${GEM_LIBDIR}/lib/active_support/concern.rb
+${GEM_LIBDIR}/lib/active_support/concurrency/latch.rb
+${GEM_LIBDIR}/lib/active_support/configurable.rb
+${GEM_LIBDIR}/lib/active_support/core_ext.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/array.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/array/access.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/array/conversions.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/array/extract_options.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/array/grouping.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/array/prepend_and_append.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/array/wrap.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/benchmark.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/big_decimal.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/big_decimal/conversions.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/big_decimal/yaml_conversions.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/class.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/class/attribute.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/class/attribute_accessors.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/class/delegating_attributes.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/class/subclasses.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/date.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/date/acts_like.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/date/calculations.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/date/conversions.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/date/zones.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/date_and_time/calculations.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/date_and_time/compatibility.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/date_and_time/zones.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/date_time.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/date_time/acts_like.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/date_time/calculations.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/date_time/compatibility.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/date_time/conversions.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/date_time/zones.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/digest/uuid.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/enumerable.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/file.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/file/atomic.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/hash.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/hash/compact.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/hash/conversions.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/hash/deep_merge.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/hash/except.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/hash/indifferent_access.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/hash/keys.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/hash/reverse_merge.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/hash/slice.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/hash/transform_values.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/integer.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/integer/inflections.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/integer/multiple.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/integer/time.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/kernel.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/kernel/agnostics.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/kernel/concern.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/kernel/debugger.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/kernel/reporting.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/kernel/singleton_class.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/load_error.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/marshal.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/module.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/module/aliasing.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/module/anonymous.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/module/attr_internal.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/module/attribute_accessors.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/module/concerning.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/module/delegation.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/module/deprecation.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/module/introspection.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/module/method_transplanting.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/module/qualified_const.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/module/reachable.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/module/remove_method.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/name_error.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/numeric.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/numeric/bytes.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/numeric/conversions.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/numeric/time.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/object.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/object/acts_like.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/object/blank.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/object/conversions.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/object/deep_dup.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/object/duplicable.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/object/inclusion.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/object/instance_variables.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/object/itself.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/object/json.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/object/to_param.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/object/to_query.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/object/try.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/object/with_options.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/range.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/range/conversions.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/range/each.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/range/include_range.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/range/overlaps.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/regexp.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/string.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/string/access.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/string/behavior.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/string/conversions.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/string/exclude.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/string/filters.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/string/indent.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/string/inflections.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/string/inquiry.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/string/multibyte.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/string/output_safety.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/string/starts_ends_with.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/string/strip.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/string/zones.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/struct.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/thread.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/time.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/time/acts_like.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/time/calculations.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/time/compatibility.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/time/conversions.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/time/marshal.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/time/zones.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/uri.rb
+${GEM_LIBDIR}/lib/active_support/dependencies.rb
+${GEM_LIBDIR}/lib/active_support/dependencies/autoload.rb
+${GEM_LIBDIR}/lib/active_support/deprecation.rb
+${GEM_LIBDIR}/lib/active_support/deprecation/behaviors.rb
+${GEM_LIBDIR}/lib/active_support/deprecation/instance_delegator.rb
+${GEM_LIBDIR}/lib/active_support/deprecation/method_wrappers.rb
+${GEM_LIBDIR}/lib/active_support/deprecation/proxy_wrappers.rb
+${GEM_LIBDIR}/lib/active_support/deprecation/reporting.rb
+${GEM_LIBDIR}/lib/active_support/descendants_tracker.rb
+${GEM_LIBDIR}/lib/active_support/duration.rb
+${GEM_LIBDIR}/lib/active_support/file_update_checker.rb
+${GEM_LIBDIR}/lib/active_support/gem_version.rb
+${GEM_LIBDIR}/lib/active_support/gzip.rb
+${GEM_LIBDIR}/lib/active_support/hash_with_indifferent_access.rb
+${GEM_LIBDIR}/lib/active_support/i18n.rb
+${GEM_LIBDIR}/lib/active_support/i18n_railtie.rb
+${GEM_LIBDIR}/lib/active_support/inflections.rb
+${GEM_LIBDIR}/lib/active_support/inflector.rb
+${GEM_LIBDIR}/lib/active_support/inflector/inflections.rb
+${GEM_LIBDIR}/lib/active_support/inflector/methods.rb
+${GEM_LIBDIR}/lib/active_support/inflector/transliterate.rb
+${GEM_LIBDIR}/lib/active_support/json.rb
+${GEM_LIBDIR}/lib/active_support/json/decoding.rb
+${GEM_LIBDIR}/lib/active_support/json/encoding.rb
+${GEM_LIBDIR}/lib/active_support/key_generator.rb
+${GEM_LIBDIR}/lib/active_support/lazy_load_hooks.rb
+${GEM_LIBDIR}/lib/active_support/locale/en.yml
+${GEM_LIBDIR}/lib/active_support/log_subscriber.rb
+${GEM_LIBDIR}/lib/active_support/log_subscriber/test_helper.rb
+${GEM_LIBDIR}/lib/active_support/logger.rb
+${GEM_LIBDIR}/lib/active_support/logger_silence.rb
+${GEM_LIBDIR}/lib/active_support/logger_thread_safe_level.rb
+${GEM_LIBDIR}/lib/active_support/message_encryptor.rb
+${GEM_LIBDIR}/lib/active_support/message_verifier.rb
+${GEM_LIBDIR}/lib/active_support/multibyte.rb
+${GEM_LIBDIR}/lib/active_support/multibyte/chars.rb
+${GEM_LIBDIR}/lib/active_support/multibyte/unicode.rb
+${GEM_LIBDIR}/lib/active_support/notifications.rb
+${GEM_LIBDIR}/lib/active_support/notifications/fanout.rb
+${GEM_LIBDIR}/lib/active_support/notifications/instrumenter.rb
+${GEM_LIBDIR}/lib/active_support/number_helper.rb
+${GEM_LIBDIR}/lib/active_support/number_helper/number_converter.rb
+${GEM_LIBDIR}/lib/active_support/number_helper/number_to_currency_converter.rb
+${GEM_LIBDIR}/lib/active_support/number_helper/number_to_delimited_converter.rb
+${GEM_LIBDIR}/lib/active_support/number_helper/number_to_human_converter.rb
+${GEM_LIBDIR}/lib/active_support/number_helper/number_to_human_size_converter.rb
+${GEM_LIBDIR}/lib/active_support/number_helper/number_to_percentage_converter.rb
+${GEM_LIBDIR}/lib/active_support/number_helper/number_to_phone_converter.rb
+${GEM_LIBDIR}/lib/active_support/number_helper/number_to_rounded_converter.rb
+${GEM_LIBDIR}/lib/active_support/option_merger.rb
+${GEM_LIBDIR}/lib/active_support/ordered_hash.rb
+${GEM_LIBDIR}/lib/active_support/ordered_options.rb
+${GEM_LIBDIR}/lib/active_support/per_thread_registry.rb
+${GEM_LIBDIR}/lib/active_support/proxy_object.rb
+${GEM_LIBDIR}/lib/active_support/rails.rb
+${GEM_LIBDIR}/lib/active_support/railtie.rb
+${GEM_LIBDIR}/lib/active_support/rescuable.rb
+${GEM_LIBDIR}/lib/active_support/security_utils.rb
+${GEM_LIBDIR}/lib/active_support/string_inquirer.rb
+${GEM_LIBDIR}/lib/active_support/subscriber.rb
+${GEM_LIBDIR}/lib/active_support/tagged_logging.rb
+${GEM_LIBDIR}/lib/active_support/test_case.rb
+${GEM_LIBDIR}/lib/active_support/testing/assertions.rb
+${GEM_LIBDIR}/lib/active_support/testing/autorun.rb
+${GEM_LIBDIR}/lib/active_support/testing/constant_lookup.rb
+${GEM_LIBDIR}/lib/active_support/testing/declarative.rb
+${GEM_LIBDIR}/lib/active_support/testing/deprecation.rb
+${GEM_LIBDIR}/lib/active_support/testing/isolation.rb
+${GEM_LIBDIR}/lib/active_support/testing/setup_and_teardown.rb
+${GEM_LIBDIR}/lib/active_support/testing/tagged_logging.rb
+${GEM_LIBDIR}/lib/active_support/testing/time_helpers.rb
+${GEM_LIBDIR}/lib/active_support/time.rb
+${GEM_LIBDIR}/lib/active_support/time_with_zone.rb
+${GEM_LIBDIR}/lib/active_support/values/time_zone.rb
+${GEM_LIBDIR}/lib/active_support/values/unicode_tables.dat
+${GEM_LIBDIR}/lib/active_support/version.rb
+${GEM_LIBDIR}/lib/active_support/xml_mini.rb
+${GEM_LIBDIR}/lib/active_support/xml_mini/jdom.rb
+${GEM_LIBDIR}/lib/active_support/xml_mini/libxml.rb
+${GEM_LIBDIR}/lib/active_support/xml_mini/libxmlsax.rb
+${GEM_LIBDIR}/lib/active_support/xml_mini/nokogiri.rb
+${GEM_LIBDIR}/lib/active_support/xml_mini/nokogirisax.rb
+${GEM_LIBDIR}/lib/active_support/xml_mini/rexml.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/devel/ruby-activesupport42/distinfo
diff -u /dev/null pkgsrc/devel/ruby-activesupport42/distinfo:1.1
--- /dev/null   Fri Apr 14 08:00:26 2017
+++ pkgsrc/devel/ruby-activesupport42/distinfo  Fri Apr 14 08:00:26 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/04/14 08:00:26 minskim Exp $
+
+SHA1 (activesupport-4.2.8.gem) = 7f3383216dd88dd9317447d619a7c671aa362115
+RMD160 (activesupport-4.2.8.gem) = cb662ade5c7dc4375ec87d342a070672735a0b3a
+SHA512 (activesupport-4.2.8.gem) = ef75c6396a34b900502f94c8b1e9fe0cfc9d38034af7ca6ba469c364ee186ea15ec2a5906143ea4c695af582eb3de53dea0d19d41304e6d618648792bfedd048
+Size (activesupport-4.2.8.gem) = 332800 bytes



Home | Main Index | Thread Index | Old Index