mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
6163fcb80d
It seems that this port was killed for not having publically available distfiles, but from what I can tell, this was always a distfile-free port, meaning that it was removed in error. The PR to bring it back did not provide the required stage support, but luckily that was trivial to add. Differences from the previous version: * pkg-descr rewrapped * whitespace removed from awk script (caused PORTREVISION bump) * Header trimmed * NOMAN definition removed * CP+REINPLACE_CMD replaced with SED and moved to post-extract target * Stage support * Maintenance passed to PR submitter PR: 189009 Submitted by: Chris Hutchinson Tweaks by: marino
6 lines
335 B
Plaintext
6 lines
335 B
Plaintext
c2mdoc is a shell and awk script wrapper which abuses devel/cproto's
|
|
parser to spit out function prototypes in a format ready to paste into
|
|
FreeBSD developer documentation. c2man already claims to do such a
|
|
thing, but seems crippled in the face of our kernel source. The
|
|
toolchain used by this port whinges but still generates markup.
|