www/rubygem-gollum-lib: create port
A simple, Git-powered wiki with a sweet API and local frontend. WWW: http://github.com/gollum/gollum-lib Submitted by: xmj
This commit is contained in:
parent
b0ea85a99b
commit
e11efb15ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369371
4 changed files with 31 additions and 0 deletions
|
@ -1769,6 +1769,7 @@
|
|||
SUBDIR += rubygem-geminabox
|
||||
SUBDIR += rubygem-gitlab-gollum-lib
|
||||
SUBDIR += rubygem-gitlab-grack
|
||||
SUBDIR += rubygem-gollum-lib
|
||||
SUBDIR += rubygem-gon
|
||||
SUBDIR += rubygem-haml
|
||||
SUBDIR += rubygem-haml-coderay
|
||||
|
|
25
www/rubygem-gollum-lib/Makefile
Normal file
25
www/rubygem-gollum-lib/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Created by: Johannes Meixner <xmj@chaot.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gollum-lib
|
||||
PORTVERSION= 3.0.0
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Simple, Git-powered wiki with a sweet API and local frontend
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-github-markup>=1.1.0:${PORTSDIR}/textproc/rubygem-github-markup \
|
||||
rubygem-gitlab-grit>=2.6.5:${PORTSDIR}/textproc/rubygem-gitlab-grit \
|
||||
rubygem-nokogiri>=1.6.1:${PORTSDIR}/textproc/rubygem-nokogiri \
|
||||
rubygem-rouge>=1.3.3:${PORTSDIR}/textproc/rubygem-rouge \
|
||||
rubygem-sanitize>=2.1.0:${PORTSDIR}/textproc/rubygem-sanitize \
|
||||
rubygem-stringex>=2.5.1:${PORTSDIR}/devel/rubygem-stringex
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/rubygem-gollum-lib/distinfo
Normal file
2
www/rubygem-gollum-lib/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/gollum-lib-3.0.0.gem) = 7a0896cae6d443e42b19e1353f1f900684b63109844cfdb52c48d40f2824e7a1
|
||||
SIZE (rubygem/gollum-lib-3.0.0.gem) = 43008
|
3
www/rubygem-gollum-lib/pkg-descr
Normal file
3
www/rubygem-gollum-lib/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
A simple, Git-powered wiki with a sweet API and local frontend.
|
||||
|
||||
WWW: http://github.com/gollum/gollum-lib
|
Loading…
Reference in a new issue