From 45921e62ab05ce746fa5dcba7a36be1d2c802a28 Mon Sep 17 00:00:00 2001 From: Automaton Date: Mon, 10 Dec 2012 08:14:20 +0100 Subject: [PATCH] Import misc/granulate version 0.2 --- misc/granulate/Makefile | 25 +++++++++++++++++++++++++ misc/granulate/distinfo | 2 ++ misc/granulate/pkg-descr | 8 ++++++++ 3 files changed, 35 insertions(+) create mode 100644 misc/granulate/Makefile create mode 100644 misc/granulate/distinfo create mode 100644 misc/granulate/pkg-descr diff --git a/misc/granulate/Makefile b/misc/granulate/Makefile new file mode 100644 index 00000000000..652d71cdc60 --- /dev/null +++ b/misc/granulate/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: granulate +# Date created: Feb 17, 2001 +# Whom: Ying-Chieh Liao +# +# $FreeBSD: ports/misc/granulate/Makefile,v 1.11 2012/11/17 05:59:38 svnexp Exp $ +# + +PORTNAME= granulate +PORTVERSION= 0.2 +CATEGORIES= misc +MASTER_SITES= http://exe2bin.com/granulate/ \ + http://keyserver.kjsl.com/~jharris/distfiles/ + +MAINTAINER= jharris@widomaker.com +COMMENT= Granulate is a program for splitting files in place + +PLIST_FILES= bin/granulate +post-patch: + @${REINPLACE_CMD} -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g" \ + ${WRKSRC}/Makefile + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + +.include diff --git a/misc/granulate/distinfo b/misc/granulate/distinfo new file mode 100644 index 00000000000..3682bca81a6 --- /dev/null +++ b/misc/granulate/distinfo @@ -0,0 +1,2 @@ +SHA256 (granulate-0.2.tar.gz) = 34c4eecb08c42e691a260306830a695b3c4b39a16e55c7009c721b2e5177e872 +SIZE (granulate-0.2.tar.gz) = 11098 diff --git a/misc/granulate/pkg-descr b/misc/granulate/pkg-descr new file mode 100644 index 00000000000..a7f967c455d --- /dev/null +++ b/misc/granulate/pkg-descr @@ -0,0 +1,8 @@ +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. + +WWW: http://exe2bin.com/granulate/ -- 2.41.0