diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-21 15:22:04 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-21 15:22:04 +0000 |
commit | 4598737fb0714e5c6a6903d84ae7dcc183acfe96 (patch) | |
tree | 4c241de043ee3ae7890bf9d538b8f2211a520e46 /misc/granulate | |
parent | 30bc01fe4f6113b65f2b34c1c965dbb4878f31d8 (diff) |
cant fetch distfile for a LONG LONG time, so remove it
Notes
Notes:
svn path=/head/; revision=51925
Diffstat (limited to 'misc/granulate')
-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, 0 insertions, 28 deletions
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 <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 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 |