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:
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
|
@ -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
|
||||
|
|
22
www/rubygem-rest-client/Makefile
Normal file
22
www/rubygem-rest-client/Makefile
Normal 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>
|
2
www/rubygem-rest-client/distinfo
Normal file
2
www/rubygem-rest-client/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/rest-client-1.6.1.gem) = 7db53b5ef2ab200fabe841642c73ffeec9eaf2bb4f1ba9ef597b3b6ddd4ff4e7
|
||||
SIZE (rubygem/rest-client-1.6.1.gem) = 55296
|
4
www/rubygem-rest-client/pkg-descr
Normal file
4
www/rubygem-rest-client/pkg-descr
Normal 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
|
Loading…
Reference in a new issue