diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2005-12-16 13:39:58 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2005-12-16 13:39:58 +0000 |
commit | 7546d7c7dbd33ddd1f4f0025af3162528576b3e7 (patch) | |
tree | 619eea7b8667912a73149c81f30fa5b4f00a3ca8 /misc/bestfit | |
parent | 99c5cd31e4ebcc42d3e89b1bff9ab24c8158409e (diff) | |
download | FreeBSD-ports-7546d7c7dbd33ddd1f4f0025af3162528576b3e7.zip FreeBSD-ports-7546d7c7dbd33ddd1f4f0025af3162528576b3e7.tar.gz |
- Re-Add misc/bestfit, a utility to Optimally choose files to be put on a
CD (or other media)
- Add two new master sites
- Update WWW
- Take maintainership
- Remove from MOVED
Diffstat (limited to 'misc/bestfit')
-rw-r--r-- | misc/bestfit/Makefile | 23 | ||||
-rw-r--r-- | misc/bestfit/distinfo | 3 | ||||
-rw-r--r-- | misc/bestfit/pkg-descr | 8 |
3 files changed, 34 insertions, 0 deletions
diff --git a/misc/bestfit/Makefile b/misc/bestfit/Makefile new file mode 100644 index 0000000..531cd82 --- /dev/null +++ b/misc/bestfit/Makefile @@ -0,0 +1,23 @@ +# 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://oskarsapps.mine.nu/src/ \ + http://critical.ch/distfiles/ + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Optimally choose files to be put on a CD (or other media) + +GNU_CONFIGURE= yes +MANCOMPRESSED= no + +MAN1= bestfit.1 +PLIST_FILES= bin/bestfit + +.include <bsd.port.mk> diff --git a/misc/bestfit/distinfo b/misc/bestfit/distinfo new file mode 100644 index 0000000..ba80a89 --- /dev/null +++ b/misc/bestfit/distinfo @@ -0,0 +1,3 @@ +MD5 (bestfit-0.2.0.tar.gz) = 9549df4aaa20e624624409694940b35c +SHA256 (bestfit-0.2.0.tar.gz) = c9241ff88fca5816cf12fc1deafb7add25aae87609baeb567c50298c42e16f6f +SIZE (bestfit-0.2.0.tar.gz) = 76004 diff --git a/misc/bestfit/pkg-descr b/misc/bestfit/pkg-descr new file mode 100644 index 0000000..5ccf3b0 --- /dev/null +++ b/misc/bestfit/pkg-descr @@ -0,0 +1,8 @@ +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). + +WWW: http://oskarsapps.mine.nu/bestfit.html |