Date: Sun, 20 Oct 2013 23:35:32 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331073 - in head/security: . rubygem-omniauth Message-ID: <201310202335.r9KNZW7T053094@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Oct 20 23:35:32 2013 New Revision: 331073 URL: http://svnweb.freebsd.org/changeset/ports/331073 Log: A generalized Rack framework for multiple-provider authentication. WWW: http://github.com/intridea/omniauth PR: ports/182696 Submitted by: Loic Blot <loic.blot@unix-experience.fr> Added: head/security/rubygem-omniauth/ head/security/rubygem-omniauth/Makefile (contents, props changed) head/security/rubygem-omniauth/distinfo (contents, props changed) head/security/rubygem-omniauth/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Oct 20 23:32:25 2013 (r331072) +++ head/security/Makefile Sun Oct 20 23:35:32 2013 (r331073) @@ -865,6 +865,7 @@ SUBDIR += rubygem-net-ssh-gateway SUBDIR += rubygem-net-ssh-multi SUBDIR += rubygem-nmap-parser + SUBDIR += rubygem-omniauth SUBDIR += rubygem-origami SUBDIR += rubygem-razorback-scriptNugget SUBDIR += rubygem-rc4 Added: head/security/rubygem-omniauth/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-omniauth/Makefile Sun Oct 20 23:35:32 2013 (r331073) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= omniauth +PORTVERSION= 1.1.4 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Generalized Rack framework for multiple-provider authentication. + +RUN_DEPENDS= rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack \ + rubygem-hashie>=1.2:${PORTSDIR}/devel/rubygem-hashie + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include <bsd.port.mk> Added: head/security/rubygem-omniauth/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-omniauth/distinfo Sun Oct 20 23:35:32 2013 (r331073) @@ -0,0 +1,2 @@ +SHA256 (rubygem/omniauth-1.1.4.gem) = d47132daf1c59b8c97b4c51f3f2e379b5b6ae2cd9e169d0a3e46de45b335efbd +SIZE (rubygem/omniauth-1.1.4.gem) = 29184 Added: head/security/rubygem-omniauth/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-omniauth/pkg-descr Sun Oct 20 23:35:32 2013 (r331073) @@ -0,0 +1,3 @@ +A generalized Rack framework for multiple-provider authentication. + +WWW: http://github.com/intridea/omniauth
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310202335.r9KNZW7T053094>