components/mailman/mailman.p5m
changeset 3898 acd7f120a52a
parent 3832 bed646d1991c
child 4295 8e6a71e8754b
equal deleted inserted replaced
3897:cd126ba3fdda 3898:acd7f120a52a
    23 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 <transform file path=usr/lib/mailman/tests/.* -> \
    26 <transform file path=usr/lib/mailman/tests/.* -> \
    27     default facet.optional.test true>
    27     default facet.optional.test true>
       
    28 # Exception to the exception below: paths.py instances.  These are modules
       
    29 # despite not looking like them.
       
    30 <transform file path=usr/lib/mailman/.*/paths\.py$ -> default \
       
    31     pkg.tmp.pyversion 2.X>
       
    32 # Exception to the "Generate ..." rule below: certain sub-directories.
       
    33 <transform file path=usr/lib/mailman/(bin|cron|scripts|tests)/.*\.py$ -> \
       
    34     default pkg.tmp.pyversion none>
       
    35 # Generate Python 2.x style .pyc files for all .py files.  Note that here
       
    36 # (and above) we set pkg.tmp.pyversion to "2.x" or "none" instead of the usual
       
    37 # setting of pkg.tmp.autopyc to "true" or "false" because the autopyc transform
       
    38 # file only deals with stuff under usr/lib/python[23].*; 20632788 has been
       
    39 # filed to clean this up.
       
    40 <transform file path=usr/lib/mailman/.*\.py$ -> default pkg.tmp.pyversion 2.X>
    28 <transform file \
    41 <transform file \
    29     path=usr/lib/mailman/(messages|templates)/([^/]+)(\..+){0,1}(/.+){0,1}/.* \
    42     path=usr/lib/mailman/(messages|templates)/([^/]+)(\..+){0,1}(/.+){0,1}/.* \
    30     -> default facet.locale.%<\2> true>
    43     -> default facet.locale.%<\2> true>
    31 <transform file path=usr/share/doc/mailman/mailman-member-es.* -> \
    44 <transform file path=usr/share/doc/mailman/mailman-member-es.* -> \
    32     default facet.locale.es true>
    45     default facet.locale.es true>
    56 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    69 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    57 #
    70 #
    58 file mailman.conf path=etc/apache2/2.2/samples-conf.d/mailman.conf
    71 file mailman.conf path=etc/apache2/2.2/samples-conf.d/mailman.conf
    59 file mailman.conf path=etc/apache2/2.4/samples-conf.d/mailman.conf
    72 file mailman.conf path=etc/apache2/2.4/samples-conf.d/mailman.conf
    60 file usr/lib/mailman/Mailman/mm_cfg.py path=etc/mailman/mm_cfg.py \
    73 file usr/lib/mailman/Mailman/mm_cfg.py path=etc/mailman/mm_cfg.py \
       
    74     owner=mailman group=mailman mode=0644 overlay=allow preserve=true
       
    75 file usr/lib/mailman/Mailman/mm_cfg.pyc path=etc/mailman/mm_cfg.pyc \
    61     owner=mailman group=mailman mode=0644 overlay=allow preserve=true
    76     owner=mailman group=mailman mode=0644 overlay=allow preserve=true
    62 file files/mailman.auth_attr path=etc/security/auth_attr.d/mailman group=sys
    77 file files/mailman.auth_attr path=etc/security/auth_attr.d/mailman group=sys
    63 file files/mailman.exec_attr path=etc/security/exec_attr.d/mailman group=sys
    78 file files/mailman.exec_attr path=etc/security/exec_attr.d/mailman group=sys
    64 file files/mailman.prof_attr path=etc/security/prof_attr.d/mailman group=sys
    79 file files/mailman.prof_attr path=etc/security/prof_attr.d/mailman group=sys
    65 file files/mailman.xml path=lib/svc/manifest/application/mailman.xml group=sys
    80 file files/mailman.xml path=lib/svc/manifest/application/mailman.xml group=sys
   121 file path=usr/lib/mailman/Mailman/Commands/cmd_set.py
   136 file path=usr/lib/mailman/Mailman/Commands/cmd_set.py
   122 file path=usr/lib/mailman/Mailman/Commands/cmd_stop.py
   137 file path=usr/lib/mailman/Mailman/Commands/cmd_stop.py
   123 file path=usr/lib/mailman/Mailman/Commands/cmd_subscribe.py
   138 file path=usr/lib/mailman/Mailman/Commands/cmd_subscribe.py
   124 file path=usr/lib/mailman/Mailman/Commands/cmd_unsubscribe.py
   139 file path=usr/lib/mailman/Mailman/Commands/cmd_unsubscribe.py
   125 file path=usr/lib/mailman/Mailman/Commands/cmd_who.py
   140 file path=usr/lib/mailman/Mailman/Commands/cmd_who.py
   126 file $(MACH64)/Mailman/Defaults.py path=usr/lib/mailman/Mailman/Defaults.py
   141 file path=usr/lib/mailman/Mailman/Defaults.py
   127 file path=usr/lib/mailman/Mailman/Deliverer.py
   142 file path=usr/lib/mailman/Mailman/Deliverer.py
   128 file path=usr/lib/mailman/Mailman/Digester.py
   143 file path=usr/lib/mailman/Mailman/Digester.py
   129 file path=usr/lib/mailman/Mailman/Errors.py
   144 file path=usr/lib/mailman/Mailman/Errors.py
   130 file path=usr/lib/mailman/Mailman/GatewayManager.py
   145 file path=usr/lib/mailman/Mailman/GatewayManager.py
   131 file path=usr/lib/mailman/Mailman/Gui/Archive.py
   146 file path=usr/lib/mailman/Mailman/Gui/Archive.py
   214 file path=usr/lib/mailman/Mailman/htmlformat.py
   229 file path=usr/lib/mailman/Mailman/htmlformat.py
   215 file path=usr/lib/mailman/Mailman/i18n.py
   230 file path=usr/lib/mailman/Mailman/i18n.py
   216 link path=usr/lib/mailman/Mailman/mm_cfg.py \
   231 link path=usr/lib/mailman/Mailman/mm_cfg.py \
   217     target=../../../../etc/mailman/mm_cfg.py
   232     target=../../../../etc/mailman/mm_cfg.py
   218 file path=usr/lib/mailman/Mailman/mm_cfg.py.dist
   233 file path=usr/lib/mailman/Mailman/mm_cfg.py.dist
       
   234 link path=usr/lib/mailman/Mailman/mm_cfg.pyc \
       
   235     target=../../../../etc/mailman/mm_cfg.pyc
   219 file path=usr/lib/mailman/Mailman/versions.py
   236 file path=usr/lib/mailman/Mailman/versions.py
   220 link path=usr/lib/mailman/archives/private \
   237 link path=usr/lib/mailman/archives/private \
   221     target=../../../../var/mailman/archives/private
   238     target=../../../../var/mailman/archives/private
   222 link path=usr/lib/mailman/archives/public \
   239 link path=usr/lib/mailman/archives/public \
   223     target=../../../../var/mailman/archives/public
   240     target=../../../../var/mailman/archives/public