Mon May 21 15:51:48 2012 UTC ()
Pullup ticket #3796 - requested by bouyer
mail/sympa: security update

Revisions pulled up:
- mail/sympa/MESSAGE                                            1.4
- mail/sympa/Makefile                                           1.47
- mail/sympa/PLIST                                              1.10
- mail/sympa/distinfo                                           1.13
- mail/sympa/files/bulk.sh                                      1.1
- mail/sympa/patches/patch-aa                                   1.6
- mail/sympa/patches/patch-ab                                   1.5
- mail/sympa/patches/patch-ac                                   1.3
- mail/sympa/patches/patch-af                                   1.3
- mail/sympa/patches/patch-ag                                   deleted
- mail/sympa/patches/patch-ah                                   deleted
- mail/sympa/patches/patch-ai                                   deleted
- mail/sympa/patches/patch-aj                                   deleted

---
   Module Name:	pkgsrc
   Committed By:	bouyer
   Date:		Wed May 16 16:16:46 UTC 2012

   Modified Files:
   	pkgsrc/mail/sympa: MESSAGE Makefile PLIST distinfo
   	pkgsrc/mail/sympa/patches: patch-aa patch-ab patch-ac patch-af
   Added Files:
   	pkgsrc/mail/sympa/files: bulk.sh
   Removed Files:
   	pkgsrc/mail/sympa/patches: patch-ag patch-ah patch-ai patch-aj

   Log Message:
   Update sympa to latest stable release 6.1.11. Lots of changes since the 5.4
   series, users are encouraged to read /usr/pkg/share/doc/sympa/NEWS for
   details. Summary of new features:

   ***   New bulk.pl daemon installed with Sympa. This daemon is dedicated to
         mail distribution and allows to parallelize this process on a single
         server as well as on multiple servers.
   ***   [Olivier Lumineau, CRU] Fresh new web CSS for the web interface.
   ***   Replace storage of password with encryption by md5 fingerprint. This
         make remind password impossible. So now a one time ticket table is created
         ticket are  sent by email as an authentication token. Ticket can be used
         for lost password, create account, moderation request . It should be
         generalized to all operation that need a email chalenge.
   ***  New propertie in object message : spam_status .  This feature is used in
        modindex (listing of message waiting for moderation) to show message
        tagued as spam.
        4 new parameters :
   	 - antispam_feature default off
   	 - antispam_tag_header_name default X-Spam-Status
   	 - antispam_tag_header_spam_regexp default ^\s*Yes
   	 - antispam_tag_header_ham_regexp default ^\s*No
   ***  DKIM : Sympa now supports DKIM for message diffusion and control.
   ***  web_tt2/Makefile.am, web_tt2/ca.tt2, web_tt2/lca.tt2,
        wwsympa/wwsympa.fcgi.in:  It is now possible to create Custom actions
        at the list or robot level. These custom actions allow you to create
        new pages in the Sympa web interface. for now, you can only display
        informations using this method. any post treatment (such as form
        submission) must be handled outside of Sympa. See
        https://www.sympa.org/manual_6.1/customizing#custom_actions for more
        details.
   ***  [Submitted by J. jourdan] "suspension of membership." The user can suspend
        his subscription to the lists
        that he subscribes. For a finite length or not. Added a calendar in
        javascript to select a date.

   Also, lots of translastion updates, and bug fixes (including security ones)


(tron)
diff -r1.3 -r1.3.36.1 pkgsrc/mail/sympa/MESSAGE
diff -r1.46 -r1.46.4.1 pkgsrc/mail/sympa/Makefile
diff -r1.9 -r1.9.12.1 pkgsrc/mail/sympa/PLIST
diff -r1.12 -r1.12.8.1 pkgsrc/mail/sympa/distinfo
diff -r0 -r1.1.2.2 pkgsrc/mail/sympa/files/bulk.sh
diff -r1.5 -r1.5.36.1 pkgsrc/mail/sympa/patches/patch-aa
diff -r1.4 -r1.4.36.1 pkgsrc/mail/sympa/patches/patch-ab
diff -r1.2 -r1.2.64.1 pkgsrc/mail/sympa/patches/patch-ac
diff -r1.2 -r1.2.36.1 pkgsrc/mail/sympa/patches/patch-af
diff -r1.1 -r0 pkgsrc/mail/sympa/patches/patch-ag
diff -r1.1 -r0 pkgsrc/mail/sympa/patches/patch-ah
diff -r1.1 -r0 pkgsrc/mail/sympa/patches/patch-aj
diff -r1.2 -r0 pkgsrc/mail/sympa/patches/patch-ai

cvs diff -r1.3 -r1.3.36.1 pkgsrc/mail/sympa/MESSAGE (expand / switch to unified diff)

--- pkgsrc/mail/sympa/MESSAGE 2008/04/27 17:06:40 1.3
+++ pkgsrc/mail/sympa/MESSAGE 2012/05/21 15:51:48 1.3.36.1
@@ -1,15 +1,24 @@ @@ -1,15 +1,24 @@
1=========================================================================== 1===========================================================================
2$NetBSD: MESSAGE,v 1.3 2008/04/27 17:06:40 bouyer Exp $ 2$NetBSD: MESSAGE,v 1.3.36.1 2012/05/21 15:51:48 tron Exp $
3 3
4Run ${SYMPA_BIN}/sympa_wizard.pl -c sympa.conf 4Run ${SYMPA_BIN}/sympa_wizard.pl
5and ${SYMPA_BIN}/sympa_wizard.pl -c wwsympa.conf 
6to create default configuration files in ${PKG_SYSCONFDIR}. 
7 
8Then re-run ${SYMPA_BIN}/sympa_wizard.pl 
9for interactive configuration. 5for interactive configuration.
10 6
11If you are upgrading from a previous version please consult 7If you are upgrading from a previous version please consult
12${PREFIX}/share/doc/sympa/NEWS 8${PREFIX}/share/doc/sympa/NEWS
13for incompatible changes, and run '${SYMPA_BIN}/sympa.pl --upgrade' 9for incompatible changes, and run:
 10${SYMPA_BIN}/sympa.pl --upgrade
 11
 12If upgrading from sympa 5.4, you need add the necessary scripts and entries
 13to /etc/rc.d/ and /etc/rc.conf to start the bulk daemon.
 14Also, note that configuration files sympa.conf and wwsympa.conf have
 15moved to ${PKG_SYSCONFDIR}. Move these files before running
 16'${SYMPA_BIN}/sympa.pl --upgrade'
 17You also need to ajust paths in your httpd.conf file:
 18/wws is now ${PREFIX}/sympa/libexec/cgi-bin/wwsympa-wrapper.fcgi
 19/static-sympa is now ${SYMPA_VARBASE}/list_data/static_content
 20Password encoding has changed; run:
 21${SYMPA_BIN}/sympa.pl --md5_encode_password
 22to reencode them to the new format.
14 23
15=========================================================================== 24===========================================================================

cvs diff -r1.46 -r1.46.4.1 pkgsrc/mail/sympa/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/sympa/Makefile 2012/01/03 03:44:39 1.46
+++ pkgsrc/mail/sympa/Makefile 2012/05/21 15:51:48 1.46.4.1
@@ -1,150 +1,192 @@ @@ -1,150 +1,192 @@
1# $NetBSD: Makefile,v 1.46 2012/01/03 03:44:39 joerg Exp $ 1# $NetBSD: Makefile,v 1.46.4.1 2012/05/21 15:51:48 tron Exp $
2# 2#
3 3
4DISTNAME= sympa-5.4.4 4DISTNAME= sympa-6.1.11
5PKGREVISION= 4 5#PKGREVISION= 4
6CATEGORIES= mail 6CATEGORIES= mail
7MASTER_SITES= http://www.sympa.org/distribution/ \ 7MASTER_SITES= http://www.sympa.org/distribution/ \
8 http://www.sympa.org/distribution/old/ 8 http://www.sympa.org/distribution/old/
9 9
10MAINTAINER= bouyer@NetBSD.org 10MAINTAINER= bouyer@NetBSD.org
11HOMEPAGE= http://www.sympa.org/ 11HOMEPAGE= http://www.sympa.org/
12COMMENT= Mailing list manager 12COMMENT= Mailing list manager
 13LICENSE= gnu-gpl-v2
13 14
14PKG_DESTDIR_SUPPORT= destdir 15PKG_DESTDIR_SUPPORT= destdir
15 16
 17DEPENDS+= mhonarc-[0-9]*:../../mail/mhonarc
16DEPENDS+= p5-Archive-Zip>=1.05:../../archivers/p5-Archive-Zip 18DEPENDS+= p5-Archive-Zip>=1.05:../../archivers/p5-Archive-Zip
17DEPENDS+= p5-MIME-Base64>=1.0:../../converters/p5-MIME-Base64 19DEPENDS+= p5-AuthCAS>=1.5:../../security/p5-AuthCAS
 20DEPENDS+= {perl>=5.10,p5-CGI>=2.52}:../../www/p5-CGI
 21DEPENDS+= p5-Crypt-CipherSaber>=0.50:../../security/p5-Crypt-CipherSaber
18DEPENDS+= p5-DBD-Sybase>=0.90:../../databases/p5-DBD-Sybase 22DEPENDS+= p5-DBD-Sybase>=0.90:../../databases/p5-DBD-Sybase
19DEPENDS+= p5-DBI>=1.06:../../databases/p5-DBI 23DEPENDS+= p5-DBI>=1.06:../../databases/p5-DBI
20DEPENDS+= p5-perl-ldap>=0.27:../../databases/p5-perl-ldap 24DEPENDS+= {perl>=5.10,p5-Digest-MD5>=2.00}:../../security/p5-Digest-MD5
 25DEPENDS+= p5-Email-Date-Format>=1.002:../../mail/p5-Email-Date-Format
 26DEPENDS+= p5-FCGI>=0.67:../../www/p5-FCGI
 27DEPENDS+= p5-File-Copy-Recursive>=0.38:../../sysutils/p5-File-Copy-Recursive
 28DEPENDS+= p5-HTML-Format>=2.10:../../www/p5-HTML-Format
 29DEPENDS+= p5-HTML-StripScripts-Parser>=1.02:../../www/p5-HTML-StripScripts-Parser
 30DEPENDS+= p5-HTML-Tree>=4.2:../../www/p5-HTML-Tree
 31DEPENDS+= p5-IO-Socket-SSL>=0.90:../../security/p5-IO-Socket-SSL
21DEPENDS+= p5-IO-stringy>=1.0:../../devel/p5-IO-stringy 32DEPENDS+= p5-IO-stringy>=1.0:../../devel/p5-IO-stringy
22DEPENDS+= mhonarc-[0-9]*:../../mail/mhonarc 33DEPENDS+= p5-Locale-libintl>=1.16:../../misc/p5-Locale-libintl
 34DEPENDS+= p5-MIME-Base64>=1.0:../../converters/p5-MIME-Base64
 35DEPENDS+= p5-MIME-EncWords>=1.010.101:../../mail/p5-MIME-EncWords
 36DEPENDS+= p5-MIME-Lite-HTML>=1.23:../../mail/p5-MIME-Lite-HTML
23DEPENDS+= p5-MIME-tools>=5.209:../../mail/p5-MIME-tools 37DEPENDS+= p5-MIME-tools>=5.209:../../mail/p5-MIME-tools
24DEPENDS+= p5-MailTools>=1.51:../../mail/p5-MailTools 38DEPENDS+= p5-MailTools>=1.51:../../mail/p5-MailTools
25DEPENDS+= {perl>=5.10,p5-Net>=1.0}:../../net/p5-Net 39DEPENDS+= {perl>=5.10,p5-Net>=1.0}:../../net/p5-Net
26DEPENDS+= p5-SOAP-Lite-[0-9]*:../../net/p5-SOAP-Lite 40DEPENDS+= p5-Net-Netmask>=1.9015:../../devel/p5-Net-Netmask
27DEPENDS+= p5-Crypt-CipherSaber>=0.50:../../security/p5-Crypt-CipherSaber 
28DEPENDS+= {perl>=5.10,p5-Digest-MD5>=2.00}:../../security/p5-Digest-MD5 
29DEPENDS+= p5-IO-Socket-SSL>=0.90:../../security/p5-IO-Socket-SSL 
30DEPENDS+= p5-Net-SSLeay>=1.16:../../security/p5-Net-SSLeay 41DEPENDS+= p5-Net-SSLeay>=1.16:../../security/p5-Net-SSLeay
31DEPENDS+= {perl>=5.10,p5-CGI>=2.52}:../../www/p5-CGI 
32DEPENDS+= p5-FCGI>=0.67:../../www/p5-FCGI 
33DEPENDS+= p5-libwww>=1.09:../../www/p5-libwww 
34DEPENDS+= p5-Locale-libintl>=1.16:../../misc/p5-Locale-libintl 
35DEPENDS+= p5-XML-LibXML>=1.61:../../textproc/p5-XML-LibXML 
36DEPENDS+= p5-Regexp-Common>=2.120:../../textproc/p5-Regexp-Common 42DEPENDS+= p5-Regexp-Common>=2.120:../../textproc/p5-Regexp-Common
37DEPENDS+= p5-HTML-StripScripts-Parser>=1.02:../../www/p5-HTML-StripScripts-Parser 43DEPENDS+= p5-SOAP-Lite-[0-9]*:../../net/p5-SOAP-Lite
38DEPENDS+= p5-MIME-EncWords>=1.010.101:../../mail/p5-MIME-EncWords 
39DEPENDS+= p5-Template-Toolkit>=2.20:../../www/p5-Template-Toolkit 44DEPENDS+= p5-Template-Toolkit>=2.20:../../www/p5-Template-Toolkit
 45DEPENDS+= p5-Term-ProgressBar>=2.09:../../devel/p5-Term-ProgressBar
 46DEPENDS+= p5-Time-HiRes>=1.9724:../../time/p5-Time-HiRes
 47DEPENDS+= p5-Unicode-LineBreak>=2012.02:../../textproc/p5-Unicode-LineBreak
 48DEPENDS+= p5-XML-LibXML>=1.61:../../textproc/p5-XML-LibXML
 49DEPENDS+= p5-libwww>=1.09:../../www/p5-libwww
 50DEPENDS+= p5-perl-ldap>=0.27:../../databases/p5-perl-ldap
40DEPENDS.SunOS+= {perl>=5.10,p5-DB_File>=1.75}:../../databases/p5-DB_File 51DEPENDS.SunOS+= {perl>=5.10,p5-DB_File>=1.75}:../../databases/p5-DB_File
41 52
42OPSYSVARS+= DEPENDS 53OPSYSVARS+= DEPENDS
43 54
44USE_TOOLS+= gmake msgfmt 55USE_TOOLS+= gmake msgfmt perl:run
45 56
46GNU_CONFIGURE= YES 57GNU_CONFIGURE= YES
47CONFIGURE_ARGS+= --with-confdir=${PKG_SYSCONFDIR:Q} 58
48CONFIGURE_ARGS+= --with-cgidir=${SYMPA_BIN:Q} 59CONFIGURE_ARGS+= --bindir=${PREFIX}/sympa/bin
49CONFIGURE_ARGS+= --with-bindir=${SYMPA_BIN:Q} 60CONFIGURE_ARGS+= --with-cgidir=${PREFIX}/sympa/libexec/cgi-bin
50CONFIGURE_ARGS+= --with-sbindir=${SYMPA_BIN:Q} 61CONFIGURE_ARGS+= --libexecdir=${PREFIX}/sympa/bin
51CONFIGURE_ARGS+= --with-libexecdir=${SYMPA_BIN:Q} 62CONFIGURE_ARGS+= --localedir=${PREFIX}/share/locale
52CONFIGURE_ARGS+= --with-libdir=${SYMPA_BIN:Q} 63CONFIGURE_ARGS+= --sbindir=${PREFIX}/sympa/bin
53CONFIGURE_ARGS+= --with-datadir=${SYMPA_BIN}/etc 64CONFIGURE_ARGS+= --with-defaultdir=${PREFIX}/sympa/default
54CONFIGURE_ARGS+= --with-expldir=${SYMPA_VARBASE}/expl 65CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
55CONFIGURE_ARGS+= --with-mandir=${PREFIX}/${PKGMANDIR} 66CONFIGURE_ARGS+= --with-confdir=${PKG_SYSCONFDIR}
 67CONFIGURE_ARGS+= --with-expldir=${SYMPA_VARBASE}/list_data
56CONFIGURE_ARGS+= --with-lockdir=${SYMPA_VARBASE}/lock 68CONFIGURE_ARGS+= --with-lockdir=${SYMPA_VARBASE}/lock
 69CONFIGURE_ARGS+= --with-modulesdir=${PREFIX}/sympa/bin
57CONFIGURE_ARGS+= --with-piddir=${SYMPA_VARBASE}/run 70CONFIGURE_ARGS+= --with-piddir=${SYMPA_VARBASE}/run
58CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR}/sympa 71CONFIGURE_ARGS+= --with-scriptdir=${PREFIX}/sympa/bin
59CONFIGURE_ARGS+= --with-nlsdir=${SYMPA_PREFIX}/nls 
60CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/sympa 
61CONFIGURE_ARGS+= --with-scriptdir=${SYMPA_BIN:Q} 
62CONFIGURE_ARGS+= --with-sampledir=${PREFIX}/share/examples/sympa 
63CONFIGURE_ARGS+= --with-spooldir=${SYMPA_SPOOL:Q} 72CONFIGURE_ARGS+= --with-spooldir=${SYMPA_SPOOL:Q}
 73CONFIGURE_ARGS+= --mandir=${MAN8PREFIX}/man
64CONFIGURE_ARGS+= --with-perl=${PERL5:Q} 74CONFIGURE_ARGS+= --with-perl=${PERL5:Q}
65CONFIGURE_ARGS+= --with-mhonarc=${MHONARC_PREFIX}/bin/mhonarc 75CONFIGURE_ARGS+= --sharedstatedir=${SYMPA_PREFIX}/libdata
66CONFIGURE_ARGS+= --with-openssl=${SSLBASE}/bin/openssl 76CONFIGURE_ARGS+= --datadir=${PREFIX}/share
 77CONFIGURE_ARGS+= --localstatedir=${SYMPA_VARBASE}
 78CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/sympa
67CONFIGURE_ARGS+= --with-user=${SYMPA_USER:Q} 79CONFIGURE_ARGS+= --with-user=${SYMPA_USER:Q}
68CONFIGURE_ARGS+= --with-group=${SYMPA_GROUP:Q} 80CONFIGURE_ARGS+= --with-group=${SYMPA_GROUP:Q}
69CONFIGURE_ARGS+= --with-localedir=${PREFIX}/${PKGLOCALEDIR}/locale 
70 81
71MHONARC_PREFIX_DEFAULT= ${LOCALBASE} 82PKG_SYSCONFSUBDIR?= sympa
72EVAL_PREFIX+= MHONARC_PREFIX=mhonarc 
73 83
74PKG_OPTIONS_VAR= PKG_OPTIONS.sympa 84PKG_OPTIONS_VAR= PKG_OPTIONS.sympa
75PKG_SUPPORTED_OPTIONS= mysql pgsql 85PKG_SUPPORTED_OPTIONS= mysql pgsql
76 86
77RCD_SCRIPTS= archived bounced sympa task_manager 87RCD_SCRIPTS= archived bounced bulk sympa task_manager
78 88
79.include "../../mk/bsd.options.mk" 89.include "../../mk/bsd.options.mk"
80 90
81.if !empty(PKG_OPTIONS:Mmysql) 91.if !empty(PKG_OPTIONS:Mmysql)
82DEPENDS+= p5-DBD-mysql>=2.0407:../../databases/p5-DBD-mysql 92DEPENDS+= p5-DBD-mysql>=2.0407:../../databases/p5-DBD-mysql
83.endif 93.endif
84 94
85.if !empty(PKG_OPTIONS:Mpgsql) 95.if !empty(PKG_OPTIONS:Mpgsql)
86DEPENDS+= p5-DBD-postgresql>=0.90:../../databases/p5-DBD-postgresql 96DEPENDS+= p5-DBD-postgresql>=0.90:../../databases/p5-DBD-postgresql
87.endif 97.endif
88 98
89SYMPA_USER?= sympa 99SYMPA_USER?= sympa
90SYMPA_GROUP?= sympa 100SYMPA_GROUP?= sympa
91SYMPA_VARBASE?= ${HOMEBASE}/sympa 101SYMPA_VARBASE?= /var/sympa
92 102
93SYMPA_PREFIX= ${PREFIX}/sympa 103SYMPA_PREFIX= ${PREFIX}/sympa
94SYMPA_SPOOL= ${SYMPA_VARBASE}/spool 104SYMPA_SPOOL= ${SYMPA_VARBASE}/spool
95SYMPA_BIN= ${SYMPA_PREFIX}/bin 105SYMPA_BIN= ${SYMPA_PREFIX}/bin
96 106
97PKG_GROUPS= ${SYMPA_GROUP} 107PKG_GROUPS= ${SYMPA_GROUP}
98PKG_USERS= ${SYMPA_USER}:${SYMPA_GROUP} 108PKG_USERS= ${SYMPA_USER}:${SYMPA_GROUP}
99 109
100PKG_HOME.${SYMPA_USER}= ${SYMPA_VARBASE} 110PKG_HOME.${SYMPA_USER}= ${SYMPA_VARBASE}
101 111
102PKG_GROUPS_VARS+= SYMPA_GROUP 112PKG_GROUPS_VARS+= SYMPA_GROUP
103PKG_USERS_VARS+= SYMPA_USER 113PKG_USERS_VARS+= SYMPA_USER
104USERGROUP_PHASE= pre-install 
105BUILD_DEFS+= SYMPA_VARBASE 114BUILD_DEFS+= SYMPA_VARBASE
106 115
 116OWN_DIRS_PERMS+= ${PKG_SYSCONFDIR} ${SYMPA_USER} ${SYMPA_GROUP} 755
107.for d in sympa sympa/create_list_templates sympa/general_task_models \ 117.for d in sympa sympa/create_list_templates sympa/general_task_models \
108 sympa/scenari sympa/task_models sympa/templates sympa/wws_templates 118 sympa/scenari sympa/task_models sympa/templates sympa/wws_templates
109OWN_DIRS_PERMS+= ${PKG_SYSCONFDIR}/${d} ${SYMPA_USER} ${SYMPA_GROUP} 755 119OWN_DIRS_PERMS+= ${PKG_SYSCONFDIR}/${d} ${SYMPA_USER} ${SYMPA_GROUP} 755
110.endfor 120.endfor
111OWN_DIRS_PERMS+= ${SYMPA_VARBASE} ${SYMPA_USER} ${SYMPA_GROUP} 770 121OWN_DIRS_PERMS+= ${SYMPA_VARBASE} ${SYMPA_USER} ${SYMPA_GROUP} 775
112OWN_DIRS_PERMS+= ${SYMPA_VARBASE}/expl ${SYMPA_USER} ${SYMPA_GROUP} 770 122OWN_DIRS_PERMS+= ${SYMPA_VARBASE}/expl ${SYMPA_USER} ${SYMPA_GROUP} 770
113OWN_DIRS_PERMS+= ${SYMPA_VARBASE}/lock ${SYMPA_USER} ${SYMPA_GROUP} 770 123OWN_DIRS_PERMS+= ${SYMPA_VARBASE}/lock ${SYMPA_USER} ${SYMPA_GROUP} 770
114OWN_DIRS_PERMS+= ${SYMPA_VARBASE}/run ${SYMPA_USER} ${SYMPA_GROUP} 770 124OWN_DIRS_PERMS+= ${SYMPA_VARBASE}/run ${SYMPA_USER} ${SYMPA_GROUP} 770
 125OWN_DIRS_PERMS+= ${SYMPA_VARBASE}/arc ${SYMPA_USER} ${SYMPA_GROUP} 770
 126OWN_DIRS_PERMS+= ${SYMPA_VARBASE}/bounce ${SYMPA_USER} ${SYMPA_GROUP} 770
 127OWN_DIRS_PERMS+= ${SYMPA_VARBASE}/list_data ${SYMPA_USER} ${SYMPA_GROUP} 775
 128OWN_DIRS_PERMS+= ${SYMPA_VARBASE}/list_data/static_content ${SYMPA_USER} ${SYMPA_GROUP} 775
 129OWN_DIRS_PERMS+= ${SYMPA_VARBASE}/list_data/static_content/icons ${SYMPA_USER} ${SYMPA_GROUP} 775
115OWN_DIRS_PERMS+= ${SYMPA_SPOOL} ${SYMPA_USER} ${SYMPA_GROUP} 770 130OWN_DIRS_PERMS+= ${SYMPA_SPOOL} ${SYMPA_USER} ${SYMPA_GROUP} 770
116OWN_DIRS_PERMS+= ${SYMPA_SPOOL}/msg ${SYMPA_USER} ${SYMPA_GROUP} 770 131OWN_DIRS_PERMS+= ${SYMPA_SPOOL}/msg ${SYMPA_USER} ${SYMPA_GROUP} 770
117OWN_DIRS_PERMS+= ${SYMPA_SPOOL}/digest ${SYMPA_USER} ${SYMPA_GROUP} 770 132OWN_DIRS_PERMS+= ${SYMPA_SPOOL}/digest ${SYMPA_USER} ${SYMPA_GROUP} 770
118OWN_DIRS_PERMS+= ${SYMPA_SPOOL}/moderation ${SYMPA_USER} ${SYMPA_GROUP} 770 133OWN_DIRS_PERMS+= ${SYMPA_SPOOL}/moderation ${SYMPA_USER} ${SYMPA_GROUP} 770
119OWN_DIRS_PERMS+= ${SYMPA_SPOOL}/expire ${SYMPA_USER} ${SYMPA_GROUP} 770 134OWN_DIRS_PERMS+= ${SYMPA_SPOOL}/expire ${SYMPA_USER} ${SYMPA_GROUP} 770
120OWN_DIRS_PERMS+= ${SYMPA_SPOOL}/auth ${SYMPA_USER} ${SYMPA_GROUP} 770 135OWN_DIRS_PERMS+= ${SYMPA_SPOOL}/auth ${SYMPA_USER} ${SYMPA_GROUP} 770
121OWN_DIRS_PERMS+= ${SYMPA_SPOOL}/outgoing ${SYMPA_USER} ${SYMPA_GROUP} 770 136OWN_DIRS_PERMS+= ${SYMPA_SPOOL}/outgoing ${SYMPA_USER} ${SYMPA_GROUP} 770
122OWN_DIRS_PERMS+= ${SYMPA_SPOOL}/task ${SYMPA_USER} ${SYMPA_GROUP} 770 137OWN_DIRS_PERMS+= ${SYMPA_SPOOL}/task ${SYMPA_USER} ${SYMPA_GROUP} 770
123OWN_DIRS_PERMS+= ${SYMPA_SPOOL}/tmp ${SYMPA_USER} ${SYMPA_GROUP} 770 138OWN_DIRS_PERMS+= ${SYMPA_SPOOL}/tmp ${SYMPA_USER} ${SYMPA_GROUP} 770
124 139
125SPECIAL_PERMS+= ${SYMPA_BIN}/aliaswrapper ${ROOT_USER} ${SYMPA_GROUP} 4550 140SPECIAL_PERMS+= ${SYMPA_BIN}/aliaswrapper ${ROOT_USER} ${SYMPA_GROUP} 4550
126SPECIAL_PERMS+= ${SYMPA_BIN}/bouncequeue ${SYMPA_USER} ${SYMPA_GROUP} 4555 141SPECIAL_PERMS+= ${SYMPA_BIN}/bouncequeue ${SYMPA_USER} ${SYMPA_GROUP} 4555
127SPECIAL_PERMS+= ${SYMPA_BIN}/queue ${SYMPA_USER} ${SYMPA_GROUP} 4555 142SPECIAL_PERMS+= ${SYMPA_BIN}/familyqueue ${SYMPA_USER} ${SYMPA_GROUP} 4555
128SPECIAL_PERMS+= ${SYMPA_BIN}/virtualwrapper ${ROOT_USER} ${SYMPA_GROUP} 4550 143SPECIAL_PERMS+= ${SYMPA_BIN}/queue ${SYMPA_USER} ${SYMPA_GROUP} 4555
129 144SPECIAL_PERMS+= ${SYMPA_BIN}/virtualwrapper ${ROOT_USER} ${SYMPA_GROUP} 4550
130# Which pkgsrc platforms support set-uid scripts? 145SPECIAL_PERMS+= ${SYMPA_PREFIX}/libexec/cgi-bin/wwsympa-wrapper.fcgi \
131#SPECIAL_PERMS+= ${SYMPA_BIN}/sympa_soap_server.fcgi ${SYMPA_USER} ${SYMPA_GROUP} 6555 146 ${SYMPA_USER} ${SYMPA_GROUP} 6555
132#SPECIAL_PERMS+= ${SYMPA_BIN}/wwsympa.fcgi ${SYMPA_USER} ${SYMPA_GROUP} 6555 147SPECIAL_PERMS+= ${SYMPA_PREFIX}/libexec/cgi-bin/sympa_soap_server-wrapper.fcgi \
 148 ${SYMPA_USER} ${SYMPA_GROUP} 6555
 149
 150CONF_FILES= ${PREFIX}/share/examples/sympa/sympa.conf \
 151 ${PKG_SYSCONFDIR}/sympa.conf
 152CONF_FILES+= ${PREFIX}/share/examples/sympa/wwsympa.conf \
 153 ${PKG_SYSCONFDIR}/wwsympa.conf
 154.for f in back.png folder.open.png locked.png sound1.png begin.png folder.png\
 155 logo-s-lock.png sv.png binary.png h.png logo-s.png text.png crosshairs.png\
 156 image2.png logo_sympa.png top.png down.png junk.png movie.png unknown.png\
 157 end.png left.png position.png favicon_sympa.png link.png right.png
 158CONF_FILES+= ${PREFIX}/sympa/static_content/icons/${f} \
 159 ${SYMPA_VARBASE}/list_data/static_content/icons/${f}
 160.endfor
133 161
134MESSAGE_SUBST+= SYMPA_BIN=${SYMPA_BIN} 162MESSAGE_SUBST+= SYMPA_BIN=${SYMPA_BIN} SYMPA_VARBASE=${SYMPA_VARBASE}
135 163
136INSTALLATION_DIRS+= share/doc/sympa 164INSTALLATION_DIRS+= share/doc/sympa
137 165
138.include "../../mk/bsd.prefs.mk" 166.include "../../mk/bsd.prefs.mk"
139 167
 168SUBST_CLASSES+= paths
 169SUBST_STAGE.paths= post-patch
 170SUBST_FILES.paths= configure
 171SUBST_SED.paths= -e "s|localstatedir/lib/sympa|localstatedir|g"
 172SUBST_SED.paths+= -e "s|prefix/static_content|prefix/sympa/static_content|g"
 173SUBST_SED.paths+= -e "s|prefix/default|prefix/sympa/default|g"
 174SUBST_SED.paths+= -e "s|prefix/arc|localstatedir/arc|g"
 175SUBST_SED.paths+= -e "s|prefix/bounce|localstatedir/bounce|g"
 176SUBST_MESSAGE.paths= Fixing configure paths
 177
140post-install: 178post-install:
141.if ${OPSYS} == "NetBSD" 
142 : We do not support set-uid scripts... 
143 ${CHMOD} ug-s ${DESTDIR}${SYMPA_BIN}/sympa_soap_server.fcgi 
144 ${CHMOD} ug-s ${DESTDIR}${SYMPA_BIN}/wwsympa.fcgi 
145.endif 
146 ${INSTALL_DATA} ${WRKSRC}/NEWS ${DESTDIR}${PREFIX}/share/doc/sympa/NEWS 179 ${INSTALL_DATA} ${WRKSRC}/NEWS ${DESTDIR}${PREFIX}/share/doc/sympa/NEWS
 180 ${CHOWN} ${ROOT_USER}:${ROOT_GROUP} ${DESTDIR}${SYMPA_PREFIX}/static_content
 181 ${CHMOD} a-w \
 182 ${DESTDIR}${SYMPA_PREFIX}/libexec/cgi-bin/wwsympa-wrapper.fcgi \
 183 ${DESTDIR}${SYMPA_PREFIX}/libexec/cgi-bin/sympa_soap_server-wrapper.fcgi \
 184 ${DESTDIR}${SYMPA_BIN}/aliaswrapper \
 185 ${DESTDIR}${SYMPA_BIN}/bouncequeue \
 186 ${DESTDIR}${SYMPA_BIN}/familyqueue \
 187 ${DESTDIR}${SYMPA_BIN}/queue \
 188 ${DESTDIR}${SYMPA_BIN}/virtualwrapper
147 189
148.include "../../lang/perl5/buildlink3.mk" 190.include "../../lang/perl5/buildlink3.mk"
149.include "../../security/openssl/buildlink3.mk" 191.include "../../security/openssl/buildlink3.mk"
150.include "../../mk/bsd.pkg.mk" 192.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.9.12.1 pkgsrc/mail/sympa/PLIST (expand / switch to unified diff)

--- pkgsrc/mail/sympa/PLIST 2010/12/02 11:17:43 1.9
+++ pkgsrc/mail/sympa/PLIST 2012/05/21 15:51:48 1.9.12.1
@@ -1,448 +1,501 @@ @@ -1,448 +1,501 @@
1@comment $NetBSD: PLIST,v 1.9 2010/12/02 11:17:43 reed Exp $ 1@comment $NetBSD: PLIST,v 1.9.12.1 2012/05/21 15:51:48 tron Exp $
2man/man8/alias_manager.8 2man/man8/alias_manager.8
3man/man8/archived.8 3man/man8/archived.8
4man/man8/bounced.8 4man/man8/bounced.8
5man/man8/sympa.8 5man/man8/sympa.8
 6share/doc/sympa/sample/README
6share/doc/sympa/NEWS 7share/doc/sympa/NEWS
7share/examples/sympa/README 8share/doc/sympa/sample/employees.ldap
8share/examples/sympa/employees.ldap 9share/doc/sympa/sample/robot.conf
9share/examples/sympa/robot.conf 10share/doc/sympa/sample/test/config
10share/examples/sympa/sample-list/config 11share/doc/sympa/sample/test/info
11share/examples/sympa/sample-list/info 12share/doc/sympa/sample/test/message.footer
12share/examples/sympa/sample-list/message.footer 13share/doc/sympa/sample/test/web_tt2/welcome.tt2
13share/examples/sympa/sample-list/welcome.tpl 14share/doc/sympa/sample/trusted_applications.conf
14share/examples/sympa/trusted_applications.conf 
15share/examples/rc.d/archived 15share/examples/rc.d/archived
16share/examples/rc.d/bounced 16share/examples/rc.d/bounced
 17share/examples/rc.d/bulk
17share/examples/rc.d/sympa 18share/examples/rc.d/sympa
18share/examples/rc.d/task_manager 19share/examples/rc.d/task_manager
 20share/examples/sympa/data_structure.version
 21share/examples/sympa/sympa.conf
 22share/examples/sympa/wwsympa.conf
19share/locale/ar/LC_MESSAGES/sympa.mo 23share/locale/ar/LC_MESSAGES/sympa.mo
20share/locale/ar/LC_MESSAGES/web_help.mo 24share/locale/ar/LC_MESSAGES/web_help.mo
 25share/locale/bg/LC_MESSAGES/sympa.mo
 26share/locale/bg/LC_MESSAGES/web_help.mo
 27share/locale/br/LC_MESSAGES/sympa.mo
 28share/locale/br/LC_MESSAGES/web_help.mo
 29share/locale/ca/LC_MESSAGES/sympa.mo
21share/locale/cs/LC_MESSAGES/sympa.mo 30share/locale/cs/LC_MESSAGES/sympa.mo
22share/locale/cs/LC_MESSAGES/web_help.mo 31share/locale/cs/LC_MESSAGES/web_help.mo
23share/locale/de/LC_MESSAGES/sympa.mo 32share/locale/de/LC_MESSAGES/sympa.mo
24share/locale/de/LC_MESSAGES/web_help.mo 33share/locale/de/LC_MESSAGES/web_help.mo
25share/locale/el/LC_MESSAGES/sympa.mo 34share/locale/el/LC_MESSAGES/sympa.mo
26share/locale/el/LC_MESSAGES/web_help.mo 35share/locale/el/LC_MESSAGES/web_help.mo
27share/locale/en_US/LC_MESSAGES/sympa.mo 36share/locale/en_US/LC_MESSAGES/sympa.mo
28share/locale/en_US/LC_MESSAGES/web_help.mo 37share/locale/en_US/LC_MESSAGES/web_help.mo
29share/locale/es/LC_MESSAGES/sympa.mo 38share/locale/es/LC_MESSAGES/sympa.mo
30share/locale/es/LC_MESSAGES/web_help.mo 39share/locale/es/LC_MESSAGES/web_help.mo
31share/locale/et/LC_MESSAGES/sympa.mo 40share/locale/et/LC_MESSAGES/sympa.mo
32share/locale/et/LC_MESSAGES/web_help.mo 41share/locale/et/LC_MESSAGES/web_help.mo
 42share/locale/eu/LC_MESSAGES/sympa.mo
 43share/locale/eu/LC_MESSAGES/web_help.mo
33share/locale/fi/LC_MESSAGES/sympa.mo 44share/locale/fi/LC_MESSAGES/sympa.mo
34share/locale/fi/LC_MESSAGES/web_help.mo 45share/locale/fi/LC_MESSAGES/web_help.mo
35share/locale/fr/LC_MESSAGES/sympa.mo 46share/locale/fr/LC_MESSAGES/sympa.mo
36share/locale/fr/LC_MESSAGES/web_help.mo 47share/locale/fr/LC_MESSAGES/web_help.mo
 48share/locale/gl/LC_MESSAGES/sympa.mo
37share/locale/hu/LC_MESSAGES/sympa.mo 49share/locale/hu/LC_MESSAGES/sympa.mo
38share/locale/hu/LC_MESSAGES/web_help.mo 50share/locale/hu/LC_MESSAGES/web_help.mo
39share/locale/id/LC_MESSAGES/sympa.mo 51share/locale/id/LC_MESSAGES/sympa.mo
40share/locale/id/LC_MESSAGES/web_help.mo 52share/locale/id/LC_MESSAGES/web_help.mo
41share/locale/it/LC_MESSAGES/sympa.mo 53share/locale/it/LC_MESSAGES/sympa.mo
42share/locale/it/LC_MESSAGES/web_help.mo 54share/locale/it/LC_MESSAGES/web_help.mo
43share/locale/ja/LC_MESSAGES/sympa.mo 55share/locale/ja/LC_MESSAGES/sympa.mo
44share/locale/ja/LC_MESSAGES/web_help.mo 56share/locale/ja/LC_MESSAGES/web_help.mo
 57share/locale/ko/LC_MESSAGES/sympa.mo
 58share/locale/la/LC_MESSAGES/sympa.mo
 59share/locale/ml/LC_MESSAGES/sympa.mo
45share/locale/nb_NO/LC_MESSAGES/sympa.mo 60share/locale/nb_NO/LC_MESSAGES/sympa.mo
46share/locale/nb_NO/LC_MESSAGES/web_help.mo 61share/locale/nb_NO/LC_MESSAGES/web_help.mo
47share/locale/nl/LC_MESSAGES/sympa.mo 62share/locale/nl/LC_MESSAGES/sympa.mo
48share/locale/nl/LC_MESSAGES/web_help.mo 63share/locale/nl/LC_MESSAGES/web_help.mo
49share/locale/oc/LC_MESSAGES/sympa.mo 64share/locale/oc/LC_MESSAGES/sympa.mo
50share/locale/oc/LC_MESSAGES/web_help.mo 65share/locale/oc/LC_MESSAGES/web_help.mo
51share/locale/pl/LC_MESSAGES/sympa.mo 66share/locale/pl/LC_MESSAGES/sympa.mo
52share/locale/pl/LC_MESSAGES/web_help.mo 67share/locale/pl/LC_MESSAGES/web_help.mo
 68share/locale/pt/LC_MESSAGES/sympa.mo
 69share/locale/pt/LC_MESSAGES/web_help.mo
53share/locale/pt_BR/LC_MESSAGES/sympa.mo 70share/locale/pt_BR/LC_MESSAGES/sympa.mo
54share/locale/pt_BR/LC_MESSAGES/web_help.mo 71share/locale/pt_BR/LC_MESSAGES/web_help.mo
55share/locale/ro/LC_MESSAGES/sympa.mo 72share/locale/ro/LC_MESSAGES/sympa.mo
56share/locale/ro/LC_MESSAGES/web_help.mo 73share/locale/ro/LC_MESSAGES/web_help.mo
 74share/locale/ru/LC_MESSAGES/sympa.mo
 75share/locale/ru/LC_MESSAGES/web_help.mo
57share/locale/sv/LC_MESSAGES/sympa.mo 76share/locale/sv/LC_MESSAGES/sympa.mo
58share/locale/sv/LC_MESSAGES/web_help.mo 77share/locale/sv/LC_MESSAGES/web_help.mo
59share/locale/tr/LC_MESSAGES/sympa.mo 78share/locale/tr/LC_MESSAGES/sympa.mo
60share/locale/tr/LC_MESSAGES/web_help.mo 79share/locale/tr/LC_MESSAGES/web_help.mo
 80share/locale/vi/LC_MESSAGES/sympa.mo
 81share/locale/vi/LC_MESSAGES/web_help.mo
61share/locale/zh_CN/LC_MESSAGES/sympa.mo 82share/locale/zh_CN/LC_MESSAGES/sympa.mo
62share/locale/zh_CN/LC_MESSAGES/web_help.mo 83share/locale/zh_CN/LC_MESSAGES/web_help.mo
 84share/locale/zh_TW/LC_MESSAGES/sympa.mo
63sympa/bin/Archive.pm 85sympa/bin/Archive.pm
64sympa/bin/Auth.pm 86sympa/bin/Auth.pm
65sympa/bin/CAS.pm 87sympa/bin/Bounce.pm
 88sympa/bin/Bulk.pm
66sympa/bin/Commands.pm 89sympa/bin/Commands.pm
67sympa/bin/Conf.pm 90sympa/bin/Conf.pm
68sympa/bin/Config_XML.pm 91sympa/bin/Config_XML.pm
69sympa/bin/Datasource.pm 92sympa/bin/Datasource.pm
70sympa/bin/Family.pm 93sympa/bin/Family.pm
71sympa/bin/Fetch.pm 94sympa/bin/Fetch.pm
 95sympa/bin/HTML/myFormatText.pm
72sympa/bin/LDAPSource.pm 96sympa/bin/LDAPSource.pm
73sympa/bin/Language.pm 97sympa/bin/Language.pm
74sympa/bin/Ldap.pm 98sympa/bin/Ldap.pm
75sympa/bin/List.pm 99sympa/bin/List.pm
76sympa/bin/Lock.pm 100sympa/bin/Lock.pm
77sympa/bin/Log.pm 101sympa/bin/Log.pm
78sympa/bin/Marc.pm 102sympa/bin/Marc.pm
79sympa/bin/Marc/Search.pm 103sympa/bin/Marc/Search.pm
80sympa/bin/Message.pm 104sympa/bin/Message.pm
81sympa/bin/PlainDigest.pm 105sympa/bin/PlainDigest.pm
 106sympa/bin/Robot.pm
82sympa/bin/SQLSource.pm 107sympa/bin/SQLSource.pm
83sympa/bin/Scenario.pm 108sympa/bin/Scenario.pm
84sympa/bin/SharedDocument.pm 109sympa/bin/SharedDocument.pm
 110sympa/bin/Sympa/Constants.pm
 111sympa/bin/Sympa/Template/Compat.pm
85sympa/bin/SympaSession.pm 112sympa/bin/SympaSession.pm
86sympa/bin/SympaTransport.pm 113sympa/bin/SympaTransport.pm
87sympa/bin/Task.pm 114sympa/bin/Task.pm
88sympa/bin/Upgrade.pm 115sympa/bin/Upgrade.pm
89sympa/bin/Version.pm 116sympa/bin/WebAgent.pm
90sympa/bin/admin.pm 117sympa/bin/admin.pm
91sympa/bin/alias_manager.pl 118sympa/bin/alias_manager.pl
92sympa/bin/aliaswrapper 119sympa/bin/aliaswrapper
93sympa/bin/arc2webarc.pl 120sympa/bin/arc2webarc.pl
94sympa/bin/archived.pl 121sympa/bin/archived.pl
95sympa/bin/bounce-lib.pl 
96sympa/bin/bounced.pl 122sympa/bin/bounced.pl
97sympa/bin/bouncequeue 123sympa/bin/bouncequeue
 124sympa/bin/bulk.pl
 125sympa/bin/confdef.pm
98sympa/bin/cookielib.pm 126sympa/bin/cookielib.pm
99sympa/bin/create_db.Oracle 127sympa/bin/create_db.Oracle
100sympa/bin/create_db.Pg 128sympa/bin/create_db.Pg
101sympa/bin/create_db.SQLite 129sympa/bin/create_db.SQLite
102sympa/bin/create_db.Sybase 130sympa/bin/create_db.Sybase
103sympa/bin/create_db.mysql 131sympa/bin/create_db.mysql
104sympa/bin/crypt_passwd.pl 132sympa/bin/crypt_passwd.pl
105sympa/bin/etc/README 
106sympa/bin/etc/auth.conf 
107sympa/bin/etc/ca-bundle.crt 
108sympa/bin/etc/create_list.conf 
109sympa/bin/etc/create_list_templates/discussion_list/comment.tt2 
110sympa/bin/etc/create_list_templates/discussion_list/config.tt2 
111sympa/bin/etc/create_list_templates/hotline/comment.tt2 
112sympa/bin/etc/create_list_templates/hotline/config.tt2 
113sympa/bin/etc/create_list_templates/html-news-letter/comment.tt2 
114sympa/bin/etc/create_list_templates/html-news-letter/config.tt2 
115sympa/bin/etc/create_list_templates/intranet_list/comment.tt2 
116sympa/bin/etc/create_list_templates/intranet_list/config.tt2 
117sympa/bin/etc/create_list_templates/news-letter/comment.tt2 
118sympa/bin/etc/create_list_templates/news-letter/config.tt2 
119sympa/bin/etc/create_list_templates/private_working_group/comment.tt2 
120sympa/bin/etc/create_list_templates/private_working_group/config.tt2 
121sympa/bin/etc/create_list_templates/public_web_forum/comment.tt2 
122sympa/bin/etc/create_list_templates/public_web_forum/config.tt2 
123sympa/bin/etc/edit_list.conf 
124sympa/bin/etc/global_task_models/chk_cert_expiration.daily.task 
125sympa/bin/etc/global_task_models/crl_update.daily.task 
126sympa/bin/etc/global_task_models/eval_bouncers.daily.task 
127sympa/bin/etc/global_task_models/expire_bounce.daily.task 
128sympa/bin/etc/global_task_models/process_bouncers.weekly.task 
129sympa/bin/etc/global_task_models/purge_orphan_bounces.monthly.task 
130sympa/bin/etc/global_task_models/purge_user_table.monthly.task 
131sympa/bin/etc/global_task_models/purge_session_table.daily.task 
132sympa/bin/etc/global_task_models/purge_logs_table.daily.task 
133sympa/bin/etc/list_aliases.tt2 
134sympa/bin/etc/list_task_models/expire.yearly.task 
135sympa/bin/etc/list_task_models/remind.2month.task 
136sympa/bin/etc/list_task_models/remind.monthly.task 
137sympa/bin/etc/list_task_models/remind.yearly.task 
138sympa/bin/etc/list_task_models/sync_include.ttl.task 
139sympa/bin/etc/mail_tt2/authorization_reject.tt2 
140sympa/bin/etc/mail_tt2/bye.tt2 
141sympa/bin/etc/mail_tt2/certif_warning.tt2 
142sympa/bin/etc/mail_tt2/command_report.tt2 
143sympa/bin/etc/mail_tt2/d_install_shared.tt2 
144sympa/bin/etc/mail_tt2/d_reject_shared.tt2 
145sympa/bin/etc/mail_tt2/digest.tt2 
146sympa/bin/etc/mail_tt2/digest_plain.tt2 
147sympa/bin/etc/mail_tt2/expire_deletion.tt2 
148sympa/bin/etc/mail_tt2/expire_warning1.tt2 
149sympa/bin/etc/mail_tt2/expire_warning2.tt2 
150sympa/bin/etc/mail_tt2/get_archive.tt2 
151sympa/bin/etc/mail_tt2/global_remind.tt2 
152sympa/bin/etc/mail_tt2/helpfile.tt2 
153sympa/bin/etc/mail_tt2/index_archive.tt2 
154sympa/bin/etc/mail_tt2/info_report.tt2 
155sympa/bin/etc/mail_tt2/invite.tt2 
156sympa/bin/etc/mail_tt2/list_created.tt2 
157sympa/bin/etc/mail_tt2/list_rejected.tt2 
158sympa/bin/etc/mail_tt2/list_unknown.tt2 
159sympa/bin/etc/mail_tt2/listeditor_notification.tt2 
160sympa/bin/etc/mail_tt2/listmaster_notification.tt2 
161sympa/bin/etc/mail_tt2/listowner_notification.tt2 
162sympa/bin/etc/mail_tt2/lists.tt2 
163sympa/bin/etc/mail_tt2/message_report.tt2 
164sympa/bin/etc/mail_tt2/moderate.tt2 
165sympa/bin/etc/mail_tt2/modindex.tt2 
166sympa/bin/etc/mail_tt2/reject.tt2 
167sympa/bin/etc/mail_tt2/remind.tt2 
168sympa/bin/etc/mail_tt2/removed.tt2 
169sympa/bin/etc/mail_tt2/request_auth.tt2 
170sympa/bin/etc/mail_tt2/review.tt2 
171sympa/bin/etc/mail_tt2/send_auth.tt2 
172sympa/bin/etc/mail_tt2/sendpasswd.tt2 
173sympa/bin/etc/mail_tt2/sendssopasswd.tt2 
174sympa/bin/etc/mail_tt2/stats_report.tt2 
175sympa/bin/etc/mail_tt2/summary.tt2 
176sympa/bin/etc/mail_tt2/urlized_part.tt2 
177sympa/bin/etc/mail_tt2/user_notification.tt2 
178sympa/bin/etc/mail_tt2/welcome.tt2 
179sympa/bin/etc/mail_tt2/which.tt2 
180sympa/bin/etc/mail_tt2/x509-user-cert-missing.tt2 
181sympa/bin/etc/mail_tt2/your_infected_msg.tt2 
182sympa/bin/etc/mhonarc-ressources.tt2 
183sympa/bin/etc/mime.types 
184sympa/bin/etc/nrcpt_by_domain.conf 
185sympa/bin/etc/scenari/access_web_archive.closed 
186sympa/bin/etc/scenari/access_web_archive.intranet 
187sympa/bin/etc/scenari/access_web_archive.listmaster 
188sympa/bin/etc/scenari/access_web_archive.owner 
189sympa/bin/etc/scenari/access_web_archive.private 
190sympa/bin/etc/scenari/access_web_archive.public 
191sympa/bin/etc/scenari/add.auth 
192sympa/bin/etc/scenari/add.closed 
193sympa/bin/etc/scenari/add.default 
194sympa/bin/etc/scenari/add.owner 
195sympa/bin/etc/scenari/add.owner_notify 
196sympa/bin/etc/scenari/automatic_list_creation.public 
197sympa/bin/etc/scenari/automatic_list_creation.listmaster 
198sympa/bin/etc/crawlers_detection.conf 
199sympa/bin/etc/scenari/create_list.intranet 
200sympa/bin/etc/scenari/create_list.listmaster 
201sympa/bin/etc/scenari/create_list.public_listmaster 
202sympa/bin/etc/scenari/d_edit.default 
203sympa/bin/etc/scenari/d_edit.editor 
204sympa/bin/etc/scenari/d_edit.owner 
205sympa/bin/etc/scenari/d_edit.private 
206sympa/bin/etc/scenari/d_edit.private-https 
207sympa/bin/etc/scenari/d_edit.public 
208sympa/bin/etc/scenari/d_read.default 
209sympa/bin/etc/scenari/d_read.owner 
210sympa/bin/etc/scenari/d_read.private 
211sympa/bin/etc/scenari/d_read.private-https 
212sympa/bin/etc/scenari/d_read.public 
213sympa/bin/etc/scenari/del.auth 
214sympa/bin/etc/scenari/del.closed 
215sympa/bin/etc/scenari/del.default 
216sympa/bin/etc/scenari/del.owner 
217sympa/bin/etc/scenari/del.owner_notify 
218sympa/bin/etc/scenari/global_remind.listmaster 
219sympa/bin/etc/scenari/info.default 
220sympa/bin/etc/scenari/info.open 
221sympa/bin/etc/scenari/info.private 
222sympa/bin/etc/scenari/invite.closed 
223sympa/bin/etc/scenari/invite.default 
224sympa/bin/etc/scenari/invite.owner 
225sympa/bin/etc/scenari/invite.private 
226sympa/bin/etc/scenari/invite.public 
227sympa/bin/etc/ldap_alias_manager.conf 
228sympa/bin/etc/scenari/remind.default 
229sympa/bin/etc/scenari/remind.listmaster 
230sympa/bin/etc/scenari/remind.owner 
231sympa/bin/etc/scenari/review.closed 
232sympa/bin/etc/scenari/review.default 
233sympa/bin/etc/scenari/review.intranet 
234sympa/bin/etc/scenari/review.listmaster 
235sympa/bin/etc/scenari/review.owner 
236sympa/bin/etc/scenari/review.private 
237sympa/bin/etc/scenari/review.public 
238sympa/bin/etc/scenari/send.closed 
239sympa/bin/etc/scenari/send.default 
240sympa/bin/etc/scenari/send.editorkey 
241sympa/bin/etc/scenari/send.editorkeyonly 
242sympa/bin/etc/scenari/send.editorkeyonlyauth 
243sympa/bin/etc/scenari/send.intranet 
244sympa/bin/etc/scenari/send.intranetorprivate 
245sympa/bin/etc/scenari/send.newsletter 
246sympa/bin/etc/scenari/send.newsletterkeyonly 
247sympa/bin/etc/scenari/send.private 
248sympa/bin/etc/scenari/send.private_smime 
249sympa/bin/etc/scenari/send.privateandeditorkey 
250sympa/bin/etc/scenari/send.privateandnomultipartoreditorkey 
251sympa/bin/etc/scenari/send.privatekey 
252sympa/bin/etc/scenari/send.privatekeyandeditorkeyonly 
253sympa/bin/etc/scenari/send.privateoreditorkey 
254sympa/bin/etc/scenari/send.privateorpublickey 
255sympa/bin/etc/scenari/send.public 
256sympa/bin/etc/scenari/send.public_nobcc 
257sympa/bin/etc/scenari/send.publickey 
258sympa/bin/etc/scenari/send.publicnoattachment 
259sympa/bin/etc/scenari/send.publicnomultipart 
260sympa/bin/etc/scenari/subscribe.auth 
261sympa/bin/etc/scenari/subscribe.auth_notify 
262sympa/bin/etc/scenari/subscribe.auth_owner 
263sympa/bin/etc/scenari/subscribe.closed 
264sympa/bin/etc/scenari/subscribe.default 
265sympa/bin/etc/scenari/subscribe.intranet 
266sympa/bin/etc/scenari/subscribe.intranetorowner 
267sympa/bin/etc/scenari/subscribe.open 
268sympa/bin/etc/scenari/subscribe.open_notify 
269sympa/bin/etc/scenari/subscribe.open_quiet 
270sympa/bin/etc/scenari/subscribe.owner 
271sympa/bin/etc/scenari/subscribe.smime 
272sympa/bin/etc/scenari/subscribe.smimeorowner 
273sympa/bin/etc/scenari/topics_visibility.conceal 
274sympa/bin/etc/scenari/topics_visibility.default 
275sympa/bin/etc/scenari/topics_visibility.identified 
276sympa/bin/etc/scenari/topics_visibility.noconceal 
277sympa/bin/etc/scenari/unsubscribe.auth 
278sympa/bin/etc/scenari/unsubscribe.auth_notify 
279sympa/bin/etc/scenari/unsubscribe.closed 
280sympa/bin/etc/scenari/unsubscribe.default 
281sympa/bin/etc/scenari/unsubscribe.open 
282sympa/bin/etc/scenari/unsubscribe.open_notify 
283sympa/bin/etc/scenari/unsubscribe.owner 
284sympa/bin/etc/scenari/visibility.conceal 
285sympa/bin/etc/scenari/visibility.default 
286sympa/bin/etc/scenari/visibility.intranet 
287sympa/bin/etc/scenari/visibility.noconceal 
288sympa/bin/etc/scenari/visibility.secret 
289sympa/bin/etc/sympa.wsdl 
290sympa/bin/etc/topics.conf 
291sympa/bin/etc/web_tt2/active_lists.tt2 
292sympa/bin/etc/web_tt2/add_request.tt2 
293sympa/bin/etc/web_tt2/admin.tt2 
294sympa/bin/etc/web_tt2/admin_menu.tt2 
295sympa/bin/etc/web_tt2/arc.tt2 
296sympa/bin/etc/web_tt2/arc_manage.tt2 
297sympa/bin/etc/web_tt2/arc_protect.tt2 
298sympa/bin/etc/web_tt2/arcsearch.tt2 
299sympa/bin/etc/web_tt2/arcsearch_form.tt2 
300sympa/bin/etc/web_tt2/authorization_reject.tt2 
301sympa/bin/etc/web_tt2/blacklist.tt2 
302sympa/bin/etc/web_tt2/button_footer.tt2 
303sympa/bin/etc/web_tt2/button_header.tt2 
304sympa/bin/etc/web_tt2/change_email.tt2 
305sympa/bin/etc/web_tt2/choosepasswd.tt2 
306sympa/bin/etc/web_tt2/close_list.tt2 
307sympa/bin/etc/web_tt2/compose_mail.tt2 
308sympa/bin/etc/web_tt2/copy_template.tt2 
309sympa/bin/etc/web_tt2/create_list.tt2 
310sympa/bin/etc/web_tt2/create_list_request.tt2 
311sympa/bin/etc/web_tt2/css.tt2 
312sympa/bin/etc/web_tt2/d_control.tt2 
313sympa/bin/etc/web_tt2/d_editfile.tt2 
314sympa/bin/etc/web_tt2/d_install_shared.tt2 
315sympa/bin/etc/web_tt2/d_properties.tt2 
316sympa/bin/etc/web_tt2/d_read.tt2 
317sympa/bin/etc/web_tt2/d_upload.tt2 
318sympa/bin/etc/web_tt2/dump_scenario.tt2 
319sympa/bin/etc/web_tt2/dumpvars.tt2 
320sympa/bin/etc/web_tt2/edit_attributes.tt2 
321sympa/bin/etc/web_tt2/edit_list_request.tt2 
322sympa/bin/etc/web_tt2/edit_template.tt2 
323sympa/bin/etc/web_tt2/editfile.tt2 
324sympa/bin/etc/web_tt2/editsubscriber.tt2 
325sympa/bin/etc/web_tt2/error.tt2 
326sympa/bin/etc/web_tt2/footer.tt2 
327sympa/bin/etc/web_tt2/get_closed_lists.tt2 
328sympa/bin/etc/web_tt2/get_inactive_lists.tt2 
329sympa/bin/etc/web_tt2/get_latest_lists.tt2 
330sympa/bin/etc/web_tt2/get_pending_lists.tt2 
331sympa/bin/etc/web_tt2/help.tt2 
332sympa/bin/etc/web_tt2/help_admin.tt2 
333sympa/bin/etc/web_tt2/help_arc.tt2 
334sympa/bin/etc/web_tt2/help_editfile.tt2 
335sympa/bin/etc/web_tt2/help_editlist.tt2 
336sympa/bin/etc/web_tt2/help_faqadmin.tt2 
337sympa/bin/etc/web_tt2/help_faquser.tt2 
338sympa/bin/etc/web_tt2/help_introduction.tt2 
339sympa/bin/etc/web_tt2/help_listconfig.tt2 
340sympa/bin/etc/web_tt2/help_mail_commands.tt2 
341sympa/bin/etc/web_tt2/help_sendmsg.tt2 
342sympa/bin/etc/web_tt2/help_shared.tt2 
343sympa/bin/etc/web_tt2/help_user.tt2 
344sympa/bin/etc/web_tt2/help_user_options.tt2 
345sympa/bin/etc/web_tt2/home.tt2 
346sympa/bin/etc/web_tt2/info.tt2 
347sympa/bin/etc/web_tt2/install_pending_list.tt2 
348sympa/bin/etc/web_tt2/javascript.tt2 
349sympa/bin/etc/web_tt2/latest_arc.tt2 
350sympa/bin/etc/web_tt2/latest_d_read.tt2 
351sympa/bin/etc/web_tt2/latest_lists.tt2 
352sympa/bin/etc/web_tt2/list_admin_menu.tt2 
353sympa/bin/etc/web_tt2/list_button_footer.tt2 
354sympa/bin/etc/web_tt2/list_button_header.tt2 
355sympa/bin/etc/web_tt2/list_menu.tt2 
356sympa/bin/etc/web_tt2/list_panel.tt2 
357sympa/bin/etc/web_tt2/lists.tt2 
358sympa/bin/etc/web_tt2/login.tt2 
359sympa/bin/etc/web_tt2/login_menu.tt2 
360sympa/bin/etc/web_tt2/loginbanner.tt2 
361sympa/bin/etc/web_tt2/loginrequest.tt2 
362sympa/bin/etc/web_tt2/ls_templates.tt2 
363sympa/bin/etc/web_tt2/main.tt2 
364sympa/bin/etc/web_tt2/maintenance.tt2 
365sympa/bin/etc/web_tt2/menu.tt2 
366sympa/bin/etc/web_tt2/modindex.tt2 
367sympa/bin/etc/web_tt2/notice.tt2 
368sympa/bin/etc/web_tt2/picture_upload.tt2 
369sympa/bin/etc/web_tt2/pref.tt2 
370sympa/bin/etc/web_tt2/remindpasswd.tt2 
371sympa/bin/etc/web_tt2/remove_arc.tt2 
372sympa/bin/etc/web_tt2/rename_list_request.tt2 
373sympa/bin/etc/web_tt2/request_topic.tt2 
374sympa/bin/etc/web_tt2/review.tt2 
375sympa/bin/etc/web_tt2/review_family.tt2 
376sympa/bin/etc/web_tt2/reviewbouncing.tt2 
377sympa/bin/etc/web_tt2/rss.tt2 
378sympa/bin/etc/web_tt2/rss_request.tt2 
379sympa/bin/etc/web_tt2/scenario_test.tt2 
380sympa/bin/etc/web_tt2/search.tt2 
381sympa/bin/etc/web_tt2/search_list.tt2 
382sympa/bin/etc/web_tt2/search_user.tt2 
383sympa/bin/etc/web_tt2/serveradmin.tt2 
384sympa/bin/etc/web_tt2/set_pending_list_request.tt2 
385sympa/bin/etc/web_tt2/setlang.tt2 
386sympa/bin/etc/web_tt2/show_cert.tt2 
387sympa/bin/etc/web_tt2/show_sessions.tt2 
388sympa/bin/etc/web_tt2/sigrequest.tt2 
389sympa/bin/etc/web_tt2/skinsedit.tt2 
390sympa/bin/etc/web_tt2/sso_login.tt2 
391sympa/bin/etc/web_tt2/stats.tt2 
392sympa/bin/etc/web_tt2/subindex.tt2 
393sympa/bin/etc/web_tt2/suboptions.tt2 
394sympa/bin/etc/web_tt2/subrequest.tt2 
395sympa/bin/etc/web_tt2/title.tt2 
396sympa/bin/etc/web_tt2/tt2_error.tt2 
397sympa/bin/etc/web_tt2/view_template.tt2 
398sympa/bin/etc/web_tt2/viewbounce.tt2 
399sympa/bin/etc/web_tt2/viewlogs.tt2 
400sympa/bin/etc/web_tt2/viewmod.tt2 
401sympa/bin/etc/web_tt2/which.tt2 
402sympa/bin/etc/web_tt2/your_lists.tt2 
403sympa/bin/familyqueue 133sympa/bin/familyqueue
404sympa/bin/init_comment.pl 134sympa/bin/init_comment.pl
405sympa/bin/ldap_alias_manager.pl 135sympa/bin/ldap_alias_manager.pl
406sympa/bin/mail.pm 136sympa/bin/mail.pm
407sympa/bin/mod2html.pl 137sympa/bin/mod2html.pl
408sympa/bin/mysql_alias_manager.pl 138sympa/bin/mysql_alias_manager.pl
409sympa/bin/p12topem.pl 139sympa/bin/p12topem.pl
410sympa/bin/parser.pl 
411sympa/bin/queue 140sympa/bin/queue
412sympa/bin/report.pm 141sympa/bin/report.pm
413sympa/bin/sympa.pl 142sympa/bin/sympa.pl
414sympa/bin/sympa_soap_client.pl 143sympa/bin/sympa_soap_client.pl
415sympa/bin/sympa_soap_server.fcgi 
416sympa/bin/sympa_soap_server-wrapper.fcgi 
417sympa/bin/sympa_wizard.pl 144sympa/bin/sympa_wizard.pl
418sympa/bin/sympasoap.pm 145sympa/bin/sympasoap.pm
419sympa/bin/task_manager.pl 146sympa/bin/task_manager.pl
420sympa/bin/testldap.pl 147sympa/bin/testldap.pl
421sympa/bin/testlogs.pl 148sympa/bin/testlogs.pl
422sympa/bin/time_utils.pl 149sympa/bin/time_utils.pm
423sympa/bin/tools.pl 150sympa/bin/tools.pm
424sympa/bin/tpl2tt2.pl 151sympa/bin/tpl2tt2.pl
425sympa/bin/tt2.pl 152sympa/bin/tt2.pm
426sympa/bin/virtualwrapper 153sympa/bin/virtualwrapper
427sympa/bin/wwslib.pm 154sympa/bin/wwslib.pm
428sympa/bin/wwsympa.fcgi 155sympa/default/auth.conf
429sympa/bin/wwsympa-wrapper.fcgi 156sympa/default/ca-bundle.crt
430sympa/bin/wwsympa_sudo_wrapper.pl 157sympa/default/charset.conf
 158sympa/default/crawlers_detection.conf
 159sympa/default/create_list.conf
 160sympa/default/create_list_templates/discussion_list/comment.tt2
 161sympa/default/create_list_templates/discussion_list/config.tt2
 162sympa/default/create_list_templates/hotline/comment.tt2
 163sympa/default/create_list_templates/hotline/config.tt2
 164sympa/default/create_list_templates/html-news-letter/comment.tt2
 165sympa/default/create_list_templates/html-news-letter/config.tt2
 166sympa/default/create_list_templates/intranet_list/comment.tt2
 167sympa/default/create_list_templates/intranet_list/config.tt2
 168sympa/default/create_list_templates/news-letter/comment.tt2
 169sympa/default/create_list_templates/news-letter/config.tt2
 170sympa/default/create_list_templates/private_working_group/comment.tt2
 171sympa/default/create_list_templates/private_working_group/config.tt2
 172sympa/default/create_list_templates/public_web_forum/comment.tt2
 173sympa/default/create_list_templates/public_web_forum/config.tt2
 174sympa/default/edit_list.conf
 175sympa/default/families/sample-auto/config.tt2
 176sympa/default/families/sample-auto/param_constraint.conf
 177sympa/default/global_task_models/chk_cert_expiration.daily.task
 178sympa/default/global_task_models/crl_update.daily.task
 179sympa/default/global_task_models/eval_bouncers.daily.task
 180sympa/default/global_task_models/expire_bounce.daily.task
 181sympa/default/global_task_models/process_bouncers.weekly.task
 182sympa/default/global_task_models/purge_logs_table.daily.task
 183sympa/default/global_task_models/purge_one_time_ticket_table.daily.task
 184sympa/default/global_task_models/purge_orphan_bounces.monthly.task
 185sympa/default/global_task_models/purge_session_table.daily.task
 186sympa/default/global_task_models/purge_tables.daily.task
 187sympa/default/global_task_models/purge_user_table.monthly.task
 188sympa/default/ldap_alias_entry.tt2
 189sympa/default/ldap_alias_manager.conf
 190sympa/default/list_aliases.tt2
 191sympa/default/list_task_models/expire.yearly.task
 192sympa/default/list_task_models/remind.2month.task
 193sympa/default/list_task_models/remind.monthly.task
 194sympa/default/list_task_models/remind.yearly.task
 195sympa/default/list_task_models/sync_include.ttl.task
 196sympa/default/mail_tt2/authorization_reject.tt2
 197sympa/default/mail_tt2/bye.tt2
 198sympa/default/mail_tt2/certif_warning.tt2
 199sympa/default/mail_tt2/command_report.tt2
 200sympa/default/mail_tt2/d_install_shared.tt2
 201sympa/default/mail_tt2/d_reject_shared.tt2
 202sympa/default/mail_tt2/digest.tt2
 203sympa/default/mail_tt2/digest_plain.tt2
 204sympa/default/mail_tt2/expire_deletion.tt2
 205sympa/default/mail_tt2/expire_warning1.tt2
 206sympa/default/mail_tt2/expire_warning2.tt2
 207sympa/default/mail_tt2/get_archive.tt2
 208sympa/default/mail_tt2/global_remind.tt2
 209sympa/default/mail_tt2/helpfile.tt2
 210sympa/default/mail_tt2/index_archive.tt2
 211sympa/default/mail_tt2/info_report.tt2
 212sympa/default/mail_tt2/invite.tt2
 213sympa/default/mail_tt2/list_created.tt2
 214sympa/default/mail_tt2/list_rejected.tt2
 215sympa/default/mail_tt2/list_unknown.tt2
 216sympa/default/mail_tt2/listeditor_notification.tt2
 217sympa/default/mail_tt2/listmaster_notification.tt2
 218sympa/default/mail_tt2/listowner_notification.tt2
 219sympa/default/mail_tt2/lists.tt2
 220sympa/default/mail_tt2/message_report.tt2
 221sympa/default/mail_tt2/moderate.tt2
 222sympa/default/mail_tt2/modindex.tt2
 223sympa/default/mail_tt2/reject.tt2
 224sympa/default/mail_tt2/remind.tt2
 225sympa/default/mail_tt2/removed.tt2
 226sympa/default/mail_tt2/request_auth.tt2
 227sympa/default/mail_tt2/review.tt2
 228sympa/default/mail_tt2/send_auth.tt2
 229sympa/default/mail_tt2/sendpasswd.tt2
 230sympa/default/mail_tt2/sendssopasswd.tt2
 231sympa/default/mail_tt2/stats_report.tt2
 232sympa/default/mail_tt2/summary.tt2
 233sympa/default/mail_tt2/urlized_part.tt2
 234sympa/default/mail_tt2/user_notification.tt2
 235sympa/default/mail_tt2/welcome.tt2
 236sympa/default/mail_tt2/which.tt2
 237sympa/default/mail_tt2/x509-user-cert-missing.tt2
 238sympa/default/mail_tt2/your_infected_msg.tt2
 239sympa/default/mhonarc-ressources.tt2
 240sympa/default/mime.types
 241sympa/default/nrcpt_by_domain.conf
 242sympa/default/scenari/access_web_archive.closed
 243sympa/default/scenari/access_web_archive.intranet
 244sympa/default/scenari/access_web_archive.listmaster
 245sympa/default/scenari/access_web_archive.owner
 246sympa/default/scenari/access_web_archive.private
 247sympa/default/scenari/access_web_archive.public
 248sympa/default/scenari/add.auth
 249sympa/default/scenari/add.closed
 250sympa/default/scenari/add.default
 251sympa/default/scenari/add.owner
 252sympa/default/scenari/add.owner_notify
 253sympa/default/scenari/automatic_list_creation.listmaster
 254sympa/default/scenari/automatic_list_creation.public
 255sympa/default/scenari/create_list.intranet
 256sympa/default/scenari/create_list.listmaster
 257sympa/default/scenari/create_list.public_listmaster
 258sympa/default/scenari/d_edit.default
 259sympa/default/scenari/d_edit.editor
 260sympa/default/scenari/d_edit.owner
 261sympa/default/scenari/d_edit.private
 262sympa/default/scenari/d_edit.private-https
 263sympa/default/scenari/d_edit.public
 264sympa/default/scenari/d_read.default
 265sympa/default/scenari/d_read.owner
 266sympa/default/scenari/d_read.private
 267sympa/default/scenari/d_read.private-https
 268sympa/default/scenari/d_read.public
 269sympa/default/scenari/del.auth
 270sympa/default/scenari/del.closed
 271sympa/default/scenari/del.default
 272sympa/default/scenari/del.owner
 273sympa/default/scenari/del.owner_notify
 274sympa/default/scenari/global_remind.listmaster
 275sympa/default/scenari/info.default
 276sympa/default/scenari/info.open
 277sympa/default/scenari/info.private
 278sympa/default/scenari/invite.closed
 279sympa/default/scenari/invite.default
 280sympa/default/scenari/invite.owner
 281sympa/default/scenari/invite.private
 282sympa/default/scenari/invite.public
 283sympa/default/scenari/remind.default
 284sympa/default/scenari/remind.listmaster
 285sympa/default/scenari/remind.owner
 286sympa/default/scenari/review.closed
 287sympa/default/scenari/review.default
 288sympa/default/scenari/review.intranet
 289sympa/default/scenari/review.listmaster
 290sympa/default/scenari/review.owner
 291sympa/default/scenari/review.private
 292sympa/default/scenari/review.public
 293sympa/default/scenari/send.closed
 294sympa/default/scenari/send.default
 295sympa/default/scenari/send.editorkey
 296sympa/default/scenari/send.editorkeyonly
 297sympa/default/scenari/send.editorkeyonlyauth
 298sympa/default/scenari/send.intranet
 299sympa/default/scenari/send.intranetorprivate
 300sympa/default/scenari/send.newsletter
 301sympa/default/scenari/send.newsletterkeyonly
 302sympa/default/scenari/send.private
 303sympa/default/scenari/send.private_smime
 304sympa/default/scenari/send.privateandeditorkey
 305sympa/default/scenari/send.privateandnomultipartoreditorkey
 306sympa/default/scenari/send.privatekey
 307sympa/default/scenari/send.privatekeyandeditorkeyonly
 308sympa/default/scenari/send.privateoreditorkey
 309sympa/default/scenari/send.privateorpublickey
 310sympa/default/scenari/send.public
 311sympa/default/scenari/send.public_nobcc
 312sympa/default/scenari/send.publickey
 313sympa/default/scenari/send.publicnoattachment
 314sympa/default/scenari/send.publicnomultipart
 315sympa/default/scenari/spam_status.x-spam-status
 316sympa/default/scenari/subscribe.auth
 317sympa/default/scenari/subscribe.auth_notify
 318sympa/default/scenari/subscribe.auth_owner
 319sympa/default/scenari/subscribe.closed
 320sympa/default/scenari/subscribe.default
 321sympa/default/scenari/subscribe.intranet
 322sympa/default/scenari/subscribe.intranetorowner
 323sympa/default/scenari/subscribe.open
 324sympa/default/scenari/subscribe.open_notify
 325sympa/default/scenari/subscribe.open_quiet
 326sympa/default/scenari/subscribe.owner
 327sympa/default/scenari/subscribe.smime
 328sympa/default/scenari/subscribe.smimeorowner
 329sympa/default/scenari/topics_visibility.conceal
 330sympa/default/scenari/topics_visibility.default
 331sympa/default/scenari/topics_visibility.identified
 332sympa/default/scenari/topics_visibility.noconceal
 333sympa/default/scenari/unsubscribe.auth
 334sympa/default/scenari/unsubscribe.auth_notify
 335sympa/default/scenari/unsubscribe.closed
 336sympa/default/scenari/unsubscribe.default
 337sympa/default/scenari/unsubscribe.open
 338sympa/default/scenari/unsubscribe.open_notify
 339sympa/default/scenari/unsubscribe.owner
 340sympa/default/scenari/visibility.conceal
 341sympa/default/scenari/visibility.default
 342sympa/default/scenari/visibility.intranet
 343sympa/default/scenari/visibility.noconceal
 344sympa/default/scenari/visibility.secret
 345sympa/default/sympa.wsdl
 346sympa/default/topics.conf
 347sympa/default/web_tt2/active_lists.tt2
 348sympa/default/web_tt2/add_request.tt2
 349sympa/default/web_tt2/admin.tt2
 350sympa/default/web_tt2/admin_menu.tt2
 351sympa/default/web_tt2/arc.tt2
 352sympa/default/web_tt2/arc_manage.tt2
 353sympa/default/web_tt2/arc_protect.tt2
 354sympa/default/web_tt2/arcsearch.tt2
 355sympa/default/web_tt2/arcsearch_form.tt2
 356sympa/default/web_tt2/authorization_reject.tt2
 357sympa/default/web_tt2/auto_signoff.tt2
 358sympa/default/web_tt2/blacklist.tt2
 359sympa/default/web_tt2/button_footer.tt2
 360sympa/default/web_tt2/button_header.tt2
 361sympa/default/web_tt2/ca.tt2
 362sympa/default/web_tt2/change_email.tt2
 363sympa/default/web_tt2/change_email_request.tt2
 364sympa/default/web_tt2/choosepasswd.tt2
 365sympa/default/web_tt2/close_list.tt2
 366sympa/default/web_tt2/compose_mail.tt2
 367sympa/default/web_tt2/copy_template.tt2
 368sympa/default/web_tt2/create_list.tt2
 369sympa/default/web_tt2/create_list_request.tt2
 370sympa/default/web_tt2/css.tt2
 371sympa/default/web_tt2/css_ie.tt2
 372sympa/default/web_tt2/d_control.tt2
 373sympa/default/web_tt2/d_editfile.tt2
 374sympa/default/web_tt2/d_install_shared.tt2
 375sympa/default/web_tt2/d_properties.tt2
 376sympa/default/web_tt2/d_read.tt2
 377sympa/default/web_tt2/d_upload.tt2
 378sympa/default/web_tt2/dump_scenario.tt2
 379sympa/default/web_tt2/dumpvars.tt2
 380sympa/default/web_tt2/edit_attributes.tt2
 381sympa/default/web_tt2/edit_config.tt2
 382sympa/default/web_tt2/edit_list_request.tt2
 383sympa/default/web_tt2/edit_template.tt2
 384sympa/default/web_tt2/editfile.tt2
 385sympa/default/web_tt2/editsubscriber.tt2
 386sympa/default/web_tt2/error.tt2
 387sympa/default/web_tt2/footer.tt2
 388sympa/default/web_tt2/get_closed_lists.tt2
 389sympa/default/web_tt2/get_inactive_lists.tt2
 390sympa/default/web_tt2/get_latest_lists.tt2
 391sympa/default/web_tt2/get_pending_lists.tt2
 392sympa/default/web_tt2/help.tt2
 393sympa/default/web_tt2/help_admin.tt2
 394sympa/default/web_tt2/help_arc.tt2
 395sympa/default/web_tt2/help_editfile.tt2
 396sympa/default/web_tt2/help_editlist.tt2
 397sympa/default/web_tt2/help_faqadmin.tt2
 398sympa/default/web_tt2/help_faquser.tt2
 399sympa/default/web_tt2/help_introduction.tt2
 400sympa/default/web_tt2/help_listconfig.tt2
 401sympa/default/web_tt2/help_mail_commands.tt2
 402sympa/default/web_tt2/help_sendmsg.tt2
 403sympa/default/web_tt2/help_shared.tt2
 404sympa/default/web_tt2/help_user.tt2
 405sympa/default/web_tt2/help_user_options.tt2
 406sympa/default/web_tt2/home.tt2
 407sympa/default/web_tt2/info.tt2
 408sympa/default/web_tt2/install_pending_list.tt2
 409sympa/default/web_tt2/javascript.tt2
 410sympa/default/web_tt2/latest_arc.tt2
 411sympa/default/web_tt2/latest_d_read.tt2
 412sympa/default/web_tt2/latest_lists.tt2
 413sympa/default/web_tt2/lca.tt2
 414sympa/default/web_tt2/list_button_footer.tt2
 415sympa/default/web_tt2/list_button_header.tt2
 416sympa/default/web_tt2/list_menu.tt2
 417sympa/default/web_tt2/list_panel.tt2
 418sympa/default/web_tt2/lists.tt2
 419sympa/default/web_tt2/login.tt2
 420sympa/default/web_tt2/login_menu.tt2
 421sympa/default/web_tt2/loginbanner.tt2
 422sympa/default/web_tt2/loginrequest.tt2
 423sympa/default/web_tt2/ls_templates.tt2
 424sympa/default/web_tt2/main.tt2
 425sympa/default/web_tt2/maintenance.tt2
 426sympa/default/web_tt2/manage_template.tt2
 427sympa/default/web_tt2/menu.tt2
 428sympa/default/web_tt2/menu_search.tt2
 429sympa/default/web_tt2/modindex.tt2
 430sympa/default/web_tt2/nav.tt2
 431sympa/default/web_tt2/notice.tt2
 432sympa/default/web_tt2/picture_upload.tt2
 433sympa/default/web_tt2/pref.tt2
 434sympa/default/web_tt2/remove_arc.tt2
 435sympa/default/web_tt2/rename_list_request.tt2
 436sympa/default/web_tt2/renewpasswd.tt2
 437sympa/default/web_tt2/request_topic.tt2
 438sympa/default/web_tt2/requestpasswd.tt2
 439sympa/default/web_tt2/review.tt2
 440sympa/default/web_tt2/review_family.tt2
 441sympa/default/web_tt2/reviewbouncing.tt2
 442sympa/default/web_tt2/rss.tt2
 443sympa/default/web_tt2/rss_request.tt2
 444sympa/default/web_tt2/scenario_test.tt2
 445sympa/default/web_tt2/search.tt2
 446sympa/default/web_tt2/search_list.tt2
 447sympa/default/web_tt2/search_user.tt2
 448sympa/default/web_tt2/serveradmin.tt2
 449sympa/default/web_tt2/set_pending_list_request.tt2
 450sympa/default/web_tt2/setlang.tt2
 451sympa/default/web_tt2/show_cert.tt2
 452sympa/default/web_tt2/show_exclude.tt2
 453sympa/default/web_tt2/show_sessions.tt2
 454sympa/default/web_tt2/sigrequest.tt2
 455sympa/default/web_tt2/skinsedit.tt2
 456sympa/default/web_tt2/sso_login.tt2
 457sympa/default/web_tt2/stats.tt2
 458sympa/default/web_tt2/subindex.tt2
 459sympa/default/web_tt2/suboptions.tt2
 460sympa/default/web_tt2/subrequest.tt2
 461sympa/default/web_tt2/subscriber_table.tt2
 462sympa/default/web_tt2/suspend_request.tt2
 463sympa/default/web_tt2/ticket.tt2
 464sympa/default/web_tt2/title.tt2
 465sympa/default/web_tt2/tt2_error.tt2
 466sympa/default/web_tt2/view_template.tt2
 467sympa/default/web_tt2/viewbounce.tt2
 468sympa/default/web_tt2/viewlogs.tt2
 469sympa/default/web_tt2/viewmod.tt2
 470sympa/default/web_tt2/which.tt2
 471sympa/default/web_tt2/your_lists.tt2
 472sympa/libexec/cgi-bin/sympa_soap_server-wrapper.fcgi
 473sympa/libexec/cgi-bin/sympa_soap_server.fcgi
 474sympa/libexec/cgi-bin/wwsympa-wrapper.fcgi
 475sympa/libexec/cgi-bin/wwsympa.fcgi
431sympa/static_content/icons/back.png 476sympa/static_content/icons/back.png
432sympa/static_content/icons/begin.png 477sympa/static_content/icons/begin.png
433sympa/static_content/icons/binary.png 478sympa/static_content/icons/binary.png
 479sympa/static_content/icons/crosshairs.png
434sympa/static_content/icons/down.png 480sympa/static_content/icons/down.png
435sympa/static_content/icons/end.png 481sympa/static_content/icons/end.png
 482sympa/static_content/icons/favicon_sympa.png
436sympa/static_content/icons/folder.open.png 483sympa/static_content/icons/folder.open.png
437sympa/static_content/icons/folder.png 484sympa/static_content/icons/folder.png
 485sympa/static_content/icons/h.png
438sympa/static_content/icons/image2.png 486sympa/static_content/icons/image2.png
 487sympa/static_content/icons/junk.png
439sympa/static_content/icons/left.png 488sympa/static_content/icons/left.png
440sympa/static_content/icons/link.png 489sympa/static_content/icons/link.png
441sympa/static_content/icons/locked.png 490sympa/static_content/icons/locked.png
442sympa/static_content/icons/logo-s-lock.png 491sympa/static_content/icons/logo-s-lock.png
443sympa/static_content/icons/logo-s.png 492sympa/static_content/icons/logo-s.png
 493sympa/static_content/icons/logo_sympa.png
444sympa/static_content/icons/movie.png 494sympa/static_content/icons/movie.png
 495sympa/static_content/icons/position.png
445sympa/static_content/icons/right.png 496sympa/static_content/icons/right.png
446sympa/static_content/icons/sound1.png 497sympa/static_content/icons/sound1.png
 498sympa/static_content/icons/sv.png
447sympa/static_content/icons/text.png 499sympa/static_content/icons/text.png
 500sympa/static_content/icons/top.png
448sympa/static_content/icons/unknown.png 501sympa/static_content/icons/unknown.png

cvs diff -r1.12 -r1.12.8.1 pkgsrc/mail/sympa/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/sympa/distinfo 2011/06/19 13:50:57 1.12
+++ pkgsrc/mail/sympa/distinfo 2012/05/21 15:51:48 1.12.8.1
@@ -1,13 +1,9 @@ @@ -1,13 +1,9 @@
1$NetBSD: distinfo,v 1.12 2011/06/19 13:50:57 bouyer Exp $ 1$NetBSD: distinfo,v 1.12.8.1 2012/05/21 15:51:48 tron Exp $
2 2
3SHA1 (sympa-5.4.4.tar.gz) = 673d3a031ef2718ed234ce0814ad1d0083883919 3SHA1 (sympa-6.1.11.tar.gz) = c4a175ad4af894262d83d39cfc148e0037d883e9
4RMD160 (sympa-5.4.4.tar.gz) = fb0b61ac3a56981ac7f44a1863504be937e4f4b5 4RMD160 (sympa-6.1.11.tar.gz) = 4398d67353b2c6460b86892afa0bd417498eff9c
5Size (sympa-5.4.4.tar.gz) = 6523229 bytes 5Size (sympa-6.1.11.tar.gz) = 7547265 bytes
6SHA1 (patch-aa) = 8db2096214d667d5bada0ffb97994be9e0891547 6SHA1 (patch-aa) = c28355fd3fcc0cff74bdbf73859c1b9d0741e8df
7SHA1 (patch-ab) = 404ce642a733ef7922f58613c56f449f75641a9a 7SHA1 (patch-ab) = c13e973fa3bc92f450aee00fad1553e003080c96
8SHA1 (patch-ac) = 77802bab188da024c18810c07bf62064b28e3af1 8SHA1 (patch-ac) = 87527936892090b310919ca55576aaeba795cb3b
9SHA1 (patch-af) = ba9888ed1eed387f7758946aaeeaa5f408c2d760 9SHA1 (patch-af) = 901f6ddf04dffccc3b148c2465a23de6cd57f832
10SHA1 (patch-ag) = 97af077204f004945619d9a457e03430df1e2642 
11SHA1 (patch-ah) = 6a0b34ef49a7d68ac996251adee14ef29519f92d 
12SHA1 (patch-ai) = 5c209365e8ec7dbd35325507f413aa7660cf47d4 
13SHA1 (patch-aj) = 639241f48effabc49d46a23f255a33cb51404d44 

File Added: pkgsrc/mail/sympa/files/bulk.sh
#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: bulk.sh,v 1.1.2.2 2012/05/21 15:51:48 tron Exp $
#
# PROVIDE: bulk
# REQUIRE: sympa
# KEYWORD: shutdown

if [ -f /etc/rc.subr ]
then
	. /etc/rc.subr
fi

name="bulk"
rcvar=$name
command="@PREFIX@/sympa/bin/bulk.pl"
pidfile="/var/sympa/run/bulk.pid"
command_interpreter="@PREFIX@/bin/perl"
sympa_user="sympa"

load_rc_config $name
run_rc_command "$1"

cvs diff -r1.5 -r1.5.36.1 pkgsrc/mail/sympa/patches/patch-aa (expand / switch to unified diff)

--- pkgsrc/mail/sympa/patches/patch-aa 2008/04/27 17:06:40 1.5
+++ pkgsrc/mail/sympa/patches/patch-aa 2012/05/21 15:51:48 1.5.36.1
@@ -1,58 +1,58 @@ @@ -1,58 +1,58 @@
1$NetBSD: patch-aa,v 1.5 2008/04/27 17:06:40 bouyer Exp $ 1$NetBSD: patch-aa,v 1.5.36.1 2012/05/21 15:51:48 tron Exp $
2 2
3--- Makefile.in.orig 2007-12-05 16:37:14.000000000 +0100 3--- Makefile.in.orig 2011-08-25 16:48:08.000000000 +0200
4+++ Makefile.in 2008-04-27 15:16:02.000000000 +0200 4+++ Makefile.in 2012-02-24 20:06:42.000000000 +0100
5@@ -508,7 +508,7 @@ 5@@ -635,35 +635,30 @@
6 @CVS2CL@ 6 echo "Creating $(DESTDIR)$$dir"; \
7 #endif 7 install -d -m 755 $(DESTDIR)$$dir; \
8  8 fi; \
9-all: warning checkperl checkcpan sources wrapper soap_wrapper man locale 9- chown $(USER) $(DESTDIR)$$dir || /bin/true; \
10+all: sources wrapper soap_wrapper man locale 10- chgrp $(GROUP) $(DESTDIR)$$dir || /bin/true; \
11  11+ chown $(USER) $(DESTDIR)$$dir || true; \
12 rpm: build_rh_rpm build_mdk_rpm 12+ chgrp $(GROUP) $(DESTDIR)$$dir || true; \
13  13 done
14@@ -612,7 +612,7 @@ 
15 $(MAKE) PERL='${PERL}' clean) || exit 1; \ 
16 done; 
17  14
18-install: importantchanges installdir installsrc installwws installwebtt2 installmailtt2 installlocale installman installscript installsample installconfig installdoc installsoap nextstep 15 installconfig: installdir
19+install: importantchanges installdir installsrc installwws installwebtt2 installmailtt2 installlocale installman installscript installsample installdoc installsoap nextstep 16 @echo "Installing basic configuration ..."
 17 export PERL5LIB=$(DESTDIR)$(modulesdir); \
 18- if [ ! -f $(DESTDIR)$(confdir)/sympa.conf ]; then \
 19- echo "This looks like your first Sympa installation. The following wizard will assist you to create your first Sympa configuration.";\
 20- if [ ! -d $(DESTDIR)$(confdir) ]; then \
 21- $(INSTALL) -d -m 755 $(DESTDIR)$(confdir); \
 22- fi; \
 23- $(DESTDIR)$(sbindir)/sympa_wizard.pl \
 24- --create sympa.conf \
 25- --target $(DESTDIR)$(confdir)/sympa.conf \
 26- || /bin/true; \
 27- $(DESTDIR)$(sbindir)/sympa_wizard.pl \
 28- --create wwsympa.conf \
 29- --target $(DESTDIR)$(confdir)/wwsympa.conf \
 30- || /bin/true; \
 31+ if [ ! -d $(DESTDIR)$(prefix)/share/examples/sympa ]; then \
 32+ $(INSTALL) -d -m 755 $(DESTDIR)$(prefix)/share/examples/sympa; \
 33 fi; \
 34- if [ ! -f $(DESTDIR)$(sysconfdir)/data_structure.version ]; then \
 35- cd $(DESTDIR)$(sysconfdir); \
 36- echo "# automatically created file" >> data_structure.version; \
 37- echo "# you should not modify it" >> data_structure.version; \
 38- echo $(VERSION) >> data_structure.version; \
 39- chown $(USER) data_structure.version || /bin/true; \
 40- chgrp $(GROUP) data_structure.version || /bin/true; \
 41- fi
 42+ $(DESTDIR)$(sbindir)/sympa_wizard.pl \
 43+ --create sympa.conf \
 44+ --target $(DESTDIR)$(prefix)/share/examples/sympa/sympa.conf \
 45+ || true; \
 46+ $(DESTDIR)$(sbindir)/sympa_wizard.pl \
 47+ --create wwsympa.conf \
 48+ --target $(DESTDIR)$(prefix)/share/examples/sympa/wwsympa.conf \
 49+ || true; \
 50+ cd $(DESTDIR)$(prefix)/share/examples/sympa; \
 51+ echo "# automatically created file" >> data_structure.version; \
 52+ echo "# you should not modify it" >> data_structure.version; \
 53+ echo $(VERSION) >> data_structure.version; \
 54+ chown $(USER) data_structure.version || true; \
 55+ chgrp $(GROUP) data_structure.version || true;
20  56
21 nextstep:  57 nextstep:
22 @echo "" 58 @echo ""
23@@ -751,7 +751,7 @@ 
24  
25 installdir: 
26 @echo "Creating required directories" 
27- @for dir in $(DIR) $(EXPL_DIR) $(CONFDIR) $(SAMPLEDIR) $(ETCDIR) $(BINDIR) $(LOCALEDIR) $(DOCDIR) $(DIR)/static_content $(DIR)/static_content/icons ; do \ 
28+ @for dir in $(DIR) $(EXPL_DIR) $(CONFDIR) $(SAMPLEDIR) $(ETCDIR) $(BINDIR) $(LOCALEDIR) $(DOCDIR) $(DIR)/sympa/static_content $(DIR)/sympa/static_content/icons ; do \ 
29 if [ ! -d $(DESTDIR)$$dir ] ; then \ 
30 echo "Creating $(DESTDIR)$$dir"; \ 
31 mkdir -p $(DESTDIR)$$dir; \ 
32@@ -760,7 +760,7 @@ 
33 chmod 755 $(DESTDIR)$$dir; \ 
34 fi \ 
35 done 
36- @if [ ! -f $(DESTDIR)$(CONFDIR)/sympa.conf ] ; then \ 
37+ @if false; then \ 
38 echo "First installation : installing conf directories..."; \ 
39 for dir in create_list_templates mail_tt2 web_tt2 scenari \ 
40 task_models general_task_models; do \ 
41@@ -783,7 +783,7 @@ 
42 $(PERL) ./subst.pl src/etc/README_etc \ 
43 ) \ 
44 fi 
45- @if [ ! -f $(DESTDIR)$(CONFDIR)/sympa.conf ] ; then \ 
46+ @if false; then \ 
47 echo "First installation : installing spool directories..."; \ 
48 for dir in $(SPOOLDIR) $(SPOOLDIR)/msg $(SPOOLDIR)/digest $(SPOOLDIR)/moderation \ 
49 $(SPOOLDIR)/expire $(SPOOLDIR)/auth $(SPOOLDIR)/outgoing $(SPOOLDIR)/tmp \ 
50@@ -797,7 +797,7 @@ 
51 fi \ 
52 done \ 
53 fi 
54- @if [ ! -f $(DESTDIR)$(CONFDIR)/sympa.conf ] ; then \ 
55+ @if false ; then \ 
56 echo "First installation : creating archives and bounce directories..."; \ 
57 for dir in bounce arc ; do \ 
58 if [ ! -d $(DESTDIR)$(DIR)/$$dir ] ; then \ 

cvs diff -r1.4 -r1.4.36.1 pkgsrc/mail/sympa/patches/patch-ab (expand / switch to unified diff)

--- pkgsrc/mail/sympa/patches/patch-ab 2008/04/27 17:06:40 1.4
+++ pkgsrc/mail/sympa/patches/patch-ab 2012/05/21 15:51:48 1.4.36.1
@@ -1,75 +1,78 @@ @@ -1,75 +1,78 @@
1$NetBSD: patch-ab,v 1.4 2008/04/27 17:06:40 bouyer Exp $ 1$NetBSD: patch-ab,v 1.4.36.1 2012/05/21 15:51:48 tron Exp $
2 2
3--- check_perl_modules.pl.orig 2008-03-27 17:41:49.000000000 +0100 3--- src/sympa_wizard.pl.in.orig 2012-02-08 18:02:11.000000000 +0100
4+++ check_perl_modules.pl 2008-04-27 14:20:25.000000000 +0200 4+++ src/sympa_wizard.pl.in 2012-02-08 18:02:42.000000000 +0100
5@@ -180,69 +180,7 @@ 5@@ -662,72 +662,5 @@
6 # Install a CPAN module 6 # Install a CPAN module
7 ##---------------------- 7 ##----------------------
8 sub install_module { 8 sub install_module {
9- my ($module, $options) = @_; 9-# my ($module, $options, $opt_features) = @_;
 10- my ($module, $options, $cpan_modules) = @_;
10- 11-
11- my $default = $options->{'default'}; 12- my $default = $options->{'default'};
12- 13-
13- unless ($ENV{'FTP_PASSIVE'} eq 1) { 14- unless ($ENV{'FTP_PASSIVE'} eq 1) {
14- $ENV{'FTP_PASSIVE'} = 1; 15- $ENV{'FTP_PASSIVE'} = 1;
15- print "Setting FTP Passive mode\n"; 16- print "Setting FTP Passive mode\n";
16- } 17- }
17- 18-
18- ## This is required on RedHat 9 for DBD::mysql installation 19- ## This is required on RedHat 9 for DBD::mysql installation
19- my $lang = $ENV{'LANG'}; 20- my $lang = $ENV{'LANG'};
20- $ENV{'LANG'} = 'C' if ($ENV{'LANG'} =~ /UTF\-8/); 21- $ENV{'LANG'} = 'C' if ($ENV{'LANG'} =~ /UTF\-8/);
21- 22-
22- unless ($> == 0) { 23- unless ($EUID == 0) {
23- print "\#\# You need root privileges to install $module module. \#\#\n"; 24- print "\#\# You need root privileges to install $module module. \#\#\n";
24- print "\#\# Press the Enter key to continue checking modules. \#\#\n"; 25- print "\#\# Press the Enter key to continue checking modules. \#\#\n";
25- my $t = <STDIN>; 26- my $t = <STDIN>;
26- return undef; 27- return undef;
27- } 28- }
28- 29-
29- unless ($options->{'force'}) { 30- unless ($options->{'force'}) {
30- printf "Description: %s\n", $opt_features{$module}; 31- printf "-> Usage of this module: %s\n", $cpan_modules->{$module}{usage} if ($cpan_modules->{$module}{usage});
31- print "Install module $module ? [$default]"; 32- printf "-> Prerequisites: %s\n", $cpan_modules->{$module}{prerequisites} if ($cpan_modules->{$module}{prerequisites});
32- my $answer = <STDIN>; chomp $answer; 33- printf "-> Install module $module ? [$default]";
33- $answer ||= $default; 34- my $answer = <STDIN>; chomp $answer;
34- return unless ($answer =~ /^y$/i); 35- $answer ||= $default;
 36- return unless ($answer =~ /^y$/i);
35- } 37- }
36-  38-
37- $CPAN::Config->{'inactivity_timeout'} = 4; 39- $CPAN::Config->{'inactivity_timeout'} = 0; ## disable timeout to prevent timeout during modules installation
38- $CPAN::Config->{'colorize_output'} = 1; 40- $CPAN::Config->{'colorize_output'} = 1;
 41- $CPAN::Config->{'build_requires_install_policy'} = 'yes'; ## automatically installed prerequisites without asking
 42- $CPAN::Config->{'prerequisites_policy'} = 'follow'; ## build prerequisites automatically
 43- $CPAN::Config->{'load_module_verbosity'} = 'none'; ## minimum verbosity during module loading
 44- $CPAN::Config->{'tar_verbosity'} = 'none'; ## minimum verbosity with tar command
39- 45-
40- #CPAN::Shell->clean($module) if ($options->{'force'}); 46- #CPAN::Shell->clean($module) if ($options->{'force'});
41- 47-
42- CPAN::Shell->make($module); 48- CPAN::Shell->make($module);
43-  49-
44- if ($options->{'force'}) { 50- if ($options->{'force'}) {
45- CPAN::Shell->force('test', $module); 51- CPAN::Shell->force('test', $module);
46- }else { 52- }else {
47- CPAN::Shell->test($module); 53- CPAN::Shell->test($module);
48- } 54- }
49-  
50- 55-
51- CPAN::Shell->install($module); ## Could use CPAN::Shell->force('install') if make test failed 56- CPAN::Shell->install($module); ## Could use CPAN::Shell->force('install') if make test failed
52- 57-
53- ## Check if module has been successfuly installed 58- ## Check if module has been successfuly installed
54- unless (&test_module($module) == 1) { 59- unless (eval "require $module") {
55- 60-
56- ## Prevent recusive calls if already in force mode 61- ## Prevent recusive calls if already in force mode
57- if ($options->{'force'}) { 62- if ($options->{'force'}) {
58- print "Installation of $module still FAILED. You should download the tar.gz from http://search.cpan.org and install it manually."; 63- print "Installation of $module still FAILED. You should download the tar.gz from http://search.cpan.org and install it manually.";
59- my $answer = <STDIN>; 64- my $answer = <STDIN>;
60- }else { 65- }else {
61- print "Installation of $module FAILED. Do you want to force the installation of this module? (y/N) "; 66- print "Installation of $module FAILED. Do you want to force the installation of this module? (y/N) ";
62- my $answer = <STDIN>; chomp $answer; 67- my $answer = <STDIN>; chomp $answer;
63- if ($answer =~ /^y/i) { 68- if ($answer =~ /^y/i) {
64- &install_module($module, {'force' => 1}); 69- install_module($module, {'force' => 1}, $cpan_modules);
65- } 70- }
66- } 71- }
67- } 72- }
68- 73-
69- ## Restore lang 74- ## Restore lang
70- $ENV{'LANG'} = $lang if (defined $lang); 75- $ENV{'LANG'} = $lang if (defined $lang);
71- 76-
72+ 1; 77+ 1;
73 } 78 }
74  
75 ###-------------------------- 

cvs diff -r1.2 -r1.2.64.1 pkgsrc/mail/sympa/patches/patch-ac (expand / switch to unified diff)

--- pkgsrc/mail/sympa/patches/patch-ac 2004/09/26 20:13:34 1.2
+++ pkgsrc/mail/sympa/patches/patch-ac 2012/05/21 15:51:48 1.2.64.1
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: patch-ac,v 1.2 2004/09/26 20:13:34 seb Exp $ 1$NetBSD: patch-ac,v 1.2.64.1 2012/05/21 15:51:48 tron Exp $
2 2
3--- src/etc/script/Makefile.orig 2003-05-12 09:32:42.000000000 +0000 3--- src/etc/script/Makefile.in.orig 2012-02-09 16:02:29.000000000 +0100
4+++ src/etc/script/Makefile 4+++ src/etc/script/Makefile.in 2011-08-25 16:48:08.000000000 +0200
5@@ -30,7 +30,7 @@ SCRIPTDIR = $(SBINDIR) 5@@ -355,7 +355,7 @@
6  6
7 all:  7 info-am:
8  8
9-install: makedir installsrc installsubstsrc installinit 9-install-data-am: install-initSCRIPTS install-scriptSCRIPTS
10+install: makedir installsrc installsubstsrc 10+install-data-am: install-scriptSCRIPTS
 11
 12 install-exec-am:
11  13
12 clean: 
13 rm -rf $(DESTDIR)$(SCRIPTDIR) 

cvs diff -r1.2 -r1.2.36.1 pkgsrc/mail/sympa/patches/Attic/patch-af (expand / switch to unified diff)

--- pkgsrc/mail/sympa/patches/Attic/patch-af 2008/04/27 17:06:40 1.2
+++ pkgsrc/mail/sympa/patches/Attic/patch-af 2012/05/21 15:51:48 1.2.36.1
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: patch-af,v 1.2 2008/04/27 17:06:40 bouyer Exp $ 1$NetBSD: patch-af,v 1.2.36.1 2012/05/21 15:51:48 tron Exp $
2 2
3--- src/Language.pm.orig 2008-04-27 17:43:28.000000000 +0200 3--- src/lib/Language.pm.orig 2012-02-08 18:03:43.000000000 +0100
4+++ src/Language.pm 2008-04-27 17:43:47.000000000 +0200 4+++ src/lib/Language.pm 2012-02-08 18:04:12.000000000 +0100
5@@ -162,7 +162,7 @@ 5@@ -164,7 +164,7 @@
6 ## Set Locale::Messages context 6 ## Set Locale::Messages context
7 my $locale_dashless = $locale.'.utf-8'; 7 my $locale_dashless = $locale.'.utf-8';
8 $locale_dashless =~ s/-//g; 8 $locale_dashless =~ s/-//g;
9- foreach my $type (&POSIX::LC_ALL, &POSIX::LC_TIME) { 9- foreach my $type (&POSIX::LC_ALL, &POSIX::LC_TIME) {
10+ foreach my $type (&POSIX::LC_CTYPE) { 10+ foreach my $type (&POSIX::LC_CTYPE) {
11 my $success; 11 my $success;
12 foreach my $try ($locale.'.utf-8', 12 foreach my $try ($locale.'.utf-8',
13 $locale.'.UTF-8', ## UpperCase required for FreeBSD 13 $locale.'.UTF-8', ## UpperCase required for FreeBSD

File Deleted: pkgsrc/mail/sympa/patches/Attic/patch-ag

File Deleted: pkgsrc/mail/sympa/patches/Attic/patch-ah

File Deleted: pkgsrc/mail/sympa/patches/Attic/patch-aj

File Deleted: pkgsrc/mail/sympa/patches/Attic/patch-ai