aboutsummaryrefslogtreecommitdiff
path: root/misc/bestfit
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-12-15 03:18:03 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-12-15 03:18:03 +0000
commitdad50d99b195f0597431757a3b8c63f1012e6731 (patch)
tree544072f356f3cefa26a6a5225882423a4ffe98f4 /misc/bestfit
parentbdd1e6bdc450acf24d30eda8055d33f1e61037d3 (diff)
downloadports-dad50d99b195f0597431757a3b8c63f1012e6731.tar.gz
ports-dad50d99b195f0597431757a3b8c63f1012e6731.zip
Notes
Diffstat (limited to 'misc/bestfit')
-rw-r--r--misc/bestfit/Makefile26
-rw-r--r--misc/bestfit/distinfo2
-rw-r--r--misc/bestfit/pkg-descr6
3 files changed, 0 insertions, 34 deletions
diff --git a/misc/bestfit/Makefile b/misc/bestfit/Makefile
deleted file mode 100644
index 7531522f58be..000000000000
--- a/misc/bestfit/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: bestfit-0.2.0
-# Date created: 09 Oct 2001
-# Whom: Steven Enderle <enderle@mdn.de>
-#
-# $FreeBSD$
-#
-
-PORTNAME= bestfit
-PORTVERSION= 0.2.0
-CATEGORIES= misc
-MASTER_SITES= http://www.student.lu.se/~nbi98oli/src/
-
-MAINTAINER= enderle@mdn.de
-COMMENT= Optimally choose files to be put on a CD (or other media)
-
-BROKEN= "mastersite disappeared"
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE= 2005-12-11
-
-MAN1= bestfit.1
-MANCOMPRESSED= no
-PLIST_FILES= bin/bestfit
-
-GNU_CONFIGURE= yes
-
-.include <bsd.port.mk>
diff --git a/misc/bestfit/distinfo b/misc/bestfit/distinfo
deleted file mode 100644
index 7671fd53eb43..000000000000
--- a/misc/bestfit/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (bestfit-0.2.0.tar.gz) = 9549df4aaa20e624624409694940b35c
-SIZE (bestfit-0.2.0.tar.gz) = 76004
diff --git a/misc/bestfit/pkg-descr b/misc/bestfit/pkg-descr
deleted file mode 100644
index 3996ccc7a7bf..000000000000
--- a/misc/bestfit/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Bestfit is a small program to determine which files that should be put
-on a CD (or other media), so that as little space as possible is wasted.
-It is very easy to use: you specify files on the command line, and
-bestfit prints the names of those that were selected. Alternatively,
-bestfit can execute a command for each selected file (eg. to move them
-to a different directory).