components/patchutils/patchutils.p5m
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Fri, 07 Apr 2017 17:56:36 -0700
changeset 7851 f82a18f72950
parent 5241 21a30e6ac5fd
permissions -rw-r--r--
Close of build 122.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5241
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     1
#
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     3
#
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     7
#
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    12
#
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    18
#
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    20
#
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    21
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    22
#
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    23
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    24
#
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    25
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    26
<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    27
#
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    28
set name=pkg.fmri \
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    29
    value=pkg:/text/patchutils@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    30
set name=pkg.summary \
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    31
    value="A collection of programs for manipulating patch files"
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    32
set name=com.oracle.info.description \
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    33
    value="This is a collection of programs that can manipulate patch files in a variety of ways, such as interpolating between two pre-patches, combining two incremental patches, fixing line numbers in hand-edited patches, and simply listing the files modified by a patch."
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    34
set name=com.oracle.info.tpno value=$(TPNO)
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    35
set name=info.classification \
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    36
    value="org.opensolaris.category.2008:System/Text Tools"
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    37
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    38
set name=info.upstream value="Tim Waugh <[email protected]>"
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    39
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    40
set name=org.opensolaris.arc-caseid value=PSARC/2008/770
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    41
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    42
#
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    43
link path=usr/bin/combinediff target=interdiff
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    44
file path=usr/bin/dehtmldiff
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    45
file path=usr/bin/editdiff
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    46
file path=usr/bin/espdiff
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    47
file path=usr/bin/filterdiff
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    48
file path=usr/bin/fixcvsdiff
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    49
link path=usr/bin/flipdiff target=interdiff
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    50
link path=usr/bin/grepdiff target=filterdiff
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    51
file path=usr/bin/interdiff
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    52
link path=usr/bin/lsdiff target=filterdiff
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    53
file path=usr/bin/recountdiff
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    54
file path=usr/bin/rediff
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    55
file path=usr/bin/splitdiff
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    56
file path=usr/bin/unwrapdiff
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    57
file path=usr/share/man/man1/combinediff.1
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    58
file path=usr/share/man/man1/dehtmldiff.1
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    59
file path=usr/share/man/man1/editdiff.1
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    60
file path=usr/share/man/man1/espdiff.1
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    61
file path=usr/share/man/man1/filterdiff.1
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    62
file path=usr/share/man/man1/fixcvsdiff.1
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    63
file path=usr/share/man/man1/flipdiff.1
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    64
file path=usr/share/man/man1/grepdiff.1
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    65
file path=usr/share/man/man1/interdiff.1
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    66
file path=usr/share/man/man1/lsdiff.1
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    67
file path=usr/share/man/man1/recountdiff.1
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    68
file path=usr/share/man/man1/rediff.1
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    69
file path=usr/share/man/man1/splitdiff.1
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    70
file path=usr/share/man/man1/unwrapdiff.1
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    71
#
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    72
license COPYING license=GPLv2
21a30e6ac5fd 22393841 migrate patchutils to Userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    73
license patchutils.license-LGPLv2.1 license=LGPLv2.1