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