From c72c1cf5f95cbe537b005028f1743cddb16ef203 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:57:41 +0000 Subject: Move pkg/ files into package's toplevel directory --- misc/granulate/DESCR | 6 ++++++ misc/granulate/PLIST | 4 ++++ misc/granulate/pkg/DESCR | 6 ------ misc/granulate/pkg/PLIST | 4 ---- 4 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 misc/granulate/DESCR create mode 100644 misc/granulate/PLIST delete mode 100644 misc/granulate/pkg/DESCR delete mode 100644 misc/granulate/pkg/PLIST (limited to 'misc/granulate') diff --git a/misc/granulate/DESCR b/misc/granulate/DESCR new file mode 100644 index 00000000000..87512afcdc4 --- /dev/null +++ b/misc/granulate/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. diff --git a/misc/granulate/PLIST b/misc/granulate/PLIST new file mode 100644 index 00000000000..2be6add0b2f --- /dev/null +++ b/misc/granulate/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:28:15 zuntum Exp $ +bin/granulate +share/doc/granulate/README +@dirrm share/doc/granulate diff --git a/misc/granulate/pkg/DESCR b/misc/granulate/pkg/DESCR deleted file mode 100644 index 87512afcdc4..00000000000 --- a/misc/granulate/pkg/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -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. diff --git a/misc/granulate/pkg/PLIST b/misc/granulate/pkg/PLIST deleted file mode 100644 index 0641ab00dc4..00000000000 --- a/misc/granulate/pkg/PLIST +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/12 11:09:08 zuntum Exp $ -bin/granulate -share/doc/granulate/README -@dirrm share/doc/granulate -- cgit v1.2.3