summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-11-28 18:06:21 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-11-28 18:06:21 +0000
commita3f7fb53bb04c5b4237505fa3b59c81d0e632db5 (patch)
tree96dbc41f5aafafe7e7b117a535af9f7224ff2595 /Tools
parent2012-11-26 databases/postgresql-libpqxx: No more public distfiles (diff)
Document tool which converts from old style header to new style
Feature safe: yes
Notes
Notes: svn path=/head/; revision=307924
Diffstat (limited to 'Tools')
-rw-r--r--Tools/scripts/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README
index 3811d40bd189..09ee8ce51055 100644
--- a/Tools/scripts/README
+++ b/Tools/scripts/README
@@ -17,6 +17,7 @@ checknewvers - checks for availability for a newest version of distfiles on
chkorigin.sh - checks all ports in the tree for a wrong PKGORIGIN.
Run this tool after every repocopy.
close-pr - a slightly hacked version of edit-pr(1) to quickly close PR.
+convert-makefile-header.pl - converts old style headers to modern one-line version
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