Print this page
Add catman, makewhatis functionality.  Print an error if the whatis database
is missing.


  10 #
  11 
  12 #
  13 # Copyright 2012 Nexenta Systems, Inc. All rights reserved.
  14 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  15 #
  16 
  17 set name=pkg.fmri value=pkg:/system/man@$(PKGVERS)
  18 set name=pkg.description \
  19     value="utilities for display and formatting of reference manual pages"
  20 set name=pkg.summary value="Reference Manual Pages Tools"
  21 set name=info.classification \
  22     value="org.opensolaris.category.2008:System/Text Tools"
  23 set name=variant.arch value=$(ARCH)
  24 dir path=usr/bin
  25 dir path=usr/lib
  26 dir path=usr/share
  27 dir path=usr/share/man
  28 dir path=usr/share/man/man1
  29 dir path=usr/share/man/man5

  30 file path=usr/bin/man mode=0555
  31 file path=usr/bin/mandoc mode=0555

  32 file path=usr/lib/mandoc_preconv mode=0555
  33 file path=usr/share/man/man1/apropos.1

  34 file path=usr/share/man/man1/man.1
  35 file path=usr/share/man/man1/mandoc.1
  36 file path=usr/share/man/man5/eqn.5
  37 file path=usr/share/man/man5/man.5
  38 file path=usr/share/man/man5/mandoc_char.5
  39 file path=usr/share/man/man5/mandoc_roff.5
  40 file path=usr/share/man/man5/mdoc.5
  41 file path=usr/share/man/man5/tbl.5
  42 hardlink path=usr/bin/apropos target=../../usr/bin/man
  43 hardlink path=usr/bin/whatis target=../../usr/bin/man
  44 license lic_CDDL license=lic_CDDL
  45 license usr/src/cmd/man/THIRDPARTYLICENSE \
  46     license=usr/src/cmd/man/THIRDPARTYLICENSE
  47 license usr/src/cmd/mandoc/THIRDPARTYLICENSE \
  48     license=usr/src/cmd/mandoc/THIRDPARTYLICENSE
  49 link path=usr/man target=./share/man
  50 link path=usr/share/man/man1/whatis.1 target=apropos.1
  51 # arguably we also need lp, for man -t support, but really we don't
  52 # want to make this mandatory, so we don't express teh dependency here.
  53 # gzcat/bzcat are used for displaying compressed manpages.  However,


  10 #
  11 
  12 #
  13 # Copyright 2012 Nexenta Systems, Inc. All rights reserved.
  14 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  15 #
  16 
  17 set name=pkg.fmri value=pkg:/system/man@$(PKGVERS)
  18 set name=pkg.description \
  19     value="utilities for display and formatting of reference manual pages"
  20 set name=pkg.summary value="Reference Manual Pages Tools"
  21 set name=info.classification \
  22     value="org.opensolaris.category.2008:System/Text Tools"
  23 set name=variant.arch value=$(ARCH)
  24 dir path=usr/bin
  25 dir path=usr/lib
  26 dir path=usr/share
  27 dir path=usr/share/man
  28 dir path=usr/share/man/man1
  29 dir path=usr/share/man/man5
  30 file path=usr/bin/catman mode=0555
  31 file path=usr/bin/man mode=0555
  32 file path=usr/bin/mandoc mode=0555
  33 file path=usr/lib/makewhatis mode=0555
  34 file path=usr/lib/mandoc_preconv mode=0555
  35 file path=usr/share/man/man1/apropos.1
  36 file path=usr/share/man/man1/catman.1
  37 file path=usr/share/man/man1/man.1
  38 file path=usr/share/man/man1/mandoc.1
  39 file path=usr/share/man/man5/eqn.5
  40 file path=usr/share/man/man5/man.5
  41 file path=usr/share/man/man5/mandoc_char.5
  42 file path=usr/share/man/man5/mandoc_roff.5
  43 file path=usr/share/man/man5/mdoc.5
  44 file path=usr/share/man/man5/tbl.5
  45 hardlink path=usr/bin/apropos target=../../usr/bin/man
  46 hardlink path=usr/bin/whatis target=../../usr/bin/man
  47 license lic_CDDL license=lic_CDDL
  48 license usr/src/cmd/man/THIRDPARTYLICENSE \
  49     license=usr/src/cmd/man/THIRDPARTYLICENSE
  50 license usr/src/cmd/mandoc/THIRDPARTYLICENSE \
  51     license=usr/src/cmd/mandoc/THIRDPARTYLICENSE
  52 link path=usr/man target=./share/man
  53 link path=usr/share/man/man1/whatis.1 target=apropos.1
  54 # arguably we also need lp, for man -t support, but really we don't
  55 # want to make this mandatory, so we don't express teh dependency here.
  56 # gzcat/bzcat are used for displaying compressed manpages.  However,