195c635efSGarrett D'Amore# 295c635efSGarrett D'Amore# This file and its contents are supplied under the terms of the 395c635efSGarrett D'Amore# Common Development and Distribution License ("CDDL"), version 1.0. 495c635efSGarrett D'Amore# You may only use this file in accordance with the terms of version 595c635efSGarrett D'Amore# 1.0 of the CDDL. 695c635efSGarrett D'Amore# 795c635efSGarrett D'Amore# A full copy of the text of the CDDL should have accompanied this 895c635efSGarrett D'Amore# source. A copy of the CDDL is also available via the Internet at 995c635efSGarrett D'Amore# http://www.illumos.org/license/CDDL. 1095c635efSGarrett D'Amore# 1195c635efSGarrett D'Amore 1295c635efSGarrett D'Amore# 1395c635efSGarrett D'Amore# Copyright 2014 Garrett D'Amore <garrett@damore.org> 14*260e9a87SYuri Pankov# Copyright 2015 Nexenta Systems, Inc. All rights reserved. 1595c635efSGarrett D'Amore# 1695c635efSGarrett D'Amore 1795c635efSGarrett D'Amoreset name=pkg.fmri value=pkg:/system/man@$(PKGVERS) 1895c635efSGarrett D'Amoreset name=pkg.description \ 1995c635efSGarrett D'Amore value="utilities for display and formatting of reference manual pages" 2095c635efSGarrett D'Amoreset name=pkg.summary value="Reference Manual Pages Tools" 2195c635efSGarrett D'Amoreset name=info.classification \ 2295c635efSGarrett D'Amore value="org.opensolaris.category.2008:System/Text Tools" 2395c635efSGarrett D'Amoreset name=variant.arch value=$(ARCH) 2495c635efSGarrett D'Amoredir path=usr/bin 2595c635efSGarrett D'Amoredir path=usr/share 2695c635efSGarrett D'Amoredir path=usr/share/man 2795c635efSGarrett D'Amoredir path=usr/share/man/man1 2895c635efSGarrett D'Amoredir path=usr/share/man/man1m 2995c635efSGarrett D'Amoredir path=usr/share/man/man5 3095c635efSGarrett D'Amorefile path=usr/bin/man mode=0555 3195c635efSGarrett D'Amorefile path=usr/bin/mandoc mode=0555 3295c635efSGarrett D'Amorefile path=usr/share/man/man1/apropos.1 3395c635efSGarrett D'Amorefile path=usr/share/man/man1/man.1 3495c635efSGarrett D'Amorefile path=usr/share/man/man1/mandoc.1 3595c635efSGarrett D'Amorefile path=usr/share/man/man1m/catman.1m 3695c635efSGarrett D'Amorefile path=usr/share/man/man5/eqn.5 3795c635efSGarrett D'Amorefile path=usr/share/man/man5/man.5 3895c635efSGarrett D'Amorefile path=usr/share/man/man5/mandoc_char.5 3995c635efSGarrett D'Amorefile path=usr/share/man/man5/mandoc_roff.5 4095c635efSGarrett D'Amorefile path=usr/share/man/man5/mdoc.5 4195c635efSGarrett D'Amorefile path=usr/share/man/man5/tbl.5 4295c635efSGarrett D'Amorehardlink path=usr/bin/apropos target=../../usr/bin/man 4395c635efSGarrett D'Amorehardlink path=usr/bin/catman target=../../usr/bin/man 4495c635efSGarrett D'Amorehardlink path=usr/bin/whatis target=../../usr/bin/man 4595c635efSGarrett D'Amorehardlink path=usr/lib/makewhatis target=../../usr/bin/man 4695c635efSGarrett D'Amorelicense lic_CDDL license=lic_CDDL 4795c635efSGarrett D'Amorelicense usr/src/cmd/man/THIRDPARTYLICENSE \ 4895c635efSGarrett D'Amore license=usr/src/cmd/man/THIRDPARTYLICENSE 4995c635efSGarrett D'Amorelicense usr/src/cmd/mandoc/THIRDPARTYLICENSE \ 5095c635efSGarrett D'Amore license=usr/src/cmd/mandoc/THIRDPARTYLICENSE 5195c635efSGarrett D'Amorelink path=usr/man target=./share/man 5295c635efSGarrett D'Amorelink path=usr/share/man/man1/whatis.1 target=apropos.1 5395c635efSGarrett D'Amore# arguably we also need lp, for man -t support, but really we don't 54*260e9a87SYuri Pankov# want to make this mandatory, so we don't express the dependency here. 5595c635efSGarrett D'Amore# gzcat/bzcat are used for displaying compressed manpages. However, 5695c635efSGarrett D'Amore# as we don't format such pages this way by default, lets leave the 5795c635efSGarrett D'Amore# dependency out. 5895c635efSGarrett D'Amore#depend fmri=compress/bzip2 type=require 5995c635efSGarrett D'Amore#depend fmri=compress/gzip type=require 6095c635efSGarrett D'Amore# less is the default (per user environment) pager. We really should just 6195c635efSGarrett D'Amore# import this into illumos-gate. 6295c635efSGarrett D'Amoredepend fmri=text/less type=require 63