textproc/ast-grep: Add port: CLI tool for code structural search, lint and rewriting
ast-grep is an abstract syntax tree based tool to search code by
pattern code. Think of it as your old-friend grep, but matching AST
nodes instead of text. You can write patterns as if you are writing
ordinary code. It will match all code that has the same syntactical
structure. You can use $ sign + upper case letters as a wildcard,
e.g. $MATCH, to match any single AST node. Think of it as regular
expression dot ., except it is not textual.
WWW: https://ast-grep.github.io/
net-mgmt/iprange: Backport fix for 32-bit platforms
I've added it as a local patch instead of using PATCHFILES because
upstream patch touches CMakeLists.txt, which is not present on release
tarball for some unknown reason.
Obtained from: upstream 268d7d8794f3f8a6c2d6f08dc4351e767990e683
Sponsored by: Rubicon Communications, LLC ("Netgate")
mail/mblaze: Update to 1.4
Changelog: https://inbox.vuxu.org/mblaze/874iokb3sq.fsf@vuxu.org/
This 1.4 release mainly adds bugfixes and small improvements.
* mcom: $MBLAZE_EDITOR is prefered to configure the editor
* mless: support OpenBSD less without LESSOPEN
(needs mlesskey.example-openbsd)
* magrep: support multibyte regexps.
* Bug fixes.
* Documentation improvements.
PR: 295796
Submitted by: Nico Sonack <nsonack at herrhotzenplotz.de>
math/mate-calc: switch to GitHub release asset
Minor versions of 1.28.x are no longer published to the MATE mirror
and are only available on GitHub. Use USE_GITHUB=nodefault with a
release tarball instead of the auto-generated one, as recommended
by the porter's handbook.