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:
parent
e9f30c841d
commit
60b01195b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353558
@ -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
|
||||
|
17
www/rubygem-heroku-api/Makefile
Normal file
17
www/rubygem-heroku-api/Makefile
Normal 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>
|
2
www/rubygem-heroku-api/distinfo
Normal file
2
www/rubygem-heroku-api/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/heroku-api-0.3.18.gem) = 42ae5d182efff47e875d86ebf3d54f0d6261db5fc5a1c383647164d890720a99
|
||||
SIZE (rubygem/heroku-api-0.3.18.gem) = 44544
|
3
www/rubygem-heroku-api/pkg-descr
Normal file
3
www/rubygem-heroku-api/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Client library to deploy and manage apps on Heroku.
|
||||
|
||||
WWW: https://www.heroku.com
|
30
www/rubygem-heroku/Makefile
Normal file
30
www/rubygem-heroku/Makefile
Normal 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>
|
2
www/rubygem-heroku/distinfo
Normal file
2
www/rubygem-heroku/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/heroku-3.7.3.gem) = 9f8c4f96f642d18b52ff99b4eadc565b56593390b55c9fe3614f61f01a00be67
|
||||
SIZE (rubygem/heroku-3.7.3.gem) = 245760
|
3
www/rubygem-heroku/pkg-descr
Normal file
3
www/rubygem-heroku/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Command-line tool to deploy and manage apps on Heroku.
|
||||
|
||||
WWW: https://www.heroku.com
|
Loading…
Reference in New Issue
Block a user