Bug 182701 - new port net/rubygem-omniauth-twitter
Summary: new port net/rubygem-omniauth-twitter
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:50 UTC by loic.blot
Modified: 2013-10-21 03:30 UTC (History)
0 users

See Also:


Attachments
rubygem-omniauth-twitter.shar (1.71 KB, text/plain)
2013-10-05 16:50 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:50:01 UTC
	Here is a new port based on omniauth to perform twitter authentication. It will be used in future port gitlab
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-05 16:50:15 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 03:23:14 UTC
Author: swills
Date: Mon Oct 21 02:23:06 2013
New Revision: 331083
URL: http://svnweb.freebsd.org/changeset/ports/331083

Log:
  OmniAuth strategy for Twitter
  
  WWW: https://github.com/arunagw/omniauth-twitter
  
  PR:		ports/182701
  Submitted by:	Loic Blot <loic.blot@unix-experience.fr>

Added:
  head/net/rubygem-omniauth-twitter/
  head/net/rubygem-omniauth-twitter/Makefile   (contents, props changed)
  head/net/rubygem-omniauth-twitter/distinfo   (contents, props changed)
  head/net/rubygem-omniauth-twitter/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Mon Oct 21 02:10:23 2013	(r331082)
+++ head/net/Makefile	Mon Oct 21 02:23:06 2013	(r331083)
@@ -1044,6 +1044,7 @@
     SUBDIR += rubygem-omniauth-google-oauth2
     SUBDIR += rubygem-omniauth-oauth
     SUBDIR += rubygem-omniauth-oauth2
+    SUBDIR += rubygem-omniauth-twitter
     SUBDIR += rubygem-open-uri-cached
     SUBDIR += rubygem-openid
     SUBDIR += rubygem-packetfu

Added: head/net/rubygem-omniauth-twitter/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-omniauth-twitter/Makefile	Mon Oct 21 02:23:06 2013	(r331083)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	omniauth-twitter
+PORTVERSION=	1.0.1
+CATEGORIES=	net rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	OmniAuth strategy for Twitter
+
+RUN_DEPENDS=	rubygem-multi_json>=1.3:${PORTSDIR}/devel/rubygem-multi_json \
+		rubygem-omniauth-oauth>=1.0:${PORTSDIR}/net/rubygem-omniauth-oauth
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+NO_STAGE=	yes
+
+.include <bsd.port.mk>

Added: head/net/rubygem-omniauth-twitter/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-omniauth-twitter/distinfo	Mon Oct 21 02:23:06 2013	(r331083)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/omniauth-twitter-1.0.1.gem) = cd110801549953505a6152ae1426956785aca0cb749ff82835e8d49898b30f18
+SIZE (rubygem/omniauth-twitter-1.0.1.gem) = 10752

Added: head/net/rubygem-omniauth-twitter/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-omniauth-twitter/pkg-descr	Mon Oct 21 02:23:06 2013	(r331083)
@@ -0,0 +1,3 @@
+OmniAuth strategy for Twitter
+
+WWW: https://github.com/arunagw/omniauth-twitter
_______________________________________________
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 03:24:05 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!