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

782 Commits

Author SHA1 Message Date
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
Steve Price
a6bd86c5e2 Argh! The checksum changed again! 1998-06-05 15:38:22 +00:00
Jun-ichiro itojun Hagino
e81c739d18 update to vesion 0.26.
PR:		6863
Submitted by:	Scott Blachowicz <scott@sabami.seaslug.org>
1998-06-05 15:10:54 +00:00
Satoshi Asami
03334f2bea List all manpages in compressed form so this port packages. 1998-06-05 11:01:03 +00:00
Steve Price
31c60f4c83 poppassd -> pop3pw
PR:		6761
Submitted by:	maintainer
1998-06-04 22:07:39 +00:00
Steve Price
42fb137900 Update to match the latest release.
PR:		6839
Submitted by:	maintainer
1998-06-04 20:36:37 +00:00
Joseph Koshy
5537fd140c Add missing file 1998-06-03 06:08:15 +00:00
Steve Price
87d62e612e This port's is now maintained by Penisoara Adrian. 1998-05-30 16:45:51 +00:00
Matthew Hunt
a5e6ff8a76 Update to 4.4.8. Alter configure flags to include POP2 support.
PR:		6767
Submitted by:	Douglas Carmichael <dcarmich@mcs.com>
1998-05-27 04:05:14 +00:00
Mark Murray
ca0c6e0686 Ugrade to v1.92. 1998-05-25 12:13:38 +00:00
Steve Price
aba845177c Chase the constantly changing checksum for this port
one more time.

PR:		6740
Submitted by:	Adrian Penisoara <ady@warpnet.ro>
1998-05-25 03:14:20 +00:00
Steve Price
dce4f932e1 Upgrade to version 4.4.7.
PR:		6726
Submitted by:	maintainer
1998-05-24 03:15:16 +00:00
Matthew Hunt
0bf0a805ec Upgrade to 4.4.6.
PR:		6665
Submitted by:	Douglas Carmichael <dcarmich@mcs.com>
Reviewed by:	Ville Eerola <Ville.Eerola@vehome.pp.sci.fi> (maintainer)
1998-05-22 01:34:18 +00:00
Matthew Hunt
7b54fe34c9 Activate glbiff. 1998-05-21 22:37:46 +00:00
Matthew Hunt
060c661146 Import of glbiff, a mail-notifier for those with CPU to burn. :-)
PR:		6705
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-05-21 22:36:15 +00:00
Andrey A. Chernov
b98d1705bf Upgrade to 3.28 1998-05-16 08:43:28 +00:00
Andrey A. Chernov
f921939f94 Fix big messages realloc strategy 1998-05-15 23:23:45 +00:00
Matthew Hunt
995f9ca479 Upgrade to 4.4.4.
PR:		6625
Submitted by:	Ville Eerola <ve@sci.fi>
1998-05-14 02:27:54 +00:00
Tim Vanderhoek
34950af940 Add the homepage. Rephrase so it doesn't read like ad copy.
Homepage Submitted by:	Ville Eerola <ville@vlsi.fi>
[I take full blame for the rephrasal]
1998-05-12 23:02:43 +00:00
Jun-ichiro itojun Hagino
effdf80dfc two accompanying documents are added for installation. 1998-05-11 03:49:28 +00:00
Jun-ichiro itojun Hagino
1e62f6a080 original distribution updated (0.62 -> 0.63). 1998-05-11 03:44:51 +00:00
Jun-ichiro itojun Hagino
9ce686f949 update to 0.25.
PR:		6568
1998-05-10 08:27:19 +00:00
Vanilla I. Shu
9b9c7f57e2 Upgrade to 4.119. 1998-05-07 16:28:37 +00:00
Vanilla I. Shu
d6f17d802f Upgrade to 0.07. 1998-05-07 16:16:58 +00:00
Thomas Gellekum
b0d2c8e405 Add a few more `ldconfig -R' I forgot yesterday. Remove duplicates
from octave and iv.
1998-05-06 09:06:01 +00:00
David E. O'Brien
3371ee2649 add rftp.
PR:	ports/6134
1998-05-06 08:11:51 +00:00
David E. O'Brien
ca75ec250f This program is for any user who retrieves ftp files via
ftpmail or bitftp servers.

PR:		ports/6134
Submitted by:	Gary Kline <kline@thought.org>   (reworked by me)
1998-05-06 08:11:00 +00:00
Thomas Gellekum
944910bb30 Execute `ldconfig -R' at the pkg_delete step.
PR:		6281
Submitted by:	SADA Kenji <sada@e-mail.ne.jp>
1998-05-05 13:18:48 +00:00
Eivind Eklund
0713b0e8c9 Comment that this is mail-centric, and sort methods. 1998-04-28 05:10:02 +00:00
Eivind Eklund
b045775a1f Activate p5-MIME-Tools 1998-04-27 23:11:02 +00:00
Eivind Eklund
5d92a683fa Initial import of p5-MIME-Tools, an object-hierarchy for manipulating
MIME-messages from perl5.
1998-04-27 23:08:37 +00:00
Eivind Eklund
b7e36eb934 Upgrade to version 1.11 1998-04-27 22:52:14 +00:00
Andrey A. Chernov
b904fb9287 Upgrade to PL40 1998-04-27 21:10:19 +00:00
Matthew Hunt
be196dafc0 Upgrade to 0.24.
PR:		6428
Submitted by:	Scott Blachowicz <sab@sabami.seaslug.org>
1998-04-27 04:27:46 +00:00
Matthew Hunt
87e54e6192 It's been a long week already: "elim" --> "emil".
I wrote it wrong in one of the log messages too.
1998-04-22 20:49:13 +00:00
Matthew Hunt
9cbd0607a1 Activate elim. 1998-04-22 20:41:49 +00:00
Matthew Hunt
12c757f48e Import of elim, which does character set and other conversions for
email.

PR:		6373
Submitted by:	Josh Gilliam <josh@quick.net>
1998-04-22 20:41:01 +00:00
Jun-ichiro itojun Hagino
050984ecbb original distribution updated (-> 0.62) 1998-04-22 02:52:49 +00:00
Andrey A. Chernov
67009e2c8c add majordomo to trusted users list
PR: 6337
1998-04-22 02:10:19 +00:00
David E. O'Brien
d282c3d66d Upgrade to version 0.91.1 1998-04-18 11:11:30 +00:00
Andrey A. Chernov
21b9446ce4 Master site patch changed 1998-04-07 17:33:28 +00:00
Masafumi Max NAKANE
336dcc9a48 Upgrade, 3.0pl58 -> 3.0pl61.
Install additional examples from ${WRKSRC}/misc directory.
1998-04-04 09:08:01 +00:00
Andrey A. Chernov
6029ceef86 Upgrade to 3.14 1998-04-01 23:29:31 +00:00
Andrey A. Chernov
1e9ea447dc Upgrade to 4.4.1 1998-03-28 12:53:13 +00:00
Dima Ruban
e7993a1b0e Archive has been changed w/o changing version number. 1998-03-26 07:18:54 +00:00
Steve Price
d82b3c81a2 Add a file I missed in the previous commit.
OK'd by:	Satoshi
1998-03-23 04:12:20 +00:00
Mark Murray
308a3e594e Clean up the KerberosIV workings 1998-03-20 15:05:27 +00:00
Mark Murray
0a239bd934 Allow this port to use NMH if USE_NMH is set. 1998-03-20 09:28:16 +00:00
Steve Price
1606a48d65 Now that all the requisite pieces are in place, fix this port.
PR:		4287
Submitted by:	Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
1998-03-16 03:16:25 +00:00
Steve Price
07ddeeab8f Activate sigrot. 1998-03-15 20:26:39 +00:00
Steve Price
a126d93505 Utility to rotate your mail/news signature.
PR:		5917
Submitted by:	Marijn Meijles <marijn@stack.nl>
1998-03-15 20:26:07 +00:00
Andreas Klemm
dd51d44379 removed bogus ftp site (no anonymous ftp login anymore) 1998-03-15 15:03:45 +00:00
Vanilla I. Shu
40865a9a55 Delete a entry of MASTER_SITE, it can't login as anonymous. 1998-03-14 20:29:39 +00:00
Peter Wemm
e8c9e43e12 Update 2.0.1 -> 2.0.2.
(note, some of the distributed patches for 2.0.1 are still (apparently)
 suitable for 2.0.2, but are still in the 2.0.1 dir.)
1998-03-14 13:43:39 +00:00
Jun-ichiro itojun Hagino
7b07d94817 the bugfix was released. (sendmail patch b11 -> b13) 1998-03-06 14:43:42 +00:00