components/indent/indent.p5m
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Tue, 09 Apr 2013 10:37:15 -0700
changeset 1251 f1fb66b52f41
parent 1208 8071b2820035
child 1730 31e3db6b78ba
permissions -rw-r--r--
16611225 foomatic-rip delivers obsolete LP functionality 16611235 foomatic-rip and foomatic-db-engine should have the same sysconfdir 16611239 sysmon message file package manifest has wrong FMRI 16611251 userland pkglint should not double report pkg.linted messages 16611268 userland needs pkg.linted cleanup. 16611270 userland manifests shouldn't have dir actions
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1208
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
set name=pkg.fmri \
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
    value=pkg:/developer/gnu-indent@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
set name=pkg.summary \
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
    value="GNU indent changes the appearance of a C program by inserting or deleting whitespace."
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
set name=pkg.description \
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
    value="GNU indent can be used to make C code easier to read. It can also convert from one style of writing C to another. It understands a substantial amount about the syntax of C, but it also attempts to cope with incomplete and misformed syntax."
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
set name=com.oracle.info.description value="GNU indent"
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
set name=com.oracle.info.tpno value=12225
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
set name=info.classification value=org.opensolaris.category.2008:Development/GNU
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
set name=org.opensolaris.arc-caseid value=PSARC/2013/004
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
file usr/bin/$(MACH64)/indent path=usr/bin/indent
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
file path=usr/doc/indent/indent.html
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
file path=usr/info/dir
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
file path=usr/info/indent.info
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
file path=usr/share/locale/ca/LC_MESSAGES/indent.mo
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
file path=usr/share/locale/da/LC_MESSAGES/indent.mo
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
file path=usr/share/locale/de/LC_MESSAGES/indent.mo
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
file path=usr/share/locale/eo/LC_MESSAGES/indent.mo
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
file path=usr/share/locale/et/LC_MESSAGES/indent.mo
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
file path=usr/share/locale/fi/LC_MESSAGES/indent.mo
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
file path=usr/share/locale/fr/LC_MESSAGES/indent.mo
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
file path=usr/share/locale/gl/LC_MESSAGES/indent.mo
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
file path=usr/share/locale/hu/LC_MESSAGES/indent.mo
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
file path=usr/share/locale/it/LC_MESSAGES/indent.mo
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
file path=usr/share/locale/ja/LC_MESSAGES/indent.mo
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
file path=usr/share/locale/ko/LC_MESSAGES/indent.mo
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
file path=usr/share/locale/nl/LC_MESSAGES/indent.mo
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
file path=usr/share/locale/pl/LC_MESSAGES/indent.mo
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
file path=usr/share/locale/pt_BR/LC_MESSAGES/indent.mo
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
file path=usr/share/locale/ru/LC_MESSAGES/indent.mo
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
file path=usr/share/locale/sk/LC_MESSAGES/indent.mo
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
file path=usr/share/locale/sv/LC_MESSAGES/indent.mo
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
file path=usr/share/locale/tr/LC_MESSAGES/indent.mo
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
file path=usr/share/locale/zh_TW.Big5/LC_MESSAGES/indent.mo
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    62
file path=usr/share/man/man1/indent.1
8071b2820035 PSARC 2013/004 GNU indent 2.2.9
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    63
license indent.license license=GPLV2