Date: Tue, 9 Dec 2014 17:35:42 +0000 (UTC) From: Johannes Jost Meixner <xmj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374412 - in head/www: . rubygem-tumblr_client Message-ID: <201412091735.sB9HZg9j090654@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: xmj Date: Tue Dec 9 17:35:42 2014 New Revision: 374412 URL: https://svnweb.freebsd.org/changeset/ports/374412 QAT: https://qat.redports.org/buildarchive/r374412/ Log: 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) Added: head/www/rubygem-tumblr_client/ head/www/rubygem-tumblr_client/Makefile (contents, props changed) head/www/rubygem-tumblr_client/distinfo (contents, props changed) head/www/rubygem-tumblr_client/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue Dec 9 17:33:53 2014 (r374411) +++ head/www/Makefile Tue Dec 9 17:35:42 2014 (r374412) @@ -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 Added: head/www/rubygem-tumblr_client/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-tumblr_client/Makefile Tue Dec 9 17:35:42 2014 (r374412) @@ -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> Added: head/www/rubygem-tumblr_client/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-tumblr_client/distinfo Tue Dec 9 17:35:42 2014 (r374412) @@ -0,0 +1,2 @@ +SHA256 (rubygem/tumblr_client-0.8.5.gem) = 6078f6ff48f0755fa610e6b53760f8fc08e01d4d26707cb34c4a7d808150ba34 +SIZE (rubygem/tumblr_client-0.8.5.gem) = 17920 Added: head/www/rubygem-tumblr_client/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-tumblr_client/pkg-descr Tue Dec 9 17:35:42 2014 (r374412) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412091735.sB9HZg9j090654>