SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
4
devel/ruby-transaction-simple/pkg/DESCR
Normal file
4
devel/ruby-transaction-simple/pkg/DESCR
Normal 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).
|
27
devel/ruby-transaction-simple/pkg/PLIST
Normal file
27
devel/ruby-transaction-simple/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue