Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-26 | Reset maintainer for developers who gave back their commit bit. | wiz | 1 | -2/+2 | |
2009-02-16 | DESTDIR support. | joerg | 3 | -6/+8 | |
2007-02-22 | Update MASTER_SITES and HOMEPAGE. Mark as not for Linux, | wiz | 1 | -4/+7 | |
since the code assumes fpos_t is an integral type. From Sergey Svishchev. | |||||
2006-09-09 | Rename variable MAKEFILE to MAKE_FILE. | obache | 1 | -2/+2 | |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -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-01 | Pre-create directories. | reed | 1 | -1/+2 | |
I noticed my pkg/include was the plain-text liboe.h file. | |||||
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2005-02-12 | Rerun 'make makepatchsum' so the newly added patch-aa is recorded. | veego | 1 | -1/+2 | |
2005-02-05 | Fix PR#28775 by Georg Schwarz <georg.schwarz@freenet.de>: improve portability: | zuntum | 2 | -7/+41 | |
- use "test -r" instead of "test -e" - use ${INSTALL_*} | |||||
2004-12-03 | Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. | wiz | 1 | -2/+2 | |
Suggested by Roland Illig, ok'd by various. | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -3/+2 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -4/+4 | |
2001-06-04 | Initial import of oe2mbx 1.21 | zuntum | 4 | -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 |