diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-25 16:39:46 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-25 16:39:46 +0800 |
commit | 58e905c9a594838467783cd77883372f6651685c (patch) | |
tree | 7c6ba61e968acb2de473d8b45a75733645e36ad9 /misc | |
parent | 77ebfa54faaa4379ecf908bcf60fb626d9f46490 (diff) | |
download | freebsd-ports-gnome-58e905c9a594838467783cd77883372f6651685c.tar.gz freebsd-ports-gnome-58e905c9a594838467783cd77883372f6651685c.tar.zst freebsd-ports-gnome-58e905c9a594838467783cd77883372f6651685c.zip |
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>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/bestfit/Makefile | 20 | ||||
-rw-r--r-- | misc/bestfit/distinfo | 1 | ||||
-rw-r--r-- | misc/bestfit/pkg-comment | 1 | ||||
-rw-r--r-- | misc/bestfit/pkg-descr | 6 | ||||
-rw-r--r-- | misc/bestfit/pkg-plist | 1 |
6 files changed, 30 insertions, 0 deletions
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 <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> 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 |