cvs commit: ports/devel Makefile ports/devel/c2mdoc Makefile distinfo pkg-descr ports/devel/c2mdoc/files c2mdoc c2mdoc.awk

Bruce M Simpson bms at FreeBSD.org
Tue Mar 2 01:05:15 PST 2004


bms         2004/03/02 01:05:14 PST

  FreeBSD ports repository (src committer)

  Modified files:
    devel                Makefile 
  Added files:
    devel/c2mdoc         Makefile distinfo pkg-descr 
    devel/c2mdoc/files   c2mdoc c2mdoc.awk 
  Log:
  c2mdoc is an awk/shell script wot I wrote to aid in documenting our many
  wonderful kernel APIs. c2man seems to choke on tcp_subr.c (which I was using
  as a baseline), so let's do it the long way round instead. This script spits
  out mdoc(7) markup ready for pasting into the SYNOPSIS section of our
  wonderful mdoc.template.
  
  Revision  Changes    Path
  1.1462    +1 -0      ports/devel/Makefile
  1.1       +34 -0     ports/devel/c2mdoc/Makefile (new)
  1.1       +1 -0      ports/devel/c2mdoc/distinfo (new)
  1.1       +15 -0     ports/devel/c2mdoc/files/c2mdoc (new)
  1.1       +13 -0     ports/devel/c2mdoc/files/c2mdoc.awk (new)
  1.1       +8 -0      ports/devel/c2mdoc/pkg-descr (new)


More information about the cvs-all mailing list