components/zip/zip.p5m
author John Beck <John.Beck@Oracle.COM>
Mon, 01 May 2017 08:43:32 -0700
changeset 7957 39baccd8f6e8
parent 3732 0f62cc221c7e
permissions -rw-r--r--
PSARC 2017/086 stop using legacy pkg(7) actions 25977029 stop using legacy pkg(7) actions, Userland portion
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
#
7957
39baccd8f6e8 PSARC 2017/086 stop using legacy pkg(7) actions
John Beck <John.Beck@Oracle.COM>
parents: 3732
diff changeset
    21
# Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
132
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)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    27
set name=pkg.summary value="Info-Zip (zip)"
132
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    28
set name=pkg.description value="The Info-Zip (zip) compression utility"
1225
2e558aea9a28 16472248 More minor changes to license file text and .p5m action for Userland S12
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    29
set name=com.oracle.info.description value="the Info-Zip compression utility"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1922
diff changeset
    30
set name=com.oracle.info.tpno value=$(TPNO)
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 132
diff changeset
    31
set name=info.classification \
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 132
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: 181
diff changeset
    33
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
    34
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    35
set name=org.opensolaris.arc-caseid value=PSARC/1999/555
132
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    36
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    37
file path=usr/bin/zip
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    38
file path=usr/bin/zipcloak
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    39
file path=usr/bin/zipnote
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    40
file path=usr/bin/zipsplit
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    41
file path=usr/share/man/man1/zip.1
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    42
file path=usr/share/man/man1/zipcloak.1
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    43
file path=usr/share/man/man1/zipnote.1
e42ee47fca04 7021788 Migrate Info-Zip (zip) to Userland.
Jiri Sasek <jurasek@opensolaris.org>
parents:
diff changeset
    44
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
    45
license info-zip.license license=Info-ZIP