diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-10-25 02:44:56 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-10-25 02:44:56 +0000 |
commit | e536327f45519813f9f25088cdd8aae9931e1420 (patch) | |
tree | ee74aa45f2d4599f30bab9fc0b95f0c3486f454b | |
parent | 55fbb77d70142190e89261dd335ee5892fa9a629 (diff) |
Notes
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/rubygem-gitlab-grack/Makefile | 19 | ||||
-rw-r--r-- | www/rubygem-gitlab-grack/distinfo | 2 | ||||
-rw-r--r-- | www/rubygem-gitlab-grack/pkg-descr | 3 |
4 files changed, 25 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 8cae1da23a19..2c4e2f0fd9a3 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/rubygem-gitlab-grack/Makefile b/www/rubygem-gitlab-grack/Makefile new file mode 100644 index 000000000000..437b3182e1fd --- /dev/null +++ b/www/rubygem-gitlab-grack/Makefile @@ -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> diff --git a/www/rubygem-gitlab-grack/distinfo b/www/rubygem-gitlab-grack/distinfo new file mode 100644 index 000000000000..f757d6ae6a7c --- /dev/null +++ b/www/rubygem-gitlab-grack/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/gitlab-grack-1.0.1.gem) = 0be59b483bc03fa2b3faab66d7de9ea3e39a99345958abdd3e15dce27a326972 +SIZE (rubygem/gitlab-grack-1.0.1.gem) = 12288 diff --git a/www/rubygem-gitlab-grack/pkg-descr b/www/rubygem-gitlab-grack/pkg-descr new file mode 100644 index 000000000000..e72f81f5e88e --- /dev/null +++ b/www/rubygem-gitlab-grack/pkg-descr @@ -0,0 +1,3 @@ +Ruby/Rack Git Smart-HTTP Server Handler + +WWW: https://github.com/gitlabhq/grack |