summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc1-3/+7
displayed using the -B option to pkg_info(1). Add USE_KERBEROS4 to BUILD_DEFS
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc1-1/+3
displayed using the -B option to pkg_info(1). Add USE_INET6 to BUILD_DEFS
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc1-1/+3
displayed using the -B option to pkg_info(1).
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc3-3/+9
displayed using the -B option to pkg_info(1).
1999-08-18Update "mutt" package to version 0.95.7. Changes since 0.95.6:tron5-7/+25
- The $in_reply_to configuration variable is gone. The In-Reply-To header currently only contains the message-id of the message to which the reply refers. This is to make sure that this header is correctly formatted. - Lots of bugs present in 0.95.6 were fixed.
1999-08-17Make sure the "autoconf" binary from package sources is used.tron1-2/+2
1999-08-13Substitute for ${PKGNAME} when generating the PLIST files.agc1-168/+168
1999-08-11Homepage location has changed. Fixes PR 8192 byhwr1-2/+2
Jim Bernard <jbernard@ox.mines.edu>
1999-08-11Make this package work on Solaris.agc1-1/+307
1999-08-07Update fetchmail to 5.0.6.frueauf2-4/+4
fetchmail-5.0.6 (Mon Aug 2 14:04:23 EDT 1999): * Czech internationalization support (thanks to Jiri Pavlovsky). * Russion internationalization support (but I couldn't read the contributor name in the headers!) * Update of the French internationalization support by Guy Brand. * Lexer fix for the `nokeep' problem by Robert de Bath. * Lexer states added to tell the lexer to return a string after a `username' or `password' keyword, courtesy of Brian Boutel. * Interface option fix from Bill Currie. * 554 added to default antispam values (for Postfix). * In UID files, split on *rightmost* @ as some dialups actually embed @ in usernames. * Detect Intermail server's "wait a few minutes" message and cope. * Patches for Heimdal implementation of GSSAPI from Leif Johansson <leifj@matematik.su.se>. Somebody should test this against the MIT version. * Fix IMAP authentication code to not rely on the challenge code accepting multiple writes; thanks to Kevin Turner <kevin.turner@oberlin.edu>. Warning: CompuServe changed their POP3 system on 31 July 1999. In doing so, they broke fetchmail's RPA support. Nobody has sent me either code that works with the new system or a spec for it yet.
1999-08-04The mutt-international subdirectory is no longer valid for ftp.fu-berlin.dehwr1-2/+2
1999-07-24Don't define unnecessary IPv6 symbol on non IPv6 systems.tron2-9/+6
1999-07-24Fix build problem on systems without IPv6 includes.tron2-6/+13
1999-07-24Correct reversed check for symbol "INET6" in IPv6 patch.tron2-4/+4
1999-07-09integrate USE_INET6 build better. uses the same set of NetBSD patches,itojun5-25/+31
and switch INET6/non-INET6 build by "#ifdef INET6".
1999-07-09Add package patch checksum files.agc20-0/+141
1999-07-08enable IPV6 build (USE_INET6)itojun3-1/+203
1999-07-08CAPITAL_OPSYS and OS_MAJOR_VERSION are used in one package Makefile,agc1-2/+4
but calculated every time bsd.prefs.mk is read. Correct the situation, and only calculate these when they are needed. Also save a few more cycles by hardcoding the LOWER_OPSYS values for known operating systems, rather than using expensive shell echo and tr commands every time bsd.prefs.mk is read.
1999-07-07enable IPv6-ready build on USE_INET6.itojun5-18/+74
commit approved by maintainer.
1999-07-07Fix run time library path and link with "SM" library.tron1-3/+3
1999-07-06 * Update ncurses dependency.jlam1-4/+4
* Pass correct linker options to make this ELF-aware.
1999-07-02Update fetchmail to 5.0.5.frueauf2-4/+4
1999-07-02Some packages use bsd-style .mk files when building, and so any manualagc2-12/+4
pages that are installed will be gzip-compressed, if MANZ is set, or not if MANZ is not set. If the package uses bsd-style .mk files, the variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in the package Makefile. This replaces the previous method of specific inclusion of bsd.prefs.mk, followed by a check for MANZ and conditional assignment of MANCOMPRESSED. Add appropriate documentation, and change all necessary ocurrences in package Makefiles.
1999-06-30Link only "sendmail" binary with "libwrap" because otherwise at leasttron2-3/+25
"makemap" will stop working.
1999-06-30Reenable TCP wrappers support which got broken by the run time librarytron1-3/+3
path fixes.
1999-06-27argh, package was renamed. compensatechristos2-4/+3
1999-06-27Make default configuration more suitable for NetBSD.tron2-0/+37
1999-06-27Update "wmmail" package to version 0.63a. Changes since version 0.62:tron6-91/+82
- fixed segfaults in wmmail.c - added ability to use arbitrary TCP port for IMAP - added ability to display message count when using multiple mailboxes; thanks to Justin Dolske <dolske@reston.wcom.net> for patch - added preliminary POP3 support (don't even try to fix it!) - change mbox.c to take care of dummy messages put in your mailbox by imapd, PINE, or whatever - fixed imap.c to use CR-LF instead of just "\n"; thanks to Paul Bardo <pbardo@bridge.com> for pointing this out - fixed installation - WMMail.defaults changed and moved to Defaults/WMMail.in
1999-06-27Update to 19990601christos7-53/+33
1999-06-26Make this work on linux (and possibly solaris) and fix a few hardcodedchristos4-14/+20
path bugs: - pass OPSYS to Makefile.inc, don't hardcode NETBSD1 - command_directory, daemon_directory, share_directory, man_directory were hard-coded to /usr/pkg, bleh! - and so was the ROOT_PATH.
1999-06-21Update dependencies on windowmaker to 0.60.0jlam1-2/+2
1999-06-20Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"tron1-2/+2
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808 by Chris Demetriou.
1999-06-13Repeat after me: use of the period character as the chown(8) owner/groupkleink1-2/+2
separator is obsolete.
1999-06-12Update fetchmail to 5.0.4.frueauf3-2590/+8
1999-06-12Now uses the pkg Tcl as it should.kim2-5/+17
1999-06-08Prefix the TMDIR and HOMEDIR variables with MAJORDOMO_ too.bad1-11/+11
1999-06-08Enable majordomo.bad1-2/+2
1999-06-08Steal some code from bsd.pkg.mk to run the REQ script under SU_CMD whenbad1-2/+36
not configuring as root.
1999-06-08Check for group before invoking addnerd since the latter won't workbad1-11/+11
correctly when the required group is missing.
1999-06-08Add a HOMEPAGE=.bad1-1/+2
1999-06-08Initial import of pkg for majordomo-1.94.4, the popular mailing list manager.bad21-0/+733
Packaged by Brook Milligan brook@trillium.NMSU.Edu.
1999-06-08Add and enable grepmail.bad1-1/+2
1999-06-08Initial import of grepmail-3.8, a utility to grep mail boxes and returnbad5-0/+36
the matching messages. Packaged by David Maxwell, david@vex.net.
1999-06-08Enable server mode if QPOPPER_SERVERMODE is defined in /etc/mk.conf.bad1-1/+7
1999-06-04Udpate "mutt package to version 0.95.6. Changes since version 0.95.4:tron4-18/+10
This version fixes several bugs from 0.95.5, including the "erratic maildir behaviour" which has been with us for quite some time, and certain IMAP-related problems.
1999-05-30Fix package list handling.tron2-9/+10
1999-05-30Patch one file per patch file.tron37-3/+780
1999-05-30Add a sample "mailwrapper" configuration file.tron1-0/+8
1999-05-30Add trailing "/" to home page URL to avoid redirect on access.tron1-2/+10
1999-05-30Patch files should be created with "diff -u".tron1-850/+27