import ruby-akami
Gem to build Secure Web Services. ok aja@
This commit is contained in:
parent
68c7990ced
commit
1ba225c59d
22
security/ruby-akami/Makefile
Normal file
22
security/ruby-akami/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2014/01/18 09:29:13 jasper Exp $
|
||||
|
||||
COMMENT = gem to aid building Web Service Security
|
||||
|
||||
DISTNAME = akami-1.2.0
|
||||
|
||||
HOMEPAGE = https://github.com/savonrb/akami
|
||||
|
||||
CATEGORIES = security
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
MODULES = lang/ruby
|
||||
|
||||
CONFIGURE_STYLE = ruby gem
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = textproc/ruby-gyoku,${MODRUBY_FLAVOR} \
|
||||
textproc/ruby-nokogiri,${MODRUBY_FLAVOR}
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/ruby-akami/distinfo
Normal file
2
security/ruby-akami/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (akami-1.2.0.gem) = KobvmJYAId7wzaldgidmNNY2nerX52ETvQG/P9yne6I=
|
||||
SIZE (akami-1.2.0.gem) = 11264
|
1
security/ruby-akami/pkg/DESCR
Normal file
1
security/ruby-akami/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
Gem to build Secure Web Services.
|
30
security/ruby-akami/pkg/PLIST
Normal file
30
security/ruby-akami/pkg/PLIST
Normal file
@ -0,0 +1,30 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2014/01/18 09:29:13 jasper Exp $
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gitignore
|
||||
${GEM_LIB}/gems/${DISTNAME}/.rspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/.travis.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/akami.gemspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/akami/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/akami.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/akami/c14n_helper.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/akami/core_ext/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/akami/core_ext/hash.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/akami/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/akami/wsse/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/akami/wsse.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/akami/wsse/certs.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/akami/wsse/signature.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/akami/wsse/verify_signature.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/akami/xpath_helper.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/akami/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/akami/wsse_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
x
Reference in New Issue
Block a user