diff options
author | miwi <miwi@FreeBSD.org> | 2010-03-10 06:34:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-03-10 06:34:45 +0800 |
commit | 257030532a145e0013b22b96c4e329071f21d99b (patch) | |
tree | 15598065686423477202f46116144a24a36cac6d /textproc/Makefile | |
parent | 7485bd6fc06aff41739b88d9350a1d33aa1d9463 (diff) | |
download | freebsd-ports-gnome-257030532a145e0013b22b96c4e329071f21d99b.tar.gz freebsd-ports-gnome-257030532a145e0013b22b96c4e329071f21d99b.tar.zst freebsd-ports-gnome-257030532a145e0013b22b96c4e329071f21d99b.zip |
The TDH utilities are a set of programs and filters useful in working
with ordinary tabular ascii data from the command line or in shell
scripts. They were developed to supplement standard unix utilities
such as sort and uniq. Two of the utilities are designed to work
specifically with tab-delimited exports from Excel/spreadsheets.
A full-featured date and time package (libchron) is also included.
WWW: http://quisp.sourceforge.net/tdhkit
PR: ports/144440
Submitted by: Charlie Kester <corky1951@comcast.net>
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 cd1c00e12bca..c40fd2b2a0d7 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1157,6 +1157,7 @@ SUBDIR += syck SUBDIR += ta-aspell SUBDIR += tclExpat + SUBDIR += tdhkit SUBDIR += tdtd.el SUBDIR += te-aspell SUBDIR += teckit |