Bug 182767 - new port www/gitlab-grack
Summary: new port www/gitlab-grack
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-06 19:00 UTC by loic.blot
Modified: 2013-10-25 03:50 UTC (History)
0 users

See Also:


Attachments
rubygem-gitlab-grack.shar (1.57 KB, text/plain)
2013-10-06 19:00 UTC, loic.blot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description loic.blot 2013-10-06 19:00:00 UTC
	Here is a gitlab port for rack, needed by future main gitlab port
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-10-25 03:45:04 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 2 Steve Wills freebsd_committer freebsd_triage 2013-10-25 03:45:09 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!