back out granulate
This commit is contained in:
parent
fa8f93bcfc
commit
23acd318b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52003
19
misc/granulate/Makefile
Normal file
19
misc/granulate/Makefile
Normal 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
1
misc/granulate/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (granulate-0.1.tar.gz) = e4500c32f3013f8e5bb78f7815e35a79
|
1
misc/granulate/pkg-comment
Normal file
1
misc/granulate/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Granulate is a program for splitting files in place
|
6
misc/granulate/pkg-descr
Normal file
6
misc/granulate/pkg-descr
Normal 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
1
misc/granulate/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/granulate
|
Loading…
Reference in New Issue
Block a user