1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

Added new ports required for www/gitlab-ce 11.4.x.

Approved by:	mentors (implicit)
This commit is contained in:
Matthias Fechner 2018-10-30 16:11:10 +00:00
parent a483109820
commit 3efa25d586
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483495
8 changed files with 67 additions and 0 deletions

View File

@ -5691,6 +5691,7 @@
SUBDIR += rubygem-git
SUBDIR += rubygem-git-version-bump
SUBDIR += rubygem-github_api
SUBDIR += rubygem-gitlab-sidekiq-fetcher
SUBDIR += rubygem-gitlab-pygments.rb
SUBDIR += rubygem-gitlab_git
SUBDIR += rubygem-gitlab_meta

View File

@ -0,0 +1,21 @@
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
# $FreeBSD$
PORTNAME= gitlab-sidekiq-fetcher
PORTVERSION= 0.3.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Redis reliable queue pattern implemented in Sidekiq
LICENSE= RUBY
RUN_DEPENDS= rubygem-sidekiq>=5:devel/rubygem-sidekiq
USE_RUBY= yes
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1540297135
SHA256 (rubygem/gitlab-sidekiq-fetcher-0.3.0.gem) = 871e532f80913ace355c273b79b977bfd35500afc73d3cd854caf1ab22b97937
SIZE (rubygem/gitlab-sidekiq-fetcher-0.3.0.gem) = 10752

View File

@ -0,0 +1,3 @@
Redis reliable queue pattern implemented in Sidekiq.
WWW: https://github.com/TEA-ebook/sidekiq-reliable-fetch

View File

@ -1567,6 +1567,7 @@
SUBDIR += rubygem-github-linguist53
SUBDIR += rubygem-github-markup
SUBDIR += rubygem-github-markup16
SUBDIR += rubygem-github-markup17
SUBDIR += rubygem-gitlab-grit
SUBDIR += rubygem-gitlab-linguist
SUBDIR += rubygem-gitlab-markup

View File

@ -0,0 +1,31 @@
# $FreeBSD$
PORTNAME= github-markup
PORTVERSION= 1.7.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 17
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Render any fancy markup
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem shebangfix
USE_RUBY= yes
NO_ARCH= yes
REINPLACE_ARGS= -i ''
PLIST_FILES= bin/github-markup
SHEBANG_FILES= script/*
PORTSCOUT= limit:^1\.7\.
post-patch:
@${REINPLACE_CMD} -e '1d' ${WRKSRC}/lib/github/commands/rest2html
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1517316563
SHA256 (rubygem/github-markup-1.7.0.gem) = 97eb27c70662d9cc1d5997cd6c99832026fae5d4913b5dce1ce6c9f65078e69d
SIZE (rubygem/github-markup-1.7.0.gem) = 30720

View File

@ -0,0 +1,4 @@
This gem is used by GitHub to render any fancy markup such as Markdown,
Textile, Org-Mode, etc. Fork it and add your own!
WWW: https://github.com/github/markup