svn commit: r320783 - in head/net: . rubygem-dropbox-sdk

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jun 13 11:54:06 UTC 2013


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	dropbox-sdk
+PORTVERSION=	1.5.1
+CATEGORIES=	net rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at 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


More information about the svn-ports-all mailing list