diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-06-13 19:54:04 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-06-13 19:54:04 +0800 |
commit | 1aea43d3e6f6e9f505c81dffc2068f9ab773b7d5 (patch) | |
tree | d02dcc8163d57e636eeb84bca96c2a6cd2ae7a0b | |
parent | 5e6775c6d4c1f32b4f57c263744a75038fef4538 (diff) | |
download | freebsd-ports-gnome-1aea43d3e6f6e9f505c81dffc2068f9ab773b7d5.tar.gz freebsd-ports-gnome-1aea43d3e6f6e9f505c81dffc2068f9ab773b7d5.tar.zst freebsd-ports-gnome-1aea43d3e6f6e9f505c81dffc2068f9ab773b7d5.zip |
- 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
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/rubygem-dropbox-sdk/Makefile | 18 | ||||
-rw-r--r-- | net/rubygem-dropbox-sdk/distinfo | 2 | ||||
-rw-r--r-- | net/rubygem-dropbox-sdk/pkg-descr | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 363fd1f4c888..5aa39f0d0d71 100644 --- a/net/Makefile +++ b/net/Makefile @@ -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 diff --git a/net/rubygem-dropbox-sdk/Makefile b/net/rubygem-dropbox-sdk/Makefile new file mode 100644 index 000000000000..81fc850671cb --- /dev/null +++ b/net/rubygem-dropbox-sdk/Makefile @@ -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> diff --git a/net/rubygem-dropbox-sdk/distinfo b/net/rubygem-dropbox-sdk/distinfo new file mode 100644 index 000000000000..f8e1824e0981 --- /dev/null +++ b/net/rubygem-dropbox-sdk/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/dropbox-sdk-1.5.1.gem) = b2ab031ece7c82dd0b9f170a9490f0fe2b10a084706eb98bb56df2e7e4ef3fff +SIZE (rubygem/dropbox-sdk-1.5.1.gem) = 30208 diff --git a/net/rubygem-dropbox-sdk/pkg-descr b/net/rubygem-dropbox-sdk/pkg-descr new file mode 100644 index 000000000000..f001b5747496 --- /dev/null +++ b/net/rubygem-dropbox-sdk/pkg-descr @@ -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 |