From owner-svn-ports-head@freebsd.org Mon Aug 29 15:45:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DB55BC70D0; Mon, 29 Aug 2016 15:45:20 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C74E7C43; Mon, 29 Aug 2016 15:45:19 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TFjJb0087727; Mon, 29 Aug 2016 15:45:19 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TFjIOb087723; Mon, 29 Aug 2016 15:45:18 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201608291545.u7TFjIOb087723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 29 Aug 2016 15:45:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421074 - in head/security: . rubygem-openvas-omp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 15:45:20 -0000 Author: antoine Date: Mon Aug 29 15:45:18 2016 New Revision: 421074 URL: https://svnweb.freebsd.org/changeset/ports/421074 Log: New port: security/rubygem-openvas-omp This Ruby gem is used for communication with OpenVAS manager over OMP. You can start, stop, pause and resume scan. Watch progress and status of scan, download report, etc. WWW: https://github.com/kost/openvas-omp-ruby Added: head/security/rubygem-openvas-omp/ head/security/rubygem-openvas-omp/Makefile (contents, props changed) head/security/rubygem-openvas-omp/distinfo (contents, props changed) head/security/rubygem-openvas-omp/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Mon Aug 29 15:44:34 2016 (r421073) +++ head/security/Makefile Mon Aug 29 15:45:18 2016 (r421074) @@ -1005,6 +1005,7 @@ SUBDIR += rubygem-omniauth-saml SUBDIR += rubygem-omniauth-shibboleth SUBDIR += rubygem-openssl-ccm + SUBDIR += rubygem-openvas-omp SUBDIR += rubygem-origami SUBDIR += rubygem-pyu-ruby-sasl SUBDIR += rubygem-rack-oauth2 Added: head/security/rubygem-openvas-omp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-openvas-omp/Makefile Mon Aug 29 15:45:18 2016 (r421074) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= openvas-omp +PORTVERSION= 0.0.4 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Communicate with OpenVAS manager through OMP + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +.include Added: head/security/rubygem-openvas-omp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-openvas-omp/distinfo Mon Aug 29 15:45:18 2016 (r421074) @@ -0,0 +1,3 @@ +TIMESTAMP = 1472476619 +SHA256 (rubygem/openvas-omp-0.0.4.gem) = 1d899775128c8757f63a8b3372b923469bac64ad246cd96593d89cb64930ae93 +SIZE (rubygem/openvas-omp-0.0.4.gem) = 10752 Added: head/security/rubygem-openvas-omp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-openvas-omp/pkg-descr Mon Aug 29 15:45:18 2016 (r421074) @@ -0,0 +1,5 @@ +This Ruby gem is used for communication with OpenVAS manager over OMP. You can +start, stop, pause and resume scan. Watch progress and status of scan, download +report, etc. + +WWW: https://github.com/kost/openvas-omp-ruby