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,18 @@
COMMENT= aws event stream library
DISTNAME= aws-eventstream-1.2.0
CATEGORIES= devel
HOMEPAGE= https://github.com/aws/aws-sdk-ruby
MAINTAINER= Purple Rain <purplerain@secbsd.org>
# Apache 2.0
PERMIT_PACKAGE= Yes
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (aws-eventstream-1.2.0.gem) = /6U0gskogLAB/y+waRm5u4L9hHy7D6JEmF0uu23Q0d8=
SIZE (aws-eventstream-1.2.0.gem) = 12800

View file

@ -0,0 +1,2 @@
Amazon Web Services event stream library. Decodes and encodes binary stream
under `vnd.amazon.event-stream` content-type

View file

@ -0,0 +1,15 @@
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
${GEM_LIB}/gems/${DISTNAME}/VERSION
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/aws-eventstream/
${GEM_LIB}/gems/${DISTNAME}/lib/aws-eventstream.rb
${GEM_LIB}/gems/${DISTNAME}/lib/aws-eventstream/decoder.rb
${GEM_LIB}/gems/${DISTNAME}/lib/aws-eventstream/encoder.rb
${GEM_LIB}/gems/${DISTNAME}/lib/aws-eventstream/errors.rb
${GEM_LIB}/gems/${DISTNAME}/lib/aws-eventstream/header_value.rb
${GEM_LIB}/gems/${DISTNAME}/lib/aws-eventstream/message.rb
${GEM_LIB}/gems/${DISTNAME}/lib/aws-eventstream/types.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec