components/librsync/librsync.p5m
author Matt Keenan <matt.keenan@oracle.com>
Fri, 19 Jun 2015 09:35:02 +0100
branchs11-update
changeset 4508 d8924d870370
parent 3734 24181f5eb463
permissions -rw-r--r--
PSARC 2015/172 OpenStack Ironic (OpenStack Bare Metal Provisioning Service) PSARC 2015/070 pecan - Lightweight Python web-framework PSARC 2015/071 PyCA Python Cryptography PSARC 2015/170 OpenStack client for Ironic (Bare Metal Provisioning) PSARC 2015/171 scp - python secure copy PSARC 2015/196 singledispatch - Single-dispatch generic functions for Python PSARC 2015/197 logutils - Set of handlers for standard Python logging library PSARC 2015/198 Support for enumerations in Python 2.6 and 2.7 PSARC 2015/250 paramiko - SSHv2 protocol implementation in Python 20547142 Request to integrate Ironic into userland 17502639 The Python paramiko module should be added to Userland 20172780 The Python module scp should be added to Userland 20180376 The Python module ironicclient should be added to Userland 20182588 The Python module pecan should be added to Userland 20465525 The PyCA cryptography module should be added to Userland 20904396 The Python module singledispatch should be added to Userland 20904413 The Python module logutils should be added to Userland 20917993 The Python enum34 module should be added to Userland
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
#
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    21
# Copyright (c) 2011, 2015, 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)
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    27
set name=pkg.summary \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    28
    value="A library that implements the rsync remote-delta algorithm"
375
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
set name=pkg.description \
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
    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"
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    31
set name=com.oracle.info.description \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    32
    value="the librsync rsync remote-delta algorithm library"
3661
47545fb8aed4 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 3099
diff changeset
    33
set name=com.oracle.info.tpno value=$(TPNO)
375
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
set name=info.classification \
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
    value=org.opensolaris.category.2008:System/Libraries
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 375
diff changeset
    36
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
    37
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    38
set name=org.opensolaris.arc-caseid value=PSARC/2008/245
375
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    40
dir  path=usr
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    41
dir  path=usr/bin
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    42
dir  path=usr/bin/$(MACH64)
375
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
file path=usr/bin/$(MACH64)/rdiff
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
file path=usr/bin/rdiff
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    45
dir  path=usr/include
375
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
file path=usr/include/librsync-config.h
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
file path=usr/include/librsync.h
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    48
dir  path=usr/lib
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    49
dir  path=usr/lib/$(MACH64)
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    50
link path=usr/lib/$(MACH64)/librsync.so target=librsync.so.1.0.2
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    51
link path=usr/lib/$(MACH64)/librsync.so.1 target=librsync.so.1.0.2
375
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
file path=usr/lib/$(MACH64)/librsync.so.1.0.2
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    53
link path=usr/lib/librsync.so target=librsync.so.1.0.2
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    54
link path=usr/lib/librsync.so.1 target=librsync.so.1.0.2
375
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
file path=usr/lib/librsync.so.1.0.2
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    56
dir  path=usr/share
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    57
dir  path=usr/share/doc
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    58
dir  path=usr/share/doc/librsync-0.9.7
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    59
dir  path=usr/share/doc/librsync-0.9.7/html
375
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
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    64
file path=usr/share/doc/librsync-0.9.7/html/functions.html
375
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_vars.html
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    66
file path=usr/share/doc/librsync-0.9.7/html/globals.html
375
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_defs.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_enum.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_eval.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_func.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_type.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_vars.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
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    74
file path=usr/share/doc/librsync-0.9.7/html/librsync-config_8h.html
375
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_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
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    86
dir  path=usr/share/man
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    87
dir  path=usr/share/man/man1
375
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    88
file path=usr/share/man/man1/rdiff.1
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    89
dir  path=usr/share/man/man3
375
78733b0e767a 7062798 Move librsync to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    90
file path=usr/share/man/man3/librsync.3
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    91
license librsync.copyright license=LGPLv2.1