components/unzip/unzip.p5m
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Tue, 09 Apr 2013 10:37:15 -0700
changeset 1251 f1fb66b52f41
parent 1205 6c6c27bcf9ac
child 1280 9847177a3644
permissions -rw-r--r--
16611225 foomatic-rip delivers obsolete LP functionality 16611235 foomatic-rip and foomatic-db-engine should have the same sysconfdir 16611239 sysmon message file package manifest has wrong FMRI 16611251 userland pkglint should not double report pkg.linted messages 16611268 userland needs pkg.linted cleanup. 16611270 userland manifests shouldn't have dir actions
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
188
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
     1
#
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
     2
# CDDL HEADER START
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
     3
#
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
     7
#
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    11
# and limitations under the License.
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    12
#
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    18
#
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    19
# CDDL HEADER END
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    20
#
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    21
# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
188
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    22
#
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    23
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    24
<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    25
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    26
set name=pkg.fmri \
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    27
    value=pkg:/compress/unzip@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    28
set name=pkg.description value="The Info-Zip (unzip) decompression utility"
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    29
set name=pkg.summary value="Info-Zip (unzip)"
1205
6c6c27bcf9ac 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 unzip decompression utility"
188
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    31
set name=info.classification \
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    32
    value="org.opensolaris.category.2008:Applications/System Utilities "
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 188
diff changeset
    33
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 188
diff changeset
    34
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 188
diff changeset
    35
set name=org.opensolaris.arc-caseid \
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 188
diff changeset
    36
    value=PSARC/1999/555
188
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    37
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    38
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    39
license info-zip.license license="Info-ZIP"
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    40
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    41
file path=usr/bin/funzip
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    42
file path=usr/bin/unzip
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    43
file path=usr/bin/unzipsfx
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    44
file path=usr/bin/zipgrep
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    45
link path=usr/bin/zipinfo target=unzip
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    46
file path=usr/share/man/man1/funzip.1
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    47
file path=usr/share/man/man1/unzip.1
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    48
file path=usr/share/man/man1/unzipsfx.1
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    49
file path=usr/share/man/man1/zipinfo.1
64b262c9d53f 7036934 Move unzip to userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    50
file path=usr/share/man/man1/zipgrep.1