Added new ports required by www/gitlab-ce update to 11.3.
Approved by: mentors (implizit)
This commit is contained in:
parent
208aa6ebbc
commit
847ee6a63d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480515
@ -1573,6 +1573,7 @@
|
||||
SUBDIR += rubygem-jekyll-sass-converter
|
||||
SUBDIR += rubygem-jekyll-sitemap
|
||||
SUBDIR += rubygem-jemoji
|
||||
SUBDIR += rubygem-js_regex
|
||||
SUBDIR += rubygem-jsmin
|
||||
SUBDIR += rubygem-kramdown
|
||||
SUBDIR += rubygem-kwalify
|
||||
@ -1606,6 +1607,7 @@
|
||||
SUBDIR += rubygem-rdiscount
|
||||
SUBDIR += rubygem-rdtool
|
||||
SUBDIR += rubygem-redcarpet
|
||||
SUBDIR += rubygem-regexp_parser
|
||||
SUBDIR += rubygem-representable
|
||||
SUBDIR += rubygem-reverse_markdown
|
||||
SUBDIR += rubygem-ri_cal
|
||||
|
21
textproc/rubygem-js_regex/Makefile
Normal file
21
textproc/rubygem-js_regex/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= js_regex
|
||||
PORTVERSION= 2.2.2
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Convert ruby native regular expressions for JavaScript
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-regexp_parser>=0.5.0:textproc/rubygem-regexp_parser
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/rubygem-js_regex/distinfo
Normal file
3
textproc/rubygem-js_regex/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1537564866
|
||||
SHA256 (rubygem/js_regex-2.2.2.gem) = 9f702df800cd39a4078a8276216a0e0ef679f83c4947d5e141492ae8a8140819
|
||||
SIZE (rubygem/js_regex-2.2.2.gem) = 46592
|
6
textproc/rubygem-js_regex/pkg-descr
Normal file
6
textproc/rubygem-js_regex/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
JsRegex converts Ruby's native regular expressions
|
||||
for JavaScript, taking care of various
|
||||
incompatibilities and returning warnings for
|
||||
unsolvable differences.
|
||||
|
||||
WWW: https://github.com/janosch-x/js_regex
|
20
textproc/rubygem-regexp_parser/Makefile
Normal file
20
textproc/rubygem-regexp_parser/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= regexp_parser
|
||||
PORTVERSION= 0.5.0
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Tokenizing, lexinf and parsing Ruby regular expressions
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/rubygem-regexp_parser/distinfo
Normal file
3
textproc/rubygem-regexp_parser/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1537565033
|
||||
SHA256 (rubygem/regexp_parser-0.5.0.gem) = eb0a270384d89888d4e11c40b351f09be5d81c123d359004948c3172b6c0e58c
|
||||
SIZE (rubygem/regexp_parser-0.5.0.gem) = 100864
|
3
textproc/rubygem-regexp_parser/pkg-descr
Normal file
3
textproc/rubygem-regexp_parser/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A library for tokenizing, lexing, and parsing Ruby regular expressions.
|
||||
|
||||
WWW: https://github.com/ammar/regexp_parser
|
Loading…
Reference in New Issue
Block a user