mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Typhoeus runs HTTP requests in parallel while
cleanly encapsulating handling logic. It's a library for accessing web services in Ruby, specifically designed for building RESTful service oriented architectures in Ruby that need to be fast enough to process calls to multiple services within the client's HTTP request/response life cycle. WWW: https://github.com/dbalatero/typhoeus PR: ports/158313 Submitted by: Eric Freeman <freebsdports@chillibear.com>
This commit is contained in:
parent
fb3a2d1c70
commit
76d05ae68a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282809
@ -1657,6 +1657,7 @@
|
||||
SUBDIR += rubygem-staticmatic
|
||||
SUBDIR += rubygem-taggable
|
||||
SUBDIR += rubygem-thin
|
||||
SUBDIR += rubygem-typhoeus
|
||||
SUBDIR += rubygem-webmock
|
||||
SUBDIR += rubygem-yapra
|
||||
SUBDIR += runsomebrowser
|
||||
|
23
www/rubygem-typhoeus/Makefile
Normal file
23
www/rubygem-typhoeus/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Ports collection makefile for: rubygem-typhoeus
|
||||
# Date created: 26 June 2011
|
||||
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= typhoeus
|
||||
PORTVERSION= 0.2.4
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= freebsdports@chillibear.com
|
||||
COMMENT= Parallel HTTP request library
|
||||
|
||||
RUN_DEPENDS= rubygem-mime-types>=0:${PORTSDIR}/misc/rubygem-mime-types
|
||||
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/rubygem-typhoeus/distinfo
Normal file
2
www/rubygem-typhoeus/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/typhoeus-0.2.4.gem) = f8127150288eeb484391710ea415dce1fb9555d5deca41f58b6009771ae3f0fc
|
||||
SIZE (rubygem/typhoeus-0.2.4.gem) = 49664
|
10
www/rubygem-typhoeus/pkg-descr
Normal file
10
www/rubygem-typhoeus/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
Typhoeus runs HTTP requests in parallel while
|
||||
cleanly encapsulating handling logic.
|
||||
|
||||
It's a library for accessing web services in Ruby,
|
||||
specifically designed for building RESTful service
|
||||
oriented architectures in Ruby that need to be fast
|
||||
enough to process calls to multiple services within
|
||||
the client's HTTP request/response life cycle.
|
||||
|
||||
WWW: https://github.com/dbalatero/typhoeus
|
Loading…
Reference in New Issue
Block a user