Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-08-01 | Add buildlink.mk for gettext-lib. Probably fixes bulk build failure. | wiz | 1 | -1/+2 | |
2001-07-21 | Re-add an eroneously removed CONFLICTS with elm-me, but this time do it the | martin | 1 | -1/+2 | |
right way. | |||||
2001-07-19 | Fix runtime library path problem on systems without "libintl" in the | tron | 1 | -1/+1 | |
basic NetBSD distribution. | |||||
2001-07-19 | Fix conflict entries: | tron | 1 | -3/+2 | |
- Remove unnecessary "elm" entry - Add "mm" package. | |||||
2001-07-18 | Update to elm-2.5.5 (the latest available official elm version). | martin | 12 | -309/+241 | |
Package provided by hiramatu@boreas.dti.ne.jp in PR pkg/13495. This is no longer a ME extended version, which is now available as pkgsrc/mail/elm-me. | |||||
2001-04-20 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -9/+7 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-13 | Add a CONFLICTS for the improper version pattern elm-*ME+*. | tv | 1 | -1/+3 | |
2001-01-13 | Standardize long-standing wrong version number: "2.4ME+78" -> "2.4me78" | tv | 1 | -1/+2 | |
2000-06-08 | This patch is no longer needed (has been integrated into elm). | jdolecek | 1 | -35/+0 | |
Thanks to Thomas Klausner for pointing out | |||||
2000-06-04 | Update to 2.4.ME+.78 + enable dotlocking besides fcntl-style locking, e)dit | jdolecek | 9 | -716/+69 | |
disabled. Many bugfixes, most notable changes - some locale definitions/aliases added (from GNU locale), many other locale-related changes - added facility to convert character set of incoming messages to display character set - added facility to convert character set of new message to outgoing character set (text-charset) - added support for pgp5 and gpg ! - POP mailboxes can be accessed via username@hostname folder name - added U command - mark e-mail as unread - security (no effect on NetBSD, since elm is not installed sgid/suid): reset egid on couple of places where it was not and should be - elm.mimecharsets is generated by Configure in batch mode, so it's not needed to ship our own - dropped remailer stuff and g/c memory modes stuff from Configure - e-mail address/aliases handling changes | |||||
2000-05-02 | Fix the & expansion in the gecos field. | kim | 2 | -1/+37 | |
2000-03-27 | Adapt to new handling of "${CONFIGURE}". | tron | 1 | -2/+2 | |
2000-03-05 | Recognize LANG=iso_8859_1 as mime charset ISO-8859-1. | kim | 1 | -0/+2 | |
2000-01-03 | Point to valid homepage. | simonb | 1 | -2/+2 | |
1999-11-18 | Rework patches to remove fuzz. | agc | 4 | -90/+48 | |
1999-10-25 | Remove conflicts | hubertf | 5 | -18/+21 | |
1999-10-25 | Import pkg for ELM 2.4ME+54 | hubertf | 2 | -0/+336 | |
Submitted in PR 7404 by Adam Ciarcinski <adam@pulstar.albedo.com.pl> | |||||
1999-08-11 | Make this package work on Solaris. | agc | 1 | -1/+307 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+5 | |
1998-08-23 | Remove unnecessery blank line. | frueauf | 1 | -2/+1 | |
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -1/+2 | |
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section. | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 3 | -0/+6 | |
1998-06-18 | Remove MAN<sect> and CAT<sect> definitions from package Makefiles - these | agc | 1 | -7/+1 | |
are unnecessary with automatic manual page handling. | |||||
1998-04-20 | Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. | frueauf | 1 | -19/+19 | |
1998-04-16 | Remove binary garbage, revert direction. | tron | 1 | -4/+4 | |
1998-04-16 | s/execl/execlp/ - fixes PR 5202 by Ty Sarna | hubertf | 1 | -0/+11 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -8/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-03-11 | Don't use absolue paths, use ↵ | hubertf | 1 | -5/+5 | |
/data/pkg/bin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/X11R6.3/bin:/usr/local/X11R6.1/bin:/usr/local/X11R6/bin:/home/feyrer/bin:/bin:/usr/bin:/usr/sbin:/sbin:/usr/ucb:/etc:/home/feyrer/bin rather. (PR 5149) | |||||
1998-03-10 | Add missing cat/manpages wnewmail.1 wnewmail.0. | frueauf | 1 | -3/+3 | |
1998-02-25 | Add missing files to package list. | tron | 1 | -1/+5 | |
1998-02-25 | Sort out manual page handling in this package. | agc | 2 | -3/+19 | |
1998-01-23 | Restore FreeBSD id's | bouyer | 4 | -23/+26 | |
formatted man pages have suffix 0, not 1. Use patch to change /usr/local to __PREFIX/share in nls/LANGS Use sed to change __PREFIX into $PREFIX in nls/LANGS | |||||
1998-01-23 | Import from FreeBSD ports | bouyer | 9 | -0/+572 | |