aboutsummaryrefslogtreecommitdiff
path: root/lang/frawk/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'lang/frawk/pkg-descr')
-rw-r--r--lang/frawk/pkg-descr6
1 files changed, 0 insertions, 6 deletions
diff --git a/lang/frawk/pkg-descr b/lang/frawk/pkg-descr
deleted file mode 100644
index 73c7453e5e81..000000000000
--- a/lang/frawk/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-frawk is a small programming language for writing short programs processing
-textual data. To a first approximation, it is an implementation of the
-AWK language; many common Awk programs produce equivalent output when passed
-to frawk. You might be interested in frawk if you want your scripts to handle
-escaped CSV/TSV like standard Awk fields, or if you want your scripts to
-execute faster.