1*95c635efSGarrett D'Amore# 2*95c635efSGarrett D'Amore# This file and its contents are supplied under the terms of the 3*95c635efSGarrett D'Amore# Common Development and Distribution License ("CDDL"), version 1.0. 4*95c635efSGarrett D'Amore# You may only use this file in accordance with the terms of version 5*95c635efSGarrett D'Amore# 1.0 of the CDDL. 6*95c635efSGarrett D'Amore# 7*95c635efSGarrett D'Amore# A full copy of the text of the CDDL should have accompanied this 8*95c635efSGarrett D'Amore# source. A copy of the CDDL is also available via the Internet at 9*95c635efSGarrett D'Amore# http://www.illumos.org/license/CDDL. 10*95c635efSGarrett D'Amore# 11*95c635efSGarrett D'Amore 12*95c635efSGarrett D'Amore# 13*95c635efSGarrett D'Amore# Copyright 2012 Nexenta Systems, Inc. All rights reserved. 14*95c635efSGarrett D'Amore# Copyright 2014 Garrett D'Amore <garrett@damore.org> 15*95c635efSGarrett D'Amore# 16*95c635efSGarrett D'Amore 17*95c635efSGarrett D'Amoreset name=pkg.fmri value=pkg:/system/man@$(PKGVERS) 18*95c635efSGarrett D'Amoreset name=pkg.description \ 19*95c635efSGarrett D'Amore value="utilities for display and formatting of reference manual pages" 20*95c635efSGarrett D'Amoreset name=pkg.summary value="Reference Manual Pages Tools" 21*95c635efSGarrett D'Amoreset name=info.classification \ 22*95c635efSGarrett D'Amore value="org.opensolaris.category.2008:System/Text Tools" 23*95c635efSGarrett D'Amoreset name=variant.arch value=$(ARCH) 24*95c635efSGarrett D'Amoredir path=usr/bin 25*95c635efSGarrett D'Amoredir path=usr/lib 26*95c635efSGarrett D'Amoredir path=usr/share 27*95c635efSGarrett D'Amoredir path=usr/share/man 28*95c635efSGarrett D'Amoredir path=usr/share/man/man1 29*95c635efSGarrett D'Amoredir path=usr/share/man/man1m 30*95c635efSGarrett D'Amoredir path=usr/share/man/man5 31*95c635efSGarrett D'Amorefile path=usr/bin/man mode=0555 32*95c635efSGarrett D'Amorefile path=usr/bin/mandoc mode=0555 33*95c635efSGarrett D'Amorefile path=usr/lib/mandoc_preconv mode=0555 34*95c635efSGarrett D'Amorefile path=usr/share/man/man1/apropos.1 35*95c635efSGarrett D'Amorefile path=usr/share/man/man1/man.1 36*95c635efSGarrett D'Amorefile path=usr/share/man/man1/mandoc.1 37*95c635efSGarrett D'Amorefile path=usr/share/man/man1m/catman.1m 38*95c635efSGarrett D'Amorefile path=usr/share/man/man5/eqn.5 39*95c635efSGarrett D'Amorefile path=usr/share/man/man5/man.5 40*95c635efSGarrett D'Amorefile path=usr/share/man/man5/mandoc_char.5 41*95c635efSGarrett D'Amorefile path=usr/share/man/man5/mandoc_roff.5 42*95c635efSGarrett D'Amorefile path=usr/share/man/man5/mdoc.5 43*95c635efSGarrett D'Amorefile path=usr/share/man/man5/tbl.5 44*95c635efSGarrett D'Amorehardlink path=usr/bin/apropos target=../../usr/bin/man 45*95c635efSGarrett D'Amorehardlink path=usr/bin/catman target=../../usr/bin/man 46*95c635efSGarrett D'Amorehardlink path=usr/bin/whatis target=../../usr/bin/man 47*95c635efSGarrett D'Amorehardlink path=usr/lib/makewhatis target=../../usr/bin/man 48*95c635efSGarrett D'Amorelicense lic_CDDL license=lic_CDDL 49*95c635efSGarrett D'Amorelicense usr/src/cmd/man/THIRDPARTYLICENSE \ 50*95c635efSGarrett D'Amore license=usr/src/cmd/man/THIRDPARTYLICENSE 51*95c635efSGarrett D'Amorelicense usr/src/cmd/mandoc/THIRDPARTYLICENSE \ 52*95c635efSGarrett D'Amore license=usr/src/cmd/mandoc/THIRDPARTYLICENSE 53*95c635efSGarrett D'Amorelink path=usr/man target=./share/man 54*95c635efSGarrett D'Amorelink path=usr/share/man/man1/whatis.1 target=apropos.1 55*95c635efSGarrett D'Amore# arguably we also need lp, for man -t support, but really we don't 56*95c635efSGarrett D'Amore# want to make this mandatory, so we don't express teh dependency here. 57*95c635efSGarrett D'Amore# gzcat/bzcat are used for displaying compressed manpages. However, 58*95c635efSGarrett D'Amore# as we don't format such pages this way by default, lets leave the 59*95c635efSGarrett D'Amore# dependency out. 60*95c635efSGarrett D'Amore#depend fmri=compress/bzip2 type=require 61*95c635efSGarrett D'Amore#depend fmri=compress/gzip type=require 62*95c635efSGarrett D'Amore# less is the default (per user environment) pager. We really should just 63*95c635efSGarrett D'Amore# import this into illumos-gate. 64*95c635efSGarrett D'Amoredepend fmri=text/less type=require 65