New port: net/rubygem-ruby_smb

A packet parsing and manipulation library for the SMB protocol family.
WWW: https://github.com/rapid7/ruby_smb
This commit is contained in:
Antoine Brodin 2017-04-08 09:19:27 +00:00
parent f053d4463b
commit 022ef18aaa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437992
4 changed files with 31 additions and 0 deletions

View file

@ -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

View file

@ -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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1491241680
SHA256 (rubygem/ruby_smb-0.0.8.gem) = fef21151c80f365147898247c7bd7e1fc0c5f37cac9514659c42bc48ecdefc9e
SIZE (rubygem/ruby_smb-0.0.8.gem) = 46592

View file

@ -0,0 +1,3 @@
A packet parsing and manipulation library for the SMB protocol family.
WWW: https://github.com/rapid7/ruby_smb