Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Sep 2016 12:24:39 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422317 - in head/security: . rubygem-rex-sslscan
Message-ID:  <201609171224.u8HCOdmW062062@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Sep 17 12:24:39 2016
New Revision: 422317
URL: https://svnweb.freebsd.org/changeset/ports/422317

Log:
  New port: security/rubygem-rex-sslscan
  
  This library is a pure ruby implementation of the SSLScan tool originally
  written by Ian Ventura-Whiting.
  
  WWW: https://github.com/rapid7/rex-sslscan

Added:
  head/security/rubygem-rex-sslscan/
  head/security/rubygem-rex-sslscan/Makefile   (contents, props changed)
  head/security/rubygem-rex-sslscan/distinfo   (contents, props changed)
  head/security/rubygem-rex-sslscan/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Sat Sep 17 12:21:06 2016	(r422316)
+++ head/security/Makefile	Sat Sep 17 12:24:39 2016	(r422317)
@@ -1025,6 +1025,7 @@
     SUBDIR += rubygem-rex-registry
     SUBDIR += rubygem-rex-rop_builder
     SUBDIR += rubygem-rex-socket
+    SUBDIR += rubygem-rex-sslscan
     SUBDIR += rubygem-rex-struct2
     SUBDIR += rubygem-rex-text
     SUBDIR += rubygem-rex-zip

Added: head/security/rubygem-rex-sslscan/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-rex-sslscan/Makefile	Sat Sep 17 12:24:39 2016	(r422317)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	rex-sslscan
+PORTVERSION=	0.1.0
+CATEGORIES=	security rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	antoine@FreeBSD.org
+COMMENT=	Ruby Exploitation(Rex) library for scanning SSL/TLS capabilities
+
+RUN_DEPENDS=	rubygem-rex-socket>=0:security/rubygem-rex-socket \
+		rubygem-rex-text>=0:security/rubygem-rex-text
+
+NO_ARCH=	yes
+
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/security/rubygem-rex-sslscan/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-rex-sslscan/distinfo	Sat Sep 17 12:24:39 2016	(r422317)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1474027771
+SHA256 (rubygem/rex-sslscan-0.1.0.gem) = 4706577f8214cc896a445caee43c32a89cf32979548399200b3446e3625f248f
+SIZE (rubygem/rex-sslscan-0.1.0.gem) = 16896

Added: head/security/rubygem-rex-sslscan/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-rex-sslscan/pkg-descr	Sat Sep 17 12:24:39 2016	(r422317)
@@ -0,0 +1,4 @@
+This library is a pure ruby implementation of the SSLScan tool originally
+written by Ian Ventura-Whiting.
+
+WWW: https://github.com/rapid7/rex-sslscan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609171224.u8HCOdmW062062>