summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2002-07-15Add mkdirs for empty directories.mycroft1-1/+3
2002-07-15Enable Kerberos support.mycroft1-1/+2
2002-07-13Use "distinfo" of "fetchmail" package.tron2-6/+3
2002-07-13Synchronize version number with "fetchmail" package.tron1-2/+2
2002-07-13Add -Wl,-R${X11PREFIX}/lib to LDFLAGS to allow non-xpkgwedged systems to findjschauma1-1/+2
the right libraries at runtime. Pointed out during Hubert's latest bulkbuild.
2002-07-12Update to evolution 1.0.8. Fixes many random crashes, and improves calendarmycroft4-25/+32
support.
2002-07-12Update to fetchmail 5.9.13. Miscellaneous bug fixes, including a remotemycroft3-6/+8
crash.
2002-07-10Add a note about needing an SMTP server.kim1-1/+4
2002-07-08Initial import of incm-0.5.yyamano4-0/+24
It's a small tool to incorporate new mail from a mail spool file or from a maildir. Packages provided by MarkoSchuetz at web.de in pkg/16743 (and my changes)
2002-07-07Define "USE_PERL" and patch path to Perl binary in a Perl scripts.tron1-2/+9
Problem noted by Greg A. Woods in PR pkg/16415.
2002-07-07Adapt include conversion scripts to recent versions of "netpbm" and addtron5-4/+62
the missing dependence on "netpbm" package. This fixes PR pkg/16416 by Greg A. Woods. Bump the package revision to 2 after these fixes.
2002-07-07Shorten oversize description.tron1-53/+0
2002-07-07Use "FILE" instead of "file" as shell variable to fix a "pkglint" warning.tron1-6/+8
2002-07-06Current version is .8, not .7; update version to reflect it.tv2-8/+8
2002-07-06Make the file in "etc" mutable (use CONF_FILES and bsd.pkg.install.mk).tv2-6/+9
2002-07-05Adapt to new location of "p5-TimeDate" package.tron1-2/+2
2002-07-05Adapt to new location of "p5-Time-HiRes" package.tron2-6/+4
2002-07-03don't need this patch now that Time::HiRes is availablelukem2-20/+1
2002-07-03DEPEND on devel/p5-Time-HiRes. Bump to PKGREVISION 2.abs1-2/+3
Apologies for updating previous package on a system which already had p5-Time-HiRes installed...
2002-07-03- don't barf if Time:HiRes isn't available (doesn't look like there'slukem4-3/+28
even a package for it) - crank PKGREVISION for above - fix the PLIST (at least, i think it's correct. there's some stuff still missing WRT what print-PLIST shows, but that might be just perl pkg foo) btw: i *love* incompletely tested packages. especially those which are as important to correct mail delivery as spamassassin is. *grrr*
2002-07-03Updated p5-Mail-SpamAssassin to 2.31abs2-5/+5
Unfortunately with over 1300 lines of changes since 2.20 its difficult to determine what to mention. The latest changes are available at http://spamassassin.taint.org/dist/Changes, search for '2002-06-20 18:02'
2002-07-03Make fils recognize compile options (POSTFIX_USE_MYSQL, ...)hubertf1-2/+4
Fixes PR 17465 by Dawid Szymanski <dawszy@tgr.lubin.edu.pl>
2002-07-02Use INTERACTIVE_STAGE instead of IS_INTERACTIVE (should be fixed towiz1-10/+11
create a user semi-automatically instead); some command -> ${COMMAND} changes, and replace USE_SSL by openssl buildlink.
2002-07-02Add RCS Id.wiz4-1/+4
2002-07-02Remove trailing space.wiz1-2/+2
2002-07-02Deprecate IS_INTERACTIVEagc1-2/+2
Mark this package as needing an interactive configuration stage
2002-07-02Deprecate IS_INTERACTIVEagc1-3/+1
There is no reason to mark this package as needing user interaction
2002-07-02Fix typo.wiz1-2/+2
2002-06-30Add $NetBSD: $ tag -- shouldn't pkglint have caught this?jschauma1-0/+1
2002-06-30Add and enable bbmail.jschauma1-1/+2
2002-06-30Initial import of bbmail, version 0.8.2:jschauma4-0/+31
bbmail is a mailbox checker (not only) for the Blackbox windowmanager. It emulates the look and feel of the blackbox-toolbar. Options include: * It alarms you when new mail has arrived * Start a mail program by pressing the envelope * Displays unread and read mail * All the colors an gradients can be changed. * Can be configured so it only shows up when new mail has arrived. * Option to always stay on top (can be changed using the mouse) * Support for multiple mail boxes * Support for counting mail through external program for instance flist to check nmh mail or fetchpop/fetchmail to check mail on remote sites. * Support for POP, IMAP etc. through external program ( tested with fetcmail and fetchpop). * Possibility to 'copy' Blackbox toolbar style * Ability to start command when new mail arrives (eg. to play sound) * Menu showing all mailboxes (and unread/total mail in these boxes).
2002-06-27accept emails with domains with AAAA only.itojun2-1/+42
the patch was sent to wietse already.
2002-06-26Regenerate patch checksums. (Hi Grant!)schmonz1-5/+5
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb4-8/+8
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-26Add hypermail.grant1-1/+2
2002-06-26Initial import of hypermail-2.1.4.grant4-0/+39
Hypermail is a program that takes a file of mail messages in UNIX mailbox format and generates a set of cross-referenced HTML documents. This version of hypermail has substantial support for attachments and for splitting archives into subdirectories. It also allows an administrator to customize the header and footers to match their local needs. This allows you to have hypermail facilities better integrated into your web site.
2002-06-23Add optional SASL support via the "cyrus-sasl" package. Based on changestron2-20/+29
supplied by Stoned Elipot in PR pkg/13316.
2002-06-23Improve buildlink support by adding the required "-I" and "-L" definitionstron6-12/+12
only once in "site.config.m4" and not in each configuration file.
2002-06-22Use 'env -i' to satisfy new getopt(3).grant4-20/+30
Enable TLS. Bump PKGREVISION. provided by Julio Merino <jmmv at hispabsd dot org> in pkg/17361.
2002-06-22use 'env -i' rather than 'env -', as this is deprecated according togrant1-2/+2
env(1), and it does not work with the new getopt(3). provided by Julio Merino <jmmv at hispabsd dot org> in pkg/17361.
2002-06-21Fix on Linux (at least RedHat)abs2-2/+6
2002-06-19Update exim-html to 4.0, to match exim.ad3-26/+75
2002-06-19Update to exim-4.05. This is a major update. Details of the changes fromad11-1055/+201
exim 3 can be had from www.exim.org.
2002-06-17Complete buildlink conversation of this package by using it for the "db"tron2-4/+4
package, too.
2002-06-17Fix and buildlinkify broken LDAP support.tron2-3/+3
2002-06-17Don't use TCP wrappers only under NetBSD. Turn it into a build optiontron2-12/+20
and use the "tcp_wrapper" package if necessary.
2002-06-17Record various build definitions.tron1-2/+2
2002-06-17Fix this package to use buildlink instead of "USE_SSL".tron2-8/+7
2002-06-17Honor "${CC}" and "${CFLAGS}" during build. This fixes PR pkg/17052tron1-1/+2
by Mipam.
2002-06-17Removed outdated and broken "sendmail-current" package.tron21-497/+1