New ports required for gitlab 13.2 upgrade.

This commit is contained in:
Matthias Fechner 2020-07-22 12:45:26 +00:00
parent c3e4e7a1db
commit 70d2315da1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542853
8 changed files with 76 additions and 0 deletions

View File

@ -6224,6 +6224,7 @@
SUBDIR += rubygem-msgpack
SUBDIR += rubygem-mspec
SUBDIR += rubygem-multi_json
SUBDIR += rubygem-multi_json114
SUBDIR += rubygem-multi_test
SUBDIR += rubygem-murmurhash3
SUBDIR += rubygem-mustache

View File

@ -0,0 +1,31 @@
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= multi_json
PORTVERSION= 1.14.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 114
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Ruby library provide swappable JSON backends
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= gem
USE_RUBY= yes
NO_ARCH= yes
OPTIONS_DEFINE= JSON JSON_PURE YAJL_RUBY
OPTIONS_DEFAULT=JSON_PURE
JSON_DESC= JSON implementation as a Ruby extension in C
JSON_PURE_DESC= JSON implementation in pure Ruby
YAJL_RUBY_DESC= Yajl JSON stream-based parser library
JSON_RUN_DEPENDS= rubygem-json>=0:devel/rubygem-json
JSON_PURE_RUN_DEPENDS= rubygem-json_pure>=0:devel/rubygem-json_pure
YAJL_RUBY_RUN_DEPENDS= rubygem-yajl-ruby>=0:devel/rubygem-yajl-ruby
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1577145877
SHA256 (rubygem/multi_json-1.14.1.gem) = d971296c0eacea289d31e4a7ab7ac5eda97262c62bbc8c110de4f5e36425c577
SIZE (rubygem/multi_json-1.14.1.gem) = 22016

View File

@ -0,0 +1,8 @@
MultiJSON is a generic swappable back-end for JSON handling.
Lots of Ruby libraries parse JSON and everyone has their favorite JSON coder.
Instead of choosing a single JSON coder and forcing users of your library to be
stuck with it, you can use MultiJSON instead, which will simply choose the
fastest available JSON coder.
WWW: https://github.com/intridea/multi_json

View File

@ -1561,6 +1561,7 @@
SUBDIR += rubygem-js_regex
SUBDIR += rubygem-jsmin
SUBDIR += rubygem-kramdown
SUBDIR += rubygem-kramdown22
SUBDIR += rubygem-kramdown-parser-gfm
SUBDIR += rubygem-kramdown1
SUBDIR += rubygem-kwalify

View File

@ -0,0 +1,25 @@
# Created by: Steve Wills <swills@rubick>
# $FreeBSD$
PORTNAME= kramdown
PORTVERSION= 2.2.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 22
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Yet-another-markdown-parser but fast, pure Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= rubygem-rexml>=0:textproc/rubygem-rexml
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/kramdown
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1587756782
SHA256 (rubygem/kramdown-2.2.1.gem) = c6b22245c496fe26869db2f4cccac30b7b2ffab99768a39450e2b656299a3515
SIZE (rubygem/kramdown-2.2.1.gem) = 121344

View File

@ -0,0 +1,4 @@
kramdown is yet-another-markdown-parser but fast, pure Ruby, using a strict
syntax definition and supporting several common extensions.
WWW: https://kramdown.gettalong.org/