Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
comparison sbin/check-ports @ 135:8152028661c2
Comments
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 23 Oct 2019 09:06:09 +0200 |
| parents | 993fecdf2a70 |
| children | 8afc4eb30406 |
comparison
equal
deleted
inserted
replaced
| 134:c938bc224812 | 135:8152028661c2 |
|---|---|
| 375 V) | 375 V) |
| 376 echo 'check-ports v${VERSION} (rv:@@HGREVISION@@)' | 376 echo 'check-ports v${VERSION} (rv:@@HGREVISION@@)' |
| 377 exit 0 | 377 exit 0 |
| 378 ;; | 378 ;; |
| 379 A) | 379 A) |
| 380 # print for every package the status of all repositories | 380 # Print for every package the status of all repositories |
| 381 alldata_flag=1 | 381 alldata_flag=1 |
| 382 alldata_flag_LocalBSDPorts=1 | 382 alldata_flag_LocalBSDPorts=1 |
| 383 alldata_flag_LocalRepo=1 | 383 alldata_flag_LocalRepo=1 |
| 384 ;; | 384 ;; |
| 385 a) | 385 a) |
| 386 # print the data of all repos that have the package | 386 # Print the data of all repos that have the package |
| 387 alldata_flag=1 | 387 alldata_flag=1 |
| 388 ;; | 388 ;; |
| 389 s) | 389 s) |
| 390 # "short" output: if installed from FreeBSD repo: don't | 390 # "short" output: if installed from FreeBSD repo: don't |
| 391 # report if only the index is newer | 391 # report if only the index is newer |
| 392 short_flag=1 | 392 short_flag=1 |
| 393 ;; | 393 ;; |
| 394 v) | 394 v) |
| 395 # print all titles and repo of every installed always | 395 # |
| 396 # Print all titles and repo of every installed package always. | |
| 397 # The output of the repo status nevertheless depends on the | |
| 398 # other flag settings. | |
| 399 # | |
| 396 verbose_flag=1 | 400 verbose_flag=1 |
| 397 ;; | 401 ;; |
| 398 \?) | 402 \?) |
| 399 exit 2 | 403 exit 2 |
| 400 ;; | 404 ;; |
