summaryrefslogtreecommitdiff
path: root/mail/oe2mbx
AgeCommit message (Collapse)AuthorFilesLines
2015-01-01Use BROKEN_ON_PLATFORM for random C library incompatibilities.dholland1-2/+2
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-05-07Hack around misuse of fpos_t. Fix some code that assumed fpos_t is adholland3-2/+109
4-byte integer type. If this code ever worked on NetBSD, it was only by accident. PKGREVISION++ for the fixes.
2010-02-26Reset maintainer for developers who gave back their commit bit.wiz1-2/+2
2009-02-16DESTDIR support.joerg3-6/+8
2007-02-22Update MASTER_SITES and HOMEPAGE. Mark as not for Linux,wiz1-4/+7
since the code assumes fpos_t is an integral type. From Sergey Svishchev.
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-4/+4
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-04-01Pre-create directories.reed1-1/+2
I noticed my pkg/include was the plain-text liboe.h file.
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-12Rerun 'make makepatchsum' so the newly added patch-aa is recorded.veego1-1/+2
2005-02-05Fix PR#28775 by Georg Schwarz <georg.schwarz@freenet.de>: improve portability:zuntum2-7/+41
- use "test -r" instead of "test -e" - use ${INSTALL_*}
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-4/+4
2001-06-04Initial import of oe2mbx 1.21zuntum4-0/+41
liboe is a C library that reads Outlook Express 4 and 5.x mailboxes and returns a standard Unix mailbox to a function specified as a parameter to the converter oe2mbx is a C program using liboe to convert Outlook Express messages to the Unix mailbox format