components/rdiff-backup/rdiff-backup.p5m
author John Beck <John.Beck@Oracle.COM>
Sat, 17 Jan 2015 09:17:37 -0800
branchs11-update
changeset 3661 47545fb8aed4
parent 2551 0391c5c3b137
child 3734 24181f5eb463
permissions -rw-r--r--
18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
376
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
3661
47545fb8aed4 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 2551
diff changeset
    21
# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
376
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
set name=pkg.fmri value=pkg:/backup/rdiff-backup@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
set name=pkg.summary value="Local/remote mirror and incremental backup utility"
2551
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 787
diff changeset
    28
set name=com.oracle.info.description value="the rdiff-backup file utility"
3661
47545fb8aed4 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 2551
diff changeset
    29
set name=com.oracle.info.tpno value=$(TPNO)
376
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
set name=info.classification value="org.opensolaris.category.2008:Applications/System Utilities"
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 376
diff changeset
    31
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 376
diff changeset
    32
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
376
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 376
diff changeset
    34
set name=org.opensolaris.arc-caseid \
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 376
diff changeset
    35
    value=PSARC/2008/272
376
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
787
c05e38bc65f4 7161380 Update rdiff-backup to version 1.3.3
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    37
license rdiff-backup.copyright license="GPLv2"
c05e38bc65f4 7161380 Update rdiff-backup to version 1.3.3
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    38
376
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
dir path=usr/share
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
dir path=usr/share/doc
787
c05e38bc65f4 7161380 Update rdiff-backup to version 1.3.3
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    41
dir path=usr/share/doc/rdiff-backup-$(COMPONENT_VERSION)
376
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
dir path=usr/share/man
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
dir path=usr/share/man/man1
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
787
c05e38bc65f4 7161380 Update rdiff-backup to version 1.3.3
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    45
file CHANGELOG path=usr/share/doc/rdiff-backup-$(COMPONENT_VERSION)/CHANGELOG
c05e38bc65f4 7161380 Update rdiff-backup to version 1.3.3
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    46
file COPYING path=usr/share/doc/rdiff-backup-$(COMPONENT_VERSION)/COPYING
c05e38bc65f4 7161380 Update rdiff-backup to version 1.3.3
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    47
file FAQ.html path=usr/share/doc/rdiff-backup-$(COMPONENT_VERSION)/FAQ.html
c05e38bc65f4 7161380 Update rdiff-backup to version 1.3.3
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    48
file README path=usr/share/doc/rdiff-backup-$(COMPONENT_VERSION)/README
c05e38bc65f4 7161380 Update rdiff-backup to version 1.3.3
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    49
file rdiff-backup-statistics.1 path=usr/share/man/man1/rdiff-backup-statistics.1
c05e38bc65f4 7161380 Update rdiff-backup to version 1.3.3
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    50
file rdiff-backup.1 path=usr/share/man/man1/rdiff-backup.1
376
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
787
c05e38bc65f4 7161380 Update rdiff-backup to version 1.3.3
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    52
depend fmri=backup/rdiff-backup-26@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
c05e38bc65f4 7161380 Update rdiff-backup to version 1.3.3
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    53
    predicate=runtime/python-26 \
c05e38bc65f4 7161380 Update rdiff-backup to version 1.3.3
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    54
    type=conditional
c05e38bc65f4 7161380 Update rdiff-backup to version 1.3.3
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    55
depend fmri=backup/rdiff-backup-27@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
c05e38bc65f4 7161380 Update rdiff-backup to version 1.3.3
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    56
    predicate=runtime/python-27 \
c05e38bc65f4 7161380 Update rdiff-backup to version 1.3.3
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    57
    type=conditional