SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
devel/ruby-uuidtools/Makefile
Normal file
17
devel/ruby-uuidtools/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
COMMENT= simple library for generating UUIDs
|
||||
|
||||
DISTNAME= uuidtools-2.1.5
|
||||
CATEGORIES= devel
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE=ruby gem
|
||||
|
||||
MODRUBY_TEST=rake rspec
|
||||
MODRUBY_TEST_TARGET=spec:normal
|
||||
TEST_DEPENDS+= textproc/ruby-yard,${MODRUBY_FLAVOR}
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-uuidtools/distinfo
Normal file
2
devel/ruby-uuidtools/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (uuidtools-2.1.5.gem) = r2yF8vynMcv0XrxVuWv1yU0NRmY9/Ep9MvLbnGXAW34=
|
||||
SIZE (uuidtools-2.1.5.gem) = 25600
|
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