Date: Sat, 8 Apr 2017 09:19:27 +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: r437992 - in head/net: . rubygem-ruby_smb Message-ID: <201704080919.v389JRrO061973@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704080919.v389JRrO061973>