Summary: | new port www/gitlab-grack | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | loic.blot | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
loic.blot
2013-10-06 19:00:00 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" State Changed From-To: open->closed New port added, with minor changes. Thanks! |