svn commit: r321349 - in head/security: . rubygem-jugyo-twitter_oauth
Steve Wills
swills at FreeBSD.org
Thu Jun 20 04:16:01 UTC 2013
Author: swills
Date: Thu Jun 20 04:15:59 2013
New Revision: 321349
URL: http://svnweb.freebsd.org/changeset/ports/321349
Log:
A fork of Twitter OAuth REST API client library for Ruby
WWW: http://rubygems.org/gems/jugyo-twitter_oauth
PR: ports/179533
Submitted by: Koichiro IWAO <meta+ports at vmeta.jp>
Added:
head/security/rubygem-jugyo-twitter_oauth/
head/security/rubygem-jugyo-twitter_oauth/Makefile (contents, props changed)
head/security/rubygem-jugyo-twitter_oauth/distinfo (contents, props changed)
head/security/rubygem-jugyo-twitter_oauth/pkg-descr (contents, props changed)
Modified:
head/security/Makefile
Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile Thu Jun 20 03:56:14 2013 (r321348)
+++ head/security/Makefile Thu Jun 20 04:15:59 2013 (r321349)
@@ -853,6 +853,7 @@
SUBDIR += rubygem-ezcrypto
SUBDIR += rubygem-gpgr
SUBDIR += rubygem-hmac
+ SUBDIR += rubygem-jugyo-twitter_oauth
SUBDIR += rubygem-metasploit_data_models
SUBDIR += rubygem-net-scp
SUBDIR += rubygem-net-sftp
Added: head/security/rubygem-jugyo-twitter_oauth/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/rubygem-jugyo-twitter_oauth/Makefile Thu Jun 20 04:15:59 2013 (r321349)
@@ -0,0 +1,21 @@
+# Created by: Koichiro IWAO <meta+ports at vmeta.jp>
+# $FreeBSD$
+
+PORTNAME= jugyo-twitter_oauth
+DISTVERSION= 0.5.0.pre5
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= meta+ports at vmeta.jp
+COMMENT= A fork of Twitter OAuth REST API client library for Ruby
+
+RUN_DEPENDS= rubygem-json>=1.1.9:${PORTSDIR}/devel/rubygem-json \
+ rubygem-mime-types>=1.16:${PORTSDIR}/misc/rubygem-mime-types \
+ rubygem-oauth>=0.4.1:${PORTSDIR}/net/rubygem-oauth
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+GEM_NAME= ${PORTNAME}-${DISTVERSION}
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Added: head/security/rubygem-jugyo-twitter_oauth/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/rubygem-jugyo-twitter_oauth/distinfo Thu Jun 20 04:15:59 2013 (r321349)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/jugyo-twitter_oauth-0.5.0.pre5.gem) = 6e49615e64856402c22daf18cb29e28be3f2b365677badc1ceef84f28e920067
+SIZE (rubygem/jugyo-twitter_oauth-0.5.0.pre5.gem) = 14848
Added: head/security/rubygem-jugyo-twitter_oauth/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/rubygem-jugyo-twitter_oauth/pkg-descr Thu Jun 20 04:15:59 2013 (r321349)
@@ -0,0 +1,3 @@
+A fork of Twitter OAuth REST API client library for Ruby
+
+WWW: http://rubygems.org/gems/jugyo-twitter_oauth
More information about the svn-ports-head
mailing list