Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Oct 2010 03:59:18 +0000 (UTC)
From:      Gordon Tetlow <gordon@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/man Makefile apropos.1 man.1 man.conf.5 man.sh manpath.1
Message-ID:  <201010010359.o913xaQE068007@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gordon      2010-10-01 03:59:18 UTC

  FreeBSD src repository

  Added files:
    usr.bin/man          Makefile apropos.1 man.1 man.conf.5 
                         man.sh manpath.1 
  Log:
  SVN rev 213317 on 2010-10-01 03:59:18Z by gordon
  
  Implementaiton of man, manpath, whatis, and apropos written entirely in sh.
  
  Features of this new version in favor of the old one:
  BSD licensed -- old one is GPL.
  Imports configuration from /etc/man.conf and LOCALBASE/etc/man.d/*.conf
  allowing ports to extend the base functionality. The pluggable
  configuration can supplement the manual search path (retiring use.perl),
  add locales, and override language specific toolsets (attempt to merge
  the japanese/man port into the base system as much as possible).
  
  Much effort has been made to make this version mirror the functionality
  of the existing implementation. For 99% of users, it should be a drop in
  replacement.
  
  PR:             gnu/143271, gnu/4419
  Reviewed by:    dougb (previous versions)
  Approved by:    wes (mentor)
  
  Revision  Changes    Path
  1.3       +11 -0     src/usr.bin/man/Makefile (new)
  1.1       +88 -0     src/usr.bin/man/apropos.1 (new)
  1.3       +299 -0    src/usr.bin/man/man.1 (new)
  1.3       +142 -0    src/usr.bin/man/man.conf.5 (new)
  1.1       +847 -0    src/usr.bin/man/man.sh (new)
  1.1       +123 -0    src/usr.bin/man/manpath.1 (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010010359.o913xaQE068007>