aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-09-01 02:56:50 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-09-01 02:56:50 +0000
commitfe682edd2d5cb8cec4536e82770d3555635ccaa3 (patch)
treef953c3ef6d4a6d57f1e434b32267acf41fa0dabe /Tools
parentd1b4f027ad93c49fde347ba6bd70fdfae31a1286 (diff)
Notes
Diffstat (limited to 'Tools')
-rw-r--r--Tools/scripts/README2
-rwxr-xr-xTools/scripts/dialogwrapper.sh (renamed from Tools/scripts/dialogwrapper/dialogwrapper.sh)0
-rw-r--r--Tools/scripts/dialogwrapper.txt (renamed from Tools/scripts/dialogwrapper/readme.txt)8
3 files changed, 2 insertions, 8 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README
index 23ce3c7ac200..3811d40bd189 100644
--- a/Tools/scripts/README
+++ b/Tools/scripts/README
@@ -19,6 +19,8 @@ chkorigin.sh - checks all ports in the tree for a wrong PKGORIGIN.
close-pr - a slightly hacked version of edit-pr(1) to quickly close PR.
de-pkg-comment - converts pkg-comment to COMMENT (will be obsoleted when
the mass conversion is finished)
+dialogwrapper.sh - a wrapper for dialog(1) which provides extra features
+ and compatability
distclean - compare md5 sums of distfiles in ports/distfiles with currently
installed ports collection in ports/* and prompt to remove
unmatched entries
diff --git a/Tools/scripts/dialogwrapper/dialogwrapper.sh b/Tools/scripts/dialogwrapper.sh
index 2e8b4bbb363d..2e8b4bbb363d 100755
--- a/Tools/scripts/dialogwrapper/dialogwrapper.sh
+++ b/Tools/scripts/dialogwrapper.sh
diff --git a/Tools/scripts/dialogwrapper/readme.txt b/Tools/scripts/dialogwrapper.txt
index 1520da370647..99d8b8d0ac18 100644
--- a/Tools/scripts/dialogwrapper/readme.txt
+++ b/Tools/scripts/dialogwrapper.txt
@@ -29,17 +29,11 @@ more features:
Installation
-Download http://www.wonkity.com/~wblock/dialogwrapper/dialogwrapper.sh
-to /usr/ports/Tools/scripts.
-
-Make it executable.
-
Edit /etc/make.conf:
DIALOG="/usr/ports/Tools/scripts/dialogwrapper.sh"
-
Testing long descriptions
Open a terminal window and resize it, making it narrower than the
@@ -65,8 +59,6 @@ Open a terminal window and resize it, making it taller than the default
# cd /usr/ports/print/ghostscript9
# make config
-
-
Work remaining to be done
Cleanup of the code and additional comments.