summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2000-09-09Reorganize crypto handling, as discussed on tech-pkg. Remove allfredb3-10/+5
RESTRICTED= variables that were predicated on former U.S. export regulations. Add CRYPTO=, as necessary, so it's still possible to exclude all crypto packages from a build by setting MKCRYPTO=no (but "lintpkgsrc -R" will no longer catch them). Specifically, - - All packages which set USE_SSL just lose their RESTRICTED variable, since MKCRYPTO responds to USE_SSL directly. - - realplayer7 and ns-flash keep their RESTRICTED, which is based on license terms, but also gain the CRYPTO variable. - - srp-client is now marked broken, since the distfile is evidently no longer available. On this, we're no worse off than before. [We haven't been mirroring the distfile, or testing the build!] - - isakmpd gets CRYPTO for RESTRICTED, but remains broken. - - crack loses all restrictions, as it does not evidently empower a user to utilize strong encryption (working definition: ability to encode a message that requires a secret key plus big number arithmetic to decode).
2000-09-07sync ONLY_FOR_PLATFORM with those that xforms is for.dmcmahill1-2/+3
2000-09-07add missing rpath for X11BASE. Fixes recently noted ELF problems. Alsodmcmahill2-16/+16
nuke bogus hard coded -L/usr/local/lib
2000-09-06Use correct run time library path for "compface" and "uncompface".tron2-8/+8
2000-09-06Include "errno.h" instead of defining "sys_errlist" manually to avoidtron3-5/+36
link time warnings.
2000-09-06Fix compilation problem with certain version of "bsd.lib.mk".tron2-8/+9
2000-09-05add vacation.0 for NetBSD (leftover), and vacation.1 for Solariswiz2-2/+4
(by suspicion, untested)
2000-09-04Fix this package to pass the shared library test in the "check-shlibs"tron4-17/+19
target. These patches created by Alistair Crooks.
2000-09-03fix BUILD_DEPENDS linewiz1-2/+2
2000-09-03echo -> ${ECHO}wiz1-10/+10
2000-09-03add RCS Idwiz1-0/+1
2000-09-03$() -> ${}wiz1-2/+2
2000-08-31Adapt this package to tk-8.3.2.jwise1-5/+4
2000-08-30Update to use tcl-8.3.2jwise1-2/+2
2000-08-30Note that the default mail alias file may be in either /etc or /etc/mail.ad1-2/+4
2000-08-30Use either /etc/mail/aliases or /etc/aliases.ad1-3/+9
2000-08-29Aliases are in "/etc/mail/aliases" not in "/etc/sendmail.cf".tron1-2/+3
2000-08-29Update balsa to 0.9.3. Changes are bugfixes and initial APOP support.rh6-13/+52
2000-08-29Fix unterminated C<...> macro caught by pod2man.jlam3-1/+20
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam6-121/+23
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
2000-08-27Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.jlam2-23/+16
2000-08-26s/USE_PERL/USE_PERL5/veego1-2/+2
2000-08-26Update to procmail-3.15, inspired by D'Arcy J.M. Cain.wiz7-48/+66
Relevant changes: - Rewrite folder type parsing: corrects handling of MH and maildir style spools - v3.14 changed '!' actions too much: revert to v3.13 behavior but continue to split SENDMAILFLAGS - Contents of skipped nested blocks could affect 'E', 'e', 'a', and 'A' flags - Prevent peeking into buffers on "Out of memory" errors - Unquoted $\var expansions could alter the interpretation of the following whitespace - Prevent attempts to set LINEBUF to really huge values - Optimize SWITCHRC = $_ - Use a secure PATH when processing /etc/procmailrc - Use 2^31-1 as the maximum score even when sizeof(long)>4 Changes to formail: - Allow -n with -D and -s again -- corruption couldn't happen after all - Don't strip pre-colon whitespace until header is identified - Properly handle NULs in the body when generating an autoreply that keeps the body (could coredump) General: - Documented that $\var expansions are never split on whitespace - Removed ':' and '@' from list of characters that can appear in tempfile names - Called nice() when shouldn't have
2000-08-26s/USE_PERL/USE_PERL5/jlam1-2/+2
2000-08-25Remove cyrus-sasl from mail category...it's now in security.jlam9-142/+0
2000-08-25Remove cyrus-sasl...it's now in security.jlam1-2/+1
2000-08-25DEPEND on ../../security/cyrus-sasl.jlam1-2/+2
2000-08-25s/Amanda/Cyrus/ noticed by Thomas Klausner.veego1-2/+2
2000-08-25Replaced by a working one in pkgsrc/mail/cyrus-imapdveego7-207/+0
2000-08-25Enable cyrus-sasl and cyrus-imap and remove cyrus.veego1-2/+3
2000-08-25This version is based on the one in pkgsrc/mail/cyrus but needs cyrus-saslveego7-0/+237
and works.
2000-08-25This is the Cyrus SASL API implentation. It can be used on the clientveego9-0/+142
or server side to provide authentication. See RFC 2222 for more information. The latest version is available at: ftp://ftp.andrew.cmu.edu/pub/cyrus-mail There's a mailing list for Cyrus SASL. Subscribe by sending a message to majordomo@lists.andrew.cmu.edu with the body "subscribe cyrus-sasl". The mailing list is available via anonymous IMAP at imap://cyrus.andrew.cmu.edu/archive.cyrus-sasl or via the web at http://asg.web.cmu.edu/archive/mailbox.php3?mailbox=archive.cyrus-sasl.
2000-08-25mark as broken -- kim apparently didn't get around to finishing the packagewiz1-1/+3
yet.
2000-08-24Re-add installation of qpopauth, lost in last commit.wiz1-1/+3
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron2-5/+5
2000-08-21Update IGNORE-messages for recent changes: add ${PKGNAME} wherehubertf2-4/+4
appropriate.
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf6-15/+14
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-18Install 'license' file, so that we can distribute binarieshubertf2-12/+8
(which require the license to be included)
2000-08-18Patches from motonori@wide.ad.jponoe3-38/+73
The unify failure problem in RCPT_HASH (WIDE extention) has been fixed, and also strip extra spaces before #@# comment in alias expansion.
2000-08-18Use `user' instead of `addnerd'. Move de-installation instructionswiz4-13/+57
from PLIST to DEINSTALL.
2000-08-18repair patch pathname.itojun3-6/+6
2000-08-18RCPT_HASH (WIDE extension) is not baked enough yet, it seems.itojun2-1/+10
2000-08-18add fix to WIDE patch. from motonori@wide.ad.jpitojun2-1/+29
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOLwiz1-2/+2
2000-08-14$() -> ${}wiz1-2/+2
2000-08-14do not look at /etc/postfix/*.conf on installationitojun2-13/+59
2000-08-14do not install conf/*.origitojun1-1/+2
2000-08-14we should not play with "install_root" in INSTALL.sh.itojun2-20/+12
2000-08-14avoid replacing daemon_directory and command_directory into wrong ones.itojun2-6/+11
2000-08-14sync location of "sendmail" with mailer.conf.postfix.itojun3-8/+8
now it is in ${PREFIX}/libexec/postfix/sendmail.