diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-25 16:39:46 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-25 16:39:46 +0800 |
commit | 58e905c9a594838467783cd77883372f6651685c (patch) | |
tree | 7c6ba61e968acb2de473d8b45a75733645e36ad9 /misc/bestfit/pkg-descr | |
parent | 77ebfa54faaa4379ecf908bcf60fb626d9f46490 (diff) | |
download | freebsd-ports-gnome-58e905c9a594838467783cd77883372f6651685c.tar.gz freebsd-ports-gnome-58e905c9a594838467783cd77883372f6651685c.tar.zst freebsd-ports-gnome-58e905c9a594838467783cd77883372f6651685c.zip |
add bestfit 0.2.0
Optimally choose files to be put on a CD (or other media)
PR: 34225
Submitted by: Steven Enderle <enderle@mdn.de>
Diffstat (limited to 'misc/bestfit/pkg-descr')
-rw-r--r-- | misc/bestfit/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/bestfit/pkg-descr b/misc/bestfit/pkg-descr new file mode 100644 index 000000000000..3996ccc7a7bf --- /dev/null +++ b/misc/bestfit/pkg-descr @@ -0,0 +1,6 @@ +Bestfit is a small program to determine which files that should be put +on a CD (or other media), so that as little space as possible is wasted. +It is very easy to use: you specify files on the command line, and +bestfit prints the names of those that were selected. Alternatively, +bestfit can execute a command for each selected file (eg. to move them +to a different directory). |