components/rsync/rsync.p5m
author Sowrabha H G<sowrabha.hg@oracle.com>
Wed, 15 Jul 2015 08:08:35 -0700
branchs11u2-sru
changeset 4650 7a924b284d8d
parent 3071 b3248af1296a
child 3661 47545fb8aed4
permissions -rw-r--r--
20479968 net-snmp-config --create-snmpv3-user in GZ fails when snmpd is running in NGZ
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
217
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     1
#
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     2
# CDDL HEADER START
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     3
#
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     7
#
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    11
# and limitations under the License.
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    12
#
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    18
#
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    19
# CDDL HEADER END
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    20
#
3071
b3248af1296a 18414592 update rsync to 3.1.0
Danek Duvall <danek.duvall@oracle.com>
parents: 2708
diff changeset
    21
b3248af1296a 18414592 update rsync to 3.1.0
Danek Duvall <danek.duvall@oracle.com>
parents: 2708
diff changeset
    22
#
b3248af1296a 18414592 update rsync to 3.1.0
Danek Duvall <danek.duvall@oracle.com>
parents: 2708
diff changeset
    23
# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
217
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    24
#
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    25
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    26
<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    27
set name=pkg.fmri \
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    28
    value=pkg:/network/rsync@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
3071
b3248af1296a 18414592 update rsync to 3.1.0
Danek Duvall <danek.duvall@oracle.com>
parents: 2708
diff changeset
    29
set name=pkg.summary value="fast incremental file transfer utility"
217
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    30
set name=pkg.description \
3071
b3248af1296a 18414592 update rsync to 3.1.0
Danek Duvall <danek.duvall@oracle.com>
parents: 2708
diff changeset
    31
    value="rsync is a utility that synchronizes files and directories from one location to another while minimizing data transfer by using delta encoding when appropriate."
2551
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 464
diff changeset
    32
set name=com.oracle.info.description value="the rsync file transfer utility"
3071
b3248af1296a 18414592 update rsync to 3.1.0
Danek Duvall <danek.duvall@oracle.com>
parents: 2708
diff changeset
    33
set name=com.oracle.info.tpno value=16940
217
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    34
set name=info.classification \
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    35
    value="org.opensolaris.category.2008:Applications/System Utilities"
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 217
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: 217
diff changeset
    37
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 217
diff changeset
    38
set name=org.opensolaris.arc-caseid value=PSARC/2006/642
217
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    39
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
3071
b3248af1296a 18414592 update rsync to 3.1.0
Danek Duvall <danek.duvall@oracle.com>
parents: 2708
diff changeset
    40
#
217
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    41
file path=usr/bin/rsync
3071
b3248af1296a 18414592 update rsync to 3.1.0
Danek Duvall <danek.duvall@oracle.com>
parents: 2708
diff changeset
    42
file path=usr/share/man/man1/rsync.1
b3248af1296a 18414592 update rsync to 3.1.0
Danek Duvall <danek.duvall@oracle.com>
parents: 2708
diff changeset
    43
file path=usr/share/man/man5/rsyncd.conf.5
b3248af1296a 18414592 update rsync to 3.1.0
Danek Duvall <danek.duvall@oracle.com>
parents: 2708
diff changeset
    44
#
217
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    45
legacy pkg=SUNWrsync \
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    46
    desc="rsync - A utility that provides fast incremental file transfer and copy." \
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    47
    name="rsync - faster, flexible replacement for rcp"
3071
b3248af1296a 18414592 update rsync to 3.1.0
Danek Duvall <danek.duvall@oracle.com>
parents: 2708
diff changeset
    48
#
2708
0671d3e048aa 15752593 SUNBT7107925 bump rsync to 3.0.9
klauw <ken.lauw@oracle.com>
parents: 2551
diff changeset
    49
license rsync.license license="GPLv3, Zlib"