From dece818cd954d143512eac258108cc207b78a951 Mon Sep 17 00:00:00 2001 From: ijliao Date: Fri, 21 Dec 2001 15:22:04 +0000 Subject: cant fetch distfile for a LONG LONG time, so remove it --- misc/Makefile | 1 - misc/granulate/Makefile | 19 ------------------- misc/granulate/distinfo | 1 - misc/granulate/pkg-comment | 1 - misc/granulate/pkg-descr | 6 ------ misc/granulate/pkg-plist | 1 - 6 files changed, 29 deletions(-) delete mode 100644 misc/granulate/Makefile delete mode 100644 misc/granulate/distinfo delete mode 100644 misc/granulate/pkg-comment delete mode 100644 misc/granulate/pkg-descr delete mode 100644 misc/granulate/pkg-plist (limited to 'misc') diff --git a/misc/Makefile b/misc/Makefile index c00cd24a78c5..00cd2b831ff1 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -87,7 +87,6 @@ SUBDIR += gone SUBDIR += gonvert SUBDIR += gplbp - SUBDIR += granulate SUBDIR += grc SUBDIR += grdb SUBDIR += grun diff --git a/misc/granulate/Makefile b/misc/granulate/Makefile deleted file mode 100644 index 88ed6b5f2d3e..000000000000 --- a/misc/granulate/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: granulate -# Date created: Feb 17, 2001 -# Whom: Ying-Chieh Liao -# -# $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 diff --git a/misc/granulate/distinfo b/misc/granulate/distinfo deleted file mode 100644 index 99b8a6204115..000000000000 --- a/misc/granulate/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (granulate-0.1.tar.gz) = e4500c32f3013f8e5bb78f7815e35a79 diff --git a/misc/granulate/pkg-comment b/misc/granulate/pkg-comment deleted file mode 100644 index e365e64cf651..000000000000 --- a/misc/granulate/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Granulate is a program for splitting files in place diff --git a/misc/granulate/pkg-descr b/misc/granulate/pkg-descr deleted file mode 100644 index 87512afcdc49..000000000000 --- 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 f55726d87c62..000000000000 --- a/misc/granulate/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/granulate -- cgit