aboutsummaryrefslogtreecommitdiff
path: root/Tools/scripts
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-01-24 07:22:38 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-01-24 07:22:38 +0000
commit3038d3579a1b490524bc627f164ade57785b6be6 (patch)
treee59b8914744609102b61d9ed2637be677d3b8e99 /Tools/scripts
parent4649cc807178fd8cbaceabe9a7adc1b97b4b065d (diff)
downloadports-3038d3579a1b490524bc627f164ade57785b6be6.tar.gz
ports-3038d3579a1b490524bc627f164ade57785b6be6.zip
Document the check-latest-link and tindex scripts
Notes
Notes: svn path=/head/; revision=127163
Diffstat (limited to 'Tools/scripts')
-rw-r--r--Tools/scripts/README6
1 files changed, 5 insertions, 1 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README
index 3d14587f8048..307ca1230178 100644
--- a/Tools/scripts/README
+++ b/Tools/scripts/README
@@ -4,6 +4,8 @@ addport - replacement for easy-import
consistency-check - check whether all your ports are installed properly,
what files have changed, and what new files there are.
+check-latest-link - search for duplicate LATEST_LINK values and send nag
+ mails to the responsible maintainers
checkcats.py - verify that master categories in all ports are correct and
report any problems.
checknewvers - checks for availability for a newest version of distfiles on
@@ -29,7 +31,9 @@ prdone - checks in the port, attempting to fill out the commit message using
portsearch - A utility for searching the ports tree. It allows more detailed
search criteria than ``make search key=<string>'' and accepts
all perl(1) regular expressions.
-
+tindex - script used to build INDEXes for supported FreeBSD branches, which
+ are the source of the 'make fetchindex' INDEXes, and the build
+ failure reports on ports@FreeBSD.org
update-patches - generates updated patches.
----------------------------------------------------------------------