From 22d0f3953888adab7b437bb8d3255470cf840498 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Tue, 25 Jun 2002 08:39:46 +0000 Subject: [PATCH] add bestfit 0.2.0 Optimally choose files to be put on a CD (or other media) PR: 34225 Submitted by: Steven Enderle --- misc/Makefile | 1 + misc/bestfit/Makefile | 20 ++++++++++++++++++++ misc/bestfit/distinfo | 1 + misc/bestfit/pkg-comment | 1 + misc/bestfit/pkg-descr | 6 ++++++ misc/bestfit/pkg-plist | 1 + 6 files changed, 30 insertions(+) create mode 100644 misc/bestfit/Makefile create mode 100644 misc/bestfit/distinfo create mode 100644 misc/bestfit/pkg-comment create mode 100644 misc/bestfit/pkg-descr create mode 100644 misc/bestfit/pkg-plist diff --git a/misc/Makefile b/misc/Makefile index 53408590b087..5058b00532a4 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -21,6 +21,7 @@ SUBDIR += astrolog SUBDIR += bb SUBDIR += bbjd + SUBDIR += bestfit SUBDIR += biblereader SUBDIR += bidwatcher SUBDIR += birthday diff --git a/misc/bestfit/Makefile b/misc/bestfit/Makefile new file mode 100644 index 000000000000..86be584530f6 --- /dev/null +++ b/misc/bestfit/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: bestfit-0.2.0 +# Date created: 09 Oct 2001 +# Whom: Steven Enderle +# +# $FreeBSD$ +# + +PORTNAME= bestfit +PORTVERSION= 0.2.0 +CATEGORIES= misc +MASTER_SITES= http://www.student.lu.se/~nbi98oli/src/ + +MAINTAINER= enderle@mdn.de + +MAN1= bestfit.1 +MANCOMPRESSED= no + +GNU_CONFIGURE= yes + +.include diff --git a/misc/bestfit/distinfo b/misc/bestfit/distinfo new file mode 100644 index 000000000000..4c9f8ddafffd --- /dev/null +++ b/misc/bestfit/distinfo @@ -0,0 +1 @@ +MD5 (bestfit-0.2.0.tar.gz) = 9549df4aaa20e624624409694940b35c diff --git a/misc/bestfit/pkg-comment b/misc/bestfit/pkg-comment new file mode 100644 index 000000000000..019483e0d002 --- /dev/null +++ b/misc/bestfit/pkg-comment @@ -0,0 +1 @@ +Optimally choose files to be put on a CD (or other media) diff --git a/misc/bestfit/pkg-descr b/misc/bestfit/pkg-descr new file mode 100644 index 000000000000..3996ccc7a7bf --- /dev/null +++ b/misc/bestfit/pkg-descr @@ -0,0 +1,6 @@ +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). diff --git a/misc/bestfit/pkg-plist b/misc/bestfit/pkg-plist new file mode 100644 index 000000000000..64868b4dd793 --- /dev/null +++ b/misc/bestfit/pkg-plist @@ -0,0 +1 @@ +bin/bestfit