aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2005-12-16 13:39:58 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2005-12-16 13:39:58 +0000
commitb44e761dbcbdda38f8ab94662b51347eea85bef5 (patch)
tree87aee80077ce6e4f91581f9b11035c961638f224
parent6cb33ed1c4afb692f72f19a11ded90bdd8cf7989 (diff)
downloadports-b44e761dbcbdda38f8ab94662b51347eea85bef5.tar.gz
ports-b44e761dbcbdda38f8ab94662b51347eea85bef5.zip
Notes
-rw-r--r--MOVED1
-rw-r--r--misc/Makefile1
-rw-r--r--misc/bestfit/Makefile23
-rw-r--r--misc/bestfit/distinfo3
-rw-r--r--misc/bestfit/pkg-descr8
5 files changed, 35 insertions, 1 deletions
diff --git a/MOVED b/MOVED
index d4f2c34d2649..08cb55fc343f 100644
--- a/MOVED
+++ b/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
diff --git a/misc/Makefile b/misc/Makefile
index 1c0698549834..6c0edc831240 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -20,6 +20,7 @@
SUBDIR += bb
SUBDIR += bbjd
SUBDIR += bdelta
+ SUBDIR += bestfit
SUBDIR += bibletime
SUBDIR += biblical-curse
SUBDIR += bidwatcher
diff --git a/misc/bestfit/Makefile b/misc/bestfit/Makefile
new file mode 100644
index 000000000000..531cd82f6c93
--- /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 000000000000..ba80a897a46e
--- /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 000000000000..5ccf3b033781
--- /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