Date: Mon, 21 Oct 2013 02:23:07 +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: r331083 - in head/net: . rubygem-omniauth-twitter Message-ID: <201310210223.r9L2N7El044901@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310210223.r9L2N7El044901>