components/aspell/aspell.p5m
author Rich Burridge <rich.burridge@oracle.com>
Mon, 05 Oct 2015 14:26:30 -0700
changeset 4919 d8b2584438d0
child 4921 4f64e4d0a59d
permissions -rw-r--r--
PSARC 2015/228 GNU aspell 21036957 We should add aspell to Userland
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4919
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
#
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
set name=pkg.fmri \
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
    value=pkg:/text/aspell@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
set name=pkg.summary value="GNU Aspell spell checker"
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
set name=com.oracle.info.description value="the GNU Aspell spell checker"
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
set name=com.oracle.info.tpno value=$(TPNO)
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
set name=info.classification \
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
    value="org.opensolaris.category.2008:System/Text Tools"
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
set name=org.opensolaris.arc-caseid value=PSARC/2015/228
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
file usr/bin/$(MACH64)/aspell path=usr/bin/aspell
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
file usr/bin/$(MACH64)/aspell-import path=usr/bin/aspell-import
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
file usr/bin/$(MACH64)/run-with-aspell path=usr/bin/run-with-aspell
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
file usr/bin/$(MACH64)/word-list-compress path=usr/bin/word-list-compress
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
file path=usr/include/aspell.h
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
file path=usr/include/pspell/pspell.h
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
file path=usr/lib/$(MACH64)/aspell-0.60/ccpp.amf
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
file path=usr/lib/$(MACH64)/aspell-0.60/comment.amf
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
file path=usr/lib/$(MACH64)/aspell-0.60/context-filter.info
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
file path=usr/lib/$(MACH64)/aspell-0.60/context-filter.so
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
file path=usr/lib/$(MACH64)/aspell-0.60/cp1250.cmap
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
file path=usr/lib/$(MACH64)/aspell-0.60/cp1250.cset
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
file path=usr/lib/$(MACH64)/aspell-0.60/cp1251.cmap
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
file path=usr/lib/$(MACH64)/aspell-0.60/cp1251.cset
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
file path=usr/lib/$(MACH64)/aspell-0.60/cp1252.cmap
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
file path=usr/lib/$(MACH64)/aspell-0.60/cp1252.cset
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
file path=usr/lib/$(MACH64)/aspell-0.60/cp1253.cmap
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
file path=usr/lib/$(MACH64)/aspell-0.60/cp1253.cset
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
file path=usr/lib/$(MACH64)/aspell-0.60/cp1254.cmap
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
file path=usr/lib/$(MACH64)/aspell-0.60/cp1254.cset
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
file path=usr/lib/$(MACH64)/aspell-0.60/cp1255.cmap
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
file path=usr/lib/$(MACH64)/aspell-0.60/cp1255.cset
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
file path=usr/lib/$(MACH64)/aspell-0.60/cp1256.cmap
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
file path=usr/lib/$(MACH64)/aspell-0.60/cp1256.cset
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    62
file path=usr/lib/$(MACH64)/aspell-0.60/cp1257.cmap
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    63
file path=usr/lib/$(MACH64)/aspell-0.60/cp1257.cset
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    64
file path=usr/lib/$(MACH64)/aspell-0.60/cp1258.cmap
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    65
file path=usr/lib/$(MACH64)/aspell-0.60/cp1258.cset
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    66
file path=usr/lib/$(MACH64)/aspell-0.60/dvorak.kbd
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    67
file path=usr/lib/$(MACH64)/aspell-0.60/email-filter.info
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    68
file path=usr/lib/$(MACH64)/aspell-0.60/email-filter.so
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    69
file path=usr/lib/$(MACH64)/aspell-0.60/email.amf
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    70
file path=usr/lib/$(MACH64)/aspell-0.60/html-filter.info
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    71
file path=usr/lib/$(MACH64)/aspell-0.60/html.amf
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    72
file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-1.cmap
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    73
file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-1.cset
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    74
file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-10.cmap
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    75
file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-10.cset
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    76
file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-11.cmap
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    77
file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-11.cset
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    78
file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-13.cmap
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    79
file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-13.cset
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    80
file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-14.cmap
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    81
file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-14.cset
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    82
file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-15.cmap
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    83
file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-15.cset
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    84
file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-16.cmap
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    85
file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-16.cset
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    86
file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-2.cmap
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    87
file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-2.cset
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    88
file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-3.cmap
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    89
file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-3.cset
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    90
file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-4.cmap
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    91
file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-4.cset
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    92
file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-5.cmap
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    93
file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-5.cset
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    94
file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-6.cmap
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    95
file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-6.cset
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    96
file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-7.cmap
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    97
file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-7.cset
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    98
file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-8.cmap
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    99
file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-8.cset
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   100
file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-9.cmap
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   101
file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-9.cset
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   102
file path=usr/lib/$(MACH64)/aspell-0.60/ispell
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   103
file path=usr/lib/$(MACH64)/aspell-0.60/koi8-r.cmap
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   104
file path=usr/lib/$(MACH64)/aspell-0.60/koi8-r.cset
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   105
file path=usr/lib/$(MACH64)/aspell-0.60/koi8-u.cmap
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   106
file path=usr/lib/$(MACH64)/aspell-0.60/koi8-u.cset
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   107
file path=usr/lib/$(MACH64)/aspell-0.60/none.amf
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   108
file path=usr/lib/$(MACH64)/aspell-0.60/nroff-filter.info
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   109
file path=usr/lib/$(MACH64)/aspell-0.60/nroff-filter.so
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   110
file path=usr/lib/$(MACH64)/aspell-0.60/nroff.amf
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   111
file path=usr/lib/$(MACH64)/aspell-0.60/perl.amf
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   112
file path=usr/lib/$(MACH64)/aspell-0.60/sgml-filter.info
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   113
file path=usr/lib/$(MACH64)/aspell-0.60/sgml-filter.so
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   114
file path=usr/lib/$(MACH64)/aspell-0.60/sgml.amf
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   115
file path=usr/lib/$(MACH64)/aspell-0.60/spell
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   116
file path=usr/lib/$(MACH64)/aspell-0.60/split.kbd
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   117
file path=usr/lib/$(MACH64)/aspell-0.60/standard.kbd
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   118
file path=usr/lib/$(MACH64)/aspell-0.60/tex-filter.info
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   119
file path=usr/lib/$(MACH64)/aspell-0.60/tex-filter.so
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   120
file path=usr/lib/$(MACH64)/aspell-0.60/tex.amf
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   121
file path=usr/lib/$(MACH64)/aspell-0.60/texinfo-filter.info
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   122
file path=usr/lib/$(MACH64)/aspell-0.60/texinfo-filter.so
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   123
file path=usr/lib/$(MACH64)/aspell-0.60/texinfo.amf
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   124
file path=usr/lib/$(MACH64)/aspell-0.60/url.amf
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   125
link path=usr/lib/$(MACH64)/libaspell.so target=libaspell.so.15.1.5
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   126
link path=usr/lib/$(MACH64)/libaspell.so.15 target=libaspell.so.15.1.5
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   127
file path=usr/lib/$(MACH64)/libaspell.so.15.1.5
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   128
link path=usr/lib/libaspell.so target=libaspell.so.15.1.5
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   129
link path=usr/lib/libaspell.so.15 target=libaspell.so.15.1.5
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   130
file path=usr/lib/libaspell.so.15.1.5
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   131
file path=usr/share/info/aspell-dev.info
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   132
file path=usr/share/info/aspell.info
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   133
file path=usr/share/locale/ast/LC_MESSAGES/aspell.mo
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   134
file path=usr/share/locale/be/LC_MESSAGES/aspell.mo
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   135
file path=usr/share/locale/ca/LC_MESSAGES/aspell.mo
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   136
file path=usr/share/locale/cs/LC_MESSAGES/aspell.mo
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   137
file path=usr/share/locale/da/LC_MESSAGES/aspell.mo
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   138
file path=usr/share/locale/de/LC_MESSAGES/aspell.mo
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   139
file path=usr/share/locale/en_GB/LC_MESSAGES/aspell.mo
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   140
file path=usr/share/locale/es/LC_MESSAGES/aspell.mo
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   141
file path=usr/share/locale/fi/LC_MESSAGES/aspell.mo
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   142
file path=usr/share/locale/fr/LC_MESSAGES/aspell.mo
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   143
file path=usr/share/locale/ga/LC_MESSAGES/aspell.mo
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   144
file path=usr/share/locale/id/LC_MESSAGES/aspell.mo
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   145
file path=usr/share/locale/it/LC_MESSAGES/aspell.mo
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   146
file path=usr/share/locale/ja/LC_MESSAGES/aspell.mo
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   147
file path=usr/share/locale/mn/LC_MESSAGES/aspell.mo
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   148
file path=usr/share/locale/ms/LC_MESSAGES/aspell.mo
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   149
file path=usr/share/locale/nl/LC_MESSAGES/aspell.mo
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   150
file path=usr/share/locale/pt_BR/LC_MESSAGES/aspell.mo
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   151
file path=usr/share/locale/ro/LC_MESSAGES/aspell.mo
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   152
file path=usr/share/locale/ru/LC_MESSAGES/aspell.mo
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   153
file path=usr/share/locale/rw/LC_MESSAGES/aspell.mo
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   154
file path=usr/share/locale/sk/LC_MESSAGES/aspell.mo
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   155
file path=usr/share/locale/sl/LC_MESSAGES/aspell.mo
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   156
file path=usr/share/locale/sr/LC_MESSAGES/aspell.mo
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   157
file path=usr/share/locale/sv/LC_MESSAGES/aspell.mo
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   158
file path=usr/share/locale/tg/LC_MESSAGES/aspell.mo
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   159
file path=usr/share/locale/uk/LC_MESSAGES/aspell.mo
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   160
file path=usr/share/locale/vi/LC_MESSAGES/aspell.mo
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   161
file path=usr/share/locale/wa/LC_MESSAGES/aspell.mo
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   162
file path=usr/share/locale/zh_CN/LC_MESSAGES/aspell.mo
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   163
file path=usr/share/man/man1/aspell-import.1
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   164
file path=usr/share/man/man1/aspell.1
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   165
file path=usr/share/man/man1/run-with-aspell.1
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   166
file path=usr/share/man/man1/word-list-compress.1
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   167
license COPYING license=LGPLv2.1
d8b2584438d0 PSARC 2015/228 GNU aspell
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   168
depend type=require fmri=text/aspell-en