summaryrefslogtreecommitdiff
path: root/mail/maildrop
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-18Update mail/maildrop to version 1.8.0. Changes from version 1.3.9jlam6-74/+148
include: * Support for MySQL and LDAP lookups via courier-authlib. * Honor maildir delivery quotas. * Bug fixes in MIME handling. * Plug memory leaks. * Replace dotlock with lockmail, which supports more types of locking.
2004-11-15Rework the Berkeley DB detection in buildlink3:jlam1-2/+3
* Add a db1.builtin.mk file that detects whether DB-1.85 functionality exists in the base system, and remove the distinction between "native" and the other Berkeley DB packages -- we now refer to db[1234]. This paves the way for any future databases/db1 package. * USE_DB185 shouldn't need to be set by any packages -- its correct value is now automatically determined by bdb.buildlink3.mk depending on whether we explicitly request db1 or not. By default, if you include bdb.buildlink3.mk, you want DB-1.85 functionality and USE_DB185 defaults to "yes", but if you explicitly remove db1 from the list of acceptable DBs, then USE_DB185 defaults to "no". * Set BDB_LIBS to the library options needed to link against the DB library when bdb.buildlink3.mk is included. * We only add the DB library to the linker command automatically if we want DB-1.85 functionality; otherwise assume that the package configure process can figure out how to probe for the correct headers and libraries. Edit package Makefiles to nuke redundant settings of USE_DB185.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-14courier-maildirmake has been renamed to courier-maildir. Handle newjlam1-2/+3
dependency and bump PKGREVISION as a result. XXX This package should really be changed to build from the latest XXX courier distribution, much like courier-auth. This package in its XXX current form hasn't been updated in years, while the core courier XXX package notes bug fixes and feature additions to the maildrop code XXX during that time.
2004-04-19Convert to buildlink3.snj1-4/+4
2004-03-14USE_LANGUAGES=c c++ like I meant to do last time.markd1-2/+2
2004-03-10Note dependency on db - fixes build on Solaris 9.markd1-2/+4
Also USE_LANGUAGES= c c++
2004-02-24The default EXTRACT_SUFX for the courier packages has changed to ".tar.bz2"jlam1-1/+2
but this package still uses ".tar.gz" until it's updated.
2004-02-10PERL5_REQD is now a list of values, so append to its value instead ofjlam1-2/+2
setting it.
2003-05-29s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than justgrant1-2/+2
libstdc++ in gcc3. when defined, USE_GCC_SHLIB ensures that the correct rpath is passed to the linker, and a full dependency on the compiler package is registered. packages which define USE_GCC_SHLIB should not include mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled automatically.
2002-11-15buildlink1 -> buildlink2jlam1-2/+4
2002-07-24Change explicit build dependencies on perl into "USE_PERL5=build". Thisjlam1-2/+2
makes these packages build correctly on Darwin where perl>=5.8.0 is required.
2002-05-20Update to 1.3.9. Fixes pkg/15568.wiz2-5/+5
* maildrop/filter.C (xfilter): Set O_NDELAY on file descriptors for xfilter() since select() only works correctly on non-blocking fds. * maildrop/formatmbox.C (GetFromLine): Do not write a newline before every From_ line... * maildrop/deliver.C (delivery): ... only for 2nd and subsequent msgs. * rfc2047.c (rfc2047_encode_callback): Fix MIME-encoding of spaces. * rfc822.c (rfc822_prname_orlist): Dequote quoted-strings. * rfc2045/reformime: Fix handling of unencoded nulls in text/plain content. * rfc2045/reformime.sgml: Documented the -m and -D options. * userdb/configure.in: Fix typo. * rfc2045/rfc2045.c (doline): Fix incorrect calculation of the end of a multipart MIME section that's inside another multipart MIME section. * maildir/maildirfiltertypelist.h: Fix typo.
2002-04-25Replace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467.yyamano1-2/+2
2002-02-03Fix reversed logic for setting INSTALL_TARGET=install-strip. Of course,jlam1-4/+2
we want to strip when STRIPFLAGS contains "-s" and not otherwise. Pointed out by Amatai Schlair in private e-mail.
2002-01-23Fix including "courier-auth/Makefile.common".taca1-2/+2
2002-01-22Update mail/maildrop to 1.3.7. Changes from 1.3.4 include:jlam4-59/+40
* Find config files in /etc/courier (or PKG_SYSCONFDIR equivalent). We consolidate all Courier MTA software config files under a common /etc/courier directory. * Loosen up the parsing of the content-type header. Strict parsing allowed viruses to slip through using malformed content-type headers which still got picked up by Microsoft's crapware which does not strictly parse the MIME headers. * Drop install setuid. * Add UMASK variable, that sets the permissions on new mailboxes or messages. Hence, drop MAILBOX_MODE from configure script.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-16Update mail/maildrop to 1.3.4. Relevent changes from version 1.2.2 include:jlam5-55/+93
+ Become maintainer for maildrop as I'm working on packaging the Courier-MTA software, of which maildrop is one piece. + Fix possible build problem on Solaris (untested). + Install maildirmake as maildrop.maildirmake to avoid conflicts with other packages that install maildirmake. + Add dependency on courier-maildirmake. + Move HTML documentation to ${PREFIX}/share/doc/html * Bug fixes, of course. * Disable MSIE smart tags in all html files. * Added mailbot(1), a MIME-capable autoresponder utility. * Reject ambigous nested MIME boundary delimiters.
2001-04-26USE_PERL5 in non-working .if -> BUILD_DEPENDS on perl.wiz1-4/+2
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-11-11Use "${MASTER_SITE_SOURCEFORGE}".tron1-2/+2
2000-10-23Initial import of maildrop-1.2.2, a mail delivery agent with filteringrh7-0/+102
abilities