add granulate, a program for splitting files in place

This commit is contained in:
Ying-Chieh Liao 2001-02-17 17:13:39 +00:00
parent 9538c83c08
commit 740cac174c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38435
6 changed files with 29 additions and 0 deletions

View File

@ -61,6 +61,7 @@
SUBDIR += gnuls
SUBDIR += gone
SUBDIR += gplbp
SUBDIR += granulate
SUBDIR += grdb
SUBDIR += grun
SUBDIR += gtkfind

19
misc/granulate/Makefile Normal file
View File

@ -0,0 +1,19 @@
# ex:ts=8
# New ports collection makefile for: granulate
# Date created: Feb 17, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= granulate
PORTVERSION= 0.1
CATEGORIES= misc
MASTER_SITES= ftp://134.74.16.12/pub/
MAINTAINER= ijliao@FreeBSD.org
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>

1
misc/granulate/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (granulate-0.1.tar.gz) = e4500c32f3013f8e5bb78f7815e35a79

View File

@ -0,0 +1 @@
Granulate is a program for splitting files in place

6
misc/granulate/pkg-descr Normal file
View File

@ -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.

1
misc/granulate/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/granulate