components/libarchive/libarchive.p5m
changeset 1316 22b5cf35a3ea
child 1948 2d1537e7942d
equal deleted inserted replaced
1315:4a5fc1fadc50 1316:22b5cf35a3ea
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 
       
    22 #
       
    23 # Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 <transform file path=usr.*/man/.+ -> default mangler.man.stability Uncommitted>
       
    27 # All man pages are pulled from $(COMPONENT_SRC)/doc/man and have a .3 suffix
       
    28 <transform file path=usr.*/man/man.+/(.+[.]3).*$ -> set action.hash %<\1> >
       
    29 set name=pkg.fmri \
       
    30     value=pkg:/library/libarchive@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    31 set name=pkg.summary value="multi-format archive and compression library"
       
    32 set name=pkg.description \
       
    33     value="The libarchive(3LIB) library provides a flexible interface for reading and writing archives in various formats such as tar(1) and cpio(1). libarchive also supports reading and writing archives compressed using various compression filters such as gzip(1) and bzip2(1). The library is inherently stream-oriented; readers serially iterate through the archive, writers serially add things to the archive."
       
    34 set name=com.oracle.info.description \
       
    35     value="multi-format archive and compression library"
       
    36 set name=com.oracle.info.tpno value=11624
       
    37 set name=info.classification \
       
    38     value=org.opensolaris.category.2008:System/Libraries
       
    39 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    40 set name=info.upstream value="Tim Kientzle <[email protected]>"
       
    41 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    42 set name=org.opensolaris.arc-caseid value=PSARC/2012/356
       
    43 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    44 file path=usr/include/archive.h
       
    45 file path=usr/include/archive_entry.h
       
    46 link path=usr/lib/$(MACH64)/libarchive.so target=libarchive.so.12.0.4
       
    47 link path=usr/lib/$(MACH64)/libarchive.so.12 target=libarchive.so.12.0.4
       
    48 file path=usr/lib/$(MACH64)/libarchive.so.12.0.4
       
    49 file path=usr/lib/$(MACH64)/pkgconfig/libarchive.pc
       
    50 link path=usr/lib/libarchive.so target=libarchive.so.12
       
    51 link path=usr/lib/libarchive.so.12 target=libarchive.so.12.0.4
       
    52 file path=usr/lib/libarchive.so.12.0.4
       
    53 file path=usr/lib/pkgconfig/libarchive.pc
       
    54 file path=usr/share/man/man3archive/archive_entry.3archive
       
    55 file path=usr/share/man/man3archive/archive_entry_acl.3archive
       
    56 file path=usr/share/man/man3archive/archive_entry_linkify.3archive
       
    57 file path=usr/share/man/man3archive/archive_entry_paths.3archive
       
    58 file path=usr/share/man/man3archive/archive_entry_perms.3archive
       
    59 file path=usr/share/man/man3archive/archive_entry_stat.3archive
       
    60 file path=usr/share/man/man3archive/archive_entry_time.3archive
       
    61 file path=usr/share/man/man3archive/archive_read.3archive
       
    62 file path=usr/share/man/man3archive/archive_read_disk.3archive
       
    63 file path=usr/share/man/man3archive/archive_read_set_options.3archive
       
    64 file path=usr/share/man/man3archive/archive_util.3archive
       
    65 file path=usr/share/man/man3archive/archive_write.3archive
       
    66 file path=usr/share/man/man3archive/archive_write_disk.3archive
       
    67 file path=usr/share/man/man3archive/archive_write_set_options.3archive
       
    68 file path=usr/share/man/man3lib/libarchive.3lib
       
    69 file libarchive-formats.5 path=usr/share/man/man4/libarchive-formats.4
       
    70 license libarchive.license license=BSD-like