Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 7a251a00 | 2023-03-09 13:03:33 | tabulate headers just like rows to fix alignment | ||
| f1f095ee | 2022-12-23 13:35:48 | Make separating newline trailing not leading Seems like newer shellcheck complains more, so disable another false positive and move `disable' directives into the script. Replace [ with [[ and (( while here. | ||
| 2b3700e3 | 2022-03-11 19:57:10 | drop RCS Ids | ||
| e7411f37 | 2022-03-10 12:03:30 | Remove RCSIDs from ports I maintain | ||
| be7a2bbf | 2021-11-06 00:49:47 | Leave URL character encoding to ftp(1) and zap incorrect comment I must've tested the wrong way back then as ftp(1) definitely does encode URL characters if needed, so stop stating otherwise. `portroach-cli -m .' (showing all ports for all maintainers) yields no errors (anymore?), so ftp does encode all MAINTAINER values correctly. | ||
| 44902666 | 2021-07-25 21:46:41 | Clarify "-U" alias, utilise shellcheck(1) better | ||
| 330e0f31 | 2021-03-12 19:02:45 | Fix shellcheck TEST_DEPENDS, remove empty mdoc macro | ||
| 6c4502e5 | 2021-02-14 15:55:30 | Add "-U" to show unmaintained ports | ||
| 1e7df0cf | 2021-02-14 15:23:31 | Add code comment, improve "-j" example | ||
| 35b8b96e | 2021-02-10 23:25:43 | Update to portroach-cli 1.4 Add "-j" to print results in raw JSON format; for example, to get all outdated ports in a category but defer processing to an external filter: $ portroach-cli -j -o -m . -p ^sysutils/ | jq -f ./filter |