Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jun 2013 11:54:05 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320783 - in head/net: . rubygem-dropbox-sdk
Message-ID:  <201306131154.r5DBs5kD034571@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jun 13 11:54:04 2013
New Revision: 320783
URL: http://svnweb.freebsd.org/changeset/ports/320783

Log:
  - Add rubygem-dropbox-sdk 1.5.1
  
  dropbox-sdk is a library that provides a plain function-call interface to the
  Dropbox API web endpoints.
  
  WWW: https://www.dropbox.com/developers
  RG:  https://rubygems.org/gems/dropbox-sdk

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

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Thu Jun 13 11:52:48 2013	(r320782)
+++ head/net/Makefile	Thu Jun 13 11:54:04 2013	(r320783)
@@ -1025,6 +1025,7 @@
     SUBDIR += rubygem-aws-s3
     SUBDIR += rubygem-bunny
     SUBDIR += rubygem-domain_name
+    SUBDIR += rubygem-dropbox-sdk
     SUBDIR += rubygem-geoip
     SUBDIR += rubygem-http_parser.rb
     SUBDIR += rubygem-httpauth

Added: head/net/rubygem-dropbox-sdk/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-dropbox-sdk/Makefile	Thu Jun 13 11:54:04 2013	(r320783)
@@ -0,0 +1,18 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	dropbox-sdk
+PORTVERSION=	1.5.1
+CATEGORIES=	net rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Library of the Dropbox API web endpoints
+
+RUN_DEPENDS=	rubygem-json>=0:${PORTSDIR}/devel/rubygem-json
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/net/rubygem-dropbox-sdk/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-dropbox-sdk/distinfo	Thu Jun 13 11:54:04 2013	(r320783)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/dropbox-sdk-1.5.1.gem) = b2ab031ece7c82dd0b9f170a9490f0fe2b10a084706eb98bb56df2e7e4ef3fff
+SIZE (rubygem/dropbox-sdk-1.5.1.gem) = 30208

Added: head/net/rubygem-dropbox-sdk/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-dropbox-sdk/pkg-descr	Thu Jun 13 11:54:04 2013	(r320783)
@@ -0,0 +1,5 @@
+dropbox-sdk is a library that provides a plain function-call interface to the
+Dropbox API web endpoints.
+
+WWW: https://www.dropbox.com/developers
+RG:  https://rubygems.org/gems/dropbox-sdk



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306131154.r5DBs5kD034571>