components/rsync/rsync.p5m
branchs11-update
changeset 2708 0671d3e048aa
parent 2551 0391c5c3b137
child 3071 b3248af1296a
equal deleted inserted replaced
2707:532a9ca903bf 2708:0671d3e048aa
    26     value=pkg:/network/rsync@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26     value=pkg:/network/rsync@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27 set name=pkg.description \
    27 set name=pkg.description \
    28     value="rsync - A utility that provides fast incremental file transfer and copy."
    28     value="rsync - A utility that provides fast incremental file transfer and copy."
    29 set name=pkg.summary value="rsync - faster, flexible replacement for rcp"
    29 set name=pkg.summary value="rsync - faster, flexible replacement for rcp"
    30 set name=com.oracle.info.description value="the rsync file transfer utility"
    30 set name=com.oracle.info.description value="the rsync file transfer utility"
       
    31 set name=com.oracle.info.tpno value=8788
    31 set name=info.classification \
    32 set name=info.classification \
    32     value="org.opensolaris.category.2008:Applications/System Utilities"
    33     value="org.opensolaris.category.2008:Applications/System Utilities"
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    34 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    34 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    35 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    35 set name=org.opensolaris.arc-caseid value=PSARC/2006/642
    36 set name=org.opensolaris.arc-caseid value=PSARC/2006/642
    36 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    37 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    37 
    38 
    38 dir path=usr
       
    39 dir path=usr/bin
       
    40 dir path=usr/share
       
    41 dir path=usr/share/man
       
    42 dir path=usr/share/man/man1
       
    43 dir path=usr/share/man/man5
       
    44 file path=usr/bin/rsync
    39 file path=usr/bin/rsync
    45 file rsync.1 path=usr/share/man/man1/rsync.1
    40 file rsync.1 path=usr/share/man/man1/rsync.1
    46 file rsyncd.conf.5 path=usr/share/man/man5/rsyncd.conf.5
    41 file rsyncd.conf.5 path=usr/share/man/man5/rsyncd.conf.5
    47 
    42 
    48 legacy pkg=SUNWrsync \
    43 legacy pkg=SUNWrsync \
    49     desc="rsync - A utility that provides fast incremental file transfer and copy." \
    44     desc="rsync - A utility that provides fast incremental file transfer and copy." \
    50     name="rsync - faster, flexible replacement for rcp"
    45     name="rsync - faster, flexible replacement for rcp"
    51 
    46 
    52 license rsync.license license="GPLv3, GPLv2, ISC, MIT-like, Zlib"
    47 license rsync.license license="GPLv3, Zlib"