components/librsync/librsync.p5m
author Rich Burridge <rich.burridge@oracle.com>
Wed, 23 Apr 2014 09:02:25 -0700
branchs11-update
changeset 3099 a7f781398279
parent 2551 0391c5c3b137
child 3661 47545fb8aed4
permissions -rw-r--r--
18633293 librsync needs TPNO and license file adjustments 18633373 libsndfile needs TPNO and license file adjustments
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
375
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
78733b0e767a 7062798 Move librsync 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
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
3099
a7f781398279 18633293 librsync needs TPNO and license file adjustments
Rich Burridge <rich.burridge@oracle.com>
parents: 2551
diff changeset
    21
# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
375
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
set name=pkg.fmri \
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
    value=pkg:/library/librsync@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
set name=pkg.description \
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
    value="A library that implements the rolling-checksum algorithm of remote file synchronization that was popularized by the rsync utility and is used in rproxy"
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
set name=pkg.summary value="A library that implements the rsync remote-delta algorithm"
2551
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    30
set name=com.oracle.info.description value="the librsync rsync remote-delta algorithm library"
3099
a7f781398279 18633293 librsync needs TPNO and license file adjustments
Rich Burridge <rich.burridge@oracle.com>
parents: 2551
diff changeset
    31
set name=com.oracle.info.tpno value=9087
375
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
set name=info.classification \
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
    value=org.opensolaris.category.2008:System/Libraries
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 375
diff changeset
    34
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 375
diff changeset
    35
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 375
diff changeset
    36
set name=org.opensolaris.arc-caseid \
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 375
diff changeset
    37
    value=PSARC/2008/245
375
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
dir path=usr
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
dir path=usr/bin
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
dir path=usr/bin/$(MACH64)
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
dir path=usr/include
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
dir path=usr/lib
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
dir path=usr/lib/$(MACH64)
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
dir path=usr/share
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
dir path=usr/share/doc
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
dir path=usr/share/doc/librsync-0.9.7
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
dir path=usr/share/doc/librsync-0.9.7/html
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
dir path=usr/share/man
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
dir path=usr/share/man/man1
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
dir path=usr/share/man/man3
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
file path=usr/bin/$(MACH64)/rdiff
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
file path=usr/bin/rdiff
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
file path=usr/include/librsync-config.h
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
file path=usr/include/librsync.h
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
file path=usr/lib/$(MACH64)/librsync.so.1.0.2
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
file path=usr/lib/librsync.so.1.0.2
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
file path=usr/share/doc/librsync-0.9.7/html/annotated.html
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
file path=usr/share/doc/librsync-0.9.7/html/doxygen.css
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    62
file path=usr/share/doc/librsync-0.9.7/html/doxygen.png
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    63
file path=usr/share/doc/librsync-0.9.7/html/files.html
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    64
file path=usr/share/doc/librsync-0.9.7/html/functions_vars.html
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    65
file path=usr/share/doc/librsync-0.9.7/html/functions.html
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    66
file path=usr/share/doc/librsync-0.9.7/html/globals_defs.html
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    67
file path=usr/share/doc/librsync-0.9.7/html/globals_enum.html
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    68
file path=usr/share/doc/librsync-0.9.7/html/globals_eval.html
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    69
file path=usr/share/doc/librsync-0.9.7/html/globals_func.html
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    70
file path=usr/share/doc/librsync-0.9.7/html/globals_type.html
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    71
file path=usr/share/doc/librsync-0.9.7/html/globals_vars.html
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    72
file path=usr/share/doc/librsync-0.9.7/html/globals.html
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    73
file path=usr/share/doc/librsync-0.9.7/html/index.html
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    74
file path=usr/share/doc/librsync-0.9.7/html/librsync_8h.html
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    75
file path=usr/share/doc/librsync-0.9.7/html/librsync-config_8h.html
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    76
file path=usr/share/doc/librsync-0.9.7/html/pages.html
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    77
file path=usr/share/doc/librsync-0.9.7/html/structrs__buffers__s.html
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    78
file path=usr/share/doc/librsync-0.9.7/html/structrs__stats.html
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    79
file path=usr/share/doc/librsync-0.9.7/html/structrs__target.html
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    80
file path=usr/share/doc/librsync-0.9.7/html/tab_b.gif
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    81
file path=usr/share/doc/librsync-0.9.7/html/tab_l.gif
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    82
file path=usr/share/doc/librsync-0.9.7/html/tab_r.gif
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    83
file path=usr/share/doc/librsync-0.9.7/html/tabs.css
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    84
file path=usr/share/doc/librsync-0.9.7/html/todo.html
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    85
file path=usr/share/doc/librsync-0.9.7/librsync.pdf
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    86
file path=usr/share/man/man1/rdiff.1
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    87
file path=usr/share/man/man3/librsync.3
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    88
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    89
link path=usr/lib/librsync.so.1 target=librsync.so.1.0.2
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    90
link path=usr/lib/librsync.so target=librsync.so.1.0.2
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    91
link path=usr/lib/$(MACH64)/librsync.so.1 target=librsync.so.1.0.2
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    92
link path=usr/lib/$(MACH64)/librsync.so target=librsync.so.1.0.2
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    93
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    94
license librsync.copyright license="LGPLv2.1"