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,4 @@
Transaction::Simple provides a generic way to add active transaction
support to objects. The transaction methods added by this module will work
with most objects, excluding those that cannot be Marshal-ed (bindings,
procedure objects, IO instances, or singleton objects).

View file

@ -0,0 +1,27 @@
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/.gemtest
${GEM_LIB}/gems/${DISTNAME}/History.rdoc
${GEM_LIB}/gems/${DISTNAME}/Licence.rdoc
${GEM_LIB}/gems/${DISTNAME}/Manifest.txt
${GEM_LIB}/gems/${DISTNAME}/README.rdoc
${GEM_LIB}/gems/${DISTNAME}/Rakefile
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/transaction/
${GEM_LIB}/gems/${DISTNAME}/lib/transaction-simple.rb
${GEM_LIB}/gems/${DISTNAME}/lib/transaction/simple/
${GEM_LIB}/gems/${DISTNAME}/lib/transaction/simple.rb
${GEM_LIB}/gems/${DISTNAME}/lib/transaction/simple/group.rb
${GEM_LIB}/gems/${DISTNAME}/lib/transaction/simple/threadsafe/
${GEM_LIB}/gems/${DISTNAME}/lib/transaction/simple/threadsafe.rb
${GEM_LIB}/gems/${DISTNAME}/lib/transaction/simple/threadsafe/group.rb
${GEM_LIB}/gems/${DISTNAME}/research/
${GEM_LIB}/gems/${DISTNAME}/research/instance_variable_defined.rb
${GEM_LIB}/gems/${DISTNAME}/research/special-dumpable-string.rb
${GEM_LIB}/gems/${DISTNAME}/research/special-dumpable.rb
${GEM_LIB}/gems/${DISTNAME}/test/
${GEM_LIB}/gems/${DISTNAME}/test/test_broken_graph.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_transaction_simple.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_transaction_simple_group.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_transaction_simple_threadsafe.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec