SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,21 @@
COMMENT= make thread safe programming in Ruby easier
DISTNAME= thread_safe-0.3.6
CATEGORIES= devel
HOMEPAGE= https://github.com/ruby-concurrency/thread_safe
MAINTAINER= Sebastian Reitenbach <sebastia@openbsd.org>
# Apache 2.0
PERMIT_PACKAGE= Yes
MODULES= lang/ruby
CONFIGURE_STYLE= gem
BUILD_DEPENDS= ${RUN_DEPENDS}
# tests fail with some problem in yard
#MODRUBY_TEST= rake rspec
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (thread_safe-0.3.6.gem) = ntcHKCG1HFfo1rcBGo4oLiWu6jpAZeqzJuQ/ZvBjsFo=
SIZE (thread_safe-0.3.6.gem) = 120832

View file

@ -0,0 +1,2 @@
A collection of data structures and utilities to make thread-safe
programming in Ruby easier.

View file

@ -0,0 +1,63 @@
@comment ${GEM_BIN}/uuid${GEM_BIN_SUFFIX}
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/.rspec
${GEM_LIB}/gems/${DISTNAME}/.travis.yml
${GEM_LIB}/gems/${DISTNAME}/.yardopts
${GEM_LIB}/gems/${DISTNAME}/Gemfile
${GEM_LIB}/gems/${DISTNAME}/LICENSE
${GEM_LIB}/gems/${DISTNAME}/README.md
${GEM_LIB}/gems/${DISTNAME}/Rakefile
${GEM_LIB}/gems/${DISTNAME}/examples/
${GEM_LIB}/gems/${DISTNAME}/examples/bench_cache.rb
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/thread_safe/
${GEM_LIB}/gems/${DISTNAME}/lib/thread_safe.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thread_safe/atomic_reference_cache_backend.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thread_safe/cache.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thread_safe/mri_cache_backend.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thread_safe/non_concurrent_cache_backend.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thread_safe/synchronized_cache_backend.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thread_safe/synchronized_delegator.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thread_safe/util/
${GEM_LIB}/gems/${DISTNAME}/lib/thread_safe/util.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thread_safe/util/adder.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thread_safe/util/atomic_reference.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thread_safe/util/cheap_lockable.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thread_safe/util/power_of_two_tuple.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thread_safe/util/striped64.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thread_safe/util/volatile.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thread_safe/util/volatile_tuple.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thread_safe/util/xor_shift_random.rb
${GEM_LIB}/gems/${DISTNAME}/lib/thread_safe/version.rb
${GEM_LIB}/gems/${DISTNAME}/spec/
${GEM_LIB}/gems/${DISTNAME}/spec/.gitignore
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
${GEM_LIB}/gems/${DISTNAME}/spec/src/
${GEM_LIB}/gems/${DISTNAME}/spec/src/thread_safe/
${GEM_LIB}/gems/${DISTNAME}/spec/src/thread_safe/SecurityManager.java
${GEM_LIB}/gems/${DISTNAME}/spec/support/
${GEM_LIB}/gems/${DISTNAME}/spec/support/.gitignore
${GEM_LIB}/gems/${DISTNAME}/spec/support/threads.rb
${GEM_LIB}/gems/${DISTNAME}/spec/support/threadsafe_test.rb
${GEM_LIB}/gems/${DISTNAME}/spec/thread_safe/
${GEM_LIB}/gems/${DISTNAME}/spec/thread_safe/.gitignore
${GEM_LIB}/gems/${DISTNAME}/spec/thread_safe/array_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/thread_safe/cache_loops_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/thread_safe/cache_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/thread_safe/hash_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/thread_safe/no_unsafe_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/thread_safe/synchronized_delegator_spec.rb
${GEM_LIB}/gems/${DISTNAME}/tasks/
${GEM_LIB}/gems/${DISTNAME}/tasks/update_doc.rake
${GEM_LIB}/gems/${DISTNAME}/thread_safe.gemspec
${GEM_LIB}/gems/${DISTNAME}/yard-template/
${GEM_LIB}/gems/${DISTNAME}/yard-template/default/
${GEM_LIB}/gems/${DISTNAME}/yard-template/default/fulldoc/
${GEM_LIB}/gems/${DISTNAME}/yard-template/default/fulldoc/html/
${GEM_LIB}/gems/${DISTNAME}/yard-template/default/fulldoc/html/css/
${GEM_LIB}/gems/${DISTNAME}/yard-template/default/fulldoc/html/css/common.css
${GEM_LIB}/gems/${DISTNAME}/yard-template/default/layout/
${GEM_LIB}/gems/${DISTNAME}/yard-template/default/layout/html/
${GEM_LIB}/gems/${DISTNAME}/yard-template/default/layout/html/footer.erb
${GEM_LIB}/specifications/${DISTNAME}.gemspec