SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
19
net/ruby-cbor/Makefile
Normal file
19
net/ruby-cbor/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
COMMENT = CBOR implementation for Ruby
|
||||
|
||||
DISTNAME = cbor-0.5.9.6
|
||||
CATEGORIES = net devel
|
||||
|
||||
HOMEPAGE = https://github.com/cabo/cbor-ruby
|
||||
|
||||
# Apache2
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/ruby
|
||||
|
||||
CONFIGURE_STYLE = ruby gem ext
|
||||
|
||||
TEST_DEPENDS = ${FULLPKGNAME}:${BUILD_PKGPATH}
|
||||
|
||||
MODRUBY_TEST = rspec3
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/ruby-cbor/distinfo
Normal file
2
net/ruby-cbor/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (cbor-0.5.9.6.gem) = Q0oUdljdHfJOyeezKXwf1Pimkcl9DmiLMEnfjnKLIRQ=
|
||||
SIZE (cbor-0.5.9.6.gem) = 47616
|
2
net/ruby-cbor/pkg/DESCR
Normal file
2
net/ruby-cbor/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This is a Ruby implementation of the CBOR encoding, based on the
|
||||
(polished) high-performance msgpack-ruby code.
|
39
net/ruby-cbor/pkg/PLIST
Normal file
39
net/ruby-cbor/pkg/PLIST
Normal file
|
@ -0,0 +1,39 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gitignore
|
||||
${GEM_LIB}/gems/${DISTNAME}/.travis.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/ChangeLog
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/cbor.gemspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/doclib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/doclib/cbor/
|
||||
${GEM_LIB}/gems/${DISTNAME}/doclib/cbor.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/doclib/cbor/buffer.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/doclib/cbor/core_ext.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/doclib/cbor/error.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/doclib/cbor/packer.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/doclib/cbor/simple.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/doclib/cbor/tagged.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/doclib/cbor/unpacker.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/cbor/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/cbor.rb
|
||||
@so ${GEM_LIB}/gems/${DISTNAME}/lib/cbor/cbor.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/cbor/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/buffer_io_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/buffer_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/cases.cbor
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/cases.cbor_stream
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/cases.json
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/cases.msg
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/cases_compact.msg
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/cases_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/format_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/packer_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/random_compat.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unpacker_spec.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue