diff options
author | minskim <minskim@pkgsrc.org> | 2017-10-16 17:19:13 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2017-10-16 17:19:13 +0000 |
commit | def2617e7d157f8da0cb37123b90cc2442450f71 (patch) | |
tree | 5717f504bea867b8e0ca56ea2b02eaa77b675eb8 /security/ruby-rbnacl | |
parent | 5dfd75ef61e179f926e171527a6ff48019664b69 (diff) | |
download | pkgsrc-def2617e7d157f8da0cb37123b90cc2442450f71.tar.gz |
security/ruby-rbnacl: Import version 4.0.2
A Ruby binding to the state-of-the-art Networking and Cryptography
library by Daniel J. Bernstein. This is NOT Google Native Client. This
is a crypto library.
Diffstat (limited to 'security/ruby-rbnacl')
-rw-r--r-- | security/ruby-rbnacl/DESCR | 3 | ||||
-rw-r--r-- | security/ruby-rbnacl/Makefile | 12 | ||||
-rw-r--r-- | security/ruby-rbnacl/PLIST | 84 | ||||
-rw-r--r-- | security/ruby-rbnacl/distinfo | 6 |
4 files changed, 105 insertions, 0 deletions
diff --git a/security/ruby-rbnacl/DESCR b/security/ruby-rbnacl/DESCR new file mode 100644 index 00000000000..7b727835e42 --- /dev/null +++ b/security/ruby-rbnacl/DESCR @@ -0,0 +1,3 @@ +A Ruby binding to the state-of-the-art Networking and Cryptography +library by Daniel J. Bernstein. This is NOT Google Native Client. This +is a crypto library. diff --git a/security/ruby-rbnacl/Makefile b/security/ruby-rbnacl/Makefile new file mode 100644 index 00000000000..26ced412aa4 --- /dev/null +++ b/security/ruby-rbnacl/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1 2017/10/16 17:19:13 minskim Exp $ + +DISTNAME= rbnacl-4.0.2 +CATEGORIES= security + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= https://github.com/cryptosphere/rbnacl +COMMENT= Ruby binding to the Networking and Cryptography library +LICENSE= mit + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/ruby-rbnacl/PLIST b/security/ruby-rbnacl/PLIST new file mode 100644 index 00000000000..dec6cd6153f --- /dev/null +++ b/security/ruby-rbnacl/PLIST @@ -0,0 +1,84 @@ +@comment $NetBSD: PLIST,v 1.1 2017/10/16 17:19:13 minskim Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/.coveralls.yml +${GEM_LIBDIR}/.gitignore +${GEM_LIBDIR}/.rspec +${GEM_LIBDIR}/.rubocop.yml +${GEM_LIBDIR}/.ruby-version +${GEM_LIBDIR}/.travis.yml +${GEM_LIBDIR}/.yardopts +${GEM_LIBDIR}/CHANGES.md +${GEM_LIBDIR}/Gemfile +${GEM_LIBDIR}/Guardfile +${GEM_LIBDIR}/LICENSE.txt +${GEM_LIBDIR}/README.md +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/images/dragons.png +${GEM_LIBDIR}/images/ed25519.png +${GEM_LIBDIR}/images/hash.png +${GEM_LIBDIR}/images/logo.png +${GEM_LIBDIR}/lib/rbnacl.rb +${GEM_LIBDIR}/lib/rbnacl/aead/base.rb +${GEM_LIBDIR}/lib/rbnacl/aead/chacha20poly1305_ietf.rb +${GEM_LIBDIR}/lib/rbnacl/aead/chacha20poly1305_legacy.rb +${GEM_LIBDIR}/lib/rbnacl/auth.rb +${GEM_LIBDIR}/lib/rbnacl/boxes/curve25519xsalsa20poly1305.rb +${GEM_LIBDIR}/lib/rbnacl/boxes/curve25519xsalsa20poly1305/private_key.rb +${GEM_LIBDIR}/lib/rbnacl/boxes/curve25519xsalsa20poly1305/public_key.rb +${GEM_LIBDIR}/lib/rbnacl/group_elements/curve25519.rb +${GEM_LIBDIR}/lib/rbnacl/hash.rb +${GEM_LIBDIR}/lib/rbnacl/hash/blake2b.rb +${GEM_LIBDIR}/lib/rbnacl/hash/sha256.rb +${GEM_LIBDIR}/lib/rbnacl/hash/sha512.rb +${GEM_LIBDIR}/lib/rbnacl/hmac/sha256.rb +${GEM_LIBDIR}/lib/rbnacl/hmac/sha512.rb +${GEM_LIBDIR}/lib/rbnacl/hmac/sha512256.rb +${GEM_LIBDIR}/lib/rbnacl/init.rb +${GEM_LIBDIR}/lib/rbnacl/key_comparator.rb +${GEM_LIBDIR}/lib/rbnacl/one_time_auths/poly1305.rb +${GEM_LIBDIR}/lib/rbnacl/password_hash.rb +${GEM_LIBDIR}/lib/rbnacl/password_hash/argon2.rb +${GEM_LIBDIR}/lib/rbnacl/password_hash/scrypt.rb +${GEM_LIBDIR}/lib/rbnacl/random.rb +${GEM_LIBDIR}/lib/rbnacl/secret_boxes/xsalsa20poly1305.rb +${GEM_LIBDIR}/lib/rbnacl/self_test.rb +${GEM_LIBDIR}/lib/rbnacl/serializable.rb +${GEM_LIBDIR}/lib/rbnacl/signatures/ed25519.rb +${GEM_LIBDIR}/lib/rbnacl/signatures/ed25519/signing_key.rb +${GEM_LIBDIR}/lib/rbnacl/signatures/ed25519/verify_key.rb +${GEM_LIBDIR}/lib/rbnacl/simple_box.rb +${GEM_LIBDIR}/lib/rbnacl/sodium.rb +${GEM_LIBDIR}/lib/rbnacl/sodium/version.rb +${GEM_LIBDIR}/lib/rbnacl/test_vectors.rb +${GEM_LIBDIR}/lib/rbnacl/util.rb +${GEM_LIBDIR}/lib/rbnacl/version.rb +${GEM_LIBDIR}/rbnacl.gemspec +${GEM_LIBDIR}/spec/rbnacl/aead/chacha20poly1305_ietf_spec.rb +${GEM_LIBDIR}/spec/rbnacl/aead/chacha20poly1305_legacy_spec.rb +${GEM_LIBDIR}/spec/rbnacl/authenticators/poly1305_spec.rb +${GEM_LIBDIR}/spec/rbnacl/boxes/curve25519xsalsa20poly1305/private_key_spec.rb +${GEM_LIBDIR}/spec/rbnacl/boxes/curve25519xsalsa20poly1305/public_key_spec.rb +${GEM_LIBDIR}/spec/rbnacl/boxes/curve25519xsalsa20poly1305_spec.rb +${GEM_LIBDIR}/spec/rbnacl/group_element_spec.rb +${GEM_LIBDIR}/spec/rbnacl/hash/blake2b_spec.rb +${GEM_LIBDIR}/spec/rbnacl/hash_spec.rb +${GEM_LIBDIR}/spec/rbnacl/hmac/sha256_spec.rb +${GEM_LIBDIR}/spec/rbnacl/hmac/sha512256_spec.rb +${GEM_LIBDIR}/spec/rbnacl/hmac/sha512_spec.rb +${GEM_LIBDIR}/spec/rbnacl/password_hash/argon2_spec.rb +${GEM_LIBDIR}/spec/rbnacl/password_hash/scrypt_spec.rb +${GEM_LIBDIR}/spec/rbnacl/random_spec.rb +${GEM_LIBDIR}/spec/rbnacl/secret_box_spec.rb +${GEM_LIBDIR}/spec/rbnacl/signatures/ed25519/signing_key_spec.rb +${GEM_LIBDIR}/spec/rbnacl/signatures/ed25519/verify_key_spec.rb +${GEM_LIBDIR}/spec/rbnacl/simple_box_spec.rb +${GEM_LIBDIR}/spec/rbnacl/util_spec.rb +${GEM_LIBDIR}/spec/shared/aead.rb +${GEM_LIBDIR}/spec/shared/authenticator.rb +${GEM_LIBDIR}/spec/shared/box.rb +${GEM_LIBDIR}/spec/shared/key_equality.rb +${GEM_LIBDIR}/spec/shared/serializable.rb +${GEM_LIBDIR}/spec/spec_helper.rb +${GEM_LIBDIR}/tasks/rspec.rake +${GEM_LIBDIR}/tasks/rubocop.rake +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/security/ruby-rbnacl/distinfo b/security/ruby-rbnacl/distinfo new file mode 100644 index 00000000000..a480bb28434 --- /dev/null +++ b/security/ruby-rbnacl/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/10/16 17:19:13 minskim Exp $ + +SHA1 (rbnacl-4.0.2.gem) = f7287624e7a7cce2604f61911d0ef16ae23d9ce9 +RMD160 (rbnacl-4.0.2.gem) = e5724b5bf8cf3de9be51f0f1f3326d6ad4296023 +SHA512 (rbnacl-4.0.2.gem) = d13d36e4248d5e40bb5d9496e08823438d312c16d14e3068be89a62dd7f80ec7f99fa5995752b183656b6ae863af77645b16ce45d05a74ad0dfbd4a93c8854d4 +Size (rbnacl-4.0.2.gem) = 220160 bytes |