From owner-svn-ports-all@freebsd.org Sat Apr 8 09:19:29 2017 Return-Path: Delivered-To: svn-ports-all@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 49568D32CB6; Sat, 8 Apr 2017 09:19:29 +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 F3A19A3A; Sat, 8 Apr 2017 09:19:28 +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 v389JSTw061977; Sat, 8 Apr 2017 09:19:28 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v389JRrO061973; Sat, 8 Apr 2017 09:19:27 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201704080919.v389JRrO061973@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 8 Apr 2017 09:19:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437992 - in head/net: . rubygem-ruby_smb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Apr 2017 09:19:29 -0000 Author: antoine Date: Sat Apr 8 09:19:27 2017 New Revision: 437992 URL: https://svnweb.freebsd.org/changeset/ports/437992 Log: New port: net/rubygem-ruby_smb A packet parsing and manipulation library for the SMB protocol family. WWW: https://github.com/rapid7/ruby_smb Added: head/net/rubygem-ruby_smb/ head/net/rubygem-ruby_smb/Makefile (contents, props changed) head/net/rubygem-ruby_smb/distinfo (contents, props changed) head/net/rubygem-ruby_smb/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sat Apr 8 09:17:07 2017 (r437991) +++ head/net/Makefile Sat Apr 8 09:19:27 2017 (r437992) @@ -1217,6 +1217,7 @@ SUBDIR += rubygem-ruby-growl SUBDIR += rubygem-ruby-openid SUBDIR += rubygem-ruby-yadis + SUBDIR += rubygem-ruby_smb SUBDIR += rubygem-rubyntlm SUBDIR += rubygem-rubyntlm05 SUBDIR += rubygem-rubytter Added: head/net/rubygem-ruby_smb/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-ruby_smb/Makefile Sat Apr 8 09:19:27 2017 (r437992) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= ruby_smb +PORTVERSION= 0.0.8 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Message creator and parser for the SMB protocol family + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-bindata>=0:devel/rubygem-bindata \ + rubygem-bit-struct>=0:devel/rubygem-bit-struct \ + rubygem-rubyntlm05>=0:net/rubygem-rubyntlm05 \ + rubygem-windows_error>=0:devel/rubygem-windows_error + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +.include Added: head/net/rubygem-ruby_smb/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-ruby_smb/distinfo Sat Apr 8 09:19:27 2017 (r437992) @@ -0,0 +1,3 @@ +TIMESTAMP = 1491241680 +SHA256 (rubygem/ruby_smb-0.0.8.gem) = fef21151c80f365147898247c7bd7e1fc0c5f37cac9514659c42bc48ecdefc9e +SIZE (rubygem/ruby_smb-0.0.8.gem) = 46592 Added: head/net/rubygem-ruby_smb/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-ruby_smb/pkg-descr Sat Apr 8 09:19:27 2017 (r437992) @@ -0,0 +1,3 @@ +A packet parsing and manipulation library for the SMB protocol family. + +WWW: https://github.com/rapid7/ruby_smb