1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
Commit Graph

736 Commits

Author SHA1 Message Date
Steve Price
6fd7d3e22a This only depends on elm if you don't set -mailprog to anything.
Straightened out by: David O'Brien and Donald Maddox
1998-07-11 00:28:05 +00:00
Peter Wemm
8a4bfb5b16 Use some new vendor patches - but one doesn't even apply.. sigh.
Also, install a missing file needed for running pgp in expectk mode (which
is much nicer BTW since it can figure out the correct decrypt key).

Tweak expectk mode so that it copes with a slight output variation on a
non-US version of pgp (2.6.3ia).  It appears the US version prints:
  Key for user ID "Peter Wemm <peter@netplex.com.au>"
while the international version prints:
  Key for user ID: Peter Wemm <peter@netplex.com.au>
I cannot follow tcl syntax very well, so this is my best guess..
1998-07-08 10:49:32 +00:00
Steve Price
0498d43cd4 Update to version 1.3.
PR:		7168
Submitted by:	Jonathan Hanna <pangolin@rogers.wave.ca>
1998-07-05 23:44:45 +00:00
Satoshi Asami
e70512b5f3 Take out x11 from categories. 1998-07-05 12:46:22 +00:00
Steve Price
526bf309a8 Turn on mailcrypt. 1998-07-04 19:47:34 +00:00
Steve Price
8679455aae Initial import of mailcrypt version 3.4.
mailcrypt - an emacs/pgp interface

PR:		6789
Submitted by:	murray@cdrom.com
1998-07-04 19:46:38 +00:00
Steve Price
56a8fabac0 Turn on xmailbox. 1998-07-04 19:43:30 +00:00
Steve Price
47c434f9bb Initial import of xmailbox version 2.5.
xmailbox - mailbox checker with sound and animation for X

PR:		6748
Submitted by:	andy@icc.surw.chel.su
1998-07-04 19:42:45 +00:00
Steve Price
8a7cacd191 Add a RUN_DEPENDS on elm.
PR:		6772
Submitted by:	Donald J. Maddox <dmaddox@scsn.net>
1998-07-04 19:09:21 +00:00
Steve Price
fda894de42 Make this compile again in -current.
PR:		6977
Submitted by:	maintainer
1998-07-03 23:30:35 +00:00
Steve Price
3beadf2660 Fix a bug in xbm2ikon.
PR:		6949
Submitted by:	NOKUBI Hirotaka <hnokubi@yyy.or.jp>
1998-07-03 23:28:00 +00:00
Steve Price
2920847b72 MASTERSITE moved to ftp.scriptics.com. 1998-07-03 23:07:17 +00:00
Jun-ichiro itojun Hagino
bb5e0dcf6c upgrade to 0.66. 1998-07-02 14:17:02 +00:00
Andrey A. Chernov
20c0e99bb4 Upgrade to 2.52 1998-07-02 04:09:37 +00:00
Andrey A. Chernov
1e71b91012 path changed back 1998-07-01 02:13:58 +00:00
Andrey A. Chernov
45341bd43e eudora goes old 1998-06-30 22:38:32 +00:00
Andrey A. Chernov
ea465d63d9 Fix longstanding bug with Content-Length counted in messages size 1998-06-30 20:31:15 +00:00
Andrey A. Chernov
e5216a176b Upgrade to 3.33 1998-06-30 19:36:41 +00:00
Andrey A. Chernov
90c94122e6 Upgrade to 2.5 1998-06-30 19:14:17 +00:00
Andrey A. Chernov
6cf03c5c09 Enable debugging code 1998-06-30 06:51:47 +00:00
Andrey A. Chernov
ee32660240 Fix another place with UIDL check too
Calculate UIDL size and lines number properly now
1998-06-30 06:44:00 +00:00
Andrey A. Chernov
76441fe1da Fix two longstanding bugs with Return-Path patch
1) wrong mbox size calculation
2) Return-Path was _never_ sent out
1998-06-30 06:42:18 +00:00
Andrey A. Chernov
60b8be15ee Check password length too
Submitted by: idea from "Aaron D. Gifford" <agifford@infowest.com>
1998-06-29 14:18:42 +00:00
Andrey A. Chernov
3ee33d40a2 Upgrade to 4.5.0 1998-06-29 13:52:08 +00:00
Andrey A. Chernov
390ebaef38 Add check for max parameter length
Submitted by: "Aaron D. Gifford" <agifford@infowest.com>
1998-06-28 23:02:15 +00:00
Andrey A. Chernov
3ca86b2cb5 Use snprintf now 1998-06-28 22:15:59 +00:00
Andrey A. Chernov
0a8957adfe oops, forget to add 1 for newline for max UIDL check 1998-06-28 21:56:00 +00:00
Andrey A. Chernov
27ccfb65b0 Increase allowed UIDL length to 70 chars per rfc1939 1998-06-28 21:44:59 +00:00
Andrey A. Chernov
61b9aa4259 Prevent overflow on too long From:
Do not return stack buffer
Submitted by: "Aaron D. Gifford" <agifford@infowest.com>
1998-06-28 21:31:18 +00:00
Andrey A. Chernov
198779dfae Reject too long X-UIDL 1998-06-28 21:11:55 +00:00
Andrey A. Chernov
a255968eaa Fix broken code that people tries to commit again and again despite the
fact that I am this port maintainer and still alive.
1998-06-28 17:50:22 +00:00
Jordan K. Hubbard
af81de00cc DOH! Correct stupid brain-o with strcat() in my last commit. Now
popper should get a bit further without dumping core now. :-)
1998-06-28 08:44:01 +00:00
Joerg Wunsch
51b8ca739a Well, it's always a bad idea to introduce new bugs when trying to fix
one... strncat(3) takes a string as its second arg, and a len as its
third one, not the other way round. =:-)

The ``consistency'' of the C library sucks, of course.
1998-06-28 08:04:07 +00:00
Jordan K. Hubbard
d5ff240d34 Close a missing overflow with strcat() in my original change
and add an extra overflow fix to pop_log.c.  This is just a place-holder
until Peter comes along with a more comprehensive set of patches.
1998-06-27 21:47:34 +00:00
Andrey A. Chernov
2ab4aaac95 Add -3 to len as room for \n\r\0 1998-06-27 20:47:27 +00:00
Jordan K. Hubbard
f8334957b6 Deal with a potential buffer overflow problem.
[also, there is a problem in the repo - patch-af is marked as removed
but it's not in the Attic!]
1998-06-27 10:31:18 +00:00
Satoshi Asami
7d45e2b7a1 Remove NO_CONFIGURE and NO_PATCH, they never meant anything. 1998-06-27 05:20:00 +00:00
Masafumi Max NAKANE
a43220a1fe Activate mew-xemacs. 1998-06-25 22:37:26 +00:00
Masafumi Max NAKANE
41fb6712d8 A major restructuring of mew ports to add xemacs versions
({japanese,mail}/mew-xemacs).
Along the way, mew for mule with Japanese environment was renamed
from japanese/mew to japanese/mew-mule (repository-copy done.)
Submitted by:	maintainer
PR:		6533, 6588
1998-06-25 22:30:04 +00:00
Masafumi Max NAKANE
31029920b9 Mew port for xemacs.
Submitted by:	kiri@kiri.toba-cmt.ac.jp
PR:		6533, 6588
1998-06-25 22:06:11 +00:00
Vanilla I. Shu
bd43ea1d18 Upgrade to 4.121. 1998-06-24 15:59:07 +00:00
Jun-ichiro itojun Hagino
bd0a07ecf3 upgrade smtpfeed original distribution: 0.63 -> 0.65 1998-06-22 18:48:50 +00:00
Andreas Klemm
a65ca8e708 enable new port kbiff 1998-06-14 17:35:00 +00:00
Andreas Klemm
3e6775cb87 Import of new port kbiff
KBiff is a mail notification utility for the KDE project.
It has several advantages over much of its competition:
        o Pure GUI Configuration
        o Session Management
        o Panel Docking
        o Animated Gifs
        o Sounds
        o POP3 Support
http://www.geocities.com/SiliconValley/Hills/2651/kbiff.html
1998-06-14 17:32:11 +00:00
Matthew Hunt
1ab42dd5cf Upgrade to 4.4.9. Add a wrapper around fetchmailconf that checks
whether Python is installed, and emits a helpful message if it isn't.

PR:		6866
Submitted by:	Ville Eerola <ve@sci.fi> (wrapper by mph)
1998-06-13 19:26:55 +00:00
Andrey A. Chernov
2193d7be94 upgrade to 3.31 1998-06-09 22:21:00 +00:00
Donald Burr
c0f0fbf3d3 Activate wmmail. 1998-06-08 11:12:38 +00:00
Donald Burr
bcdbfce4c7 Final phase of moving this port to mail category.
wmmail == a little mail notifier for the WindowMaker dock.
1998-06-08 10:58:02 +00:00
Steve Price
f4a9098044 Put a copy of the distfile in my home directory until
the stable 4.1 sources are released.

Suggested by:	asami
1998-06-07 23:01:28 +00:00
Jun-ichiro itojun Hagino
d95e0712cd japamese manpage path update (s/ja_JP.EUC/ja/)
Submitted by:	sada@e-mail.ne.jp (SADA Kenji)
1998-06-06 03:47:25 +00:00