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
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.
13 # Copyright 2023 Andreas Wacknitz
16 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
17 set name=pkg.human-version value=$(HUMAN_VERSION)
18 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
19 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
20 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
21 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
22 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
24 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
26 # ts has a name clash with utility/ts and thus this executable and its man page will be prefixed.
27 # parallel has a name clash with shell/parallel and thus this executable and its man page will be prefixed.
29 file path=usr/bin/chronic
30 file path=usr/bin/combine
31 file path=usr/bin/errno
32 file path=usr/bin/ifdata
33 file path=usr/bin/ifne
34 file path=usr/bin/isutf8
35 file path=usr/bin/lckdo
36 file path=usr/bin/mispipe
37 file usr/bin/parallel path=usr/bin/more-parallel
39 file path=usr/bin/sponge
40 file usr/bin/ts path=usr/bin/more-ts
41 file path=usr/bin/vidir
42 file path=usr/bin/vipe
43 file path=usr/bin/zrun
44 file path=usr/share/man/man1/chronic.1
45 file path=usr/share/man/man1/combine.1
46 file path=usr/share/man/man1/errno.1
47 file path=usr/share/man/man1/ifdata.1
48 file path=usr/share/man/man1/ifne.1
49 file path=usr/share/man/man1/isutf8.1
50 file path=usr/share/man/man1/lckdo.1
51 file path=usr/share/man/man1/mispipe.1
52 file usr/share/man/man1/parallel.1 path=usr/share/man/man1/more-parallel.1
53 file path=usr/share/man/man1/pee.1
54 file path=usr/share/man/man1/sponge.1
55 file usr/share/man/man1/ts.1 path=usr/share/man/man1/more-ts.1
56 file path=usr/share/man/man1/vidir.1
57 file path=usr/share/man/man1/vipe.1
58 file path=usr/share/man/man1/zrun.1