1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

New port: www/rubygem-gollum-rugged_adapter

Adapter for Gollum to use Rugged (libgit2) at the backend.

WWW: https://github.com/gollum/rugged_adapter

PR:		208510
Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
This commit is contained in:
Kurt Jaeger 2016-04-06 18:36:20 +00:00
parent 9fbd67ba5d
commit 7eb112e2a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412638
4 changed files with 29 additions and 0 deletions

View File

@ -1902,6 +1902,7 @@
SUBDIR += rubygem-gitlab-grack
SUBDIR += rubygem-gollum-grit_adapter
SUBDIR += rubygem-gollum-lib
SUBDIR += rubygem-gollum-rugged_adapter
SUBDIR += rubygem-gon
SUBDIR += rubygem-gon-rails4
SUBDIR += rubygem-hackpad-cli

View File

@ -0,0 +1,23 @@
# Created by: Torsten Zuehlsdorff <ports@toco-domains.de>
# $FreeBSD$
PORTNAME= gollum-rugged_adapter
PORTVERSION= 0.4.2
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Adapter for Gollum to use Rugged (libgit2) at the backend
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-mime-types>=1.1.5:misc/rubygem-mime-types \
rubygem-rugged>=0.23:devel/rubygem-rugged
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/gollum-rugged_adapter-0.4.2.gem) = 63f67faa5f288fa131652e39c9b506a546085fdf671dac643242cc6de55f45e3
SIZE (rubygem/gollum-rugged_adapter-0.4.2.gem) = 13312

View File

@ -0,0 +1,3 @@
Adapter for Gollum to use Rugged (libgit2) at the backend.
WWW: https://github.com/gollum/rugged_adapter