add bestfit 0.2.0

Optimally choose files to be put on a CD (or other media)

PR:		34225
Submitted by:	Steven Enderle <enderle@mdn.de>
This commit is contained in:
Ying-Chieh Liao 2002-06-25 08:39:46 +00:00
parent 95210734fb
commit 22d0f39538
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61919
6 changed files with 30 additions and 0 deletions

View file

@ -21,6 +21,7 @@
SUBDIR += astrolog
SUBDIR += bb
SUBDIR += bbjd
SUBDIR += bestfit
SUBDIR += biblereader
SUBDIR += bidwatcher
SUBDIR += birthday

20
misc/bestfit/Makefile Normal file
View file

@ -0,0 +1,20 @@
# 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
MAN1= bestfit.1
MANCOMPRESSED= no
GNU_CONFIGURE= yes
.include <bsd.port.mk>

1
misc/bestfit/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (bestfit-0.2.0.tar.gz) = 9549df4aaa20e624624409694940b35c

1
misc/bestfit/pkg-comment Normal file
View file

@ -0,0 +1 @@
Optimally choose files to be put on a CD (or other media)

6
misc/bestfit/pkg-descr Normal file
View file

@ -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).

1
misc/bestfit/pkg-plist Normal file
View file

@ -0,0 +1 @@
bin/bestfit