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