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,19 @@
COMMENT= bcrypt_pbkdf implements
DISTNAME= bcrypt_pbkdf-1.1.0
CATEGORIES= devel
HOMEPAGE= https://github.com/net-ssh/bcrypt_pbkdf-ruby
MAINTAINER= Purple Rain <purplerain@secbsd.org>
# MIT
PERMIT_PACKAGE= Yes
WANTLIB+= c m
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (bcrypt_pbkdf-1.1.0.gem) = hZDf1Zg+Rg3JgdQEYf4azmQ+n5gee+ChYXDaHZWrqlk=
SIZE (bcrypt_pbkdf-1.1.0.gem) = 24576

View file

@ -0,0 +1 @@
This gem implements bcrypt_pbkdf (a variant of PBKDF2 with bcrypt-based PRF)

View file

@ -0,0 +1,46 @@
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/extensions/x86_64-unknown/
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/
@so ${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/bcrypt_pbkdf_ext.so
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/gem.build_complete
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/gem_make.out
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/.travis.yml
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
${GEM_LIB}/gems/${DISTNAME}/COPYING
${GEM_LIB}/gems/${DISTNAME}/Gemfile
${GEM_LIB}/gems/${DISTNAME}/README.md
${GEM_LIB}/gems/${DISTNAME}/Rakefile
${GEM_LIB}/gems/${DISTNAME}/bcrypt_pbkdf.gemspec
${GEM_LIB}/gems/${DISTNAME}/ext/
${GEM_LIB}/gems/${DISTNAME}/ext/mri/
${GEM_LIB}/gems/${DISTNAME}/ext/mri/.sitearchdir.time
${GEM_LIB}/gems/${DISTNAME}/ext/mri/Makefile
${GEM_LIB}/gems/${DISTNAME}/ext/mri/bcrypt_pbkdf.c
${GEM_LIB}/gems/${DISTNAME}/ext/mri/bcrypt_pbkdf.o
${GEM_LIB}/gems/${DISTNAME}/ext/mri/bcrypt_pbkdf_ext.c
${GEM_LIB}/gems/${DISTNAME}/ext/mri/bcrypt_pbkdf_ext.o
@so ${GEM_LIB}/gems/${DISTNAME}/ext/mri/bcrypt_pbkdf_ext.so
${GEM_LIB}/gems/${DISTNAME}/ext/mri/blf.h
${GEM_LIB}/gems/${DISTNAME}/ext/mri/blowfish.c
${GEM_LIB}/gems/${DISTNAME}/ext/mri/blowfish.o
${GEM_LIB}/gems/${DISTNAME}/ext/mri/crypto_api.h
${GEM_LIB}/gems/${DISTNAME}/ext/mri/crypto_hash_sha512.h
${GEM_LIB}/gems/${DISTNAME}/ext/mri/explicit_bzero.c
${GEM_LIB}/gems/${DISTNAME}/ext/mri/explicit_bzero.o
${GEM_LIB}/gems/${DISTNAME}/ext/mri/extconf.rb
${GEM_LIB}/gems/${DISTNAME}/ext/mri/hash_sha512.c
${GEM_LIB}/gems/${DISTNAME}/ext/mri/hash_sha512.o
${GEM_LIB}/gems/${DISTNAME}/ext/mri/includes.h
${GEM_LIB}/gems/${DISTNAME}/ext/mri/sha2.h
${GEM_LIB}/gems/${DISTNAME}/ext/mri/util.h
${GEM_LIB}/gems/${DISTNAME}/ext/mri/utils.h
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/bcrypt_pbkdf.rb
@so ${GEM_LIB}/gems/${DISTNAME}/lib/bcrypt_pbkdf_ext.so
${GEM_LIB}/gems/${DISTNAME}/test/
${GEM_LIB}/gems/${DISTNAME}/test/bcrypt_pnkdf/
${GEM_LIB}/gems/${DISTNAME}/test/bcrypt_pnkdf/engine_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_helper.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec