1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Add the Heroku ports.

Heroku is a cloud platform as a service (PaaS) supporting several programming
languages. (Wikipedia)

Reviewed by:	swills
Approved by:	swills
This commit is contained in:
Rui Paulo 2014-05-10 00:42:11 +00:00
parent e9f30c841d
commit 60b01195b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353558
7 changed files with 59 additions and 0 deletions

View File

@ -1793,6 +1793,8 @@
SUBDIR += rubygem-haml-coderay
SUBDIR += rubygem-haml-contrib
SUBDIR += rubygem-haml-rails
SUBDIR += rubygem-heroku
SUBDIR += rubygem-heroku-api
SUBDIR += rubygem-hpricot
SUBDIR += rubygem-html2haml
SUBDIR += rubygem-http-cookie

View File

@ -0,0 +1,17 @@
# $FreeBSD$
PORTNAME= heroku-api
PORTVERSION= 0.3.18
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= rpaulo@FreeBSD.org
COMMENT= Heroku API
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/heroku-api-0.3.18.gem) = 42ae5d182efff47e875d86ebf3d54f0d6261db5fc5a1c383647164d890720a99
SIZE (rubygem/heroku-api-0.3.18.gem) = 44544

View File

@ -0,0 +1,3 @@
Client library to deploy and manage apps on Heroku.
WWW: https://www.heroku.com

View File

@ -0,0 +1,30 @@
# $FreeBSD$
PORTNAME= heroku
PORTVERSION= 3.7.3
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= rpaulo@FreeBSD.org
COMMENT= Heroku Client
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/heroku
RUN_DEPENDS+= rubygem-heroku-api>=0:${PORTSDIR}/www/rubygem-heroku-api \
rubygem-excon>=0:${PORTSDIR}/devel/rubygem-excon \
rubygem-multi_json>=0:${PORTSDIR}/devel/rubygem-multi_json \
rubygem-launchy>=0:${PORTSDIR}/devel/rubygem-launchy \
rubygem-netrc>=0:${PORTSDIR}/net/rubygem-netrc \
rubygem-rest-client>=0:${PORTSDIR}/www/rubygem-rest-client \
rubygem-rqrcode>=0:${PORTSDIR}/www/rubygem-rqrcode \
rubygem-rubyzip>=0:${PORTSDIR}/archivers/rubygem-rubyzip \
rubygem-term-ansicolor>=0:${PORTSDIR}/devel/rubygem-term-ansicolor \
rubygem-tins>=0:${PORTSDIR}/devel/rubygem-tins
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/heroku-3.7.3.gem) = 9f8c4f96f642d18b52ff99b4eadc565b56593390b55c9fe3614f61f01a00be67
SIZE (rubygem/heroku-3.7.3.gem) = 245760

View File

@ -0,0 +1,3 @@
Command-line tool to deploy and manage apps on Heroku.
WWW: https://www.heroku.com