watchcat has the best of watch and cat.
Details
Diff Detail
- Repository
- R11 FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 70144 Build 67027: arc lint + arc unit
Event Timeline
| sysutils/watchcat/Makefile | ||
|---|---|---|
| 3 | Please follow Porter's Handbook example 17 for Github-based ports without versions. | |
| 8 | WWW is set automatically from GH_PROJECT and GH_ACCOUNT, no need ot set it manually. | |
| 15 | Instead of packaging a bunch of objects as dependencies, it's probably easier to just download the dependencies in source code and bundle them. We do the same for Rust and Go dependencies. Perhaps just do it the same way you do it in devel/vipack. | |
| 19 | GH_PROJECT should be omitted if it is identical to PORTNAME. | |
| sysutils/watchcat/pkg-descr | ||
| 2 | Please expand to at least three lines. It is not clear to me what this project does. Also capitalise the beginning of your sentences and use proper punctuation. | |
- sysutils/watchcat: delete voc-* deps and use GH_TUPLE
- sysutils/watchcat: better pkg-descr
Noted! Will diff again with the requested changes. Thank you!!!
| sysutils/watchcat/Makefile | ||
|---|---|---|
| 28 | By other port you mean devel/vipack I assume? I understand MAKE_ENV but what does SETENVI do? Thank you! | |
| sysutils/watchcat/Makefile | ||
|---|---|---|
| 28 | SETENVI expands to env -i, clearing all environment variables except for those explicitly supplied. This avoids environment pollution. | |
- sysutils/watchcat: delete voc-* deps and use GH_TUPLE
- sysutils/watchcat: better pkg-descr
- add watchcat to sysutils/Makefile
- sysutils/watchcat: improve environment