components/mutt/mutt.p5m
author John Beck <John.Beck@Oracle.COM>
Wed, 25 Sep 2013 14:55:34 -0700
changeset 1484 01108fd9c6ef
parent 1397 5bfdc9708efe
child 1948 2d1537e7942d
permissions -rw-r--r--
PSARC 2013/140 greenlet version 0.4.0 - Python coroutines module PSARC 2013/142 iso8601 version 0.1.4 - Python date parsing module PSARC 2013/143 jsonpointer PSARC 2013/145 tempita version 0.5.1 - Python templating language module PSARC 2013/149 httplib2 version 0.8 PSARC 2013/150 prettytable version 0.7.2 PSARC 2013/151 jsonpatch PSARC 2013/152 repoze.lru version 0.6 PSARC 2013/153 Paste version 1.7.5.1 PSARC 2013/154 jsonschema PSARC 2013/156 webob version 1.2.3 PSARC 2013/157 routes version 1.13 PSARC 2013/161 anyjson PSARC 2013/164 paste.deploy version 1.5.0 PSARC 2013/165 FormEncode version 1.2.6 PSARC 2013/168 py-amqp version 1.0.11 PSARC 2013/170 eventlet PSARC 2013/171 passlib PSARC 2013/172 warlock PSARC 2013/173 sqlalchemy PSARC 2013/174 sqlalchemy-migrate PSARC 2013/175 rabbitmq PSARC 2013/176 pyrabbit PSARC 2013/177 librabbitmq PSARC 2013/179 filechunkio version 1.5 PSARC 2013/180 boto version 2.9.2 PSARC 2013/183 python-ldap version 2.4.10 PSARC 2013/187 Kombu version 2.5.10 PSARC 2013/241 six version 1.3.0 PSARC 2013/242 d2to1 version 0.2.10 PSARC 2013/245 stevedore version 0.10 PSARC 2013/246 pbr version 0.5.18 PSARC 2013/250 pyparsing version 1.5.7 PSARC 2013/251 cliff version 1.4 PSARC 2013/252 cmd2 version 0.6.5.1 PSARC 2013/253 suds version 0.4 PSARC 2013/254 alembic version 0.5.0 PSARC 2013/255 requests version 1.2.3 PSARC 2013/256 markupsafe version 0.18 PSARC 2013/279 importlib version 1.0.2 PSARC 2013/280 ordereddict version 1.1 16665240 The Python greenlet module should be added to Userland 16667497 add the Python eventlet module to Userland 16672571 The Python iso8601 module should be added to Userland 16679500 The Python prettytable module should be added to Userland 16682029 add the Python jsonschema module to Userland 16682050 add the Python anyjson module to Userland 16685766 The Python tempita module should be added to Userland 16688436 add the Python passlib module to Userland 16693200 The Python repoze.lru module should be added to Userland 16699958 The Python webob module should be added to Userland 16699986 The Python paste module should be added to Userland 16710493 The Python paste.deploy module should be added to Userland 16724221 The Python routes module should be added to Userland 16732554 add the Python jsonpatch module to Userland 16732628 add the Python jsonpointer module to Userland 16732673 add the Python warlock module to Userland 16734803 The Python formencode module should be added to Userland 16734806 The Python kombu module should be added to Userland 16734807 The Python httplib2 module should be added to Userland 16734808 The Python boto module should be added to Userland 16734812 The Python py-amqp module should be added to Userland 16740335 add the Python sqlalchemy module to Userland 16740866 add the Python sqlalchemy-migrate module to Userland 16746942 The python-ldap module should be added to Userland 16756023 The Python filechunkio module should be added to Userland 16776524 add RabbitMQ to Userland 16783170 add the Python librabbitmq module to Userland 16789370 add the Python pyrabbit module to Userland 17079852 The Python six module should be added to Userland 17081922 The Python pbr module should be added to Userland 17081941 The Python stevedore module should be added to Userland 17081952 The Python d2to1 module should be added to Userland 17171265 The Python pyparsing module should be added to Userland 17171761 The Python cliff module should be added to Userland 17171787 The Python cmd2 module should be added to Userland 17171805 The Python suds module should be added to Userland 17171821 The Python alembic module should be added to Userland 17171836 The Python requests module should be added to Userland 17171847 The Python markupsafe module should be added to Userland 17285026 The Python importlib module should be added to Userland 17285066 The Python ordereddict module should be added to Userland
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
257
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
     1
#
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
     3
#
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
     7
#
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    12
#
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    18
#
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    20
#
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 986
diff changeset
    21
# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
257
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    22
#
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    23
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    24
<transform file path=usr.*/man/.+/flea\.1$ -> default mangler.man.stability uncommitted>
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    25
<transform file path=usr.*/man/.+/mutt\.1$ -> default mangler.man.stability uncommitted>
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    26
<transform file path=usr.*/man/.+/muttbug\.1$ -> default mangler.man.stability uncommitted>
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    27
<transform file path=usr.*/man/.+/pgpewrap\.1$ -> default mangler.man.stability volatile>
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    28
<transform file path=usr.*/man/.+/pgpring\.1$ -> default mangler.man.stability volatile>
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    29
<transform file path=usr.*/man/.+/smime_keys\.1$ -> default mangler.man.stability volatile>
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    30
<transform file path=usr.*/man/.+/mbox\.5$ -> default mangler.man.stability committed>
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    31
<transform file path=usr.*/man/.+/mmdf\.5$ -> default mangler.man.stability committed>
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    32
<transform file path=usr.*/man/.+/muttrc\.5$ -> default mangler.man.stability volatile>
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    33
<transform file path=etc/mutt/Muttrc$ -> default mode 0644>
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    34
<transform file path=etc/mutt/Muttrc$ -> default preserve renamenew>
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    35
<transform file path=etc/mutt/mime.types$ -> default mode 0644>
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    36
<transform file path=etc/mutt/mime.types$ -> default preserve renamenew>
587
9cc973a7ad62 7060335 several components contain version in their legacy actions' descriptions
Rich Burridge <rich.burridge@oracle.com>
parents: 464
diff changeset
    37
set name=pkg.fmri value=pkg:/mail/mutt@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
257
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    38
set name=pkg.summary value="The Mutt E-Mail Client"
1260
edecf9fcf54d 16624941 enable 64-bit for mutt
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    39
set name=pkg.description \
edecf9fcf54d 16624941 enable 64-bit for mutt
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    40
    value="Mutt is a small but very powerful text-based mail client for Unix operating systems."
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 986
diff changeset
    41
set name=com.oracle.info.description value="the Mutt email client"
1397
5bfdc9708efe 17166668 Enter fetchmail's TPNO # in its package metadata
John Beck <John.Beck@Oracle.COM>
parents: 1260
diff changeset
    42
set name=com.oracle.info.tpno value=9259
1260
edecf9fcf54d 16624941 enable 64-bit for mutt
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    43
set name=info.classification \
edecf9fcf54d 16624941 enable 64-bit for mutt
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    44
    value=org.opensolaris.category.2008:Applications/Internet
edecf9fcf54d 16624941 enable 64-bit for mutt
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    45
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 257
diff changeset
    46
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
1260
edecf9fcf54d 16624941 enable 64-bit for mutt
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    47
set name=org.opensolaris.arc-caseid value=PSARC/2008/135
257
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    48
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    49
file path=etc/mutt/Muttrc
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    50
file path=etc/mutt/Muttrc.dist
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    51
file path=etc/mutt/mime.types
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    52
file path=etc/mutt/mime.types.dist
1260
edecf9fcf54d 16624941 enable 64-bit for mutt
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    53
file usr/bin/$(MACH64)/flea path=usr/bin/flea
edecf9fcf54d 16624941 enable 64-bit for mutt
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    54
file usr/bin/$(MACH64)/mutt path=usr/bin/mutt
edecf9fcf54d 16624941 enable 64-bit for mutt
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    55
file usr/bin/$(MACH64)/muttbug path=usr/bin/muttbug
edecf9fcf54d 16624941 enable 64-bit for mutt
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    56
file usr/bin/$(MACH64)/pgpewrap path=usr/bin/pgpewrap
edecf9fcf54d 16624941 enable 64-bit for mutt
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    57
file usr/bin/$(MACH64)/pgpring path=usr/bin/pgpring
edecf9fcf54d 16624941 enable 64-bit for mutt
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    58
file usr/bin/$(MACH64)/smime_keys path=usr/bin/smime_keys
257
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    59
file path=usr/share/doc/mutt/COPYRIGHT
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    60
file path=usr/share/doc/mutt/ChangeLog
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    61
file path=usr/share/doc/mutt/GPL
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    62
file path=usr/share/doc/mutt/INSTALL
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    63
file path=usr/share/doc/mutt/NEWS
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    64
file path=usr/share/doc/mutt/PGP-Notes.txt
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    65
file path=usr/share/doc/mutt/README
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    66
file path=usr/share/doc/mutt/README.SECURITY
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    67
file path=usr/share/doc/mutt/README.SSL
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    68
file path=usr/share/doc/mutt/TODO
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    69
file path=usr/share/doc/mutt/advancedusage.html
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    70
file path=usr/share/doc/mutt/applying-patches.txt
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    71
file path=usr/share/doc/mutt/configuration.html
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    72
file path=usr/share/doc/mutt/devel-notes.txt
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    73
file path=usr/share/doc/mutt/gettingstarted.html
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    74
file path=usr/share/doc/mutt/index.html
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    75
file path=usr/share/doc/mutt/intro.html
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    76
file path=usr/share/doc/mutt/manual.html
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    77
file path=usr/share/doc/mutt/manual.txt
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    78
file path=usr/share/doc/mutt/mimesupport.html
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    79
file path=usr/share/doc/mutt/miscellany.html
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    80
file path=usr/share/doc/mutt/optionalfeatures.html
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    81
file path=usr/share/doc/mutt/patch-notes.txt
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    82
file path=usr/share/doc/mutt/reference.html
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    83
file path=usr/share/doc/mutt/samples/Mush.rc
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    84
file path=usr/share/doc/mutt/samples/Pine.rc
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    85
file path=usr/share/doc/mutt/samples/Tin.rc
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    86
file path=usr/share/doc/mutt/samples/ca-bundle.crt
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    87
file path=usr/share/doc/mutt/samples/colors.default
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    88
file path=usr/share/doc/mutt/samples/colors.linux
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    89
file path=usr/share/doc/mutt/samples/gpg.rc
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    90
file path=usr/share/doc/mutt/samples/iconv/iconv.aix-3.2.5.rc
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    91
file path=usr/share/doc/mutt/samples/iconv/iconv.aix-4.1.5.rc
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    92
file path=usr/share/doc/mutt/samples/iconv/iconv.aix-4.2.0.rc
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    93
file path=usr/share/doc/mutt/samples/iconv/iconv.aix-4.3.2.rc
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    94
file path=usr/share/doc/mutt/samples/iconv/iconv.freebsd-3.3.rc
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    95
file path=usr/share/doc/mutt/samples/iconv/iconv.glibc-2.1.3.rc
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    96
file path=usr/share/doc/mutt/samples/iconv/iconv.glibc-2.1.90.rc
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    97
file path=usr/share/doc/mutt/samples/iconv/iconv.hpux-10.01.rc
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    98
file path=usr/share/doc/mutt/samples/iconv/iconv.hpux-10.20.rc
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    99
file path=usr/share/doc/mutt/samples/iconv/iconv.hpux-11.00.rc
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   100
file path=usr/share/doc/mutt/samples/iconv/iconv.irix-6.5.rc
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   101
file path=usr/share/doc/mutt/samples/iconv/iconv.osf1-4.0a.rc
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   102
file path=usr/share/doc/mutt/samples/iconv/iconv.osf1-4.0d.rc
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   103
file path=usr/share/doc/mutt/samples/iconv/iconv.solaris-2.4.rc
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   104
file path=usr/share/doc/mutt/samples/iconv/iconv.solaris-2.5.1.rc
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   105
file path=usr/share/doc/mutt/samples/iconv/iconv.solaris-2.6-cjk.rc
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   106
file path=usr/share/doc/mutt/samples/iconv/iconv.solaris-2.6.rc
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   107
file path=usr/share/doc/mutt/samples/iconv/iconv.solaris-2.7.rc
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   108
file path=usr/share/doc/mutt/samples/mutt_xtitle
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   109
file path=usr/share/doc/mutt/samples/pgp2.rc
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   110
file path=usr/share/doc/mutt/samples/pgp5.rc
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   111
file path=usr/share/doc/mutt/samples/pgp6.rc
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   112
file path=usr/share/doc/mutt/samples/sample.mailcap
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   113
file path=usr/share/doc/mutt/samples/sample.muttrc
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   114
file path=usr/share/doc/mutt/samples/sample.muttrc-tlr
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   115
file path=usr/share/doc/mutt/samples/smime.rc
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   116
file path=usr/share/doc/mutt/samples/smime_keys_test.pl
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   117
file path=usr/share/doc/mutt/security.html
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   118
file path=usr/share/doc/mutt/smime-notes.txt
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   119
file path=usr/share/doc/mutt/tuning.html
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   120
file path=usr/share/locale/bg/LC_MESSAGES/mutt.mo
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   121
file path=usr/share/locale/ca/LC_MESSAGES/mutt.mo
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   122
file path=usr/share/locale/cs/LC_MESSAGES/mutt.mo
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   123
file path=usr/share/locale/da/LC_MESSAGES/mutt.mo
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   124
file path=usr/share/locale/de/LC_MESSAGES/mutt.mo
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   125
file path=usr/share/locale/el/LC_MESSAGES/mutt.mo
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   126
file path=usr/share/locale/eo/LC_MESSAGES/mutt.mo
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   127
file path=usr/share/locale/es/LC_MESSAGES/mutt.mo
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   128
file path=usr/share/locale/et/LC_MESSAGES/mutt.mo
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   129
file path=usr/share/locale/eu/LC_MESSAGES/mutt.mo
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   130
file path=usr/share/locale/fr/LC_MESSAGES/mutt.mo
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   131
file path=usr/share/locale/ga/LC_MESSAGES/mutt.mo
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   132
file path=usr/share/locale/gl/LC_MESSAGES/mutt.mo
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   133
file path=usr/share/locale/hu/LC_MESSAGES/mutt.mo
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   134
file path=usr/share/locale/id/LC_MESSAGES/mutt.mo
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   135
file path=usr/share/locale/it/LC_MESSAGES/mutt.mo
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   136
file path=usr/share/locale/ja/LC_MESSAGES/mutt.mo
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   137
file path=usr/share/locale/ko/LC_MESSAGES/mutt.mo
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   138
file path=usr/share/locale/lt/LC_MESSAGES/mutt.mo
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   139
file path=usr/share/locale/nl/LC_MESSAGES/mutt.mo
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   140
file path=usr/share/locale/pl/LC_MESSAGES/mutt.mo
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   141
file path=usr/share/locale/pt_BR/LC_MESSAGES/mutt.mo
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   142
file path=usr/share/locale/ru/LC_MESSAGES/mutt.mo
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   143
file path=usr/share/locale/sk/LC_MESSAGES/mutt.mo
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   144
file path=usr/share/locale/sv/LC_MESSAGES/mutt.mo
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   145
file path=usr/share/locale/tr/LC_MESSAGES/mutt.mo
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   146
file path=usr/share/locale/uk/LC_MESSAGES/mutt.mo
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   147
file path=usr/share/locale/zh_CN/LC_MESSAGES/mutt.mo
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   148
file path=usr/share/locale/zh_TW/LC_MESSAGES/mutt.mo
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   149
file path=usr/share/man/man1/flea.1
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   150
file path=usr/share/man/man1/mutt.1
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   151
file path=usr/share/man/man1/muttbug.1
1260
edecf9fcf54d 16624941 enable 64-bit for mutt
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   152
file pgpewrap.1 path=usr/share/man/man1/pgpewrap.1
edecf9fcf54d 16624941 enable 64-bit for mutt
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   153
file pgpring.1 path=usr/share/man/man1/pgpring.1
257
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   154
file path=usr/share/man/man1/smime_keys.1
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   155
file path=usr/share/man/man5/mbox.5
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   156
file path=usr/share/man/man5/mmdf.5
31daaf0e6143 7037057 Move mutt to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
   157
file path=usr/share/man/man5/muttrc.5
1260
edecf9fcf54d 16624941 enable 64-bit for mutt
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   158
license mutt.license license=GPLv2