aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-12-10 15:11:22 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-12-10 15:11:22 +0000
commit0fe05c77bbe9730112c7e64255c70df4f34dd791 (patch)
tree2e3daecf4f90ef99783a746f1f1acc6df91aaceb /textproc/Makefile
parent0bb81cbc5fcd50e0282a5906142a1fc316f55993 (diff)
downloadports-0fe05c77bbe9730112c7e64255c70df4f34dd791.tar.gz
ports-0fe05c77bbe9730112c7e64255c70df4f34dd791.zip
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
Notes
Notes: svn path=/head/; revision=487177
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index b733e86906d1..92d63f3d533d 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -100,6 +100,7 @@
SUBDIR += confetti
SUBDIR += confget
SUBDIR += consul-template
+ SUBDIR += crex
SUBDIR += crimson
SUBDIR += crunch
SUBDIR += cs-aspell