forked from Lainports/freebsd-ports
Add rubygem-async-rest 0.10.1
Roy Thomas Fielding's thesis Architectural Styles and the Design of Network-based Software Architectures describes Representational State Transfer which comprises several core concepts: - Resource: A conceptual mapping to one or more entities. - Representation: An instance of a resource at a given point in time. Async::REST models these abstractions as closely and practically as possible and serves as a basis for building asynchronous web clients. WWW: https://github.com/socketry/async-rest
This commit is contained in:
parent
52aa0a6424
commit
c5abb62e7e
4 changed files with 36 additions and 0 deletions
|
|
@ -1962,6 +1962,7 @@
|
|||
SUBDIR += rubygem-anemone
|
||||
SUBDIR += rubygem-asana
|
||||
SUBDIR += rubygem-async-http
|
||||
SUBDIR += rubygem-async-rest
|
||||
SUBDIR += rubygem-async_sinatra
|
||||
SUBDIR += rubygem-atlassian-jwt
|
||||
SUBDIR += rubygem-best_in_place
|
||||
|
|
|
|||
22
www/rubygem-async-rest/Makefile
Normal file
22
www/rubygem-async-rest/Makefile
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= async-rest
|
||||
PORTVERSION= 0.10.1
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= RESTful clients (and hopefully servers)
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-async-http>=0.42<1:www/rubygem-async-http \
|
||||
rubygem-protocol-http>=0.7<1:www/rubygem-protocol-http
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
www/rubygem-async-rest/distinfo
Normal file
3
www/rubygem-async-rest/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1566229368
|
||||
SHA256 (rubygem/async-rest-0.10.1.gem) = 2eca3015b0bdda7a51176223c556f8d5ebeef223ab6bfa8fb4d806b13185f3f9
|
||||
SIZE (rubygem/async-rest-0.10.1.gem) = 11264
|
||||
10
www/rubygem-async-rest/pkg-descr
Normal file
10
www/rubygem-async-rest/pkg-descr
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
Roy Thomas Fielding's thesis Architectural Styles and the Design of
|
||||
Network-based Software Architectures describes Representational State Transfer
|
||||
which comprises several core concepts:
|
||||
- Resource: A conceptual mapping to one or more entities.
|
||||
- Representation: An instance of a resource at a given point in time.
|
||||
|
||||
Async::REST models these abstractions as closely and practically as possible and
|
||||
serves as a basis for building asynchronous web clients.
|
||||
|
||||
WWW: https://github.com/socketry/async-rest
|
||||
Loading…
Add table
Reference in a new issue