- Create new port for the 0.1.x version of rubygem-rubyntlm for use with an
upcoming port of rubygem-winrm which is required by an upcoming update to sysutils/vagrant PR: ports/189428 Submitted by: Joseph Benden <joe@thrallingpenguin.com>
This commit is contained in:
parent
c3c83d8ae3
commit
5ede0f0069
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354075
4 changed files with 23 additions and 0 deletions
|
@ -1047,6 +1047,7 @@
|
|||
SUBDIR += rubygem-righthttpconnection
|
||||
SUBDIR += rubygem-rightslicehost
|
||||
SUBDIR += rubygem-rubyntlm
|
||||
SUBDIR += rubygem-rubyntlm01
|
||||
SUBDIR += rubygem-rubytter
|
||||
SUBDIR += rubygem-rudy
|
||||
SUBDIR += rubygem-rye
|
||||
|
|
17
net/rubygem-rubyntlm01/Makefile
Normal file
17
net/rubygem-rubyntlm01/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rubyntlm
|
||||
PORTVERSION= 0.1.1
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 01
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Message creator and parser for the NTLM authentication.
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/rubygem-rubyntlm01/distinfo
Normal file
2
net/rubygem-rubyntlm01/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/rubyntlm-0.1.1.gem) = a07b9bacc0cf531c76d4f71ed0813b4055fe881447aede2bc7cd7e89ec808870
|
||||
SIZE (rubygem/rubyntlm-0.1.1.gem) = 11776
|
3
net/rubygem-rubyntlm01/pkg-descr
Normal file
3
net/rubygem-rubyntlm01/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Ruby/NTLM provides message creator and parser for the NTLM authentication.
|
||||
|
||||
WWW: https://github.com/winrb/rubyntlm
|
Loading…
Reference in a new issue