diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-12-23 19:36:52 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-12-23 19:36:52 +0000 |
commit | 8e4057372a63b0d89ab83c91a6daaa1a16bee491 (patch) | |
tree | 396c84842f8361bf1e6680d05b32521575d7695b /mail | |
parent | 80d43d0df11e0a0f3c8bb57f3698dc213917d757 (diff) |
- Update to 5.4.4
- Fix plist
PR: ports/128489
Submitted by: Leon Messner <l.messner@physik.tu-berlin.de>
Approved by: maintainer timeout (2+ weeks)
Notes
Notes:
svn path=/head/; revision=224648
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sympa5/Makefile | 12 | ||||
-rw-r--r-- | mail/sympa5/distinfo | 6 | ||||
-rw-r--r-- | mail/sympa5/files/patch-Makefile.in | 24 | ||||
-rw-r--r-- | mail/sympa5/files/patch-src-Language.pm | 38 | ||||
-rw-r--r-- | mail/sympa5/files/patch-wwsympa-Makefile | 24 | ||||
-rw-r--r-- | mail/sympa5/pkg-plist | 119 |
6 files changed, 104 insertions, 119 deletions
diff --git a/mail/sympa5/Makefile b/mail/sympa5/Makefile index 1d2860df2b31..7df096356311 100644 --- a/mail/sympa5/Makefile +++ b/mail/sympa5/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sympa -PORTVERSION= 5.3.2 -PORTREVISION= 1 +PORTVERSION= 5.4.4 CATEGORIES= mail MASTER_SITES?= http://www.sympa.org/distribution/ @@ -34,6 +33,8 @@ LATEST_LINK= sympa5 USE_APACHE= 1.3+ HAS_CONFIGURE= yes USE_PERL5= 5.8.6+ +USE_GMAKE= yes +USE_GETTEXT= yes CONFIGURE_ARGS+=--prefix=${PREFIX} \ --with-confdir=${PREFIX}/etc/sympa \ --with-initdir=${PREFIX}/etc/rc.d \ @@ -50,7 +51,8 @@ CONFIGURE_ARGS+=--prefix=${PREFIX} \ --with-localedir=${PREFIX}/share/locale \ --with-docdir=${DOCSDIR} \ --with-sampledir=${EXAMPLESDIR} \ - --with-spooldir=${PREFIX}/sympa/spool + --with-spooldir=${PREFIX}/sympa/spool \ + --enable-secure CONFIGURE_ENV+= lt_cv_sys_max_cmd_len=${CONFIGURE_MAX_CMD_LEN} MAKE_ENV?= PERL_EXTUTILS_AUTOINSTALL=--skip @@ -123,6 +125,10 @@ pre-install: post-install: @PKG_PREFIX=${PREFIX} DB_TYPE=${DB_TYPE} WITH_FASTCGI=${WITH_FASTCGI} \ ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL + @${INSTALL_MAN} ${WRKSRC}/doc/man8/alias_manager.8 ${MAN8PREFIX}/man/man8/ + @${INSTALL_MAN} ${WRKSRC}/doc/man8/archived.8 ${MAN8PREFIX}/man/man8/ + @${INSTALL_MAN} ${WRKSRC}/doc/man8/bounced.8 ${MAN8PREFIX}/man/man8/ + @${INSTALL_MAN} ${WRKSRC}/doc/man8/sympa.8 ${MAN8PREFIX}/man/man8/ post-deinstall: @PKG_PREFIX=${PREFIX} ${SH} ${PKGDEINSTALL} ${PKGNAME} POST-DEINSTALL diff --git a/mail/sympa5/distinfo b/mail/sympa5/distinfo index feb0d521054f..461640b29cf1 100644 --- a/mail/sympa5/distinfo +++ b/mail/sympa5/distinfo @@ -1,3 +1,3 @@ -MD5 (sympa-5.3.2.tar.gz) = bf9800bfd1d8182ee9bbbd7d9496c7cf -SHA256 (sympa-5.3.2.tar.gz) = 9cca49cf975ba5aa9bcea4a6d6b83b8d80b29bcc5737b2f3c398fb5b6b419f36 -SIZE (sympa-5.3.2.tar.gz) = 3917036 +MD5 (sympa-5.4.4.tar.gz) = 0c77d6ff633d4e5a3bf1a6a1b52bd9b0 +SHA256 (sympa-5.4.4.tar.gz) = 3c6f259b6c8f411028e11d9eef98b7e6d84a25e6b5c1d4d1c0144896c1cf78ad +SIZE (sympa-5.4.4.tar.gz) = 6523229 diff --git a/mail/sympa5/files/patch-Makefile.in b/mail/sympa5/files/patch-Makefile.in index df70995457fc..755b15a4b4b6 100644 --- a/mail/sympa5/files/patch-Makefile.in +++ b/mail/sympa5/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- Makefile.in.orig Mon Jun 4 15:11:37 2007 -+++ Makefile.in Wed Jun 13 11:33:54 2007 -@@ -220,6 +220,8 @@ +--- Makefile.in.orig 2008-10-29 19:13:14.000000000 +0100 ++++ Makefile.in 2008-10-29 19:10:51.000000000 +0100 +@@ -219,6 +219,8 @@ PERL_VERSION = `$(PERL) -e ' print $$]'` SYMPA_VERSION = @VERSION@ DIR = ${prefix} @@ -9,16 +9,16 @@ EXPL_DIR = @EXPLDIR@ MAILERPROGDIR = @BINDIR@ RPMTOPDIR = `rpm --eval %_topdir` -@@ -510,7 +512,7 @@ +@@ -508,7 +510,7 @@ @CVS2CL@ #endif --all: warning checkperl checkcpan sources man locale -+all: sources man locale +-all: warning checkperl checkcpan sources wrapper soap_wrapper man locale ++all: sources wrapper soap_wrapper man locale rpm: build_rh_rpm build_mdk_rpm -@@ -604,7 +606,7 @@ +@@ -612,7 +614,7 @@ $(MAKE) PERL='${PERL}' clean) || exit 1; \ done; @@ -27,16 +27,16 @@ nextstep: @echo "" -@@ -743,7 +745,7 @@ +@@ -751,7 +753,7 @@ installdir: @echo "Creating required directories" -- @for dir in $(DIR) $(EXPL_DIR) $(CONFDIR) $(SAMPLEDIR) $(ETCDIR) $(BINDIR) $(LOCALEDIR) $(DOCDIR) ; do \ -+ @for dir in $(DIR) $(EXPL_DIR) $(ARC_DIR) $(BOUNCE_DIR) $(CONFDIR) $(SAMPLEDIR) $(ETCDIR) $(BINDIR) $(LOCALEDIR) $(DOCDIR) ; do \ +- @for dir in $(DIR) $(EXPL_DIR) $(CONFDIR) $(SAMPLEDIR) $(ETCDIR) $(BINDIR) $(LOCALEDIR) $(DOCDIR) $(DIR)/static_content $(DIR)/static_content/icons ; do \ ++ @for dir in $(DIR) $(EXPL_DIR) $(CONFDIR) $(SAMPLEDIR) $(ETCDIR) $(BINDIR) $(LOCALEDIR) $(DOCDIR) $(DIR)/static_content $(DIR)/static_content/icons $(ARC_DIR) $(BOUNCE_DIR); do \ if [ ! -d $(DESTDIR)$$dir ] ; then \ echo "Creating $(DESTDIR)$$dir"; \ mkdir -p $(DESTDIR)$$dir; \ -@@ -789,17 +791,6 @@ +@@ -797,17 +799,6 @@ fi \ done \ fi @@ -54,7 +54,7 @@ installconfig: mkdir -p $(DESTDIR)$(CONFDIR) -@@ -815,14 +806,7 @@ +@@ -823,14 +814,7 @@ INITCONF='1'; \ fi \ fi \ diff --git a/mail/sympa5/files/patch-src-Language.pm b/mail/sympa5/files/patch-src-Language.pm deleted file mode 100644 index 7ee10484a054..000000000000 --- a/mail/sympa5/files/patch-src-Language.pm +++ /dev/null @@ -1,38 +0,0 @@ ---- src/Language.pm.orig Mon Jul 2 12:57:42 2007 -+++ src/Language.pm Mon Jul 2 12:58:05 2007 -@@ -82,23 +82,23 @@ - ## Also used to perform setlocale on FreeBSD / Solaris - my %locale2charset = ('bg_BG' => 'utf-8', - 'cs_CZ' => 'utf-8', -- 'de_DE' => 'iso-8859-1', -+ 'de_DE' => 'iso8859-1', - 'el_GR' => 'utf-8', - 'en_US' => 'utf-8', -- 'es_ES' => 'iso-8859-1', -- 'et_EE' => 'iso-8859-4', -- 'fi_FI' => 'iso-8859-1', -- 'fr_FR' => 'iso-8859-1', -- 'hu_HU' => 'iso-8859-2', -- 'it_IT' => 'iso-8859-1', -+ 'es_ES' => 'iso8859-1', -+ 'et_EE' => 'iso8859-4', -+ 'fi_FI' => 'iso8859-1', -+ 'fr_FR' => 'iso8859-1', -+ 'hu_HU' => 'iso8859-2', -+ 'it_IT' => 'iso8859-1', - 'ja_JP' => 'eucJP', # Case sensitive. - 'nb_NO' => 'utf-8', -- 'nl_NL' => 'iso-8859-1', -- 'oc_FR' => 'iso-8859-1', -- 'pl_PL' => 'iso-8859-2', -+ 'nl_NL' => 'iso8859-1', -+ 'oc_FR' => 'iso8859-1', -+ 'pl_PL' => 'iso8859-2', - 'pt_BR' => 'utf-8', -- 'pt_PT' => 'iso-8859-1', -- 'ro_RO' => 'iso-8859-2', -+ 'pt_PT' => 'iso8859-1', -+ 'ro_RO' => 'iso8859-2', - 'ru_RU' => 'utf-8', - 'sv_SE' => 'utf-8', - 'tr_TR' => 'utf-8', diff --git a/mail/sympa5/files/patch-wwsympa-Makefile b/mail/sympa5/files/patch-wwsympa-Makefile deleted file mode 100644 index 40618189da63..000000000000 --- a/mail/sympa5/files/patch-wwsympa-Makefile +++ /dev/null @@ -1,24 +0,0 @@ ---- wwsympa/Makefile.orig Mon Apr 10 18:13:20 2006 -+++ wwsympa/Makefile Wed Apr 12 15:34:49 2006 -@@ -21,7 +21,7 @@ - - sbin_SUBST = bounced.pl archived.pl - --cgi_SUBST = wwsympa.fcgi wwsympa_sudo_wrapper.pl -+cgi_SUBST = wwsympa.fcgi wwsympa_sudo_wrapper.pl wwsympa-wrapper - - lib_SUBST = wwslib.pm cookielib.pm bounce-lib.pl Marc.pm Auth.pm SharedDocument.pm - -@@ -51,9 +51,9 @@ - chgrp $(GROUP) $(DESTDIR)$(CGIDIR)/$$i; \ - done - @if [ "$(enable_secure)" != "yes" ]; then \ -- echo "Setting SetUID bit on wwsympa.fcgi..."; \ -- chmod u+s $(DESTDIR)$(CGIDIR)/wwsympa.fcgi; \ -- chmod g+s $(DESTDIR)$(CGIDIR)/wwsympa.fcgi; \ -+ echo "Setting SetUID bit on wwsympa-wrapper..."; \ -+ chmod u+s $(DESTDIR)$(CGIDIR)/wwsympa-wrapper; \ -+ chmod g+s $(DESTDIR)$(CGIDIR)/wwsympa-wrapper; \ - fi - chmod 755 $(DESTDIR)$(ICONSDIR) - chmod 755 $(DESTDIR)$(LIBDIR)/Marc diff --git a/mail/sympa5/pkg-plist b/mail/sympa5/pkg-plist index 7acf70488126..cdacf4603554 100644 --- a/mail/sympa5/pkg-plist +++ b/mail/sympa5/pkg-plist @@ -19,8 +19,6 @@ bin/testlogs.pl bin/tpl2tt2.pl etc/rc.d/sympa.sh etc/sympa/README -etc/sympa/sympa.conf -etc/sympa/wwsympa.conf lib/sympa/Archive.pm lib/sympa/Auth.pm lib/sympa/CAS.pm @@ -41,7 +39,9 @@ lib/sympa/Marc/Search.pm lib/sympa/Message.pm lib/sympa/PlainDigest.pm lib/sympa/SQLSource.pm +lib/sympa/Scenario.pm lib/sympa/SharedDocument.pm +lib/sympa/SympaSession.pm lib/sympa/SympaTransport.pm lib/sympa/Task.pm lib/sympa/Upgrade.pm @@ -73,33 +73,78 @@ sbin/task_manager.pl %%EXAMPLESDIR%%/sample-list/message.footer %%EXAMPLESDIR%%/sample-list/welcome.tpl %%EXAMPLESDIR%%/trusted_applications.conf +%%NLS%%share/locale/af/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/af/LC_MESSAGES/web_help.mo +%%NLS%%share/locale/ar/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/ar/LC_MESSAGES/web_help.mo %%NLS%%share/locale/bg/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/bg/LC_MESSAGES/web_help.mo +%%NLS%%share/locale/br/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/br/LC_MESSAGES/web_help.mo +%%NLS%%share/locale/ca/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/ca/LC_MESSAGES/web_help.mo %%NLS%%share/locale/cs/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/cs/LC_MESSAGES/web_help.mo %%NLS%%share/locale/de/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/de/LC_MESSAGES/web_help.mo %%NLS%%share/locale/el/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/el/LC_MESSAGES/web_help.mo %%NLS%%share/locale/en_US/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/en_US/LC_MESSAGES/web_help.mo %%NLS%%share/locale/es/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/es/LC_MESSAGES/web_help.mo %%NLS%%share/locale/et/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/et/LC_MESSAGES/web_help.mo %%NLS%%share/locale/eu/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/eu/LC_MESSAGES/web_help.mo %%NLS%%share/locale/fi/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/fi/LC_MESSAGES/web_help.mo %%NLS%%share/locale/fr/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/fr/LC_MESSAGES/web_help.mo %%NLS%%share/locale/hu/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/hu/LC_MESSAGES/web_help.mo +%%NLS%%share/locale/id/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/id/LC_MESSAGES/web_help.mo %%NLS%%share/locale/it/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/it/LC_MESSAGES/web_help.mo %%NLS%%share/locale/ja/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/ja/LC_MESSAGES/web_help.mo +%%NLS%%share/locale/ko/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/ko/LC_MESSAGES/web_help.mo +%%NLS%%share/locale/ml/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/ml/LC_MESSAGES/web_help.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/nb_NO/LC_MESSAGES/web_help.mo %%NLS%%share/locale/nl/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/nl/LC_MESSAGES/web_help.mo +%%NLS%%share/locale/nn_NO/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/nn_NO/LC_MESSAGES/web_help.mo %%NLS%%share/locale/oc/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/oc/LC_MESSAGES/web_help.mo %%NLS%%share/locale/pl/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/pl/LC_MESSAGES/web_help.mo %%NLS%%share/locale/pt/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/pt/LC_MESSAGES/web_help.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/web_help.mo %%NLS%%share/locale/ro/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/ro/LC_MESSAGES/web_help.mo %%NLS%%share/locale/ru/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/ru/LC_MESSAGES/web_help.mo %%NLS%%share/locale/sv/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/sv/LC_MESSAGES/web_help.mo %%NLS%%share/locale/tr/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/tr/LC_MESSAGES/web_help.mo +%%NLS%%share/locale/vi/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/vi/LC_MESSAGES/web_help.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/web_help.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/sympa.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/web_help.mo %%DATADIR%%/README %%DATADIR%%/auth.conf %%DATADIR%%/ca-bundle.crt +%%DATADIR%%/crawlers_detection.conf %%DATADIR%%/create_list.conf %%DATADIR%%/create_list_templates/discussion_list/comment.tt2 %%DATADIR%%/create_list_templates/discussion_list/config.tt2 @@ -123,14 +168,15 @@ sbin/task_manager.pl %%DATADIR%%/global_task_models/process_bouncers.weekly.task %%DATADIR%%/global_task_models/purge_logs_table.daily.task %%DATADIR%%/global_task_models/purge_orphan_bounces.monthly.task +%%DATADIR%%/global_task_models/purge_session_table.daily.task %%DATADIR%%/global_task_models/purge_user_table.monthly.task +%%DATADIR%%/ldap_alias_manager.conf %%DATADIR%%/list_aliases.tt2 %%DATADIR%%/list_task_models/expire.yearly.task %%DATADIR%%/list_task_models/remind.2month.task %%DATADIR%%/list_task_models/remind.monthly.task %%DATADIR%%/list_task_models/remind.yearly.task %%DATADIR%%/list_task_models/sync_include.ttl.task -%%DATADIR%%/mail_tt2/archive.tt2 %%DATADIR%%/mail_tt2/authorization_reject.tt2 %%DATADIR%%/mail_tt2/bye.tt2 %%DATADIR%%/mail_tt2/certif_warning.tt2 @@ -309,23 +355,14 @@ sbin/task_manager.pl %%DATADIR%%/web_tt2/d_read.tt2 %%DATADIR%%/web_tt2/d_upload.tt2 %%DATADIR%%/web_tt2/dump_scenario.tt2 +%%DATADIR%%/web_tt2/dumpvars.tt2 +%%DATADIR%%/web_tt2/edit_attributes.tt2 %%DATADIR%%/web_tt2/edit_list_request.tt2 %%DATADIR%%/web_tt2/edit_template.tt2 %%DATADIR%%/web_tt2/editfile.tt2 %%DATADIR%%/web_tt2/editsubscriber.tt2 %%DATADIR%%/web_tt2/error.tt2 %%DATADIR%%/web_tt2/footer.tt2 -%%DATADIR%%/web_tt2/fr_FR/help.tt2 -%%DATADIR%%/web_tt2/fr_FR/help_admin.tt2 -%%DATADIR%%/web_tt2/fr_FR/help_arc.tt2 -%%DATADIR%%/web_tt2/fr_FR/help_faqadmin.tt2 -%%DATADIR%%/web_tt2/fr_FR/help_faquser.tt2 -%%DATADIR%%/web_tt2/fr_FR/help_introduction.tt2 -%%DATADIR%%/web_tt2/fr_FR/help_listconfig.tt2 -%%DATADIR%%/web_tt2/fr_FR/help_mail_commands.tt2 -%%DATADIR%%/web_tt2/fr_FR/help_sendmsg.tt2 -%%DATADIR%%/web_tt2/fr_FR/help_shared.tt2 -%%DATADIR%%/web_tt2/fr_FR/help_user.tt2 %%DATADIR%%/web_tt2/get_closed_lists.tt2 %%DATADIR%%/web_tt2/get_inactive_lists.tt2 %%DATADIR%%/web_tt2/get_latest_lists.tt2 @@ -386,6 +423,7 @@ sbin/task_manager.pl %%DATADIR%%/web_tt2/set_pending_list_request.tt2 %%DATADIR%%/web_tt2/setlang.tt2 %%DATADIR%%/web_tt2/show_cert.tt2 +%%DATADIR%%/web_tt2/show_sessions.tt2 %%DATADIR%%/web_tt2/sigrequest.tt2 %%DATADIR%%/web_tt2/skinsedit.tt2 %%DATADIR%%/web_tt2/sso_login.tt2 @@ -401,28 +439,29 @@ sbin/task_manager.pl %%DATADIR%%/web_tt2/viewmod.tt2 %%DATADIR%%/web_tt2/which.tt2 %%DATADIR%%/web_tt2/your_lists.tt2 +static_content/icons/back.png +static_content/icons/begin.png +static_content/icons/binary.png +static_content/icons/down.png +static_content/icons/end.png +static_content/icons/folder.open.png +static_content/icons/folder.png +static_content/icons/image2.png +static_content/icons/left.png +static_content/icons/link.png +static_content/icons/locked.png +static_content/icons/logo-s-lock.png +static_content/icons/logo-s.png +static_content/icons/movie.png +static_content/icons/right.png +static_content/icons/sound1.png +static_content/icons/text.png +static_content/icons/unknown.png +sympa/cgi-bin/sympa_soap_server-wrapper.fcgi sympa/cgi-bin/sympa_soap_server.fcgi -sympa/cgi-bin/wwsympa-wrapper +sympa/cgi-bin/wwsympa-wrapper.fcgi sympa/cgi-bin/wwsympa.fcgi sympa/cgi-bin/wwsympa_sudo_wrapper.pl -sympa/icons/back.png -sympa/icons/begin.png -sympa/icons/binary.png -sympa/icons/down.png -sympa/icons/end.png -sympa/icons/folder.open.png -sympa/icons/folder.png -sympa/icons/image2.png -sympa/icons/left.png -sympa/icons/link.png -sympa/icons/locked.png -sympa/icons/logo-s-lock.png -sympa/icons/logo-s.png -sympa/icons/movie.png -sympa/icons/right.png -sympa/icons/sound1.png -sympa/icons/text.png -sympa/icons/unknown.png @dirrm sympa/spool/tmp @dirrm sympa/spool/task @dirrm sympa/spool/outgoing @@ -432,13 +471,13 @@ sympa/icons/unknown.png @dirrm sympa/spool/digest @dirrm sympa/spool/auth @dirrm sympa/spool -@dirrm sympa/icons @dirrm sympa/expl @dirrm sympa/cgi-bin @dirrm sympa/bounce @dirrm sympa/arc @dirrm sympa -@dirrm %%DATADIR%%/web_tt2/fr_FR +@dirrm static_content/icons +@dirrm static_content @dirrm %%DATADIR%%/web_tt2 @dirrm %%DATADIR%%/scenari @dirrm %%DATADIR%%/mail_tt2 @@ -454,12 +493,14 @@ sympa/icons/unknown.png @dirrm %%DATADIR%%/create_list_templates/discussion_list @dirrm %%DATADIR%%/create_list_templates @dirrm %%DATADIR%% -%%NLS%%@dirrmtry share/locale/en_US/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/en_US -%%NLS%%@dirrmtry share/locale/nb_NO/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/nb_NO %%NLS%%@dirrmtry share/locale/oc/LC_MESSAGES %%NLS%%@dirrmtry share/locale/oc +%%NLS%%@dirrmtry share/locale/nn_NO/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/nn_NO +%%NLS%%@dirrmtry share/locale/nb_NO/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/nb_NO +%%NLS%%@dirrmtry share/locale/en_US/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/en_US @dirrm %%EXAMPLESDIR%%/sample-list @dirrm %%EXAMPLESDIR%% @dirrm libexec/sympa |