Mike Sullivan
2011-08-08 1de4f073716d4b37e985601de9505db5caeb2a4e
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
#
# 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, Oracle and/or its affiliates. All rights reserved.
#
 
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
<transform file path=usr/share/quilt/.+ ->default mode 0555>
 
set name=pkg.fmri value=pkg:/developer/quilt@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="Quilt - tool to manage series of patches"
set name=info.classification value="org.opensolaris.category.2008:Development/Source Code Management"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.arc-caseid \
    value=LSARC/2008/653
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
 
license quilt.license license='GPLv2'
 
dir path=etc
dir path=etc/bash/bash_completion.d
dir path=usr
dir path=usr/bin
dir path=usr/lib
dir path=usr/lib/quilt
dir path=usr/share
dir path=usr/share/doc
dir path=usr/share/doc/quilt-$(COMPONENT_VERSION)
dir path=usr/share/emacs
dir path=usr/share/emacs/site-lisp
dir path=usr/share/locale
dir path=usr/share/locale/de
dir path=usr/share/locale/de/LC_MESSAGES
dir path=usr/share/locale/fr
dir path=usr/share/locale/fr/LC_MESSAGES
dir path=usr/share/locale/ja
dir path=usr/share/locale/ja/LC_MESSAGES
dir path=usr/share/man
dir path=usr/share/man/man1
dir path=usr/share/quilt
dir path=usr/share/quilt/compat
dir path=usr/share/quilt/scripts
file etc/bash_completion.d/quilt path=etc/bash/bash_completion.d/quilt
file path=etc/quilt.quiltrc \
    preserve=true original_name=SUNWquilt:etc/quilt.quiltrc \
    mode=0644
file path=usr/bin/guards
file path=usr/bin/quilt
file path=usr/lib/quilt/backup-files mode=0555
file path=usr/share/doc/quilt-$(COMPONENT_VERSION)/README
file path=usr/share/doc/quilt-$(COMPONENT_VERSION)/README.MAIL
file path=usr/share/doc/quilt-$(COMPONENT_VERSION)/quilt.pdf
file path=usr/share/emacs/site-lisp/quilt.el
file path=usr/share/locale/de/LC_MESSAGES/quilt.mo
file path=usr/share/locale/fr/LC_MESSAGES/quilt.mo
file path=usr/share/locale/ja/LC_MESSAGES/quilt.mo
file path=usr/share/man/man1/guards.1
file path=usr/share/man/man1/quilt.1
file path=usr/share/quilt/add
file path=usr/share/quilt/annotate
file path=usr/share/quilt/applied
file path=usr/share/quilt/compat/column
file path=usr/share/quilt/compat/getopt
file path=usr/share/quilt/delete
file path=usr/share/quilt/diff
file path=usr/share/quilt/edit
file path=usr/share/quilt/files
file path=usr/share/quilt/fold
file path=usr/share/quilt/fork
file path=usr/share/quilt/graph
file path=usr/share/quilt/grep
file path=usr/share/quilt/header
file path=usr/share/quilt/import
file path=usr/share/quilt/mail
file path=usr/share/quilt/new
file path=usr/share/quilt/next
file path=usr/share/quilt/patches
file path=usr/share/quilt/pop
file path=usr/share/quilt/previous
file path=usr/share/quilt/push
file path=usr/share/quilt/refresh
file path=usr/share/quilt/rename
file path=usr/share/quilt/revert
file path=usr/share/quilt/scripts/dependency-graph
file path=usr/share/quilt/scripts/edmail
file path=usr/share/quilt/scripts/inspect
file path=usr/share/quilt/scripts/parse-patch
file path=usr/share/quilt/scripts/patchfns mode=444
file path=usr/share/quilt/scripts/remove-trailing-ws
file path=usr/share/quilt/series
file path=usr/share/quilt/setup
file path=usr/share/quilt/snapshot
file path=usr/share/quilt/top
file path=usr/share/quilt/unapplied
file path=usr/share/quilt/upgrade
link path=usr/share/quilt/compat/awk target=../../../bin/gawk
link path=usr/share/quilt/compat/cp target=../../../gnu/bin/cp
link path=usr/share/quilt/compat/date target=../../../gnu/bin/date
link path=usr/share/quilt/compat/diff target=../../../gnu/bin/diff
link path=usr/share/quilt/compat/grep target=../../../gnu/bin/grep
link path=usr/share/quilt/compat/patch target=../../../gnu/bin/patch
link path=usr/share/quilt/compat/sed target=../../../gnu/bin/sed
link path=usr/share/quilt/compat/sendmail target=../../../lib/sendmail
link path=usr/share/quilt/compat/tail target=../../../gnu/bin/tail
link path=usr/share/quilt/compat/tar target=../../../bin/gtar
link path=usr/share/quilt/compat/tr target=../../../gnu/bin/tr
 
legacy pkg=SUNWquiltr \
    desc="Quilt - tool to manage series of patches (0.47) (root)" \
    name=Quilt
 
legacy pkg=SUNWquiltu \
    desc="Quilt - tool to manage series of patches (0.47)" \
    name=Quilt
 
depend fmri=__TBD pkg.debug.depend.file=usr/bin/gawk type=require
depend fmri=__TBD pkg.debug.depend.file=usr/gnu/bin/cp type=require
depend fmri=__TBD pkg.debug.depend.file=usr/gnu/bin/date type=require
depend fmri=__TBD pkg.debug.depend.file=usr/gnu/bin/diff type=require
depend fmri=__TBD pkg.debug.depend.file=usr/gnu/bin/grep type=require
depend fmri=__TBD pkg.debug.depend.file=usr/gnu/bin/patch type=require
depend fmri=__TBD pkg.debug.depend.file=usr/gnu/bin/sed type=require
depend fmri=__TBD pkg.debug.depend.file=usr/lib/sendmail type=require
depend fmri=__TBD pkg.debug.depend.file=usr/gnu/bin/tail type=require
depend fmri=__TBD pkg.debug.depend.file=usr/bin/gtar type=require
depend fmri=__TBD pkg.debug.depend.file=usr/gnu/bin/tr type=require