From 764ca817e5521eb3b3eeb3e5b5c357f25b700e8f Mon Sep 17 00:00:00 2001 From: zi Date: Tue, 18 Oct 2011 21:09:14 +0000 Subject: 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/ --- textproc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'textproc/Makefile') 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 -- cgit