Page MenuHomeFreeBSD

editors/teco: provide detailed manual page and set maintainership
ClosedPublic

Authored by fernape on Sep 18 2018, 8:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 19 2025, 1:03 AM
Unknown Object (File)
Dec 15 2024, 6:45 AM
Unknown Object (File)
Dec 5 2024, 6:35 AM
Unknown Object (File)
Dec 4 2024, 10:09 AM
Unknown Object (File)
Nov 30 2024, 2:34 AM
Unknown Object (File)
Nov 27 2024, 1:00 PM
Unknown Object (File)
Nov 21 2024, 1:06 PM
Unknown Object (File)
Nov 21 2024, 7:31 AM
Subscribers

Details

Summary

Via PR 231184

  • Set new maintainer
  • Add man page
  • Add LICENSE
Test Plan
  • portlint -AC OK
  • poudriere builds for {10.4,11.1}{amd64,i386}, 12i386 OK
  • run test on 11.2 amd64 OK

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 19675
Build 19242: arc lint + arc unit

Event Timeline

editors/teco/files/README.bsd.in
31–35

As this file is only present if the DOCS option is on, and it is in DOCSDIR, I'm unsure what this paragraph adds exactly.

editors/teco/pkg-message
9

Mmmm, 'read the man page' does not seem to be a very interesting pkg-message, maybe it should be removed. (Or README.bsd should be put in there.)

Moving note about installed documentation from README.bsd.in to pkg-message

fernape added inline comments.
editors/teco/pkg-message
9

I added the piece from README.bsd.in

Does this look good?

I don't really get why there is a new file README.bsd.in at all, pkg-message is the right place to put that information.

editors/teco/Makefile
16

This was probably at the right place before.

17–18

This is not a standard framework variable, should happen later.

  • Relocating OPTIONS_DEFINE and DOCSFILES
  • Removing README file and adding its contents to pkg-message
This revision is now accepted and ready to land.Sep 28 2018, 5:17 AM
This revision was automatically updated to reflect the committed changes.