diff options
author | zi <zi@FreeBSD.org> | 2011-10-19 05:09:14 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2011-10-19 05:09:14 +0800 |
commit | 764ca817e5521eb3b3eeb3e5b5c357f25b700e8f (patch) | |
tree | 47d5fb0611a48a368d0e26796aba9b5716161c4d /textproc/Makefile | |
parent | 50bf8d3442a6237cacd6613421fa0960bb57cede (diff) | |
download | freebsd-ports-gnome-764ca817e5521eb3b3eeb3e5b5c357f25b700e8f.tar.gz freebsd-ports-gnome-764ca817e5521eb3b3eeb3e5b5c357f25b700e8f.tar.zst freebsd-ports-gnome-764ca817e5521eb3b3eeb3e5b5c357f25b700e8f.zip |
New port: textproc/fex
fex works like cut or awk in its field navigation, but allows
you to specify token-based fields in a much more concise, flexible,
and readable way.
Due to the simplicity of fex's language, it can enable you to replace
many common invocations of cut and awk with a single invocation of fex.
WWW: http://semicomplete.com/projects/fex/
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index d11bbec8f0d7..acc25408d6a1 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -173,6 +173,7 @@ SUBDIR += exslt SUBDIR += ezxml SUBDIR += fa-aspell + SUBDIR += fex SUBDIR += ffe SUBDIR += fi-aspell SUBDIR += filepp |