diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-15 20:48:18 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-15 20:48:18 +0800 |
commit | bb782ea2e0038f24a92f6daaae58ab5914428c73 (patch) | |
tree | ad45caac888b3de314cbc648fbfba0bdec1c8b22 /textproc/roap/pkg-descr | |
parent | 070e94bde6ed609981cb4d9e47daad85c4a56fea (diff) | |
download | freebsd-ports-gnome-bb782ea2e0038f24a92f6daaae58ab5914428c73.tar.gz freebsd-ports-gnome-bb782ea2e0038f24a92f6daaae58ab5914428c73.tar.zst freebsd-ports-gnome-bb782ea2e0038f24a92f6daaae58ab5914428c73.zip |
add roap 0.1.2
Region Oriented Ascii Processor
Diffstat (limited to 'textproc/roap/pkg-descr')
-rw-r--r-- | textproc/roap/pkg-descr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/roap/pkg-descr b/textproc/roap/pkg-descr new file mode 100644 index 000000000000..cf6789570e41 --- /dev/null +++ b/textproc/roap/pkg-descr @@ -0,0 +1,4 @@ +Roap scans a text file, extracts regions that matches specified patterns +from it, and processes them with specified executables sequentially. Each +executable reads the region as the stdin, and whole their stdouts are +written out as the stdout of Roap. |