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,22 @@
COMMENT= SSLScan tool implementation for Ruby
DISTNAME= rex-sslscan-0.1.9
CATEGORIES= devel
HOMEPAGE= https://github.com/rapid7/rex-sslscan
MAINTAINER= Purple Rain <purplerain@secbsd.org>
# BSD-3-clause
PERMIT_PACKAGE= Yes
MODULES= lang/ruby
BUILD_DEPENDS= ${RUN_DEPENDS} \
devel/ruby-rex-core \
devel/ruby-rex-socket \
devel/ruby-rex-text
CONFIGURE_STYLE= ruby gem
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rex-sslscan-0.1.9.gem) = gZKKC9TzpMMuXaSItEIOLEAOumB5055j2rPxVnVT/FE=
SIZE (rex-sslscan-0.1.9.gem) = 18432

View file

@ -0,0 +1,2 @@
This library is a pure ruby implmentation of the SSLScan tool originally written
by Ian Ventura-Whiting.

View file

@ -0,0 +1,24 @@
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/.github/
${GEM_LIB}/gems/${DISTNAME}/.github/workflows/
${GEM_LIB}/gems/${DISTNAME}/.github/workflows/verify.yml
${GEM_LIB}/gems/${DISTNAME}/.gitignore
${GEM_LIB}/gems/${DISTNAME}/.rspec
${GEM_LIB}/gems/${DISTNAME}/CODE_OF_CONDUCT.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}/bin/
${GEM_LIB}/gems/${DISTNAME}/bin/console
${GEM_LIB}/gems/${DISTNAME}/bin/setup
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/rex/
${GEM_LIB}/gems/${DISTNAME}/lib/rex/sslscan/
${GEM_LIB}/gems/${DISTNAME}/lib/rex/sslscan.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rex/sslscan/result.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rex/sslscan/scanner.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rex/sslscan/version.rb
${GEM_LIB}/gems/${DISTNAME}/rex-sslscan.gemspec
${GEM_LIB}/specifications/${DISTNAME}.gemspec