summaryrefslogtreecommitdiff
path: root/mail/wmmail
AgeCommit message (Collapse)AuthorFilesLines
2007-07-31Remove broken home page URL, replace broken master site URL withtron1-4/+5
"{LOCAL_PORTS}" and drop maintainership.
2007-02-06Modular Xorg support.joerg1-2/+5
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-1/+2
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-03-30Use bl3 file instead of DEPENDS to fix build.wiz1-2/+2
2005-03-30Try removing some more directories during deinstall.wiz1-1/+3
2005-02-24Add RMD160 digests.agc1-1/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-04-26Add "windowmaker" as a secondary category; it already existed, but containedjmmv1-2/+2
a single package.
2002-10-27Add libXt to X libs.bouyer2-4/+4
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-2/+3
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-11Add dependence on "libproplist" package which isn't inherited from thetron1-1/+2
"windowmaker" package any more.
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
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-8/+6
+ 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-12-12Added wm category to main Makefile; remove packages that have been movedwiz1-2/+2
from x11 to wm; fix paths in packages that depend on the moved ones.
2000-10-15Update "wmmail" package to version 0.64. Changes since version 0.63a:tron7-35/+13
- added back ExecuteOnUpdate - now searches @prefix@/GNUstep for defaults domain as well; thanks to Thomas Ribbrock <argathin@gmx.net> for suggestion - added experimental DisplayEachMailbox option (thanks again to Peter da Silva); this makes WMMail.app display message counts (none, new, total, or new-over-total) for each mailbox that contains new mails - POP3 mailboxes are correctly handled... I think :) - added missing semi-colon in defaults file; thanks to Eric Anderson <eanderson@usa.net> for pointing this out - now resets atime and mtime on mbox files; thanks to Peter Surda <surda@bigfoot.com> for patch - fixed buffer overflow in imap.c; thanks to Peter da Silva <peter@taronga.com> for patch - fixed handling of "Status" header in mbox.c and pop3.c - no longer parses filenames in MailDir mailboxes (procmail should now work); countless people pointed out this one :( - fixed counting of new mails in IMAP mailboxes; thanks to Alfonso Palacios-Sureda <alfonso.palacios-sureda@alcatel.fr> for the hint - fixed segfault in maildir.c; thanks to Lars Bensmann <lars@skynet.e.ruhr.de> - fixed DEFAULT_ANIM_SPEED; thanks to Vincent Arkesteijn <v.j.arkesteijn@student.utwente.nl>
2000-10-08Update home page URL.tron1-3/+3
1999-10-07Remove me as maintainer of those packages.tron1-2/+2
1999-09-21Use wildcards in dependence for "windowmaker" package.tron1-2/+2
1999-07-09Add package patch checksum files.agc1-0/+6
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-21Update dependencies on windowmaker to 0.60.0jlam1-2/+2
1999-05-02Update dependencies to windowmaker-0.53.0rh1-2/+2
1999-04-16Update dependencies to windowmaker-0.52.0.jlam1-2/+2
1999-03-20Update "wmmail" package for version 0.51.2 of "windowmaker" package.tron2-5/+5
1999-03-11s/WWMail/WMMail/, per PR 7128 by Thilo.Manske@HEH.Uni-Oldenburg.DE.hubertf2-4/+4
1999-02-22Fix this to build with new "automake" version.tron2-5/+6
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1999-02-02Make this work with seperate "libproplist" package and update dependencetron1-2/+5
for "windowmaker" package.
1999-01-30Add missing shared libraries which probably cause problems on ELF systems.tron1-4/+10
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-2/+2
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1999-01-30Search for GNUstep directory at correct location.tron2-0/+34
1999-01-23Add "x11" to category list.tron1-2/+2
1999-01-23The "make" program distributed with 1.3 and 1.3.x doesn't like thetron1-1/+2
generated "Makefile", so use GNU "make".
1999-01-23Fix mail directory path in example configuration.tron1-4/+8
1999-01-23New "wmmail" package:tron6-0/+81
WMMail.app is a "mail-checker" like xbiff. It is largely based on asmail, but has been modified to work with Window Maker instead of AfterStep.