pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/ruby-hitimes



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Mar 22 09:38:31 UTC 2020

Modified Files:
        pkgsrc/time/ruby-hitimes: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/time/ruby-hitimes/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/time/ruby-hitimes/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/time/ruby-hitimes/distinfo

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

Modified files:

Index: pkgsrc/time/ruby-hitimes/Makefile
diff -u pkgsrc/time/ruby-hitimes/Makefile:1.7 pkgsrc/time/ruby-hitimes/Makefile:1.8
--- pkgsrc/time/ruby-hitimes/Makefile:1.7       Sun Jan 20 14:49:08 2019
+++ pkgsrc/time/ruby-hitimes/Makefile   Sun Mar 22 09:38:30 2020
@@ -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@localhost
@@ -8,5 +8,7 @@ HOMEPAGE=       https://github.com/copiousfree
 COMMENT=       Fast, high resolution timer library
 LICENSE=       isc
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/time/ruby-hitimes/PLIST
diff -u pkgsrc/time/ruby-hitimes/PLIST:1.2 pkgsrc/time/ruby-hitimes/PLIST:1.3
--- pkgsrc/time/ruby-hitimes/PLIST:1.2  Sun Oct  4 13:39:42 2015
+++ pkgsrc/time/ruby-hitimes/PLIST      Sun Mar 22 09:38:30 2020
@@ -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_sp
 ${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

Index: pkgsrc/time/ruby-hitimes/distinfo
diff -u pkgsrc/time/ruby-hitimes/distinfo:1.8 pkgsrc/time/ruby-hitimes/distinfo:1.9
--- pkgsrc/time/ruby-hitimes/distinfo:1.8       Sun Jan 20 14:49:08 2019
+++ pkgsrc/time/ruby-hitimes/distinfo   Sun Mar 22 09:38:30 2020
@@ -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



Home | Main Index | Thread Index | Old Index