components/zip/zip.p5m
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 11 Mar 2013 10:38:09 -0700
branchs11-update
changeset 2520 ceec631e74d1
parent 609 775168282b2f
child 1205 6c6c27bcf9ac
child 2551 0391c5c3b137
permissions -rw-r--r--
Close of build 10.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
132
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
     1
#
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
     2
# CDDL HEADER START
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
     3
#
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
     7
#
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    11
# and limitations under the License.
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    12
#
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    18
#
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    19
# CDDL HEADER END
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    20
#
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    21
# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    22
#
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    23
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 132
diff changeset
    24
<transform file path=usr.*/man/.+ -> default mangler.man.stability committed>
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 132
diff changeset
    25
set name=pkg.fmri \
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 132
diff changeset
    26
    value=pkg:/compress/zip@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
132
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    27
set name=pkg.description value="The Info-Zip (zip) compression utility"
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 132
diff changeset
    28
set name=pkg.summary value="Info-Zip (zip)"
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 132
diff changeset
    29
set name=info.classification \
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 132
diff changeset
    30
    value="org.opensolaris.category.2008:Applications/System Utilities"
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 181
diff changeset
    31
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 464
diff changeset
    32
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 181
diff changeset
    33
set name=org.opensolaris.arc-caseid \
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 181
diff changeset
    34
    value=PSARC/1999/555
132
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    35
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    36
dir path=usr
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    37
dir path=usr/bin
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    38
dir path=usr/share
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    39
dir path=usr/share/man
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    40
dir path=usr/share/man/man1
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    41
file path=usr/bin/zip
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    42
file path=usr/bin/zipcloak
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    43
file path=usr/bin/zipnote
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    44
file path=usr/bin/zipsplit
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    45
file path=usr/share/man/man1/zip.1
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    46
file path=usr/share/man/man1/zipcloak.1
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    47
file path=usr/share/man/man1/zipnote.1
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    48
file path=usr/share/man/man1/zipsplit.1
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 132
diff changeset
    49
legacy pkg=SUNWzip desc="The Info-Zip (zip) compression utility" \
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 132
diff changeset
    50
    name="The Info-Zip (zip) compression utility"
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 132
diff changeset
    51
license info-zip.license license=Info-ZIP