Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2013 02:44:56 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331548 - in head/www: . rubygem-gitlab-grack
Message-ID:  <201310250244.r9P2iuG9052292@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Oct 25 02:44:56 2013
New Revision: 331548
URL: http://svnweb.freebsd.org/changeset/ports/331548

Log:
  Ruby/Rack Git Smart-HTTP Server Handler
  
  WWW: https://github.com/gitlabhq/grack
  
  PR:		ports/182767
  Submitted by:	Loic Blot <loic.blot@unix-experience.fr>

Added:
  head/www/rubygem-gitlab-grack/
  head/www/rubygem-gitlab-grack/Makefile   (contents, props changed)
  head/www/rubygem-gitlab-grack/distinfo   (contents, props changed)
  head/www/rubygem-gitlab-grack/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Fri Oct 25 02:38:15 2013	(r331547)
+++ head/www/Makefile	Fri Oct 25 02:44:56 2013	(r331548)
@@ -1760,6 +1760,7 @@
     SUBDIR += rubygem-feed-normalizer
     SUBDIR += rubygem-feedzirra
     SUBDIR += rubygem-geminabox
+    SUBDIR += rubygem-gitlab-grack
     SUBDIR += rubygem-gon
     SUBDIR += rubygem-haml
     SUBDIR += rubygem-haml-coderay

Added: head/www/rubygem-gitlab-grack/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-gitlab-grack/Makefile	Fri Oct 25 02:44:56 2013	(r331548)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	gitlab-grack
+PORTVERSION=	1.0.1
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Ruby/Rack Git Smart-HTTP Server Handler
+
+RUN_DEPENDS=	rubygem-rack>=1.4.1:${PORTSDIR}/www/rubygem-rack
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+NO_STAGE=	yes
+
+.include <bsd.port.mk>

Added: head/www/rubygem-gitlab-grack/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-gitlab-grack/distinfo	Fri Oct 25 02:44:56 2013	(r331548)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/gitlab-grack-1.0.1.gem) = 0be59b483bc03fa2b3faab66d7de9ea3e39a99345958abdd3e15dce27a326972
+SIZE (rubygem/gitlab-grack-1.0.1.gem) = 12288

Added: head/www/rubygem-gitlab-grack/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-gitlab-grack/pkg-descr	Fri Oct 25 02:44:56 2013	(r331548)
@@ -0,0 +1,3 @@
+Ruby/Rack Git Smart-HTTP Server Handler
+
+WWW: https://github.com/gitlabhq/grack



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310250244.r9P2iuG9052292>