1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

Ruby bindings for API calls that are documented with Apipie.

Bindings are generated on the fly.

WWW: https://github.com/Apipie/apipie-bindings

PR:		ports/188199
Submitted by:	Michael Moll <kvedulv at kvedulv.de>
This commit is contained in:
Steve Wills 2014-04-04 06:09:52 +00:00
parent 522a384359
commit 710b4f2e5f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350059
4 changed files with 31 additions and 0 deletions

View File

@ -4127,6 +4127,7 @@
SUBDIR += rubygem-analogger
SUBDIR += rubygem-annoy
SUBDIR += rubygem-ansi
SUBDIR += rubygem-apipie-bindings
SUBDIR += rubygem-app_config
SUBDIR += rubygem-arrayfields
SUBDIR += rubygem-ascii85

View File

@ -0,0 +1,24 @@
# Created by: Michael Moll <kvedulv at kvedulv.de>
# $FreeBSD$
PORTNAME= apipie-bindings
PORTVERSION= 0.0.6
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= kvedulv@kvedulv.de
COMMENT= Ruby bindings for API calls that are documented with Apipie
LICENSE= GPLv3
RUN_DEPENDS= rubygem-awesome_print>=1.1.0:${PORTSDIR}/devel/rubygem-awesome_print \
rubygem-json>=1.8.1:${PORTSDIR}/devel/rubygem-json \
rubygem-mime-types=1.25.1:${PORTSDIR}/misc/rubygem-mime-types \
rubygem-oauth>=0.4.7:${PORTSDIR}/net/rubygem-oauth \
rubygem-rest-client>=1.6.7:${PORTSDIR}/www/rubygem-rest-client
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/apipie-bindings-0.0.6.gem) = 243ab904e3212d7f14089b4175edecd2fa4297f58e6404674805e9e22ae96a8b
SIZE (rubygem/apipie-bindings-0.0.6.gem) = 15872

View File

@ -0,0 +1,4 @@
Ruby bindings for API calls that are documented with Apipie.
Bindings are generated on the fly.
WWW: https://github.com/Apipie/apipie-bindings