diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-01-13 23:40:58 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-01-13 23:40:58 +0800 |
commit | 5b8f2754cdd11e495709ac999c48d71d83f370f7 (patch) | |
tree | b2ccc55f57ebf7e7db5a021fea993bef95cb27f1 /sysutils/ua/pkg-descr | |
parent | 277f9d0ff8ce741908c207853151a2669af9d886 (diff) | |
download | freebsd-ports-gnome-5b8f2754cdd11e495709ac999c48d71d83f370f7.tar.gz freebsd-ports-gnome-5b8f2754cdd11e495709ac999c48d71d83f370f7.tar.zst freebsd-ports-gnome-5b8f2754cdd11e495709ac999c48d71d83f370f7.zip |
ua is a simple command-line tool that finds sets of identical files.
The name ua is derived from the Hungarian word ugyanaz meaning the same.
The development of ua was motivated by the disturbingly often recurring
event of waiting too long for a shell script using sorts, md5sums, diffs
and the like to finish finding identical files. While there are many tools
out there, we needed a tool that can ignore white spaces and runs quite fast.
WWW: http://oss.euedge.com/wiki/UaMainPage
Diffstat (limited to 'sysutils/ua/pkg-descr')
-rw-r--r-- | sysutils/ua/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysutils/ua/pkg-descr b/sysutils/ua/pkg-descr new file mode 100644 index 000000000000..1969e6317dd4 --- /dev/null +++ b/sysutils/ua/pkg-descr @@ -0,0 +1,9 @@ +ua is a simple command-line tool that finds sets of identical files. +The name ua is derived from the Hungarian word ugyanaz meaning the same. + +The development of ua was motivated by the disturbingly often recurring +event of waiting too long for a shell script using sorts, md5sums, diffs +and the like to finish finding identical files. While there are many tools +out there, we needed a tool that can ignore white spaces and runs quite fast. + +WWW: http://oss.euedge.com/wiki/UaMainPage |