diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2013-09-26 12:30:14 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2013-09-26 12:30:14 +0800 |
commit | 719dc9c51456f4c5e7f4d3085325a6ff06c8c69a (patch) | |
tree | efcf768114a4ec9c5b02e9ae9f866dc5ceb9740b /www | |
parent | cd6009281f85c7003fc44578a1992601b13cef8c (diff) | |
download | freebsd-ports-graphics-719dc9c51456f4c5e7f4d3085325a6ff06c8c69a.tar.gz freebsd-ports-graphics-719dc9c51456f4c5e7f4d3085325a6ff06c8c69a.tar.zst freebsd-ports-graphics-719dc9c51456f4c5e7f4d3085325a6ff06c8c69a.zip |
- A sinatra based gem hosting app,
with client side gem push style functionality.
Sponsored by: RideCharge Inc.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/rubygem-geminabox/Makefile | 22 | ||||
-rw-r--r-- | www/rubygem-geminabox/distinfo | 2 | ||||
-rw-r--r-- | www/rubygem-geminabox/pkg-descr | 4 |
4 files changed, 29 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index ab372ad4e4d..41ce8538731 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1761,6 +1761,7 @@ SUBDIR += rubygem-faraday_middleware SUBDIR += rubygem-feed-normalizer SUBDIR += rubygem-feedzirra + SUBDIR += rubygem-geminabox SUBDIR += rubygem-haml SUBDIR += rubygem-haml-coderay SUBDIR += rubygem-hpricot diff --git a/www/rubygem-geminabox/Makefile b/www/rubygem-geminabox/Makefile new file mode 100644 index 00000000000..4844a53e503 --- /dev/null +++ b/www/rubygem-geminabox/Makefile @@ -0,0 +1,22 @@ +# Created by: Philip M. Gollucci <pgollucci@p6m7g8.com> +# $FreeBSD$ + +PORTNAME= geminabox +PORTVERSION= 0.11.0 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Sinatra based gem hosting app + +RUN_DEPENDS= rubygem-builder>=0:${PORTSDIR}/devel/rubygem-builder \ + rubygem-httpclient>=2.2.7:${PORTSDIR}/www/rubygem-httpclient \ + rubygem-sinatra>=0:${PORTSDIR}/www/rubygem-sinatra + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include <bsd.port.mk> diff --git a/www/rubygem-geminabox/distinfo b/www/rubygem-geminabox/distinfo new file mode 100644 index 00000000000..8cfed886064 --- /dev/null +++ b/www/rubygem-geminabox/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/geminabox-0.11.0.gem) = ba0bcc7e01e757fbe4d4b1732247c3a29830b645d36b5b553c02c7b7bfb5d61a +SIZE (rubygem/geminabox-0.11.0.gem) = 45056 diff --git a/www/rubygem-geminabox/pkg-descr b/www/rubygem-geminabox/pkg-descr new file mode 100644 index 00000000000..4a933ecbcae --- /dev/null +++ b/www/rubygem-geminabox/pkg-descr @@ -0,0 +1,4 @@ +A sinatra based gem hosting app, with client side gem push +style functionality. + +WWW: http://tomlea.co.uk/p/gem-in-a-box |