pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/ruby-rex-sslscan



Module Name:    pkgsrc
Committed By:   minskim
Date:           Fri Oct 13 18:31:47 UTC 2017

Added Files:
        pkgsrc/security/ruby-rex-sslscan: DESCR Makefile PLIST distinfo

Log Message:
securitiy/ruby-rex-sslscan: Import version 0.1.5

This library is a pure ruby implmenetation of the SSLScan tool
originally written by Ian Ventura-Whiting.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/ruby-rex-sslscan/DESCR \
    pkgsrc/security/ruby-rex-sslscan/Makefile \
    pkgsrc/security/ruby-rex-sslscan/PLIST \
    pkgsrc/security/ruby-rex-sslscan/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/security/ruby-rex-sslscan/DESCR
diff -u /dev/null pkgsrc/security/ruby-rex-sslscan/DESCR:1.1
--- /dev/null   Fri Oct 13 18:31:47 2017
+++ pkgsrc/security/ruby-rex-sslscan/DESCR      Fri Oct 13 18:31:47 2017
@@ -0,0 +1,2 @@
+This library is a pure ruby implmenetation of the SSLScan tool
+originally written by Ian Ventura-Whiting.
Index: pkgsrc/security/ruby-rex-sslscan/Makefile
diff -u /dev/null pkgsrc/security/ruby-rex-sslscan/Makefile:1.1
--- /dev/null   Fri Oct 13 18:31:47 2017
+++ pkgsrc/security/ruby-rex-sslscan/Makefile   Fri Oct 13 18:31:47 2017
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/10/13 18:31:47 minskim Exp $
+
+DISTNAME=      rex-sslscan-0.1.5
+CATEGORIES=    security
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/rapid7/rex-sslscan
+COMMENT=       Rex socket abstraction library
+LICENSE=       modified-bsd
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-rex-core-[0-9]*:../../security/ruby-rex-core
+DEPENDS+=      ${RUBY_PKGPREFIX}-rex-socket-[0-9]*:../../security/ruby-rex-socket
+DEPENDS+=      ${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/ruby-rex-sslscan/PLIST
diff -u /dev/null pkgsrc/security/ruby-rex-sslscan/PLIST:1.1
--- /dev/null   Fri Oct 13 18:31:47 2017
+++ pkgsrc/security/ruby-rex-sslscan/PLIST      Fri Oct 13 18:31:47 2017
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/13 18:31:47 minskim Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.rspec
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/CODE_OF_CONDUCT.md
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/bin/console
+${GEM_LIBDIR}/bin/setup
+${GEM_LIBDIR}/lib/rex/sslscan.rb
+${GEM_LIBDIR}/lib/rex/sslscan/result.rb
+${GEM_LIBDIR}/lib/rex/sslscan/scanner.rb
+${GEM_LIBDIR}/lib/rex/sslscan/version.rb
+${GEM_LIBDIR}/rex-sslscan.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/security/ruby-rex-sslscan/distinfo
diff -u /dev/null pkgsrc/security/ruby-rex-sslscan/distinfo:1.1
--- /dev/null   Fri Oct 13 18:31:47 2017
+++ pkgsrc/security/ruby-rex-sslscan/distinfo   Fri Oct 13 18:31:47 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/13 18:31:47 minskim Exp $
+
+SHA1 (rex-sslscan-0.1.5.gem) = 24832852f13b9df4a2ff0bfd3daaae5cf9cd262f
+RMD160 (rex-sslscan-0.1.5.gem) = b193559cce1548a3a385c52ec0b04badc211c8fe
+SHA512 (rex-sslscan-0.1.5.gem) = 05c7606c722fad7be5f21f28de34de23882a31bf4fde1000f11d556740b14102e495efd0bc3ac478aee64ae417e761ce9b5ae80f1c10f2410828610611fc3dab
+Size (rex-sslscan-0.1.5.gem) = 17920 bytes



Home | Main Index | Thread Index | Old Index