Andreas Wacknitz
2024-03-31 783118944874d559e30eea1600352e3feb5263a7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
# Copyright 2017, Aurelien Larcher
# Copyright 2019, Michal Nowak
# Copyright 2022, Niklas Poslovski
#
 
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
set name=pkg.human-version value=$(HUMAN_VERSION)
 
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
 
file files/etc.bash.bashrc path=etc/bash/bashrc.example
file files/etc.bash.inputrc path=etc/bash/inputrc.example
file files/etc.skel.bashrc path=etc/skel/.bashrc
 
file files/rbash.1 path=usr/share/man/man1/rbash.1
 
link path=usr/bin/rbash target=./bash
link path=usr/gnu/bin/sh target=../../bin/bash
file path=usr/bin/bash
file path=usr/bin/bashbug
file path=usr/share/bash/helpfiles/alias
file path=usr/share/bash/helpfiles/arith
file path=usr/share/bash/helpfiles/arith_for
file path=usr/share/bash/helpfiles/bg
file path=usr/share/bash/helpfiles/bind
file path=usr/share/bash/helpfiles/break
file path=usr/share/bash/helpfiles/builtin
file path=usr/share/bash/helpfiles/caller
file path=usr/share/bash/helpfiles/case
file path=usr/share/bash/helpfiles/cd
file path=usr/share/bash/helpfiles/colon
file path=usr/share/bash/helpfiles/command
file path=usr/share/bash/helpfiles/compgen
file path=usr/share/bash/helpfiles/complete
file path=usr/share/bash/helpfiles/compopt
file path=usr/share/bash/helpfiles/conditional
file path=usr/share/bash/helpfiles/continue
file path=usr/share/bash/helpfiles/coproc
file path=usr/share/bash/helpfiles/declare
file path=usr/share/bash/helpfiles/dirs
file path=usr/share/bash/helpfiles/disown
file path=usr/share/bash/helpfiles/dot
file path=usr/share/bash/helpfiles/echo
file path=usr/share/bash/helpfiles/enable
file path=usr/share/bash/helpfiles/eval
file path=usr/share/bash/helpfiles/exec
file path=usr/share/bash/helpfiles/exit
file path=usr/share/bash/helpfiles/export
file path=usr/share/bash/helpfiles/false
file path=usr/share/bash/helpfiles/fc
file path=usr/share/bash/helpfiles/fg
file path=usr/share/bash/helpfiles/fg_percent
file path=usr/share/bash/helpfiles/for
file path=usr/share/bash/helpfiles/function
file path=usr/share/bash/helpfiles/getopts
file path=usr/share/bash/helpfiles/grouping_braces
file path=usr/share/bash/helpfiles/hash
file path=usr/share/bash/helpfiles/help
file path=usr/share/bash/helpfiles/history
file path=usr/share/bash/helpfiles/if
file path=usr/share/bash/helpfiles/jobs
file path=usr/share/bash/helpfiles/kill
file path=usr/share/bash/helpfiles/let
file path=usr/share/bash/helpfiles/local
file path=usr/share/bash/helpfiles/logout
file path=usr/share/bash/helpfiles/mapfile
file path=usr/share/bash/helpfiles/popd
file path=usr/share/bash/helpfiles/printf
file path=usr/share/bash/helpfiles/pushd
file path=usr/share/bash/helpfiles/pwd
file path=usr/share/bash/helpfiles/read
file path=usr/share/bash/helpfiles/readarray
file path=usr/share/bash/helpfiles/readonly
file path=usr/share/bash/helpfiles/return
file path=usr/share/bash/helpfiles/select
file path=usr/share/bash/helpfiles/set
file path=usr/share/bash/helpfiles/shift
file path=usr/share/bash/helpfiles/shopt
file path=usr/share/bash/helpfiles/source
file path=usr/share/bash/helpfiles/suspend
file path=usr/share/bash/helpfiles/test
file path=usr/share/bash/helpfiles/test_bracket
file path=usr/share/bash/helpfiles/time
file path=usr/share/bash/helpfiles/times
file path=usr/share/bash/helpfiles/trap
file path=usr/share/bash/helpfiles/true
file path=usr/share/bash/helpfiles/type
file path=usr/share/bash/helpfiles/typeset
file path=usr/share/bash/helpfiles/ulimit
file path=usr/share/bash/helpfiles/umask
file path=usr/share/bash/helpfiles/unalias
file path=usr/share/bash/helpfiles/unset
file path=usr/share/bash/helpfiles/until
file path=usr/share/bash/helpfiles/variable_help
file path=usr/share/bash/helpfiles/wait
file path=usr/share/bash/helpfiles/while
file path=usr/share/info/bash.info
file path=usr/share/locale/af/LC_MESSAGES/bash.mo
file path=usr/share/locale/bg/LC_MESSAGES/bash.mo
file path=usr/share/locale/ca/LC_MESSAGES/bash.mo
file path=usr/share/locale/cs/LC_MESSAGES/bash.mo
file path=usr/share/locale/da/LC_MESSAGES/bash.mo
file path=usr/share/locale/de/LC_MESSAGES/bash.mo
file path=usr/share/locale/el/LC_MESSAGES/bash.mo
file path=usr/share/locale/en/LC_MESSAGES/bash.mo
file path=usr/share/locale/en@boldquot/LC_MESSAGES/bash.mo
file path=usr/share/locale/en@quot/LC_MESSAGES/bash.mo
file path=usr/share/locale/en_CA/LC_MESSAGES/bash.mo
file path=usr/share/locale/en_GB/LC_MESSAGES/bash.mo
file path=usr/share/locale/eo/LC_MESSAGES/bash.mo
file path=usr/share/locale/es/LC_MESSAGES/bash.mo
file path=usr/share/locale/et/LC_MESSAGES/bash.mo
file path=usr/share/locale/fi/LC_MESSAGES/bash.mo
file path=usr/share/locale/fr/LC_MESSAGES/bash.mo
file path=usr/share/locale/ga/LC_MESSAGES/bash.mo
file path=usr/share/locale/gl/LC_MESSAGES/bash.mo
file path=usr/share/locale/hr/LC_MESSAGES/bash.mo
file path=usr/share/locale/hu/LC_MESSAGES/bash.mo
file path=usr/share/locale/id/LC_MESSAGES/bash.mo
file path=usr/share/locale/it/LC_MESSAGES/bash.mo
file path=usr/share/locale/ja/LC_MESSAGES/bash.mo
file path=usr/share/locale/ko/LC_MESSAGES/bash.mo
file path=usr/share/locale/lt/LC_MESSAGES/bash.mo
file path=usr/share/locale/nb/LC_MESSAGES/bash.mo
file path=usr/share/locale/nl/LC_MESSAGES/bash.mo
file path=usr/share/locale/pl/LC_MESSAGES/bash.mo
file path=usr/share/locale/pt/LC_MESSAGES/bash.mo
file path=usr/share/locale/pt_BR/LC_MESSAGES/bash.mo
file path=usr/share/locale/ro/LC_MESSAGES/bash.mo
file path=usr/share/locale/ru/LC_MESSAGES/bash.mo
file path=usr/share/locale/sk/LC_MESSAGES/bash.mo
file path=usr/share/locale/sl/LC_MESSAGES/bash.mo
file path=usr/share/locale/sr/LC_MESSAGES/bash.mo
file path=usr/share/locale/sv/LC_MESSAGES/bash.mo
file path=usr/share/locale/tr/LC_MESSAGES/bash.mo
file path=usr/share/locale/uk/LC_MESSAGES/bash.mo
file path=usr/share/locale/vi/LC_MESSAGES/bash.mo
file path=usr/share/locale/zh_CN/LC_MESSAGES/bash.mo
file path=usr/share/locale/zh_TW/LC_MESSAGES/bash.mo
file path=usr/share/man/man1/bash.1
file path=usr/share/man/man1/bashbug.1