aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-25 16:39:46 +0800
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-25 16:39:46 +0800
commit22d0f3953888adab7b437bb8d3255470cf840498 (patch)
tree626810009bf2e544150395daed5946550c8e89db /misc
parent95210734fbbfd717151ca8b29e45e814de4d65d3 (diff)
downloadfreebsd-ports-22d0f3953888adab7b437bb8d3255470cf840498.tar.gz
freebsd-ports-22d0f3953888adab7b437bb8d3255470cf840498.tar.zst
freebsd-ports-22d0f3953888adab7b437bb8d3255470cf840498.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>
Notes
Notes: svn path=/head/; revision=61919
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/bestfit/Makefile20
-rw-r--r--misc/bestfit/distinfo1
-rw-r--r--misc/bestfit/pkg-comment1
-rw-r--r--misc/bestfit/pkg-descr6
-rw-r--r--misc/bestfit/pkg-plist1
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