Date: Thu, 17 Jan 2002 20:34:03 +0100 (CET) From: Lars Thegler <lars@thegler.dk> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/34011: New port: mail/squirrelmail, a web-based IMAP4 client Message-ID: <20020117193403.A9E337AD1@marvin.thegler.dk>
next in thread | raw e-mail | index | archive | help
>Number: 34011 >Category: ports >Synopsis: New port: mail/squirrelmail, a web-based IMAP4 client >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jan 17 15:00:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Lars Thegler >Release: FreeBSD 4.5-PRERELEASE i386 >Organization: >Environment: System: FreeBSD marvin.thegler.dk 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #0: Sun Dec 30 17:02:45 CET 2001 root@marvin.thegler.dk:/usr/obj/usr/src/sys/GENERIC i386 >Description: SquirrelMail is an IMAP-capable webmail package, written in PHP4. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # squirrelmail # squirrelmail/distinfo # squirrelmail/Makefile # squirrelmail/files # squirrelmail/files/patch-aa # squirrelmail/pkg-plist # squirrelmail/pkg-comment # squirrelmail/pkg-message # squirrelmail/pkg-descr # echo c - squirrelmail mkdir -p squirrelmail > /dev/null 2>&1 echo x - squirrelmail/distinfo sed 's/^X//' >squirrelmail/distinfo << 'END-of-squirrelmail/distinfo' XMD5 (squirrelmail-1.2.2.tar.gz) = 4e85e9c75169c5046bcd00ab8e4698fa END-of-squirrelmail/distinfo echo x - squirrelmail/Makefile sed 's/^X//' >squirrelmail/Makefile << 'END-of-squirrelmail/Makefile' X# New ports collection makefile for: squirrelmail X# Date created: 16 January 2001 X# Whom: Lars Thegler <lars@thegler.dk> X# X# $FreeBSD$ X# X XPORTNAME= squirrelmail XPORTVERSION= 1.2.2 XCATEGORIES= mail www XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= lars@thegler.dk X XRUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache13 XRUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 X XNO_BUILD= yes XUSE_PERL5= yes X X# User/group of Apache process XWWWUNAME= www XWWWGNAME= www X XSQMAILDIR= ${PREFIX}/${PORTNAME} XSQMAILVARDIR= /var/${PORTNAME} XPKGMESSAGE= ${WRKDIR}/pkg-message X X# Doc files in root dir XDOCS= AUTHORS COPYING ChangeLog INSTALL \ X MIRRORS README ReleaseNotes UPGRADE X X# Dirs to be seen by webserver XPHPDIRS= config functions help images locale \ X plugins po src themes X X# Remove patch droppings, to avoid during install Xpost-patch: X @ ${RM} -f ${WRKSRC}/config/config_default.php.orig X X#pre-configure: X# @ ${CP} ${WRKSRC}/config/config_default.php \ X# ${WRKSRC}/config/config.php X X# Build message file with correct paths Xpost-configure: X @ ${SED} -e 's#%%SQMAILDIR%%#${SQMAILDIR}#g' \ X -e 's#%%SQMAILVARDIR%%#${SQMAILVARDIR}#g' \ X -e 's#%%DOCSDIR%%#${DOCSDIR}#g' pkg-message > \ X ${PKGMESSAGE} X Xdo-install: X @ ${MKDIR} ${SQMAILDIR} X @ ${CP} ${WRKSRC}/index.php ${SQMAILDIR} X.for DIR in ${PHPDIRS} X @ ${CP} -Rp ${WRKSRC}/${DIR} ${SQMAILDIR} X.endfor X @ ${MKDIR} ${SQMAILVARDIR}/attachments X @ ${MKDIR} ${SQMAILVARDIR}/data X @ ${INSTALL_DATA} ${WRKSRC}/data/default_pref ${SQMAILVARDIR}/data X @ ${CHOWN} -R ${WWWUNAME}:${WWWGNAME} ${SQMAILVARDIR} X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${DOCSDIR} X.for FILE in ${DOCS} X @ ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} X.endfor X @ ${CP} -R ${WRKSRC}/doc ${DOCSDIR} X.endif X X# Display message at the end Xpost-install: X.if !defined(BATCH) X @ ${CAT} ${PKGMESSAGE} X.endif X X.include <bsd.port.mk> END-of-squirrelmail/Makefile echo c - squirrelmail/files mkdir -p squirrelmail/files > /dev/null 2>&1 echo x - squirrelmail/files/patch-aa sed 's/^X//' >squirrelmail/files/patch-aa << 'END-of-squirrelmail/files/patch-aa' Xdiff -ruN config/config_default.php-orig config/config_default.php X--- config/config_default.php-orig Fri Dec 28 21:16:18 2001 X+++ config/config_default.php Mon Jan 14 19:24:41 2002 X@@ -222,7 +222,7 @@ X * $data_dir = '../data/'; X */ X global $data_dir; X-$data_dir = '../data/'; X+$data_dir = '/var/squirrelmail/data/'; X X /** X * Path to directory used for storing attachments while a mail is X@@ -238,7 +238,7 @@ X * + It should probably be another directory than data_dir. X */ X global $attachment_dir; X-$attachment_dir = "$data_dir"; X+$attachment_dir = '/var/squirrelmail/attachments/'; X X /* Hash level used for data directory. */ X global $dir_hash_level; END-of-squirrelmail/files/patch-aa echo x - squirrelmail/pkg-plist sed 's/^X//' >squirrelmail/pkg-plist << 'END-of-squirrelmail/pkg-plist' Xsquirrelmail/index.php Xsquirrelmail/config/conf.pl Xsquirrelmail/config/config_default.php Xsquirrelmail/config/index.php Xsquirrelmail/config/ri_once.pl Xsquirrelmail/functions/url_parser.php Xsquirrelmail/functions/abook_global_file.php Xsquirrelmail/functions/abook_ldap_server.php Xsquirrelmail/functions/abook_local_file.php Xsquirrelmail/functions/addressbook.php Xsquirrelmail/functions/array.php Xsquirrelmail/functions/attachment_common.php Xsquirrelmail/functions/auth.php Xsquirrelmail/functions/constants.php Xsquirrelmail/functions/date.php Xsquirrelmail/functions/db_prefs.php Xsquirrelmail/functions/display_messages.php Xsquirrelmail/functions/gettext.php Xsquirrelmail/functions/i18n.php Xsquirrelmail/functions/imap.php Xsquirrelmail/functions/imap_general.php Xsquirrelmail/functions/imap_mailbox.php Xsquirrelmail/functions/imap_messages.php Xsquirrelmail/functions/imap_search.php Xsquirrelmail/functions/index.php Xsquirrelmail/functions/mailbox_display.php Xsquirrelmail/functions/mime.php Xsquirrelmail/functions/options.php Xsquirrelmail/functions/page_header.php Xsquirrelmail/functions/plugin.php Xsquirrelmail/functions/prefs.php Xsquirrelmail/functions/smtp.php Xsquirrelmail/functions/strings.php Xsquirrelmail/functions/tree.php Xsquirrelmail/functions/abook_database.php Xsquirrelmail/help/th_TH/search.hlp Xsquirrelmail/help/th_TH/FAQ.hlp Xsquirrelmail/help/th_TH/addresses.hlp Xsquirrelmail/help/th_TH/compose.hlp Xsquirrelmail/help/th_TH/folders.hlp Xsquirrelmail/help/th_TH/main_folder.hlp Xsquirrelmail/help/th_TH/options.hlp Xsquirrelmail/help/th_TH/read_mail.hlp Xsquirrelmail/help/th_TH/basic.hlp Xsquirrelmail/help/ca_ES/search.hlp Xsquirrelmail/help/ca_ES/FAQ.hlp Xsquirrelmail/help/ca_ES/addresses.hlp Xsquirrelmail/help/ca_ES/compose.hlp Xsquirrelmail/help/ca_ES/folders.hlp Xsquirrelmail/help/ca_ES/main_folder.hlp Xsquirrelmail/help/ca_ES/options.hlp Xsquirrelmail/help/ca_ES/read_mail.hlp Xsquirrelmail/help/ca_ES/basic.hlp Xsquirrelmail/help/cs_CZ/search.hlp Xsquirrelmail/help/cs_CZ/FAQ.hlp Xsquirrelmail/help/cs_CZ/addresses.hlp Xsquirrelmail/help/cs_CZ/compose.hlp Xsquirrelmail/help/cs_CZ/folders.hlp Xsquirrelmail/help/cs_CZ/main_folder.hlp Xsquirrelmail/help/cs_CZ/options.hlp Xsquirrelmail/help/cs_CZ/read_mail.hlp Xsquirrelmail/help/cs_CZ/basic.hlp Xsquirrelmail/help/en_US/search.hlp Xsquirrelmail/help/en_US/FAQ.hlp Xsquirrelmail/help/en_US/addresses.hlp Xsquirrelmail/help/en_US/compose.hlp Xsquirrelmail/help/en_US/folders.hlp Xsquirrelmail/help/en_US/main_folder.hlp Xsquirrelmail/help/en_US/options.hlp Xsquirrelmail/help/en_US/read_mail.hlp Xsquirrelmail/help/en_US/basic.hlp Xsquirrelmail/help/es_ES/search.hlp Xsquirrelmail/help/es_ES/FAQ.hlp Xsquirrelmail/help/es_ES/addresses.hlp Xsquirrelmail/help/es_ES/compose.hlp Xsquirrelmail/help/es_ES/folders.hlp Xsquirrelmail/help/es_ES/main_folder.hlp Xsquirrelmail/help/es_ES/options.hlp Xsquirrelmail/help/es_ES/read_mail.hlp Xsquirrelmail/help/es_ES/basic.hlp Xsquirrelmail/help/fi_FI/search.hlp Xsquirrelmail/help/fi_FI/FAQ.hlp Xsquirrelmail/help/fi_FI/addresses.hlp Xsquirrelmail/help/fi_FI/compose.hlp Xsquirrelmail/help/fi_FI/folders.hlp Xsquirrelmail/help/fi_FI/main_folder.hlp Xsquirrelmail/help/fi_FI/options.hlp Xsquirrelmail/help/fi_FI/read_mail.hlp Xsquirrelmail/help/fi_FI/basic.hlp Xsquirrelmail/help/fr_FR/search.hlp Xsquirrelmail/help/fr_FR/FAQ.hlp Xsquirrelmail/help/fr_FR/addresses.hlp Xsquirrelmail/help/fr_FR/compose.hlp Xsquirrelmail/help/fr_FR/folders.hlp Xsquirrelmail/help/fr_FR/main_folder.hlp Xsquirrelmail/help/fr_FR/options.hlp Xsquirrelmail/help/fr_FR/read_mail.hlp Xsquirrelmail/help/fr_FR/basic.hlp Xsquirrelmail/help/id_ID/search.hlp Xsquirrelmail/help/id_ID/FAQ.hlp Xsquirrelmail/help/id_ID/addresses.hlp Xsquirrelmail/help/id_ID/compose.hlp Xsquirrelmail/help/id_ID/folders.hlp Xsquirrelmail/help/id_ID/main_folder.hlp Xsquirrelmail/help/id_ID/options.hlp Xsquirrelmail/help/id_ID/read_mail.hlp Xsquirrelmail/help/id_ID/basic.hlp Xsquirrelmail/help/it_IT/search.hlp Xsquirrelmail/help/it_IT/FAQ.hlp Xsquirrelmail/help/it_IT/addresses.hlp Xsquirrelmail/help/it_IT/compose.hlp Xsquirrelmail/help/it_IT/folders.hlp Xsquirrelmail/help/it_IT/main_folder.hlp Xsquirrelmail/help/it_IT/options.hlp Xsquirrelmail/help/it_IT/read_mail.hlp Xsquirrelmail/help/it_IT/basic.hlp Xsquirrelmail/help/ko_KR/search.hlp Xsquirrelmail/help/ko_KR/FAQ.hlp Xsquirrelmail/help/ko_KR/addresses.hlp Xsquirrelmail/help/ko_KR/compose.hlp Xsquirrelmail/help/ko_KR/folders.hlp Xsquirrelmail/help/ko_KR/main_folder.hlp Xsquirrelmail/help/ko_KR/options.hlp Xsquirrelmail/help/ko_KR/read_mail.hlp Xsquirrelmail/help/ko_KR/basic.hlp Xsquirrelmail/help/lt_LT/search.hlp Xsquirrelmail/help/lt_LT/FAQ.hlp Xsquirrelmail/help/lt_LT/addresses.hlp Xsquirrelmail/help/lt_LT/compose.hlp Xsquirrelmail/help/lt_LT/folders.hlp Xsquirrelmail/help/lt_LT/main_folder.hlp Xsquirrelmail/help/lt_LT/options.hlp Xsquirrelmail/help/lt_LT/read_mail.hlp Xsquirrelmail/help/lt_LT/basic.hlp Xsquirrelmail/help/nl_NL/search.hlp Xsquirrelmail/help/nl_NL/FAQ.hlp Xsquirrelmail/help/nl_NL/addresses.hlp Xsquirrelmail/help/nl_NL/compose.hlp Xsquirrelmail/help/nl_NL/folders.hlp Xsquirrelmail/help/nl_NL/main_folder.hlp Xsquirrelmail/help/nl_NL/options.hlp Xsquirrelmail/help/nl_NL/read_mail.hlp Xsquirrelmail/help/nl_NL/basic.hlp Xsquirrelmail/help/pl_PL/search.hlp Xsquirrelmail/help/pl_PL/FAQ.hlp Xsquirrelmail/help/pl_PL/addresses.hlp Xsquirrelmail/help/pl_PL/compose.hlp Xsquirrelmail/help/pl_PL/folders.hlp Xsquirrelmail/help/pl_PL/main_folder.hlp Xsquirrelmail/help/pl_PL/options.hlp Xsquirrelmail/help/pl_PL/read_mail.hlp Xsquirrelmail/help/pl_PL/basic.hlp Xsquirrelmail/help/pt_BR/search.hlp Xsquirrelmail/help/pt_BR/FAQ.hlp Xsquirrelmail/help/pt_BR/addresses.hlp Xsquirrelmail/help/pt_BR/compose.hlp Xsquirrelmail/help/pt_BR/folders.hlp Xsquirrelmail/help/pt_BR/main_folder.hlp Xsquirrelmail/help/pt_BR/options.hlp Xsquirrelmail/help/pt_BR/read_mail.hlp Xsquirrelmail/help/pt_BR/basic.hlp Xsquirrelmail/help/pt_PT/search.hlp Xsquirrelmail/help/pt_PT/FAQ.hlp Xsquirrelmail/help/pt_PT/addresses.hlp Xsquirrelmail/help/pt_PT/compose.hlp Xsquirrelmail/help/pt_PT/folders.hlp Xsquirrelmail/help/pt_PT/main_folder.hlp Xsquirrelmail/help/pt_PT/options.hlp Xsquirrelmail/help/pt_PT/read_mail.hlp Xsquirrelmail/help/pt_PT/basic.hlp Xsquirrelmail/help/ru_RU/search.hlp Xsquirrelmail/help/ru_RU/FAQ.hlp Xsquirrelmail/help/ru_RU/addresses.hlp Xsquirrelmail/help/ru_RU/compose.hlp Xsquirrelmail/help/ru_RU/folders.hlp Xsquirrelmail/help/ru_RU/main_folder.hlp Xsquirrelmail/help/ru_RU/options.hlp Xsquirrelmail/help/ru_RU/read_mail.hlp Xsquirrelmail/help/ru_RU/basic.hlp Xsquirrelmail/help/sl_SI/search.hlp Xsquirrelmail/help/sl_SI/FAQ.hlp Xsquirrelmail/help/sl_SI/addresses.hlp Xsquirrelmail/help/sl_SI/compose.hlp Xsquirrelmail/help/sl_SI/folders.hlp Xsquirrelmail/help/sl_SI/main_folder.hlp Xsquirrelmail/help/sl_SI/options.hlp Xsquirrelmail/help/sl_SI/read_mail.hlp Xsquirrelmail/help/sl_SI/basic.hlp Xsquirrelmail/help/sv_SE/search.hlp Xsquirrelmail/help/sv_SE/FAQ.hlp Xsquirrelmail/help/sv_SE/addresses.hlp Xsquirrelmail/help/sv_SE/compose.hlp Xsquirrelmail/help/sv_SE/folders.hlp Xsquirrelmail/help/sv_SE/main_folder.hlp Xsquirrelmail/help/sv_SE/options.hlp Xsquirrelmail/help/sv_SE/read_mail.hlp Xsquirrelmail/help/sv_SE/basic.hlp Xsquirrelmail/help/index.php Xsquirrelmail/images/down_pointer.png Xsquirrelmail/images/index.php Xsquirrelmail/images/sm_logo.jpg Xsquirrelmail/images/sm_logo.png Xsquirrelmail/images/sort_none.png Xsquirrelmail/images/up_pointer.png Xsquirrelmail/locale/zh_TW/LC_MESSAGES/squirrelmail.mo Xsquirrelmail/locale/zh_TW/LC_MESSAGES/squirrelmail.po Xsquirrelmail/locale/bg_BG/LC_MESSAGES/squirrelmail.mo Xsquirrelmail/locale/bg_BG/LC_MESSAGES/squirrelmail.po Xsquirrelmail/locale/ca_ES/LC_MESSAGES/squirrelmail.mo Xsquirrelmail/locale/ca_ES/LC_MESSAGES/squirrelmail.po Xsquirrelmail/locale/cs_CZ/LC_MESSAGES/squirrelmail.mo Xsquirrelmail/locale/cs_CZ/LC_MESSAGES/squirrelmail.po Xsquirrelmail/locale/da_DK/LC_MESSAGES/squirrelmail.mo Xsquirrelmail/locale/da_DK/LC_MESSAGES/squirrelmail.po Xsquirrelmail/locale/de_DE/LC_MESSAGES/squirrelmail.mo Xsquirrelmail/locale/de_DE/LC_MESSAGES/squirrelmail.po Xsquirrelmail/locale/es_ES/LC_MESSAGES/squirrelmail.mo Xsquirrelmail/locale/es_ES/LC_MESSAGES/squirrelmail.po Xsquirrelmail/locale/et_EE/LC_MESSAGES/squirrelmail.mo Xsquirrelmail/locale/et_EE/LC_MESSAGES/squirrelmail.po Xsquirrelmail/locale/fi_FI/LC_MESSAGES/squirrelmail.mo Xsquirrelmail/locale/fi_FI/LC_MESSAGES/squirrelmail.po Xsquirrelmail/locale/fr_FR/LC_MESSAGES/squirrelmail.mo Xsquirrelmail/locale/fr_FR/LC_MESSAGES/squirrelmail.po Xsquirrelmail/locale/hr_HR/LC_MESSAGES/squirrelmail.mo Xsquirrelmail/locale/hr_HR/LC_MESSAGES/squirrelmail.po Xsquirrelmail/locale/hu_HU/LC_MESSAGES/squirrelmail.mo Xsquirrelmail/locale/hu_HU/LC_MESSAGES/squirrelmail.po Xsquirrelmail/locale/id_ID/LC_MESSAGES/squirrelmail.mo Xsquirrelmail/locale/id_ID/LC_MESSAGES/squirrelmail.po Xsquirrelmail/locale/is_IS/LC_MESSAGES/squirrelmail.mo Xsquirrelmail/locale/is_IS/LC_MESSAGES/squirrelmail.po Xsquirrelmail/locale/it_IT/LC_MESSAGES/squirrelmail.mo Xsquirrelmail/locale/it_IT/LC_MESSAGES/squirrelmail.po Xsquirrelmail/locale/ko_KR/LC_MESSAGES/squirrelmail.mo Xsquirrelmail/locale/ko_KR/LC_MESSAGES/squirrelmail.po Xsquirrelmail/locale/lt_LT/LC_MESSAGES/squirrelmail.mo Xsquirrelmail/locale/lt_LT/LC_MESSAGES/squirrelmail.po Xsquirrelmail/locale/nl_NL/LC_MESSAGES/squirrelmail.mo Xsquirrelmail/locale/nl_NL/LC_MESSAGES/squirrelmail.po Xsquirrelmail/locale/nn_NO/LC_MESSAGES/squirrelmail.mo Xsquirrelmail/locale/nn_NO/LC_MESSAGES/squirrelmail.po Xsquirrelmail/locale/no_NO/LC_MESSAGES/squirrelmail.mo Xsquirrelmail/locale/no_NO/LC_MESSAGES/squirrelmail.po Xsquirrelmail/locale/pl_PL/LC_MESSAGES/squirrelmail.mo Xsquirrelmail/locale/pl_PL/LC_MESSAGES/squirrelmail.po Xsquirrelmail/locale/pt_BR/LC_MESSAGES/squirrelmail.mo Xsquirrelmail/locale/pt_BR/LC_MESSAGES/squirrelmail.po Xsquirrelmail/locale/pt_PT/LC_MESSAGES/squirrelmail.mo Xsquirrelmail/locale/pt_PT/LC_MESSAGES/squirrelmail.po Xsquirrelmail/locale/ro_RO/LC_MESSAGES/squirrelmail.mo Xsquirrelmail/locale/ro_RO/LC_MESSAGES/squirrelmail.po Xsquirrelmail/locale/ru_RU/LC_MESSAGES/squirrelmail.mo Xsquirrelmail/locale/ru_RU/LC_MESSAGES/squirrelmail.po Xsquirrelmail/locale/sk_SK/LC_MESSAGES/squirrelmail.mo Xsquirrelmail/locale/sk_SK/LC_MESSAGES/squirrelmail.po Xsquirrelmail/locale/sl_SI/LC_MESSAGES/squirrelmail.mo Xsquirrelmail/locale/sl_SI/LC_MESSAGES/squirrelmail.po Xsquirrelmail/locale/sr_YU/LC_MESSAGES/squirrelmail.mo Xsquirrelmail/locale/sr_YU/LC_MESSAGES/squirrelmail.po Xsquirrelmail/locale/sv_SE/LC_MESSAGES/squirrelmail.mo Xsquirrelmail/locale/sv_SE/LC_MESSAGES/squirrelmail.po Xsquirrelmail/locale/th_TH/LC_MESSAGES/squirrelmail.mo Xsquirrelmail/locale/th_TH/LC_MESSAGES/squirrelmail.po Xsquirrelmail/locale/tr_TR/LC_MESSAGES/squirrelmail.mo Xsquirrelmail/locale/tr_TR/LC_MESSAGES/squirrelmail.po Xsquirrelmail/locale/index.php Xsquirrelmail/plugins/newmail/sounds/FanFair.wav Xsquirrelmail/plugins/newmail/sounds/Friends.wav Xsquirrelmail/plugins/newmail/sounds/MontyPython.wav Xsquirrelmail/plugins/newmail/sounds/Notify.wav Xsquirrelmail/plugins/newmail/HISTORY Xsquirrelmail/plugins/newmail/README Xsquirrelmail/plugins/newmail/newmail.php Xsquirrelmail/plugins/newmail/newmail_opt.php Xsquirrelmail/plugins/newmail/setup.php Xsquirrelmail/plugins/newmail/testsound.php Xsquirrelmail/plugins/translate/index.php Xsquirrelmail/plugins/translate/INSTALL Xsquirrelmail/plugins/translate/README Xsquirrelmail/plugins/translate/options.php Xsquirrelmail/plugins/translate/setup.php Xsquirrelmail/plugins/squirrelspell/js/WHATISTHIS Xsquirrelmail/plugins/squirrelspell/js/check_me.js Xsquirrelmail/plugins/squirrelspell/js/crypto_settings.js Xsquirrelmail/plugins/squirrelspell/js/decrypt_error.js Xsquirrelmail/plugins/squirrelspell/js/index.php Xsquirrelmail/plugins/squirrelspell/js/init.js Xsquirrelmail/plugins/squirrelspell/doc/ChangeLog Xsquirrelmail/plugins/squirrelspell/doc/CRYPTO Xsquirrelmail/plugins/squirrelspell/doc/UPGRADING Xsquirrelmail/plugins/squirrelspell/doc/PRIVACY Xsquirrelmail/plugins/squirrelspell/doc/README Xsquirrelmail/plugins/squirrelspell/doc/index.php Xsquirrelmail/plugins/squirrelspell/modules/options_main.mod.php Xsquirrelmail/plugins/squirrelspell/modules/check_me.mod.php Xsquirrelmail/plugins/squirrelspell/modules/crypto.mod.php Xsquirrelmail/plugins/squirrelspell/modules/crypto_badkey.mod.php Xsquirrelmail/plugins/squirrelspell/modules/edit_dic.mod.php Xsquirrelmail/plugins/squirrelspell/modules/enc_setup.mod.php Xsquirrelmail/plugins/squirrelspell/modules/forget_me.mod.php Xsquirrelmail/plugins/squirrelspell/modules/forget_me_not.mod.php Xsquirrelmail/plugins/squirrelspell/modules/index.php Xsquirrelmail/plugins/squirrelspell/modules/init.mod.php Xsquirrelmail/plugins/squirrelspell/modules/lang_change.mod.php Xsquirrelmail/plugins/squirrelspell/modules/lang_setup.mod.php Xsquirrelmail/plugins/squirrelspell/modules/WHATISTHIS Xsquirrelmail/plugins/squirrelspell/index.php Xsquirrelmail/plugins/squirrelspell/sqspell_functions.php Xsquirrelmail/plugins/squirrelspell/sqspell_interface.php Xsquirrelmail/plugins/squirrelspell/sqspell_options.php Xsquirrelmail/plugins/squirrelspell/sqspell_config.php Xsquirrelmail/plugins/squirrelspell/INSTALL Xsquirrelmail/plugins/squirrelspell/setup.php Xsquirrelmail/plugins/sent_subfolders/setup.php Xsquirrelmail/plugins/filters/index.php Xsquirrelmail/plugins/filters/CHANGES Xsquirrelmail/plugins/filters/README Xsquirrelmail/plugins/filters/filters.php Xsquirrelmail/plugins/filters/options.php Xsquirrelmail/plugins/filters/setup.php Xsquirrelmail/plugins/filters/spamoptions.php Xsquirrelmail/plugins/bug_report/setup.php Xsquirrelmail/plugins/bug_report/INSTALL Xsquirrelmail/plugins/bug_report/README Xsquirrelmail/plugins/bug_report/bug_report.php Xsquirrelmail/plugins/mail_fetch/functions.php Xsquirrelmail/plugins/mail_fetch/README Xsquirrelmail/plugins/mail_fetch/class.POP3.php Xsquirrelmail/plugins/mail_fetch/fetch.php Xsquirrelmail/plugins/mail_fetch/mailfetch.po Xsquirrelmail/plugins/mail_fetch/options.php Xsquirrelmail/plugins/mail_fetch/setup.php Xsquirrelmail/plugins/make_archive.pl Xsquirrelmail/plugins/index.php Xsquirrelmail/plugins/README.plugins Xsquirrelmail/po/charsetconvert.pl Xsquirrelmail/po/compilepo Xsquirrelmail/po/index.php Xsquirrelmail/po/mergepo Xsquirrelmail/po/squirrelmail.po Xsquirrelmail/po/xgetpo Xsquirrelmail/src/webmail.php Xsquirrelmail/src/addrbook_search.php Xsquirrelmail/src/addrbook_search_html.php Xsquirrelmail/src/addressbook.php Xsquirrelmail/src/compose.php Xsquirrelmail/src/delete_message.php Xsquirrelmail/src/download.php Xsquirrelmail/src/draft_actions.php Xsquirrelmail/src/empty_trash.php Xsquirrelmail/src/folders.php Xsquirrelmail/src/folders_create.php Xsquirrelmail/src/folders_delete.php Xsquirrelmail/src/folders_rename_do.php Xsquirrelmail/src/folders_rename_getname.php Xsquirrelmail/src/folders_subscribe.php Xsquirrelmail/src/help.php Xsquirrelmail/src/image.php Xsquirrelmail/src/index.php Xsquirrelmail/src/login.php Xsquirrelmail/src/left_main.php Xsquirrelmail/src/load_prefs.php Xsquirrelmail/src/move_messages.php Xsquirrelmail/src/options.php Xsquirrelmail/src/options_display.php Xsquirrelmail/src/options_folder.php Xsquirrelmail/src/options_highlight.php Xsquirrelmail/src/options_identities.php Xsquirrelmail/src/options_order.php Xsquirrelmail/src/options_personal.php Xsquirrelmail/src/printer_friendly_bottom.php Xsquirrelmail/src/printer_friendly_main.php Xsquirrelmail/src/printer_friendly_top.php Xsquirrelmail/src/read_body.php Xsquirrelmail/src/redirect.php Xsquirrelmail/src/retrievalerror.php Xsquirrelmail/src/right_main.php Xsquirrelmail/src/search.php Xsquirrelmail/src/signout.php Xsquirrelmail/src/validate.php Xsquirrelmail/src/vcard.php Xsquirrelmail/src/addrbook_popup.php Xsquirrelmail/themes/spice_of_life_lite.php Xsquirrelmail/themes/black_bean_burrito_theme.php Xsquirrelmail/themes/blue_grey_theme.php Xsquirrelmail/themes/bluesnews_theme.php Xsquirrelmail/themes/bluesteel_theme.php Xsquirrelmail/themes/christmas.php Xsquirrelmail/themes/dark_grey_theme.php Xsquirrelmail/themes/darkness.php Xsquirrelmail/themes/deepocean2_theme.php Xsquirrelmail/themes/deepocean_theme.php Xsquirrelmail/themes/default_theme.php Xsquirrelmail/themes/dompie_theme.php Xsquirrelmail/themes/forest_theme.php Xsquirrelmail/themes/greenhouse_effect.php Xsquirrelmail/themes/high_contrast_theme.php Xsquirrelmail/themes/ice_theme.php Xsquirrelmail/themes/in_the_pink.php Xsquirrelmail/themes/index.php Xsquirrelmail/themes/kind_of_blue.php Xsquirrelmail/themes/maize_theme.php Xsquirrelmail/themes/methodical_theme.php Xsquirrelmail/themes/midnight.php Xsquirrelmail/themes/monostochastic.php Xsquirrelmail/themes/plain_blue_theme.php Xsquirrelmail/themes/purple_theme.php Xsquirrelmail/themes/random.php Xsquirrelmail/themes/sandstorm_theme.php Xsquirrelmail/themes/seaspray_theme.php Xsquirrelmail/themes/servery_theme.php Xsquirrelmail/themes/shades_of_grey.php Xsquirrelmail/themes/slashdot_theme.php Xsquirrelmail/themes/spice_of_life.php Xsquirrelmail/themes/spice_of_life_dark.php Xsquirrelmail/themes/README.themes X%%PORTDOCS%%share/doc/squirrelmail/AUTHORS X%%PORTDOCS%%share/doc/squirrelmail/COPYING X%%PORTDOCS%%share/doc/squirrelmail/ChangeLog X%%PORTDOCS%%share/doc/squirrelmail/INSTALL X%%PORTDOCS%%share/doc/squirrelmail/MIRRORS X%%PORTDOCS%%share/doc/squirrelmail/README X%%PORTDOCS%%share/doc/squirrelmail/ReleaseNotes X%%PORTDOCS%%share/doc/squirrelmail/UPGRADE X%%PORTDOCS%%share/doc/squirrelmail/doc/README.russian_apache X%%PORTDOCS%%share/doc/squirrelmail/doc/addressbook.txt X%%PORTDOCS%%share/doc/squirrelmail/doc/db-backend.txt X%%PORTDOCS%%share/doc/squirrelmail/doc/ie_ssl.txt X%%PORTDOCS%%share/doc/squirrelmail/doc/index.html X%%PORTDOCS%%share/doc/squirrelmail/doc/mime.txt X%%PORTDOCS%%share/doc/squirrelmail/doc/plugin.txt X%%PORTDOCS%%share/doc/squirrelmail/doc/rfc_documents.txt X%%PORTDOCS%%share/doc/squirrelmail/doc/themes.txt X%%PORTDOCS%%share/doc/squirrelmail/doc/translating.txt X%%PORTDOCS%%share/doc/squirrelmail/doc/translating_help.txt X%%PORTDOCS%%share/doc/squirrelmail/doc/tree.txt X%%PORTDOCS%%share/doc/squirrelmail/doc/ReleaseNotes/1.2/Notes-1.2.0.txt X%%PORTDOCS%%share/doc/squirrelmail/doc/ReleaseNotes/1.2/Notes-1.2.1.txt X@dirrm squirrelmail/config X@dirrm squirrelmail/functions X@dirrm squirrelmail/help/th_TH X@dirrm squirrelmail/help/ca_ES X@dirrm squirrelmail/help/cs_CZ X@dirrm squirrelmail/help/en_US X@dirrm squirrelmail/help/es_ES X@dirrm squirrelmail/help/fi_FI X@dirrm squirrelmail/help/fr_FR X@dirrm squirrelmail/help/id_ID X@dirrm squirrelmail/help/it_IT X@dirrm squirrelmail/help/ko_KR X@dirrm squirrelmail/help/lt_LT X@dirrm squirrelmail/help/nl_NL X@dirrm squirrelmail/help/pl_PL X@dirrm squirrelmail/help/pt_BR X@dirrm squirrelmail/help/pt_PT X@dirrm squirrelmail/help/ru_RU X@dirrm squirrelmail/help/sl_SI X@dirrm squirrelmail/help/sv_SE X@dirrm squirrelmail/help X@dirrm squirrelmail/images X@dirrm squirrelmail/locale/zh_TW/LC_MESSAGES X@dirrm squirrelmail/locale/zh_TW X@dirrm squirrelmail/locale/bg_BG/LC_MESSAGES X@dirrm squirrelmail/locale/bg_BG X@dirrm squirrelmail/locale/ca_ES/LC_MESSAGES X@dirrm squirrelmail/locale/ca_ES X@dirrm squirrelmail/locale/cs_CZ/LC_MESSAGES X@dirrm squirrelmail/locale/cs_CZ X@dirrm squirrelmail/locale/da_DK/LC_MESSAGES X@dirrm squirrelmail/locale/da_DK X@dirrm squirrelmail/locale/de_DE/LC_MESSAGES X@dirrm squirrelmail/locale/de_DE X@dirrm squirrelmail/locale/es_ES/LC_MESSAGES X@dirrm squirrelmail/locale/es_ES X@dirrm squirrelmail/locale/et_EE/LC_MESSAGES X@dirrm squirrelmail/locale/et_EE X@dirrm squirrelmail/locale/fi_FI/LC_MESSAGES X@dirrm squirrelmail/locale/fi_FI X@dirrm squirrelmail/locale/fr_FR/LC_MESSAGES X@dirrm squirrelmail/locale/fr_FR X@dirrm squirrelmail/locale/hr_HR/LC_MESSAGES X@dirrm squirrelmail/locale/hr_HR X@dirrm squirrelmail/locale/hu_HU/LC_MESSAGES X@dirrm squirrelmail/locale/hu_HU X@dirrm squirrelmail/locale/id_ID/LC_MESSAGES X@dirrm squirrelmail/locale/id_ID X@dirrm squirrelmail/locale/is_IS/LC_MESSAGES X@dirrm squirrelmail/locale/is_IS X@dirrm squirrelmail/locale/it_IT/LC_MESSAGES X@dirrm squirrelmail/locale/it_IT X@dirrm squirrelmail/locale/ko_KR/LC_MESSAGES X@dirrm squirrelmail/locale/ko_KR X@dirrm squirrelmail/locale/lt_LT/LC_MESSAGES X@dirrm squirrelmail/locale/lt_LT X@dirrm squirrelmail/locale/nl_NL/LC_MESSAGES X@dirrm squirrelmail/locale/nl_NL X@dirrm squirrelmail/locale/nn_NO/LC_MESSAGES X@dirrm squirrelmail/locale/nn_NO X@dirrm squirrelmail/locale/no_NO/LC_MESSAGES X@dirrm squirrelmail/locale/no_NO X@dirrm squirrelmail/locale/pl_PL/LC_MESSAGES X@dirrm squirrelmail/locale/pl_PL X@dirrm squirrelmail/locale/pt_BR/LC_MESSAGES X@dirrm squirrelmail/locale/pt_BR X@dirrm squirrelmail/locale/pt_PT/LC_MESSAGES X@dirrm squirrelmail/locale/pt_PT X@dirrm squirrelmail/locale/ro_RO/LC_MESSAGES X@dirrm squirrelmail/locale/ro_RO X@dirrm squirrelmail/locale/ru_RU/LC_MESSAGES X@dirrm squirrelmail/locale/ru_RU X@dirrm squirrelmail/locale/sk_SK/LC_MESSAGES X@dirrm squirrelmail/locale/sk_SK X@dirrm squirrelmail/locale/sl_SI/LC_MESSAGES X@dirrm squirrelmail/locale/sl_SI X@dirrm squirrelmail/locale/sr_YU/LC_MESSAGES X@dirrm squirrelmail/locale/sr_YU X@dirrm squirrelmail/locale/sv_SE/LC_MESSAGES X@dirrm squirrelmail/locale/sv_SE X@dirrm squirrelmail/locale/th_TH/LC_MESSAGES X@dirrm squirrelmail/locale/th_TH X@dirrm squirrelmail/locale/tr_TR/LC_MESSAGES X@dirrm squirrelmail/locale/tr_TR X@dirrm squirrelmail/locale X@dirrm squirrelmail/plugins/newmail/sounds X@dirrm squirrelmail/plugins/newmail X@dirrm squirrelmail/plugins/translate X@dirrm squirrelmail/plugins/squirrelspell/js X@dirrm squirrelmail/plugins/squirrelspell/doc X@dirrm squirrelmail/plugins/squirrelspell/modules X@dirrm squirrelmail/plugins/squirrelspell X@dirrm squirrelmail/plugins/sent_subfolders X@dirrm squirrelmail/plugins/filters X@dirrm squirrelmail/plugins/bug_report X@dirrm squirrelmail/plugins/mail_fetch X@dirrm squirrelmail/plugins X@dirrm squirrelmail/po X@dirrm squirrelmail/src X@dirrm squirrelmail/themes X@dirrm squirrelmail X%%PORTDOCS%%@dirrm share/doc/squirrelmail/doc/ReleaseNotes/1.2 X%%PORTDOCS%%@dirrm share/doc/squirrelmail/doc/ReleaseNotes X%%PORTDOCS%%@dirrm share/doc/squirrelmail/doc X%%PORTDOCS%%@dirrm share/doc/squirrelmail X@cd /var X@exec mkdir -p /var/squirrelmail/attachments Xsquirrelmail/data/default_pref X@dirrm squirrelmail/attachments X@dirrm squirrelmail/data X@dirrm squirrelmail END-of-squirrelmail/pkg-plist echo x - squirrelmail/pkg-comment sed 's/^X//' >squirrelmail/pkg-comment << 'END-of-squirrelmail/pkg-comment' XA web-based IMAP4 client END-of-squirrelmail/pkg-comment echo x - squirrelmail/pkg-message sed 's/^X//' >squirrelmail/pkg-message << 'END-of-squirrelmail/pkg-message' X--------------------------------------------------------------------------- XSquirrelMail is now installed. X XThe files are placed as follows: X X PHP sources: %%SQMAILDIR%%/ X User config: %%SQMAILVARDIR%%/ X Docs: %%DOCSDIR%%/ X XA sample entry for Apache's httpd.conf to enable the web interface: X X Alias /squirrelmail/ %%SQMAILDIR%%/ X <Directory %%SQMAILDIR%%> X Options ExecCgi X </Directory> X XYou MUST run X X (cd %%SQMAILDIR%%/config; ./conf.pl) X Xin order to create the SquirrelMail configuration file, and to set Xproper defaults for access to your IMAP server. X X--------------------------------------------------------------------------- END-of-squirrelmail/pkg-message echo x - squirrelmail/pkg-descr sed 's/^X//' >squirrelmail/pkg-descr << 'END-of-squirrelmail/pkg-descr' XSquirrelMail is a standards-based webmail package written in PHP4. It Xincludes built-in pure PHP support for the IMAP and SMTP protocols, and all Xpages render in pure HTML 4.0 (with no Javascript) for maximum compatibility Xacross browsers. It has very few requirements and is very easy to configure Xand install. SquirrelMail has a all the functionality you would want from an Xemail client, including strong MIME support, address books, and folder Xmanipulation. X XWWW: http://www.squirrelmail.org END-of-squirrelmail/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020117193403.A9E337AD1>