summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2001-10-31Adviced by sen_ml@eccosys.com.jun2-5/+5
- nit PLIST - modify the DEPENDS for Emacs >=20.7
2001-10-30Update Mew to 2.1rc3jun2-5/+5
Mew 2.1 release candidate 3 (2001/10/30) * Setting 0.05 instead of 0.01 for mew-smtp-command-content. This maybe rescue XEmacs. * Biding buffer-file-coding-system to prevent the side effect. * Adding the "-l" option for mew-prog-vgrep. * Ensuring that richtech-mode is disabled. * Setting max-mini-window-height to 1 in mew-summary-pipe-message. * Taking care of EXPIRED PGP keys. * Using mew-mule3.el even if Emacs is executed with the --unibyte option.
2001-10-29Fix depends lines to point to correct pathsjmc2-4/+4
2001-10-27Remove commented USE_LIBINTL definitions ... we already use thejlam3-6/+3
gettext-lib/buildlink.mk file.
2001-10-26As discussed with Hubert, replace OpenLDAP dependency with buildlink'ing.kleink1-3/+3
2001-10-26At present, if there is a pre-<target> or post-<target> script inagc1-1/+4
the scripts/ directory, it will be run automatically as part of the build process, by bsd.pkg.mk. There are now exactly 5 packages in pkgsrc which use this facility, and yet, for every package build, the existence of a script is checked by bsd.pkg.mk once before the target is executed, and once afterwards. This incurs needless overhead. Move the separate pre- and post- script handling out of bsd.pkg.mk into the individual package Makefiles, where it's much more obvious what is happening, anyway.
2001-10-26Update of mew to 2.1rc2jun2-5/+5
Mew 2.1 release candidate 2 (2001/10/26) * gifsicle support to prevent XEmacs from dying. * Text/Xml support for mew-summary-execute-base. * Handling 'quit in sort and pack. * A patch for refile learning. Yoshinari Nomura <nom@csce.kyushu-u.ac.jp> * Fixing a bug that XEmacs dies when encoding GIF. * Edit again for qmail. * Bug fixes for privacy services in drafts. * Limit for re-search-foward in mew-text/xml-detect-cs etc.
2001-10-26Since the build and install scripts are executed directly by the packageagc3-5/+5
Makefile, move them from scripts/ to files/ to make it obvious that the scripts invocations in bsd.pkg.mk are not being used.
2001-10-25Note update of mew to 2.1rc1jun2-5/+5
Mew 2.1 release candidate 1 (2001/10/24) * mew-auto-flush-queue works for mbox. * Workaround for mew-image-inline-p on Emacs 21.1. * Implementing mew-text/html-detect-cs and mew-text/xml-detect-cs. * Process status is well displayed on the mode line. * A bug fix for mew-demo-picture. * Defining mew-use-charset-sanity-check. * A patch for refile. * mew-input-folders hack. * Defining mew-syntax-treat-filename-function. * Defining mew-input-draft-buffer. * No sanity check if charset is specified. * C-cC-i for mew-summary-find-file.
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24Use wildcard dependence for "db3" package.tron1-2/+2
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-23Update Mew to 2.0.60jun2-5/+5
Mew 2.0.60 (2001/10/15) mew-dist release * Enhancing mew-param-analyze-broken to remove white spaces between encoded-words. * recenter for mew-summary-down. * "c" for mew-summary-copy. * Allowing the 'X' mark for +mdrop. * A bug fix for 'invisible. * "?" for mew-input-map. * Allowing multiple SPCs on POP sessions. Mew 2.0.59 (2001/10/12) mew-dist release * A bug fix for Multipart/Alternative. * Removing mew-summary-display-raw-header. * Use the "--decrypt" option instead of "--verify" for GnuPG. * Some "mew-pop-to-buffer" patches. * Defining mew-regex-ignore-folders. * A bug fix for PGP encryption. * Integrating "," and "C-cC-u". Use "," only. * Removing mew-pop-to-buffer. * Using mew-current-get-* as little as possible.
2001-10-22Add empty declarations for pgp6 paths and variables, so that this packageagc2-2/+9
actually works again. Fixes a problem pointed out by Steve Bellovin.
2001-10-22Fix the pathname for the wish binary, prompted by Steve Bellovin.agc1-2/+2
2001-10-21Order for example pine.conf is important!hubertf1-3/+3
2001-10-19DEPEND on pico >=4.1 not 4.0 nowabs1-2/+2
2001-10-19Switch back to one PLIST file by adding a site.config.m4-solaris for theveego5-23/+24
manpage extensions and directories.
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego10-10/+20
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18Add fix for mutt bug#828 (mail transport agent invoked without stdout andtron4-2/+40
stderr) to proactively avoid error messages with sendmail 8.12.x.
2001-10-16Remove "--with-imap-ssl" from configuration arguments because the latesttron1-2/+1
IMAP client library uses TLS instead of IMAP over SSL.
2001-10-16Bump version number in dependence line to "2001.0" to make sure thattron1-2/+2
all clients use the client library with full TLS support.
2001-10-16Find Makefile.module in ../../www/php4.jlam1-2/+2
2001-10-16Note addition of php4-imap.jlam1-1/+2
2001-10-16Update php4-imap to the version from the php-4.0.6 distribution. There isjlam5-0/+72
no list of changes from version 4.0.5. Also move from the www category.
2001-10-15Rename the manpages {deliver,imapd,master,pop3d}.8 to cyrus-*.8 as well asjlam5-34/+24
changing all cross-references to them. This prevents name collisions with other packages' manpages. This addresses pkg/14245 by Kimmo Suominen <kim@tac.nyc.ny.us> (cyrus: master(8) conflicts).
2001-10-15Fix build problem on system where "xpkgwedge" is installed.tron2-5/+5
2001-10-15added a new patch forgot in previous commit.kei1-0/+13
2001-10-15updated sylpheed package to 0.6.3. Based on patches for 0.6.2 fromkei4-35/+90
oishi@ims.ac.jp who is maintainer of this package; applied to 0.6.3 by me.
2001-10-12Fix build problem if new toolchain is used.tron2-1/+15
2001-10-11Add dependence on "libproplist" package which isn't inherited from thetron1-1/+2
"windowmaker" package any more.
2001-10-11Updated pine to 4.40: List of changes is unknown (I didn't find any ChangeLog)martti6-76/+42
2001-10-11Updated imap-uw to 2001. Changes:martti5-59/+35
* Bugfixes * SSL is now fully integrated into the IMAP toolkit * Full client and server TLS support * The server certificate must be signed by a trusted certificate authority * RFC 1730 (IMAP4 as opposed to IMAP4rev1) support is turned off by default in imapd
2001-10-11Upgrade from version 2.1.1 to 2.5 of exmh, as prompted by Steveagc3-36/+35
Bellovin in PR 13990. Changes are bug fixes, and a few enhancements, a lot of them related to PGP and gpg. This upgrade also closes the security hole in 2.1.1.
2001-10-10Fixed dependency on picomartti1-2/+2
2001-10-10- add contrib filesjun3-6/+45
- Update Mew to 2.0.58 Mew 2.0.58 (2001/10/10) mew-dist release * The "Type 'T'" message displayed only when the top level is truncated. * ".txt" suffix for dummy file names. * 't' in attach to toggle text/binary. * Defining mew-ask-fcc. * "Y" for mew-summary-cite.
2001-10-06Patch a typo that causes Kerberos support to not compile.mycroft2-1/+15
2001-10-06Upgrade fetchmail{conf} to 5.9.4.frueauf4-66/+7
fetchmail-5.9.4 (Wed Oct 3 07:47:45 EDT 2001), 21104 lines: * Finished license cleanup, all licenses in the distribution are now officially GPL-compatible. * Added a length check to from64tobits() after receiving a warning that it might create buffer overflows. No exploitable overflows were found by a careful case-by-case audit, and at minimum an exploit would have required that the mailserver be subverted. fetchmail-5.9.3 (Sun Sep 30 12:08:52 EDT 2001), 21075 lines: * Fix configuration error in handling of long options. * Thomas Moestl's patch to use querynames in UID files. * Timeout to deal with long socket closes (Sunil Shetye). * Move from RSA MD5 code to Colin Plumb's public-domain implementation (BSD classic license eliminated) * Rewrite strcasecmp() (BSD classic license eliminated). * getopt_long is back for Solaris and HP-UX systems. * Updated Danish po file. * Re-enable explicit bounce message on bad address. fetchmail-5.9.2 (Wed Sep 26 12:47:00 EDT 2001), 21118 lines: * Enable code to build on Solaris again (long options won't work). * Move Hesiod lookups to just before DNS lookups. * Make sure the SICHLD handler is called when we run detached. * Make kerberos5 in OpenBSD (Federico Schwindt <fgsch@olimpo.com.br>). * Added FAQ item X8 on why mail sometimes gets an extra ) appended. fetchmail-5.9.1 (Mon Sep 24 19:01:57 EDT 2001), 21120 lines: * Make -D short option for --smtpaddress active again. * Typo fix for Polish translation. * Make sure IMAP capability checks are caseblind. * Make sure suffix checks on akalists are properly caseblinded. * All warning mail now has a generated date stamp. * getopt.c and getopt1.c removed due to license incompatibility with OpenSSL. * End of poll cycle is now logged. * Sanity check now rejects SSL option if SSL support is not compiled in (resolves Debian bug #109796). * HMH's fix for the LMTP localhost/foo problem. * Mike Warfield's fix for using a combined SSL cert and key in a single file. * DNS lookups moved to just before the mailserver socket open, so fetchmail now works OK even if started up without Internet access. * Switched from _( to GT_( as a gettext macro, in order to avoid a conflict with the SSL library.
2001-10-06Update evolution to 0.15 and buildlinkify. Changes are:rh5-39/+46
Shell: - Fixed a problem with shortcuts not appearing when created by the mailer. (Ettore) - Fixed right-click menu behavior for folders in the folder bar. (Ettore) - Got Rename to work again. (Ettore) - Fixed some folder copy/move/dnd bugs. (Ettore) - Added a menu item to configure the Pilot settings. (Ettore) - Fixed some other miscellaneous bugs/crashes. (Ettore) - Added ability to run the intelligent importers from the File->Import menu item. (iain) Mailer: - Fixed the multiple error-dialog thing. (Michael) - Fixes to PGP decrypting and verification code. (Jeff) - Made vFolders work a lot better. (Michael) - Added a confirm expunge option to the mail settings dialog. (Jeff) - Fixed the update-IMAP-unread-counts bug. (Jeff) - Show messages in the user's preferred charset if the message itself doesn't contain charset information or if the message charset is wrong (ie the system can't convert the text to utf-8). (Jeff) - Many backend fixes that users won't notice. (Michael, Jeff, Dan) - Fixed the crash that accompanied the invalid address warning. (Trow) - Properly encode the mailto: links we generate inside of displayed messages. (Trow) - Improve the signature editor. (iain) Calendar: - Backend improvements (JP, Rodrigo). - The alarm daemon can now re-enter properly [#10840]. (Federico) - Alarms can now have zero-time offsets [#7892]. (Federico) - Warning fixes. (Chris) - Fixed custom Glade widgets on non-Linux systems. (Dan) - Fixed crashing problems in the event/task editor. (Damon) Addressbook: - Miscellaneous bug fixes. (Trow, Chris Toshok, Chris Lahey, JP, Peter Williams) - Better handling of addresses containing commas or other special characters. (Trow) - Fixed bugs related to sending mail by left-clicking on an address inside a message. (Trow) - Auto-completion now matches against contact nicknames. (Trow) - Added help text and generally cleaned up the contact editor. (Anna) - Handle multiple wombats properly. (Chris Toshok) - Made which book to use for address completion configurable (no gui for this yet.) (Chris Toshok) - Made Print Preview work in addressbook. (Chris Lahey) Summary: - Cache images instead of repeatedly reloading them (iain) - Only redraw when the summary is visible (iain) - Use the encoding specified in the RDF file (Takuo Kitame) - Leak fixes (Larry) - Show todays tasks works (iain) - Make the preferences dialog nicer. (iain) Importers: - Handle cases where the Netscape transport is nothing. (iain)
2001-10-05Use buildlink glue code for "bonobo" to fix build problem.tron1-1/+2
2001-10-04Update Mew to 2.0.57jun2-5/+5
Mew 2.0.57 (2001/10/04) mew-dist release * XML support. * mew-mime-content-type hack. * A patch for contrib/mew-caesar.el. * mew-summary-kill-subprocess() now calls mew-pop-tear-down(). * Supporting .htm as well as .html.
2001-10-03Update mew to 2.0.56jun2-5/+5
Mew 2.0.56 (2001/10/03) mew-dist release * mew-summary-folder-cache-save() now includes mew-touch-folder(). * A bug fix for non-UIDL POP servers. * Unlimiting mew-header-max-depth for mew-scan-form-mark(). * Touching folders when 'mdrop. * mew-set-environment() moved after loading mew-rc-file.
2001-10-01Allow customizing the message for _SU_TARGET by substituting for "$action",jlam1-1/+2
where action can be "install", "package", "create user for", etc., instead of blindly always saying "install". Define "action" before calling ${_SU_TARGET} whereever it is used.
2001-10-01Update mew to 2.0.55jun2-5/+5
Mew 2.0.55 (2001/10/01) mew-dist release * A bug fix for file mode of manuals. * Code clean up for refile. * A bug fix for mew-regex-id. * Removing mew-folder-remotep. * +mdrop finally. * mew-time-diff. * If a number N is set to mew-pop-delete, it means to keep message on the POP server for N days. * A bug fix for mew-folder-check. * A bug fix for mew-substring. * A bug fix for mew-summary-sort. * A bug fix for mark handling of mew-summary-refile. * Fixing the problem of ":" vs "y" and/or "C-cC-l".
2001-09-30Update qmail-conf to 0.60zuntum3-7/+7
The only change in this version is: o rename qmail-conf to qmail-delivery-conf, so now it's clear what it actually does Update provided by Sen Nagata <sen_ml@eccosys.com> in private mail.
2001-09-29Update evolution to 0.14. Changes are:rh7-93/+40
General: - Lots of i18n fixes. (Zbigniew Chyla and others) - Made the splash screen use BackingStore. (Ettore) - Added a quit dialog box. (Ettore) - Fixed a shell crash that could happen when launching Evolution before a previously launched instance was done initializing itself. - Fixed other random shell crashes. (Ettore) - Got the shell to remember window geometries on exit. (Ettore) - Fixed some things for Automake 1.5 (unfinished). (Richard Boulton) - Add nice highlighting to DnD operations in the folder tree. - Fixed several leaks. (Dan) - Fixed some problems with folder creation and deletion. (Toshok) - Made the Summary the default folder. (Ettore) - Made the title bar display the unread message count again. Mail: - Had a few beers while sitting back and relaxin'. (Jeff, Michael) - Check for valid addresses before sending. (Trow) - Use contact preferences when deciding whether or not to put the composer into HTML mode by default. (Trow) - Properly address mail from "hidden" contact lists. (Trow) - Redid folder unread counts/folder tree backend code completely. (Michael) - Implemented/fixed getfolderinfo in maildir/spool/local folder/vfolder, required to make unread counts work. (Michael) - Redid 'local folder' handling code completely. (Michael, Peter) Also fixed the properties dialogue to get the list of supported types dynamically, and set the right one at startup. (Michael) - Redid vfolder code in evolution-mail completely. Main visible change is they open at startup, and the vfolder editor works much better. (Michael) - Made it so fcntl(2) locking failures on filesystems (e.g. NFS) that dont support locking are treated as success. (Michael) - Fix imap inbox filtering, then moved it to CamelFolder, and partly implemented it for spool and maildir mailboxes. (Michael) - Made the vfolder UNMATCHED folder's name translatable. (Michael) - Change the way the 'not body contains' filter rule works, so that it runs much more efficiently, particularly on IMAP. (Michael) - Camel will not try and convert charsets of data that contain invalid charset data, thus data will not be tainted by a failed conversion process. (Michael) - A few threading scheduling changes to try to optimise the user experience. Also changed the way threads are terminated, avoiding some possible libpthread bugs. (Michael) - Changed vfolder uri's to not include the query, set it separately. - Removed a lot of special case code for vfolder/file uri's, other dead or newly redundant code, cleanups, etc. (Michael) - Fixed a bug in libibex that would overallocate block data and corrupt it and crash, also fail-back and reset the index in more cases. (Michael) - Fix filtering on score so the expression compiles. (Michael) - Came to visit USA at a very wrong time. (Michael) - Removed X-Evolution headers before sending messages. (Jeff) - When configuring a new default account, make sure to set it as the default. (Jeff) - Convert all textual parts to 8bit before saving them, this makes saved messages more human readable. (Jeff) - Don't cache PGP passphrases unless the user requests to do so. (Jeff) - Unsubscribe from folders before deleting them. (Jeff) - Fixed a number of race conditions in the subscribe dialog. (Jeff) - Save transport (SMTP) passwords if the user has asked us to. (Jeff) - Hide the S/MIME frame in the account editor, we won't be supporting it for 1.0. (Jeff) - Fixed it so that icons are displayed for PGP messages. (Jeff) - Give a description for each of the Source and Transport types when configuring an account. This makes a few things less confusing. (Jeff) - When performing a Send & Receive on a disconnected IMAP server, if the user provides a password, connect tot he IMAP server and display it's folders too. (Jeff) - Return a folder info for each IMAP folder created when the user creates a recursive directory structure. (Jeff) - Added support for more charset conversions (including all Windows-cp125x charsets). (Jeff) - When the disk is full, warn the user and don't crash. (Jeff) - Handle POP servers that don't support the UIDL extension. (Jeff) - Several PGP fixes. (Jeff) Addressbook: - Miscellaneous bug fixes. (Jon Trowbridge, Chris Toshok, Chris Lahey, Ettore Perazzoli, Iain Holmes, Zbigniew Chyla, Jacob Berkman) - Fixed race conditions associated with adding/removing contacts. The addressbook should be much more stable now. (Trow) - Fixed reference counting bugs in addressbook & wombat. (Trow) - Made address lookup smarter; cut & paste of address now mostly works. - Plugged Trow's memory leaks. (Larry) - Name completion now works with one-word names, so it is now much easier to send mail to Cher. (Trow) - Better handling of contact lists in the composer entries. (Trow, Toshok) - SelectNames dialog fixes. (Trow) - Better handling of contact lists in the pilot conduits. (JP) - Added Free busy URL and Calendar URI info to contact editor and ECard. (JP) - Made it so you can select uneditable text in Contact Editor. (Chris Toshok) - Worked on LDAP dialog. (Chris Toshok) - General LDAP work. (Chris Toshok) - Fixed charset handling within VCard handling. (Chris Lahey) - Reworked Drag & Drop for card view. Calendar & Tasks: - Free/Busy changes. (JP, Rodrigo) - iTIP fixes (JP) - i18n fixes, particularly for printing (Zbigniew Chyla) - Added option to confirm deletions (Federico) - Improved alarm system (Federico) - Fixed crashing bug when deleting a folder (Federico) - Added option to hide completed tasks (Damon) - Timezone changes for interoperability with Outlook (Damon) - Fixed problems displaying/parsing times in locales which don't specify 'am' and 'pm' strings (Damon) - Added toolbar button to delete the selected calendar event (Damon) - Meeting selector integrated (JP) Summary: - Fixed bugs and leaks. (Iain) - Fixed bug with handling of the Slashot RDF files. (Iain) - Made the Addressbook and Tasks links open the editor for them. (Iain) - Mail summary doesn't force all folders to be opened. (Iain) - Calendar summary shows if an alarm is set for an appointment. (Iain) - Timezone fixes. (Iain, Damon) Importers: - Fixed more bugs. (Iain) - Netscape importer shouldn't crash on Movemail users anymore. - Pine importer should import addressbooks better. (Iain) - VCard importer will actually import things now. (Iain)
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam15-37/+37
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-27Change foo-* dependencies into foo-[0-9]* dependencies so we match onlyjlam3-11/+11
those packages with a base package name of "foo".
2001-09-27Whitespace changes.jlam1-12/+12
2001-09-27Note addition of mail/p5-Mail-Audit.jlam1-1/+2