1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

A LDAP strategy for OmniAuth.

WWW: https://github.com/gitlabhq/omniauth-ldap

PR:		ports/182766
Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
This commit is contained in:
Steve Wills 2013-10-25 02:28:44 +00:00
parent d80e36add0
commit cb909b8fa1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331546
5 changed files with 39 additions and 0 deletions

View File

@ -1030,6 +1030,7 @@
SUBDIR += rubygem-domain_name
SUBDIR += rubygem-dropbox-sdk
SUBDIR += rubygem-geoip
SUBDIR += rubygem-gitlab_omniauth-ldap
SUBDIR += rubygem-http_parser.rb
SUBDIR += rubygem-httpauth
SUBDIR += rubygem-ipaddress

View File

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= gitlab_omniauth-ldap
PORTVERSION= 1.0.3
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= A LDAP strategy for OmniAuth.
RUN_DEPENDS= rubygem-net-ldap>=0.3.1:${PORTSDIR}/net/rubygem-net-ldap \
rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth \
rubygem-pyu-ruby-sasl>=0.0.3.1:${PORTSDIR}/security/rubygem-pyu-ruby-sasl \
rubygem-rubyntlm>=0.1.1:${PORTSDIR}/net/rubygem-rubyntlm
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/gitlab_omniauth-ldap-1.0.3.gem) = aaab9d9c192ae690a53972998af4ed29a6e08b467282f7aac88aa5e806983545
SIZE (rubygem/gitlab_omniauth-ldap-1.0.3.gem) = 12288

View File

@ -0,0 +1,11 @@
--- gitlab_omniauth-ldap-1.0.3.gemspec.orig 2013-10-25 02:24:55.456068284 +0000
+++ gitlab_omniauth-ldap-1.0.3.gemspec 2013-10-25 02:25:06.863067558 +0000
@@ -58,7 +58,7 @@
requirements:
- - ~>
- !ruby/object:Gem::Version
- version: 0.1.1
+ version: 0.4.0
type: :runtime
prerelease: false
version_requirements: !ruby/object:Gem::Requirement

View File

@ -0,0 +1,3 @@
A LDAP strategy for OmniAuth.
WWW: https://github.com/gitlabhq/omniauth-ldap