mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
CouchRest provides a simple interface on top of CouchDB's RESTful HTTP API,
as well as including some utility scripts for managing views and attachments. WWW: http://rubygems.org/gems/couchrest PR: ports/158129 Submitted by: Mike Carlson (carlson39 at llnl.gov)
This commit is contained in:
parent
7344076488
commit
d20b585258
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276213
@ -746,6 +746,7 @@
|
|||||||
SUBDIR += rubygem-activemodel
|
SUBDIR += rubygem-activemodel
|
||||||
SUBDIR += rubygem-arel
|
SUBDIR += rubygem-arel
|
||||||
SUBDIR += rubygem-bigrecord
|
SUBDIR += rubygem-bigrecord
|
||||||
|
SUBDIR += rubygem-couchrest
|
||||||
SUBDIR += rubygem-data_objects
|
SUBDIR += rubygem-data_objects
|
||||||
SUBDIR += rubygem-datamapper
|
SUBDIR += rubygem-datamapper
|
||||||
SUBDIR += rubygem-delayed_job_data_mapper
|
SUBDIR += rubygem-delayed_job_data_mapper
|
||||||
|
23
databases/rubygem-couchrest/Makefile
Normal file
23
databases/rubygem-couchrest/Makefile
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# Ports collection makefile for: rubygem-couchrest
|
||||||
|
# Date created: 20 June 2011
|
||||||
|
# Whom: Mike Carlson (carlson39@llnl.gov)
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= couchrest
|
||||||
|
PORTVERSION= 1.0.2
|
||||||
|
CATEGORIES= databases rubygems
|
||||||
|
MASTER_SITES= RG
|
||||||
|
|
||||||
|
MAINTAINER= ruby@FreeBSD.org
|
||||||
|
COMMENT= Provides a simple interface on top of CouchDBs RESTful HTTP API
|
||||||
|
|
||||||
|
RUN_DEPENDS= rubygem-json>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-json \
|
||||||
|
rubygem-mime-types>=${PORTVERSION}:${PORTSDIR}/misc/rubygem-mime-types \
|
||||||
|
rubygem-rest-client>=${PORTVERSION}:${PORTSDIR}/www/rubygem-rest-client
|
||||||
|
|
||||||
|
USE_RUBY= yes
|
||||||
|
USE_RUBYGEMS= yes
|
||||||
|
RUBYGEM_AUTOPLIST= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
databases/rubygem-couchrest/distinfo
Normal file
2
databases/rubygem-couchrest/distinfo
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
SHA256 (rubygem/couchrest-1.0.2.gem) = 55b62424feedba1cb936d7187c94875fbea8daf17962813deba0cf0c41c93c72
|
||||||
|
SIZE (rubygem/couchrest-1.0.2.gem) = 45056
|
4
databases/rubygem-couchrest/pkg-descr
Normal file
4
databases/rubygem-couchrest/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
CouchRest provides a simple interface on top of CouchDB's RESTful HTTP API,
|
||||||
|
as well as including some utility scripts for managing views and attachments.
|
||||||
|
|
||||||
|
WWW: http://rubygems.org/gems/couchrest
|
Loading…
Reference in New Issue
Block a user