1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

www/rubygem-tumblr_client: create port

This is the official Ruby wrapper for the Tumblr v2 API.
It supports all endpoints currently available on the Tumblr API.

WWW: https://github.com/tumblr/tumblr_client

PR:		195758
Differential Revision:	https://reviews.freebsd.org/D1278
Submitted by:	Michael Moll <kvedulv@kvedulv.de>
Approved by:	kswills (mentor)
This commit is contained in:
Johannes Jost Meixner 2014-12-09 17:35:42 +00:00
parent 3da06622f6
commit 6da0935deb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374412
4 changed files with 34 additions and 0 deletions

View File

@ -1900,6 +1900,7 @@
SUBDIR += rubygem-thin
SUBDIR += rubygem-tinyatom
SUBDIR += rubygem-tinymce-rails
SUBDIR += rubygem-tumblr_client
SUBDIR += rubygem-turbolinks
SUBDIR += rubygem-typhoeus
SUBDIR += rubygem-uglifier

View File

@ -0,0 +1,27 @@
# Created by: Michael Moll <kvedulv@kvedulv.de>
# $FreeBSD$
PORTNAME= tumblr_client
PORTVERSION= 0.8.5
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= kvedulv@kvedulv.de
COMMENT= Ruby Wrapper for the Tumblr v2 API
LICENSE= APACHE20
RUN_DEPENDS= rubygem-faraday>=0.9.0:${PORTSDIR}/www/rubygem-faraday \
rubygem-faraday_middleware>=0.9.1:${PORTSDIR}/www/rubygem-faraday_middleware \
rubygem-json>0:${PORTSDIR}/devel/rubygem-json \
rubygem-mime-types>0:${PORTSDIR}/misc/rubygem-mime-types \
rubygem-oauth>0:${PORTSDIR}/net/rubygem-oauth \
rubygem-simple_oauth>0:${PORTSDIR}/net/rubygem-simple_oauth
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/tumblr
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/tumblr_client-0.8.5.gem) = 6078f6ff48f0755fa610e6b53760f8fc08e01d4d26707cb34c4a7d808150ba34
SIZE (rubygem/tumblr_client-0.8.5.gem) = 17920

View File

@ -0,0 +1,4 @@
This is the official Ruby wrapper for the Tumblr v2 API.
It supports all endpoints currently available on the Tumblr API.
WWW: https://github.com/tumblr/tumblr_client