components/findutils/findutils.p5m
author Rich Burridge <rich.burridge@oracle.com>
Tue, 07 Apr 2015 17:16:56 -0700
changeset 4060 5442feb5f71a
parent 1948 2d1537e7942d
child 5548 9c8930ad5a98
permissions -rw-r--r--
15709334 SUNBT7036618 GNU xargs problem with some UTF-8 characters 19897909 Update GNU findutils to version 4.5.14
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1085
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
4060
5442feb5f71a 15709334 SUNBT7036618 GNU xargs problem with some UTF-8 characters
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    23
# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
1085
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
#
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
set name=pkg.fmri \
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
    value=pkg:/file/gnu-findutils@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 1085
diff changeset
    29
set name=pkg.summary value="GNU findutils"
1085
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
set name=pkg.description \
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
    value="The GNU Find Utilities are the basic directory searching utilities of the GNU operating system. These programs are typically used in conjunction with other programs to provide modular and powerful directory search and file locating capabilities to other commands. The tools supplied with this package are: find - search for files in a directory hierarchy and xargs - build and execute command lines from standard input."
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 1085
diff changeset
    32
set name=com.oracle.info.description value="GNU findutils"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1882
diff changeset
    33
set name=com.oracle.info.tpno value=$(TPNO)
1085
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
set name=info.classification \
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
    value="org.opensolaris.category.2008:Applications/System Utilities"
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
1882
79ab74d321a8 PSARC 2013/349 GNU findutils 4.4.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    38
set name=org.opensolaris.arc-caseid value=LSARC/2008/531 value=PSARC/2013/349
1085
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
link path=usr/bin/gfind target=../gnu/bin/find facet.compat.gnulinks=true
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
link path=usr/bin/gxargs target=../gnu/bin/xargs facet.compat.gnulinks=true
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
# locate and updatedb are not being delivered, in favor of an external
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
# solution to the problem.
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
file usr/gnu/bin/$(MACH64)/find path=usr/gnu/bin/find
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
file usr/gnu/bin/$(MACH64)/xargs path=usr/gnu/bin/xargs
4060
5442feb5f71a 15709334 SUNBT7036618 GNU xargs problem with some UTF-8 characters
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    46
file path=usr/gnu/libexec/bigram
5442feb5f71a 15709334 SUNBT7036618 GNU xargs problem with some UTF-8 characters
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    47
file path=usr/gnu/libexec/code
5442feb5f71a 15709334 SUNBT7036618 GNU xargs problem with some UTF-8 characters
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    48
file path=usr/gnu/libexec/frcode
5442feb5f71a 15709334 SUNBT7036618 GNU xargs problem with some UTF-8 characters
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    49
file path=usr/gnu/share/info/find-maint.info
1085
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
file path=usr/gnu/share/info/find.info
4060
5442feb5f71a 15709334 SUNBT7036618 GNU xargs problem with some UTF-8 characters
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    51
file path=usr/gnu/share/info/find.info-1
5442feb5f71a 15709334 SUNBT7036618 GNU xargs problem with some UTF-8 characters
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    52
file path=usr/gnu/share/info/find.info-2
1085
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
file path=usr/gnu/share/locale/be/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
file path=usr/gnu/share/locale/bg/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
file path=usr/gnu/share/locale/ca/LC_MESSAGES/findutils.mo
1882
79ab74d321a8 PSARC 2013/349 GNU findutils 4.4.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    56
file path=usr/gnu/share/locale/cs/LC_MESSAGES/findutils.mo
1085
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
file path=usr/gnu/share/locale/da/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
file path=usr/gnu/share/locale/de/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
file path=usr/gnu/share/locale/el/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
file path=usr/gnu/share/locale/eo/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
file path=usr/gnu/share/locale/es/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    62
file path=usr/gnu/share/locale/et/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    63
file path=usr/gnu/share/locale/fi/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    64
file path=usr/gnu/share/locale/fr/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    65
file path=usr/gnu/share/locale/ga/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    66
file path=usr/gnu/share/locale/gl/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    67
file path=usr/gnu/share/locale/hr/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    68
file path=usr/gnu/share/locale/hu/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    69
file path=usr/gnu/share/locale/id/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    70
file path=usr/gnu/share/locale/it/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    71
file path=usr/gnu/share/locale/ja/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    72
file path=usr/gnu/share/locale/ko/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    73
file path=usr/gnu/share/locale/lg/LC_MESSAGES/findutils.mo
1882
79ab74d321a8 PSARC 2013/349 GNU findutils 4.4.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    74
file path=usr/gnu/share/locale/lt/LC_MESSAGES/findutils.mo
1085
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    75
file path=usr/gnu/share/locale/ms/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    76
file path=usr/gnu/share/locale/nl/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    77
file path=usr/gnu/share/locale/pl/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    78
file path=usr/gnu/share/locale/pt/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    79
file path=usr/gnu/share/locale/pt_BR/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    80
file path=usr/gnu/share/locale/ro/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    81
file path=usr/gnu/share/locale/ru/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    82
file path=usr/gnu/share/locale/rw/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    83
file path=usr/gnu/share/locale/sk/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    84
file path=usr/gnu/share/locale/sl/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    85
file path=usr/gnu/share/locale/sr/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    86
file path=usr/gnu/share/locale/sv/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    87
file path=usr/gnu/share/locale/tr/LC_MESSAGES/findutils.mo
1882
79ab74d321a8 PSARC 2013/349 GNU findutils 4.4.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    88
file path=usr/gnu/share/locale/uk/LC_MESSAGES/findutils.mo
1085
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    89
file path=usr/gnu/share/locale/vi/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    90
file path=usr/gnu/share/locale/zh_CN/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    91
file path=usr/gnu/share/locale/zh_TW/LC_MESSAGES/findutils.mo
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    92
file path=usr/gnu/share/man/man1/find.1
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    93
file path=usr/gnu/share/man/man1/xargs.1
1882
79ab74d321a8 PSARC 2013/349 GNU findutils 4.4.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    94
link path=usr/share/man/man1/gfind.1 target=../../../gnu/share/man/man1/find.1 \
79ab74d321a8 PSARC 2013/349 GNU findutils 4.4.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    95
    facet.compat.gnulinks=all
1085
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    96
link path=usr/share/man/man1/gxargs.1 \
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    97
    target=../../../gnu/share/man/man1/xargs.1 facet.compat.gnulinks=all
4060
5442feb5f71a 15709334 SUNBT7036618 GNU xargs problem with some UTF-8 characters
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    98
license findutils.license license="GPLv3, FDLv1.3"
1085
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    99
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   100
# findutils was previously in the 'desktop' consolidation. This optional
1882
79ab74d321a8 PSARC 2013/349 GNU findutils 4.4.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
   101
# dependency is here to facilitate the safe transfer of the package
1085
23b00a0af1ef 15820203 SUNBT7202643 Move findutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   102
# to the 'userland' consolidation.
1882
79ab74d321a8 PSARC 2013/349 GNU findutils 4.4.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
   103
depend type=optional \
79ab74d321a8 PSARC 2013/349 GNU findutils 4.4.2
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
   104
    fmri=consolidation/desktop/[email protected]