components/check/check.p5m
author Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
Sun, 26 Mar 2017 13:26:42 -0700
changeset 7803 bab5480f2396
parent 5682 94c0ca64c022
permissions -rw-r--r--
23209384 Restore developer docs for gdk-pixbuf
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4065
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
set name=pkg.fmri \
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
    value=pkg:/developer/test/check@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
set name=pkg.summary value="Check is a unit testing framework for C"
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
set name=pkg.description \
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
    value="Check is a unit testing framework for C. It features a simple interface for defining unit tests. Tests are run in a separate address space, so both assertion failures and code errors that cause segmentation faults or other signals can be caught."
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
set name=com.oracle.info.description value="Check unit testing framework"
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
set name=com.oracle.info.tpno value=$(TPNO)
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
set name=info.classification value=org.opensolaris.category.2008:Development/C
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
set name=org.opensolaris.arc-caseid value=PSARC/2014/373
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4065
diff changeset
    37
file path=usr/bin/checkmk
4065
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
file path=usr/include/check.h
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
file path=usr/include/check_stdint.h
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
link path=usr/lib/$(MACH64)/libcheck.so target=libcheck.so.0.0.0
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
link path=usr/lib/$(MACH64)/libcheck.so.0 target=libcheck.so.0.0.0
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
file path=usr/lib/$(MACH64)/libcheck.so.0.0.0
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
file path=usr/lib/$(MACH64)/pkgconfig/check.pc
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
link path=usr/lib/libcheck.so target=libcheck.so.0.0.0
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
link path=usr/lib/libcheck.so.0 target=libcheck.so.0.0.0
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
file path=usr/lib/libcheck.so.0.0.0
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
file path=usr/lib/pkgconfig/check.pc
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
file path=usr/share/aclocal/check.m4
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
file path=usr/share/info/check.info
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
file path=usr/share/man/man1/checkmk.1
15a3200fff2d PSARC 2014/373 check version 0.9.14
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
license check.license license="LGPLv2.1, FDLv1.2"