Bug 182696 - new port security/rubygem-omniauth
Summary: new port security/rubygem-omniauth
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ruby (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-05 16:20 UTC by loic.blot
Modified: 2013-10-21 00:40 UTC (History)
0 users

See Also:


Attachments
rubygem-omniauth.shar (1.63 KB, text/plain)
2013-10-05 16:20 UTC, loic.blot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description loic.blot 2013-10-05 16:20:00 UTC
	Here is a new port required by future gitlab port
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-05 16:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-21 00:35:39 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2013-10-21 00:36:24 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!