diff options
author | rafan <rafan@FreeBSD.org> | 2006-07-12 13:53:15 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-07-12 13:53:15 +0800 |
commit | 03c2907fa274ef5bc2dfba9e73745fc589f3527e (patch) | |
tree | 8621893ccb5633fc2f6cd22246d45476e959411a /textproc/Makefile | |
parent | 4b64f308afdf7bfacf9938caaa6cbd023e8c64d0 (diff) | |
download | freebsd-ports-gnome-03c2907fa274ef5bc2dfba9e73745fc589f3527e.tar.gz freebsd-ports-gnome-03c2907fa274ef5bc2dfba9e73745fc589f3527e.tar.zst freebsd-ports-gnome-03c2907fa274ef5bc2dfba9e73745fc589f3527e.zip |
Add csvdiff 1.3, compare/diff two (comma) seperated files with each
other.
PR: ports/100097
Submitted by: chinsan <chinsan.tw at gmail.com>
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 e108b1b6165d..8cb12c2d0ff1 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -60,6 +60,7 @@ SUBDIR += csb-aspell SUBDIR += csv2latex SUBDIR += csv2xml + SUBDIR += csvdiff SUBDIR += ctpp SUBDIR += cwtext SUBDIR += cy-aspell |