diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-12-21 23:22:04 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-12-21 23:22:04 +0800 |
commit | dece818cd954d143512eac258108cc207b78a951 (patch) | |
tree | 8ee02c5802a3a82cdfea4f220c75a38a9e8cd319 | |
parent | 5b46a8534516d6c877891d255109d322287359c3 (diff) | |
download | freebsd-ports-gnome-dece818cd954d143512eac258108cc207b78a951.tar.gz freebsd-ports-gnome-dece818cd954d143512eac258108cc207b78a951.tar.zst freebsd-ports-gnome-dece818cd954d143512eac258108cc207b78a951.zip |
cant fetch distfile for a LONG LONG time, so remove it
-rw-r--r-- | CVSROOT/modules | 1 | ||||
-rw-r--r-- | misc/Makefile | 1 | ||||
-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 |
7 files changed, 0 insertions, 30 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index 5895cc268232..da454d2b351d 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -1883,7 +1883,6 @@ gracer ports/games/gracer gracula ports/graphics/gracula grail ports/www/grail gramofile ports/audio/gramofile -granulate ports/misc/granulate grap ports/textproc/grap graphviz ports/graphics/graphviz grappa ports/biology/grappa 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 <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 |