aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2013-09-26 04:30:14 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2013-09-26 04:30:14 +0000
commitdb3b4900602ba27b8184fd12da6b25fe869155f7 (patch)
treeefcf768114a4ec9c5b02e9ae9f866dc5ceb9740b
parentf6770fa45e3e1f882051e12507869d484e939744 (diff)
downloadports-db3b4900602ba27b8184fd12da6b25fe869155f7.tar.gz
ports-db3b4900602ba27b8184fd12da6b25fe869155f7.zip
- A sinatra based gem hosting app,
with client side gem push style functionality. Sponsored by: RideCharge Inc.
Notes
Notes: svn path=/head/; revision=328334
-rw-r--r--www/Makefile1
-rw-r--r--www/rubygem-geminabox/Makefile22
-rw-r--r--www/rubygem-geminabox/distinfo2
-rw-r--r--www/rubygem-geminabox/pkg-descr4
4 files changed, 29 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index ab372ad4e4d8..41ce8538731c 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 000000000000..4844a53e503f
--- /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 000000000000..8cfed886064d
--- /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 000000000000..4a933ecbcaea
--- /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