Marcel Telka
2024-04-05 e5e9b978d16f3a418fcae51695fb9398f0a160ed
commit | author | age
1195f5 1 #
A 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 2018 Jason Martin
d23720 14 # Copyright 2023 Niklas Poslovski
1195f5 15 #
A 16
17 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
8dc1cb 18 set name=pkg.human-version value=$(HUMAN_VERSION)
1195f5 19 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
A 20 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
21 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
22 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
23 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
24
25 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
26
27 file path=usr/bin/uncrustify
d23720 28 file path=usr/share/doc/uncrustify/AUTHORS
NP 29 file path=usr/share/doc/uncrustify/BUGS
30 file path=usr/share/doc/uncrustify/COPYING
31 file path=usr/share/doc/uncrustify/ChangeLog
32 file path=usr/share/doc/uncrustify/HELP
33 file path=usr/share/doc/uncrustify/README.md
34 file path=usr/share/doc/uncrustify/examples/MS-calling_conventions.cfg
35 file path=usr/share/doc/uncrustify/examples/amxmodx.cfg
36 file path=usr/share/doc/uncrustify/examples/ben.cfg
37 file path=usr/share/doc/uncrustify/examples/ben2.cfg
38 file path=usr/share/doc/uncrustify/examples/d.cfg
39 file path=usr/share/doc/uncrustify/examples/defaults.cfg
40 file path=usr/share/doc/uncrustify/examples/freebsd.cfg
41 file path=usr/share/doc/uncrustify/examples/gnu-indent.cfg
42 file path=usr/share/doc/uncrustify/examples/klaus.cfg
43 file path=usr/share/doc/uncrustify/examples/kr-indent.cfg
44 file path=usr/share/doc/uncrustify/examples/linux-indent.cfg
45 file path=usr/share/doc/uncrustify/examples/linux.cfg
46 file path=usr/share/doc/uncrustify/examples/mono.cfg
47 file path=usr/share/doc/uncrustify/examples/msvc.cfg
48 file path=usr/share/doc/uncrustify/examples/objc.cfg
49 file path=usr/share/doc/uncrustify/examples/sun.cfg
50 file path=usr/share/doc/uncrustify/examples/xsupplicant.cfg
1195f5 51 file path=usr/share/doc/uncrustify/htdocs/align_typedef.html
A 52 file path=usr/share/doc/uncrustify/htdocs/ben.cfg.txt
53 file path=usr/share/doc/uncrustify/htdocs/config.txt
54 file path=usr/share/doc/uncrustify/htdocs/configuration.txt
55 file path=usr/share/doc/uncrustify/htdocs/default.cfg
56 file path=usr/share/doc/uncrustify/htdocs/examples/c-1.in.c
57 file path=usr/share/doc/uncrustify/htdocs/examples/c-1.out.c
58 file path=usr/share/doc/uncrustify/htdocs/examples/example.c
59 file path=usr/share/doc/uncrustify/htdocs/images/linuxlinks.gif
60 file path=usr/share/doc/uncrustify/htdocs/index.html
61 file path=usr/share/doc/uncrustify/htdocs/linux.cfg.txt
62 file path=usr/share/doc/uncrustify/htdocs/options.html
d23720 63 file path=usr/share/doc/uncrustify/htdocs/options_ASM.html
1195f5 64 file path=usr/share/doc/uncrustify/htdocs/options_Align.html
d23720 65 file path=usr/share/doc/uncrustify/htdocs/options_CLI_NET.html
NP 66 file path=usr/share/doc/uncrustify/htdocs/options_C_sharp.html
67 file path=usr/share/doc/uncrustify/htdocs/options_D.html
1195f5 68 file path=usr/share/doc/uncrustify/htdocs/options_Indenting.html
d23720 69 file path=usr/share/doc/uncrustify/htdocs/options_Java.html
1195f5 70 file path=usr/share/doc/uncrustify/htdocs/options_ModifyCode.html
d23720 71 file path=usr/share/doc/uncrustify/htdocs/options_Namespace.html
1195f5 72 file path=usr/share/doc/uncrustify/htdocs/options_NewLines.html
d23720 73 file path=usr/share/doc/uncrustify/htdocs/options_Objectiv-C.html
1195f5 74 file path=usr/share/doc/uncrustify/htdocs/options_Positioning.html
d23720 75 file path=usr/share/doc/uncrustify/htdocs/options_Preprocessor.html
1195f5 76 file path=usr/share/doc/uncrustify/htdocs/options_Space_Assign.html
A 77 file path=usr/share/doc/uncrustify/htdocs/options_Space_Byref.html
78 file path=usr/share/doc/uncrustify/htdocs/options_Space_Case.html
79 file path=usr/share/doc/uncrustify/htdocs/options_Space_Cast.html
80 file path=usr/share/doc/uncrustify/htdocs/options_Space_Class.html
81 file path=usr/share/doc/uncrustify/htdocs/options_Space_Comma.html
82 file path=usr/share/doc/uncrustify/htdocs/options_Space_Enum.html
83 file path=usr/share/doc/uncrustify/htdocs/options_Space_For.html
84 file path=usr/share/doc/uncrustify/htdocs/options_Space_New.html
85 file path=usr/share/doc/uncrustify/htdocs/options_Space_Operator.html
86 file path=usr/share/doc/uncrustify/htdocs/options_Space_Paren.html
87 file path=usr/share/doc/uncrustify/htdocs/options_Space_Template.html
88 file path=usr/share/doc/uncrustify/htdocs/options_Spaces.html
89 file path=usr/share/doc/uncrustify/htdocs/project-support.jpg
90 file path=usr/share/doc/uncrustify/htdocs/uncrustify.css
91 file path=usr/share/doc/uncrustify/htdocs/uncrustify.html
92 file path=usr/share/man/man1/uncrustify.1