diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-22 18:11:51 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-22 18:11:51 +0000 |
commit | 23acd318b2912bab24418063ced28fa22af874c0 (patch) | |
tree | 47468a8359ada2a880a88b17c87c18713103bd35 /misc/granulate/pkg-descr | |
parent | Add AUTOMAKE_ARGS+=-i by default if AUTOMAKE_VER != 1.5. This generates (diff) |
back out granulate
Notes
Notes:
svn path=/head/; revision=52003
Diffstat (limited to 'misc/granulate/pkg-descr')
-rw-r--r-- | misc/granulate/pkg-descr | 6 |
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. |