components/fetchmail/fetchmail.p5m
author John Beck <John.Beck@Oracle.COM>
Tue, 16 Jul 2013 13:20:44 -0700
changeset 1397 5bfdc9708efe
parent 1259 68c7d53a1374
child 1948 2d1537e7942d
permissions -rw-r--r--
17166668 Enter fetchmail's TPNO # in its package metadata 17166678 Enter mutt's TPNO # in its package metadata 17166681 Enter libtecla's TPNO # in its package metadata
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
255
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
     1
#
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
     3
#
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
     7
#
52abf74b9323 7037058 Move fetchmail 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
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    12
#
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    18
#
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
52abf74b9323 7037058 Move fetchmail 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.
255
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    22
#
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    23
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    24
<transform file path=usr.*/man/.+ -> default mangler.man.stability committed>
1259
68c7d53a1374 16624899 enable 64-bit for fetchmail
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    25
set name=pkg.fmri \
68c7d53a1374 16624899 enable 64-bit for fetchmail
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    26
    value=pkg:/mail/fetchmail@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
68c7d53a1374 16624899 enable 64-bit for fetchmail
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    27
set name=pkg.summary \
68c7d53a1374 16624899 enable 64-bit for fetchmail
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    28
    value="fetch mail from a POP, IMAP, ETRN, or ODMR-capable server"
68c7d53a1374 16624899 enable 64-bit for fetchmail
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    29
set name=pkg.description \
68c7d53a1374 16624899 enable 64-bit for fetchmail
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    30
    value="Fetchmail is a full-featured, robust, well-documented remote-mail retrieval and forwarding utility intended to be used over on-demand TCP/IP links (such as SLIP or PPP connections). It supports every remote-mail protocol now in use on the Internet: POP2, POP3, RPOP, APOP, KPOP, all flavors of IMAP, ETRN, and ODMR. It can even support IPv6 and IPsec."
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 986
diff changeset
    31
set name=com.oracle.info.description value="the fetchmail utility"
1397
5bfdc9708efe 17166668 Enter fetchmail's TPNO # in its package metadata
John Beck <John.Beck@Oracle.COM>
parents: 1259
diff changeset
    32
set name=com.oracle.info.tpno value=8416
1259
68c7d53a1374 16624899 enable 64-bit for fetchmail
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    33
set name=info.classification \
68c7d53a1374 16624899 enable 64-bit for fetchmail
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    34
    value=org.opensolaris.category.2008:Applications/Internet
68c7d53a1374 16624899 enable 64-bit for fetchmail
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    35
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 255
diff changeset
    36
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
1259
68c7d53a1374 16624899 enable 64-bit for fetchmail
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    37
set name=org.opensolaris.arc-caseid value=PSARC/2008/135
255
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    38
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
1259
68c7d53a1374 16624899 enable 64-bit for fetchmail
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    39
file usr/bin/$(MACH64)/fetchmail path=usr/bin/fetchmail
68c7d53a1374 16624899 enable 64-bit for fetchmail
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    40
file usr/bin/$(MACH64)/fetchmailconf path=usr/bin/fetchmailconf
68c7d53a1374 16624899 enable 64-bit for fetchmail
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    41
file path=usr/lib/python2.6/vendor-packages/fetchmailconf.py \
68c7d53a1374 16624899 enable 64-bit for fetchmail
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    42
    pkg.tmp.autopyc=false
255
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    43
file path=usr/lib/python2.6/vendor-packages/fetchmailconf.pyc
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    44
file path=usr/share/locale/ca/LC_MESSAGES/fetchmail.mo
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    45
file path=usr/share/locale/cs/LC_MESSAGES/fetchmail.mo
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    46
file path=usr/share/locale/da/LC_MESSAGES/fetchmail.mo
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    47
file path=usr/share/locale/de/LC_MESSAGES/fetchmail.mo
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    48
file path=usr/share/locale/el/LC_MESSAGES/fetchmail.mo
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    49
file path=usr/share/locale/en_GB/LC_MESSAGES/fetchmail.mo
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    50
file path=usr/share/locale/es/LC_MESSAGES/fetchmail.mo
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    51
file path=usr/share/locale/fi/LC_MESSAGES/fetchmail.mo
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    52
file path=usr/share/locale/fr/LC_MESSAGES/fetchmail.mo
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    53
file path=usr/share/locale/gl/LC_MESSAGES/fetchmail.mo
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    54
file path=usr/share/locale/id/LC_MESSAGES/fetchmail.mo
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    55
file path=usr/share/locale/it/LC_MESSAGES/fetchmail.mo
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    56
file path=usr/share/locale/ja/LC_MESSAGES/fetchmail.mo
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    57
file path=usr/share/locale/nl/LC_MESSAGES/fetchmail.mo
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    58
file path=usr/share/locale/pl/LC_MESSAGES/fetchmail.mo
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    59
file path=usr/share/locale/pt_BR/LC_MESSAGES/fetchmail.mo
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    60
file path=usr/share/locale/ru/LC_MESSAGES/fetchmail.mo
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    61
file path=usr/share/locale/sk/LC_MESSAGES/fetchmail.mo
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    62
file path=usr/share/locale/sq/LC_MESSAGES/fetchmail.mo
965
9bd86858aaa1 7195687 Update fetchmail to version 6.3.22
Marcel Telka <marcel.telka@oracle.com>
parents: 629
diff changeset
    63
file path=usr/share/locale/sv/LC_MESSAGES/fetchmail.mo
255
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    64
file path=usr/share/locale/tr/LC_MESSAGES/fetchmail.mo
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    65
file path=usr/share/locale/vi/LC_MESSAGES/fetchmail.mo
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    66
file path=usr/share/locale/zh_CN/LC_MESSAGES/fetchmail.mo
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    67
file path=usr/share/man/man1/fetchmail.1
52abf74b9323 7037058 Move fetchmail to Userland
Marcel Telka <marcel.telka@oracle.com>
parents:
diff changeset
    68
file path=usr/share/man/man1/fetchmailconf.1
1259
68c7d53a1374 16624899 enable 64-bit for fetchmail
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    69
license fetchmail.license license=GPLv2