components/gnupth/gnupth.p5m
author Jacob Varughese <jacob.varughese@oracle.com>
Wed, 24 Feb 2016 14:19:35 -0800
branchs11u3-sru
changeset 5494 4d99913076de
parent 3734 24181f5eb463
permissions -rw-r--r--
22188277 upgrade openscap to 1.2.6 21051102 Need smfproperty probe to check smfproperty values in OVAL 21928864 oscap is limited to processing 32K records due to memory checks in the code 21636352 Fix the cpe OVAL checks
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
250
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     1
#
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     3
#
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     7
#
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    12
#
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    18
#
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    20
#
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    21
# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
250
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    22
#
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    23
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    24
set name=pkg.fmri \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    25
    value=pkg:/library/pth@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
250
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    26
set name=pkg.summary value="The GNU Portable Threads Library"
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    27
set name=pkg.description \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    28
    value="A portable POSIX/ANSI-C based library for Unix platforms providing non-preemptive priority-based scheduling for multiple threads"
2551
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    29
set name=com.oracle.info.description value="the GNU Portable Threads Library"
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    30
set name=com.oracle.info.tpno value=$(TPNO)
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    31
set name=info.classification \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    32
    value=org.opensolaris.category.2008:System/Libraries
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 250
diff changeset
    33
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    34
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    35
set name=org.opensolaris.arc-caseid value=PSARC/2009/397
250
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    36
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    37
#
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    38
#
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    39
file path=usr/bin/pth-config
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    40
file path=usr/include/pth.h
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    41
link path=usr/lib/$(MACH64)/libpth.so target=libpth.so.20.0.27
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    42
link path=usr/lib/$(MACH64)/libpth.so.20 target=libpth.so.20.0.27
250
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    43
file path=usr/lib/$(MACH64)/libpth.so.20.0.27
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    44
#
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    45
link path=usr/lib/libpth.so target=libpth.so.20.0.27
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    46
link path=usr/lib/libpth.so.20 target=libpth.so.20.0.27
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    47
file path=usr/lib/libpth.so.20.0.27
250
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    48
file path=usr/share/aclocal/pth.m4
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    49
file path=usr/share/man/man1/pth-config.1
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    50
file path=usr/share/man/man3/pth.3
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    51
#
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    52
license gnupth.license license=LGPLv2.1