New port: textproc/crex
Explore, test, and check regular expressions in the terminal.
Given your regular expression and text, crex will output matches,
capture groups, and details. crex has a range of options, allowing
fine grained control over matching and output. It uses ECMAScript
grammar by default, while also accepting posix, extended posix,
awk, grep, and extended grep grammars. Input can be received by
piped stdin, or by using the -s option. Output options include
plain, colour, and json formats.
WWW: https://octobanana.com/software/crex
2018-12-10 16:11:22 +01:00
|
|
|
PORTNAME= crex
|
|
|
|
DISTVERSION= 0.2.5
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 2
|
New port: textproc/crex
Explore, test, and check regular expressions in the terminal.
Given your regular expression and text, crex will output matches,
capture groups, and details. crex has a range of options, allowing
fine grained control over matching and output. It uses ECMAScript
grammar by default, while also accepting posix, extended posix,
awk, grep, and extended grep grammars. Input can be received by
piped stdin, or by using the -s option. Output options include
plain, colour, and json formats.
WWW: https://octobanana.com/software/crex
2018-12-10 16:11:22 +01:00
|
|
|
CATEGORIES= textproc
|
|
|
|
|
2020-09-28 07:05:24 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
New port: textproc/crex
Explore, test, and check regular expressions in the terminal.
Given your regular expression and text, crex will output matches,
capture groups, and details. crex has a range of options, allowing
fine grained control over matching and output. It uses ECMAScript
grammar by default, while also accepting posix, extended posix,
awk, grep, and extended grep grammars. Input can be received by
piped stdin, or by using the -s option. Output options include
plain, colour, and json formats.
WWW: https://octobanana.com/software/crex
2018-12-10 16:11:22 +01:00
|
|
|
COMMENT= Explore, test, and check regular expressions in the terminal
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://octobanana.com/software/crex
|
New port: textproc/crex
Explore, test, and check regular expressions in the terminal.
Given your regular expression and text, crex will output matches,
capture groups, and details. crex has a range of options, allowing
fine grained control over matching and output. It uses ECMAScript
grammar by default, while also accepting posix, extended posix,
awk, grep, and extended grep grammars. Input can be received by
piped stdin, or by using the -s option. Output options include
plain, colour, and json formats.
WWW: https://octobanana.com/software/crex
2018-12-10 16:11:22 +01:00
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC:H}/LICENSE
|
|
|
|
|
|
|
|
USES= compiler:c++14-lang
|
|
|
|
USE_CXXSTD= c++14
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= octobanana
|
|
|
|
|
|
|
|
MAKEFILE= ${FILESDIR}/Makefile
|
|
|
|
PLIST_FILES= bin/crex
|
|
|
|
WRKSRC_SUBDIR= src
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|