mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
A Ruby API for interfacing with Campfire, the 37Signals chat application.
WWW: http://github.com/collectiveidea/tinder PR: ports/182679 Submitted by: Loic Blot <loic.blot@unix-experience.fr>
This commit is contained in:
parent
2ba17ce7d0
commit
7f7d5fdda7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331048
@ -155,6 +155,7 @@
|
||||
SUBDIR += rubygem-earthquake
|
||||
SUBDIR += rubygem-hipchat
|
||||
SUBDIR += rubygem-termtter
|
||||
SUBDIR += rubygem-tinder
|
||||
SUBDIR += sendxmpp
|
||||
SUBDIR += skype
|
||||
SUBDIR += skype-devel
|
||||
|
26
net-im/rubygem-tinder/Makefile
Normal file
26
net-im/rubygem-tinder/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tinder
|
||||
PORTVERSION= 1.9.3
|
||||
CATEGORIES= net-im rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Ruby API for interfacing with Campfire
|
||||
|
||||
RUN_DEPENDS= rubygem-json>=1.8.0:${PORTSDIR}/devel/rubygem-json \
|
||||
rubygem-eventmachine>=1.0:${PORTSDIR}/devel/rubygem-eventmachine \
|
||||
rubygem-faraday>=0.8:${PORTSDIR}/www/rubygem-faraday\
|
||||
rubygem-faraday_middleware>=0.9:${PORTSDIR}/www/rubygem-faraday_middleware \
|
||||
rubygem-hashie>=1.0:${PORTSDIR}/devel/rubygem-hashie \
|
||||
rubygem-mime-types>=1.19:${PORTSDIR}/misc/rubygem-mime-types \
|
||||
rubygem-multi_json>=1.7:${PORTSDIR}/devel/rubygem-multi_json \
|
||||
rubygem-twitter-stream>=0.1:${PORTSDIR}/net/rubygem-twitter-stream
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
net-im/rubygem-tinder/distinfo
Normal file
2
net-im/rubygem-tinder/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/tinder-1.9.3.gem) = 0b06fd2a72ed424e82b1896852dd9ebb10791ef6ab8412e74ad2fa9069f6bd47
|
||||
SIZE (rubygem/tinder-1.9.3.gem) = 18944
|
3
net-im/rubygem-tinder/pkg-descr
Normal file
3
net-im/rubygem-tinder/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A Ruby API for interfacing with Campfire, the 37Signals chat application.
|
||||
|
||||
WWW: http://github.com/collectiveidea/tinder
|
Loading…
Reference in New Issue
Block a user