components/pigz/pigz.p5m
author John Beck <John.Beck@Oracle.COM>
Wed, 20 Mar 2013 10:12:13 -0700
changeset 1226 5e2a9b83712f
child 1251 f1fb66b52f41
permissions -rw-r--r--
PSARC 2012/357 pigz 15824048 SUNBT7205721 bring pigz into userland consolidation

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#

#
# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
#

<transform file path=usr.*/man/.+ -> default mangler.man.stability Uncommitted>
set name=pkg.fmri \
    value=pkg:/compress/pigz@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="parallel implementation of gzip"
set name=pkg.description \
    value="Pigz compresses using threads to make use of multiple processors and cores. The compressed data format generated is in the gzip, zlib, or single-entry zip format using the deflate compression method."
set name=com.oracle.info.description value="parallel gzip"
set name=com.oracle.info.tpno value=11152
set name=info.classification \
    value="org.opensolaris.category.2008:Applications/System Utilities"
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=info.upstream value="Mark Adler <[email protected]>"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=org.opensolaris.arc-caseid value=PSARC/2012/357
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
dir  path=usr
dir  path=usr/bin
file pigz path=usr/bin/pigz
link path=usr/bin/unpigz target=pigz
dir  path=usr/share
dir  path=usr/share/man
dir  path=usr/share/man/man1
file pigz.1 path=usr/share/man/man1/pigz.1
license pigz.license license=BSD-like