SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
3
devel/ruby-uuidtools/pkg/DESCR
Normal file
3
devel/ruby-uuidtools/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
UUIDTools was designed to be a simple library for generating any of the
|
||||
various types of UUIDs (or GUIDs if you prefer to call them that).
|
||||
It conforms to RFC 4122 whenever possible.
|
30
devel/ruby-uuidtools/pkg/PLIST
Normal file
30
devel/ruby-uuidtools/pkg/PLIST
Normal file
|
@ -0,0 +1,30 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/compat/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/compat/securerandom.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/uuidtools/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/uuidtools.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/uuidtools/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/spec.opts
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/uuidtools/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/uuidtools/mac_address_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/uuidtools/utility_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/uuidtools/uuid_creation_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/uuidtools/uuid_parsing_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/benchmark.rake
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/gem.rake
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/git.rake
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/metrics.rake
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/rspec.rake
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/yard.rake
|
||||
${GEM_LIB}/gems/${DISTNAME}/website/
|
||||
${GEM_LIB}/gems/${DISTNAME}/website/index.html
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue