components/pixz/pixz.p5m
author John Beck <John.Beck@Oracle.COM>
Fri, 13 Jun 2014 12:36:52 -0700
changeset 1948 2d1537e7942d
parent 1318 e26b2e3ea279
child 5670 0a64c2dc45bc
permissions -rw-r--r--
18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1318
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     1
#
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     3
#
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     7
#
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    12
#
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    18
#
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    20
#
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    21
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    22
#
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1318
diff changeset
    23
# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
1318
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    24
#
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    25
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    26
<transform file path=usr.*/man/.+ -> default mangler.man.stability Uncommitted>
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    27
set name=pkg.fmri \
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    28
    value=pkg:/compress/pixz@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    29
set name=pkg.summary value="parallel indexing version of XZ"
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    30
set name=pkg.description \
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    31
    value="pixz compresses and decompresses files using multiple processors. If the input looks like a tar(1) archive, it also creates an index of all the files in the archive. This allows the extraction of only a small segment of the tarball, without needing to decompress the entire archive."
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    32
set name=com.oracle.info.description value="parallel indexing version of XZ"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1318
diff changeset
    33
set name=com.oracle.info.tpno value=$(TPNO)
1318
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    34
set name=info.classification \
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    35
    value="org.opensolaris.category.2008:Applications/System Utilities"
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    36
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    37
set name=info.upstream value="Dave Vasilevsky <[email protected]>"
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    38
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    39
set name=org.opensolaris.arc-caseid value=PSARC/2012/358
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    40
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    41
file pixz path=usr/bin/pixz
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    42
file pixz.1 path=usr/share/man/man1/pixz.1
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    43
license LICENSE license=BSD-like