summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2004-03-09bump PKGREVISION after digital signature support was added.grant1-1/+2
2004-03-09Include the gmp buildlink machinery so that digital signature support issimonb1-1/+2
enabled.
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim1-2/+2
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv4-10/+13
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-08Changes 0.9.10:adam2-5/+5
* GnuPG signed message part icons now have borders to indicate the status of the signature. A blue dotted border indicates the status is unknown, a red dotted border indicates a bad signature, and a solid green border indicates a good signature. * when composing to a default address the header entry is no longer selected but instead is given a coloured, bold font to indicate its presence * a "Wrap current paragraph" button is now available for the Compose toolbar * a new reply quote format token is available, '%X'. This specifies the cursor position. * the Folderview is updated progressively while receiving mail * support for the 'Rif:' Subject reply prefix has been added * LDAP TLS support has been added in the address book * a Compose window can opened from the address book by right- clicking an entry and selecting 'Mail To' * tools/textviewer.sh: support for perl and shell scripts * better handling of whitespace in Quick Search bar * updated translations: German, Russian, Serbian, Simplified Chinese, Spanish, and Slovak * Bug fixes
2004-03-08update milter-greylist to 0.12. Changes summarymanu3-6/+6
- a small bugfix: it had some trouble with addresses larger than 31 chars - database is dumped on each mail instead of every 5 minutes. It now includes a human-readable date for acceptation time.
2004-03-07Remove info files entries from PLIST.seb2-9/+2
2004-03-07Remove info files entries from PLIST.seb4-20/+4
2004-03-07Remove info files entries from PLIST.seb1-32/+1
2004-03-07Fixed CONFLICTSmartti1-2/+2
2004-03-07Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentationjmmv2-4/+4
database.
2004-03-07"PTHREAD_OPTS+= require" as some sort of thread library is required.markd1-1/+3
Should fix PR pkg/24610
2004-03-07Update mimedefang to 2.40.markd6-9/+180
pkgsrc changes - add rc scripts and runtime checks for virus checkers from Eric Schnoebelen in PR pkg/24295 - require native pthread library as pth doesnt work Major changes from 2.39 to 2.40: If multiple virus scanners are installed, they are all used. Default action for viruses is now discard. Added a new "notification" facility to allow external software to react to changes in multiplexor state. We now pass both the raw input message and the unpacked, decoded parts to the virus scanner. This makes virus detection much more reliable. Major changes from 2.38 to 2.39: The multiplexor can be compiled with an embedded Perl interpreter to significantly reduce the cost of starting a new slave A memory leak in the status command was fixed. A histo command was added so you can see how busy your installation Major changes from 2.37 to 2.38: The internal SMALLBUF constant was increased to handle larger SpamAssassin reports produced by SpamAssassin version 2.60. If a virus is found, action_notify_sender is disabled. Major changes from 2.36 to 2.37: Pure bug-fix release: A file descriptor leak was fixed, and we set the close-on-exec flag on most file descriptors. Major changes from 2.35 to 2.36: Scalability enhancements for very busy servers. Support for BitDefender's "bdc" virus scanner. Other minor bug fixes.
2004-03-07Make USE_OPENLDAP actually work by including mk/bsd.prefs.mk and changingrecht1-3/+7
--enable-ldap to --with-ldap. While at it add add BUILD_DEFS for openldap and use pkgsrc intltool. Bump PKGREVISION to 3, because of the openldap change.
2004-03-07add CONFLICT on postfix, which also installs bin/mailq andgrant2-2/+6
bin/newaliases.
2004-03-07add CONFLICT on sendmail, which also installs bin/mailq andgrant2-2/+6
bin/newaliases.
2004-03-07fix typo in #!grant1-2/+2
2004-03-07install rc.subr-style script on all platforms but NetBSD-1.5 and abovegrant2-1/+48
(which already has a suitable /etc/rc.d/postfix).
2004-03-07There is no dependency with ruby-racc-runtime package now.taca1-3/+1
2004-03-07Update ruby-tmail package to 0.10.8. Since changes from 0.9.4 is hugetaca3-48/+68
and there are some incompatibilities, please look through ChangeLog and Incompatibilities file. pkgsrc changes: - update HOMEPAGE and MASTER_SITES. - remove dependency to ruby-amstd package.
2004-03-07Update to 1.996heinz2-7/+8
Changes since 1.991 =================== 1.994 Thu Feb 26 17:23:15 EST 2004 Bugfix for Net::CIDR::Lite --- we now recognize 1.2.3/0 syntax not just 1.2.3.4/0 1.993 added support for caller-id 1.992 minor bugfixes. added fallback and override logic.
2004-03-07upgrade to 20040301. lots of buffer management fixes.itojun2-6/+6
2004-03-06+postfix-currentgrant1-1/+2
2004-03-06resolve conflictsgrant12-0/+529
2004-03-06Initial import of postfix-current into The NetBSD Packages Collection.grant11-0/+275
This package is the snapshot from 20040209. Postfix aims to be an alternative to the widely-used sendmail program. Sendmail is responsible for 70% of all e-mail delivered on the Internet. With an estimated 100 million users, that's an estimated 10 billion (10^10) messages daily. A stunning number. Although IBM supported the Postfix development, it abstains from control over its evolution. The goal is to have Postfix installed on as many systems as possible. To this end, the software is given away with no strings attached to it, so that it can evolve with input from and under control by its users.
2004-03-06move BUILD_DEFS outside of their respective conditionals, so thegrant1-9/+10
not defined/value output is shown at the start of the build.
2004-03-06ressurect external patch checksums lost in last commit.grant1-1/+5
2004-03-06move NetBSD specific MESSAGE to its own file.grant3-10/+17
2004-03-05don't patch the same file twice, don't patch multiple files in agrant7-86/+121
single patch.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam2-21/+16
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05run postfix's post-install with "command_directory=prefix/sbin"grant2-3/+4
argument so it can find postconf. bump PKGREVISION.
2004-03-05Update exim to 4.22nb4 & exim-exiscan to 4.22-12nb2 from Norm at cackhanded.netabs4-39/+27
- Avoid "set{u,g}id ... invoked ... with fd 1 closed" warnings - Cleanup DLOPEN from Local/Makefile.pkgsrc
2004-03-05URL needs mozilla.org in the path now.grant2-4/+4
2004-03-05update Linux build to 20040220 (latest available as of right now).grant1-2/+2
2004-03-04Lint: add NetBSD RCS tagscjep1-0/+1
2004-03-04milter-greylist is a greylisting filter for sendmail, it is extremelymanu1-1/+2
effecitve at reducing spam at the time of this writing.
2004-03-04milter-greylist is a greylisting filter for sendmail, it is extremelymanu4-0/+38
effecitve at reducing spam at the time of this writing.
2004-03-03Update to 0.9.9.minskim3-7/+8
Changes: * Word wrapping on multibyte locales has been improved. * The receive menu has been improved. * The combo button for toolbar has been implemented. * The download feature for IMAP / News folders has been implemented. * URL is now shown on the toolbar when links are clicked, and put warning in case of fake URL. * JIS X 0201 Kana (hankaku kana) will be converted into JIS X 0208 when sending. * Crashes on 64-bit environments has been fixed. * Other bugfixes have been made.
2004-03-03Update to milter-regex-1.2.manu3-6/+6
It now supports boolean expressions and macros, and drops privileges when run as root
2004-03-02Update Sylpheed to 0.9.10.chris3-6/+7
Main changes are: * A new folder can be created on the folder selection dialog now. * The folder view is now updated progressively when receiving. * Statasbar has been added to the message view window. * The built-in image viewer has been improved, and its memory leaks have been fixed. * Ukrainian translation has been added. * Other bugfixes have been made.
2004-03-01Bump PKGREVISION due to libtasn1 and gnutls updates.jmmv1-1/+2
2004-03-01config.status is called to rebuild Makefiles if config.status is changedmarkd2-1/+15
and we now change it. Unfortunately at the toplevel "Makefile" is passed as the argument but config.status expects "./Makefile" so fails. Patch the Makefile to not try and update Makefile in this case, as if it worked it would make no functional change to the Makefile anyway so don't bother.
2004-03-01Because "mutt" work's fine with the "/bin/sh" in NetBSD 1.6 and abovetron1-3/+4
we don't need to use "/bin/ksh" any more.
2004-02-29Fread(2)ing /dev/urandom is bad due to libc buffering.toshii2-1/+37
Use read(2) instead.
2004-02-29ensure MOZ_VER is defined, use ${MOZILLA} consistently.grant4-7/+6
2004-02-28Add RCD script.heinz1-0/+118
2004-02-28Compiles and works with db4.heinz8-41/+109
Creates user and group now. "make reinstall" works again. No change of ownership of /usr/pkg/sbin anymore. New RCD script (needs work on non-NetBSD platforms regarding "ps" command options). Bump revision.
2004-02-28Properly fix last. From Christian Weisgerber.snj3-12/+31
2004-02-26Disable IPv6 explicitly if USE_INET6 is not set to YES. This isminskim1-2/+4
needed because the default behavior of the configure script was changed.
2004-02-25USE_LANGUAGES= c c++.markd1-1/+2