- 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
This commit is contained in:
parent
6cb33ed1c4
commit
b44e761dbc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151320
1
MOVED
1
MOVED
@ -2026,7 +2026,6 @@ japanese/balsa||2005-12-15|Mastersite disappeared, does not compile
|
||||
japanese/tkdesk||2005-12-15|Mastersite disappeared
|
||||
textproc/libhtmlparse||2005-12-15|Mastersite disappeared
|
||||
russian/mtc||2005-12-15|Mastersite disappeared
|
||||
misc/bestfit||2005-12-15|Mastersite disappeared
|
||||
misc/wmmand||2005-12-15|Mastersite disappeared
|
||||
misc/linux-edonkey-tool-list||2005-12-15|Mastersite disappeared
|
||||
misc/dog||2005-12-15|Mastersite disappeared
|
||||
|
@ -20,6 +20,7 @@
|
||||
SUBDIR += bb
|
||||
SUBDIR += bbjd
|
||||
SUBDIR += bdelta
|
||||
SUBDIR += bestfit
|
||||
SUBDIR += bibletime
|
||||
SUBDIR += biblical-curse
|
||||
SUBDIR += bidwatcher
|
||||
|
23
misc/bestfit/Makefile
Normal file
23
misc/bestfit/Makefile
Normal file
@ -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>
|
3
misc/bestfit/distinfo
Normal file
3
misc/bestfit/distinfo
Normal file
@ -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
|
8
misc/bestfit/pkg-descr
Normal file
8
misc/bestfit/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user