components/quilt/quilt.p5m
changeset 327 b3a36ee93012
child 464 08f94c414553
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/quilt/quilt.p5m	Tue Jun 21 13:40:34 2011 -0700
@@ -0,0 +1,145 @@
+#
+# 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=opensolaris.arc_url \
+    value=http://arc.opensolaris.org/caselog/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
+