aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-09-01 10:56:50 +0800
committereadler <eadler@FreeBSD.org>2012-09-01 10:56:50 +0800
commita28a61bca9cdceeb8623ad9c57ce81b4c3739f2c (patch)
treef953c3ef6d4a6d57f1e434b32267acf41fa0dabe /Tools
parent2316eed03dac01f425708e215f06ccce520872af (diff)
downloadfreebsd-ports-gnome-a28a61bca9cdceeb8623ad9c57ce81b4c3739f2c.tar.gz
freebsd-ports-gnome-a28a61bca9cdceeb8623ad9c57ce81b4c3739f2c.tar.zst
freebsd-ports-gnome-a28a61bca9cdceeb8623ad9c57ce81b4c3739f2c.zip
By request, move dialogwrapper to the main folder and fix the readme.
Additionally, document the wrapper in the main readme
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.