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:
parent
3da06622f6
commit
6da0935deb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374412
@ -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
|
||||
|
27
www/rubygem-tumblr_client/Makefile
Normal file
27
www/rubygem-tumblr_client/Makefile
Normal 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>
|
2
www/rubygem-tumblr_client/distinfo
Normal file
2
www/rubygem-tumblr_client/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/tumblr_client-0.8.5.gem) = 6078f6ff48f0755fa610e6b53760f8fc08e01d4d26707cb34c4a7d808150ba34
|
||||
SIZE (rubygem/tumblr_client-0.8.5.gem) = 17920
|
4
www/rubygem-tumblr_client/pkg-descr
Normal file
4
www/rubygem-tumblr_client/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user