pkgsrc-Changes archive

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

CVS commit: pkgsrc/benchmarks/ruby-benchmark



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Dec  8 14:16:00 UTC 2024

Added Files:
        pkgsrc/benchmarks/ruby-benchmark: DESCR Makefile PLIST distinfo

Log Message:
benchmarks/ruby-benchmark: add package version 0.4.0

It will be required by ruby-activesupport72 package.

Benchmark

The Benchmark module provides methods for benchmarking Ruby code, giving
detailed reports on the time taken for each task.


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

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

Added files:

Index: pkgsrc/benchmarks/ruby-benchmark/DESCR
diff -u /dev/null pkgsrc/benchmarks/ruby-benchmark/DESCR:1.1
--- /dev/null   Sun Dec  8 14:16:00 2024
+++ pkgsrc/benchmarks/ruby-benchmark/DESCR      Sun Dec  8 14:16:00 2024
@@ -0,0 +1,4 @@
+Benchmark
+
+The Benchmark module provides methods for benchmarking Ruby code, giving
+detailed reports on the time taken for each task.
Index: pkgsrc/benchmarks/ruby-benchmark/Makefile
diff -u /dev/null pkgsrc/benchmarks/ruby-benchmark/Makefile:1.1
--- /dev/null   Sun Dec  8 14:16:00 2024
+++ pkgsrc/benchmarks/ruby-benchmark/Makefile   Sun Dec  8 14:16:00 2024
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2024/12/08 14:16:00 taca Exp $
+
+DISTNAME=      benchmark-0.4.0
+CATEGORIES=    benchmarks
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/ruby/benchmark
+COMMENT=       Performance benchmarking library
+LICENSE=       2-clause-bsd OR ruby-license
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/benchmarks/ruby-benchmark/PLIST
diff -u /dev/null pkgsrc/benchmarks/ruby-benchmark/PLIST:1.1
--- /dev/null   Sun Dec  8 14:16:00 2024
+++ pkgsrc/benchmarks/ruby-benchmark/PLIST      Sun Dec  8 14:16:00 2024
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1 2024/12/08 14:16:00 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.github/dependabot.yml
+${GEM_LIBDIR}/.github/workflows/push_gem.yml
+${GEM_LIBDIR}/.github/workflows/test.yml
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/BSDL
+${GEM_LIBDIR}/COPYING
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/benchmark.gemspec
+${GEM_LIBDIR}/bin/console
+${GEM_LIBDIR}/bin/setup
+${GEM_LIBDIR}/lib/benchmark.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/benchmarks/ruby-benchmark/distinfo
diff -u /dev/null pkgsrc/benchmarks/ruby-benchmark/distinfo:1.1
--- /dev/null   Sun Dec  8 14:16:00 2024
+++ pkgsrc/benchmarks/ruby-benchmark/distinfo   Sun Dec  8 14:16:00 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/12/08 14:16:00 taca Exp $
+
+BLAKE2s (benchmark-0.4.0.gem) = 3bdeed3fd2000e00a31719167383c4477a4584d84019c328c01388839e566c87
+SHA512 (benchmark-0.4.0.gem) = 2891a5daf5d05ce7562cdb43d60b3231ee9c3e29d9726cb96c46bcbd66d841769a7c54ca29a3002fc977c4a1a607d211821983ce309ef59f54fabe59f5168225
+Size (benchmark-0.4.0.gem) = 14336 bytes



Home | Main Index | Thread Index | Old Index