summaryrefslogtreecommitdiff
path: root/misc/granulate/pkg-descr
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-02-17 17:13:39 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-02-17 17:13:39 +0000
commit740cac174c5ee74c3282e4e7ddfcbe9e993cbc4a (patch)
tree8148eb588fdef7aa4345f9da77039d16e062b91e /misc/granulate/pkg-descr
parentadd ija, an interactive command line frontend of Deja (diff)
add granulate, a program for splitting files in place
Notes
Notes: svn path=/head/; revision=38435
Diffstat (limited to 'misc/granulate/pkg-descr')
-rw-r--r--misc/granulate/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/granulate/pkg-descr b/misc/granulate/pkg-descr
new file mode 100644
index 000000000000..87512afcdc49
--- /dev/null
+++ b/misc/granulate/pkg-descr
@@ -0,0 +1,6 @@
+Granulate is a program for splitting files in place. The program
+serves a purpose similar to the standard UNIX split, but differs in
+one important way. For split to operate on a 40MB file, you must have
+more than 40MB of free space on the disk. On the other hand,
+granulate only needs one chunk of free space on the hard drive, where
+a chunk is the requested size for the output files.