diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-11 18:49:51 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-11 18:49:51 +0800 |
commit | 9844ddea740cf27bc59fac59ec1c9c4d5d68a0f8 (patch) | |
tree | d807746cad0337b31ffe79c0aada47f9da6904f8 /Tools/scripts/README | |
parent | 95aec343a34a8b7f441af0e94665b5092cc25e7b (diff) | |
download | freebsd-ports-gnome-9844ddea740cf27bc59fac59ec1c9c4d5d68a0f8.tar.gz freebsd-ports-gnome-9844ddea740cf27bc59fac59ec1c9c4d5d68a0f8.tar.zst freebsd-ports-gnome-9844ddea740cf27bc59fac59ec1c9c4d5d68a0f8.zip |
Add checkcats.py - a script that verifyes that master categories in all ports
are correct and reports any problems.
Diffstat (limited to 'Tools/scripts/README')
-rw-r--r-- | Tools/scripts/README | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README index c069063b01da..6c58548b6eef 100644 --- a/Tools/scripts/README +++ b/Tools/scripts/README @@ -3,7 +3,9 @@ $FreeBSD$ addport - future replacement for easy-import consistency-check - check whether all your ports are installed properly, - what files have changed, and what new files there are + what files have changed, and what new files there are. +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 MASTER_SITES (ftp only). close-pr - a slightly hacked version of edit-pr(1) to quickly close PR. @@ -42,6 +44,12 @@ files above those installed by packages. ---------------------------------------------------------------------- +The checkcats.py script verifyes that master categories in all ports are +correct and report any problems. It doesn't require any command-line options. +Please beware that full check takes quite some time. + +---------------------------------------------------------------------- + getpr, prpatch and prdone are used as so: % cd /usr/ports/CATEGORY/PORT % getpr PRNUMBER |