diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-12-23 02:11:51 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-12-23 02:11:51 +0800 |
commit | 6afe26c1f519cd0088953c2fa864a9afec273076 (patch) | |
tree | 788021326a08c28bba914aa8d4eb89be157f5eaa /misc | |
parent | d6839f7d5035398a8c410790f001a2cda9094b6c (diff) | |
download | freebsd-ports-gnome-6afe26c1f519cd0088953c2fa864a9afec273076.tar.gz freebsd-ports-gnome-6afe26c1f519cd0088953c2fa864a9afec273076.tar.zst freebsd-ports-gnome-6afe26c1f519cd0088953c2fa864a9afec273076.zip |
back out granulate
Diffstat (limited to 'misc')
-rw-r--r-- | misc/granulate/Makefile | 19 | ||||
-rw-r--r-- | misc/granulate/distinfo | 1 | ||||
-rw-r--r-- | misc/granulate/pkg-comment | 1 | ||||
-rw-r--r-- | misc/granulate/pkg-descr | 6 | ||||
-rw-r--r-- | misc/granulate/pkg-plist | 1 |
5 files changed, 28 insertions, 0 deletions
diff --git a/misc/granulate/Makefile b/misc/granulate/Makefile new file mode 100644 index 000000000000..88ed6b5f2d3e --- /dev/null +++ b/misc/granulate/Makefile @@ -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> diff --git a/misc/granulate/distinfo b/misc/granulate/distinfo new file mode 100644 index 000000000000..99b8a6204115 --- /dev/null +++ b/misc/granulate/distinfo @@ -0,0 +1 @@ +MD5 (granulate-0.1.tar.gz) = e4500c32f3013f8e5bb78f7815e35a79 diff --git a/misc/granulate/pkg-comment b/misc/granulate/pkg-comment new file mode 100644 index 000000000000..e365e64cf651 --- /dev/null +++ b/misc/granulate/pkg-comment @@ -0,0 +1 @@ +Granulate is a program for splitting files in place 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. diff --git a/misc/granulate/pkg-plist b/misc/granulate/pkg-plist new file mode 100644 index 000000000000..f55726d87c62 --- /dev/null +++ b/misc/granulate/pkg-plist @@ -0,0 +1 @@ +bin/granulate |