time/ruby-hitimes: update to 2.0.0

Update ruby-hitimes to 2.0.0.
pkgsrc change: add "USE_LANGAUGES=	# none".


## Version 2.0.0 2019-09-23

* Remove the C and Java extensions as `Process.clock_gettime()` has the same
  resolution as what the extensions did.
* Update all depedencies and resolve deprecations
* Now usable on truffleruby
This commit is contained in:
taca 2020-03-22 09:38:30 +00:00
parent f9ec7ef123
commit 3b26c45e9c
3 changed files with 13 additions and 25 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.7 2019/01/20 14:49:08 taca Exp $
# $NetBSD: Makefile,v 1.8 2020/03/22 09:38:30 taca Exp $
DISTNAME= hitimes-1.3.1
DISTNAME= hitimes-2.0.0
CATEGORIES= time
MAINTAINER= pkgsrc-users@NetBSD.org
@ -8,5 +8,7 @@ HOMEPAGE= https://github.com/copiousfreetime/hitimes
COMMENT= Fast, high resolution timer library
LICENSE= isc
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,7 +1,5 @@
@comment $NetBSD: PLIST,v 1.2 2015/10/04 13:39:42 taca Exp $
@comment $NetBSD: PLIST,v 1.3 2020/03/22 09:38:30 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/gem.build_complete
${GEM_EXTSDIR}/hitimes/${RUBY_MAJOR_MINOR}/hitimes.${RUBY_DLEXT}
${GEM_LIBDIR}/CONTRIBUTING.md
${GEM_LIBDIR}/HISTORY.md
${GEM_LIBDIR}/LICENSE
@ -10,21 +8,10 @@ ${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/examples/benchmarks.rb
${GEM_LIBDIR}/examples/stats.rb
${GEM_LIBDIR}/ext/hitimes/c/extconf.rb
${GEM_LIBDIR}/ext/hitimes/c/hitimes.c
${GEM_LIBDIR}/ext/hitimes/c/hitimes_instant_clock_gettime.c
${GEM_LIBDIR}/ext/hitimes/c/hitimes_instant_osx.c
${GEM_LIBDIR}/ext/hitimes/c/hitimes_instant_windows.c
${GEM_LIBDIR}/ext/hitimes/c/hitimes_interval.c
${GEM_LIBDIR}/ext/hitimes/c/hitimes_interval.h
${GEM_LIBDIR}/ext/hitimes/c/hitimes_stats.c
${GEM_LIBDIR}/ext/hitimes/c/hitimes_stats.h
${GEM_LIBDIR}/ext/hitimes/java/src/hitimes/Hitimes.java
${GEM_LIBDIR}/ext/hitimes/java/src/hitimes/HitimesInterval.java
${GEM_LIBDIR}/ext/hitimes/java/src/hitimes/HitimesService.java
${GEM_LIBDIR}/ext/hitimes/java/src/hitimes/HitimesStats.java
${GEM_LIBDIR}/lib/hitimes.rb
${GEM_LIBDIR}/lib/hitimes/${RUBY_MAJOR_MINOR}/hitimes.${RUBY_DLEXT}
${GEM_LIBDIR}/lib/hitimes/initialize.rb
${GEM_LIBDIR}/lib/hitimes/instant.rb
${GEM_LIBDIR}/lib/hitimes/interval.rb
${GEM_LIBDIR}/lib/hitimes/metric.rb
${GEM_LIBDIR}/lib/hitimes/mutexed_stats.rb
${GEM_LIBDIR}/lib/hitimes/paths.rb
@ -45,6 +32,5 @@ ${GEM_LIBDIR}/spec/timed_value_metric_spec.rb
${GEM_LIBDIR}/spec/value_metric_spec.rb
${GEM_LIBDIR}/spec/version_spec.rb
${GEM_LIBDIR}/tasks/default.rake
${GEM_LIBDIR}/tasks/extension.rake
${GEM_LIBDIR}/tasks/this.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.8 2019/01/20 14:49:08 taca Exp $
$NetBSD: distinfo,v 1.9 2020/03/22 09:38:30 taca Exp $
SHA1 (hitimes-1.3.1.gem) = 021b6af000ba3167e6e16b00819134748b350b31
RMD160 (hitimes-1.3.1.gem) = 97af31c9d57b1a0c7d5d26e0421ed91a6840a8e8
SHA512 (hitimes-1.3.1.gem) = 47a276d9ca26e6ea5612b73638f9a46965123a0040fe8d4ec5559edaccbdb72d3ec7f9e9bf6aebb3f0595107f941fa88501578fd3b8a3bd79b937538aeadd5d4
Size (hitimes-1.3.1.gem) = 32768 bytes
SHA1 (hitimes-2.0.0.gem) = 85c9f88a5fed75dea9a84966c63ea40ed3d7957b
RMD160 (hitimes-2.0.0.gem) = 200acd54634d7d1c0c5b6bd929a49ca40c3130cf
SHA512 (hitimes-2.0.0.gem) = 06f1c17d9914054bc17244f1a22761c98f7409cb401136e582deec18bbee07358b339ddd49ddfbc01cf9eb46bf84fbf5e2dccd6c77eb36e98c357e99687e8201
Size (hitimes-2.0.0.gem) = 27136 bytes