A simple Simple HTTP and REST client for Ruby, inspired by the Sinatra

microframework style of specifying actions: get, put, post, delete.

WWW: https://github.com/archiloque/rest-client

PR:		ports/153336
Submitted by:	Renaud Chaput <renchap at cocoa-x.com>
This commit is contained in:
Philip M. Gollucci 2010-12-27 20:38:14 +00:00
parent 725ff435f0
commit ea1bf47b00
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267021
4 changed files with 29 additions and 0 deletions

View file

@ -1608,6 +1608,7 @@
SUBDIR += rubygem-railties
SUBDIR += rubygem-ramaze
SUBDIR += rubygem-redcloth
SUBDIR += rubygem-rest-client
SUBDIR += rubygem-rfacebook
SUBDIR += rubygem-rfeedfinder
SUBDIR += rubygem-robots

View file

@ -0,0 +1,22 @@
# Ports collection makefile for: rubygem-rest-client
# Date created: 10 Dec 2010
# Whom: Renaud Chaput <renchap@cocoa-x.com>
#
# $FreeBSD$
PORTNAME= rest-client
PORTVERSION= 1.6.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= renchap@cocoa-x.com
COMMENT= A simple Simple HTTP and REST client for Ruby
RUN_DEPENDS= rubygem-mime-types>=1.16:${PORTSDIR}/misc/rubygem-mime-types
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/restclient
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/rest-client-1.6.1.gem) = 7db53b5ef2ab200fabe841642c73ffeec9eaf2bb4f1ba9ef597b3b6ddd4ff4e7
SIZE (rubygem/rest-client-1.6.1.gem) = 55296

View file

@ -0,0 +1,4 @@
A simple Simple HTTP and REST client for Ruby, inspired by the Sinatra
microframework style of specifying actions: get, put, post, delete.
WWW: https://github.com/archiloque/rest-client