Commit graph

401 commits

Author SHA1 Message Date
agc
82564467a1 Make this package work on Solaris. 1999-08-11 08:25:39 +00:00
frueauf
bb9f94eb5e Update fetchmail to 5.0.6.
fetchmail-5.0.6 (Mon Aug  2 14:04:23 EDT 1999):
* Czech internationalization support (thanks to Jiri Pavlovsky).
* Russion internationalization support (but I couldn't read the contributor
  name in the headers!)
* Update of the French internationalization support by Guy Brand.
* Lexer fix for the `nokeep' problem by Robert de Bath.
* Lexer states added to tell the lexer to return a string after a
  `username' or `password' keyword, courtesy of Brian Boutel.
* Interface option fix from Bill Currie.
* 554 added to default antispam values (for Postfix).
* In UID files, split on *rightmost* @ as some dialups actually embed
  @ in usernames.
* Detect Intermail server's "wait a few minutes" message and cope.
* Patches for Heimdal implementation of GSSAPI from Leif Johansson
  <leifj@matematik.su.se>.  Somebody should test this against the MIT version.
* Fix IMAP authentication code to not rely on the challenge code
  accepting multiple writes; thanks to Kevin Turner <kevin.turner@oberlin.edu>.

Warning: CompuServe changed their POP3 system on 31 July 1999.  In doing
so, they broke fetchmail's RPA support.  Nobody has sent me either code that
works with the new system or a spec for it yet.
1999-08-07 12:50:21 +00:00
hwr
1c7f8f1875 The mutt-international subdirectory is no longer valid for ftp.fu-berlin.de 1999-08-04 08:36:27 +00:00
tron
d1226026c4 Don't define unnecessary IPv6 symbol on non IPv6 systems. 1999-07-24 00:24:45 +00:00
tron
fe5033397e Fix build problem on systems without IPv6 includes. 1999-07-24 00:20:37 +00:00
tron
6b46d612b0 Correct reversed check for symbol "INET6" in IPv6 patch. 1999-07-24 00:05:10 +00:00
itojun
d9b62a0a22 integrate USE_INET6 build better. uses the same set of NetBSD patches,
and switch INET6/non-INET6 build by "#ifdef INET6".
1999-07-09 15:58:34 +00:00
agc
f4d5171de1 Add package patch checksum files. 1999-07-09 14:09:02 +00:00
itojun
874182b2fe enable IPV6 build (USE_INET6) 1999-07-08 17:11:56 +00:00
agc
f51461529d CAPITAL_OPSYS and OS_MAJOR_VERSION are used in one package Makefile,
but calculated every time bsd.prefs.mk is read.  Correct the
situation, and only calculate these when they are needed.
Also save a few more cycles by hardcoding the LOWER_OPSYS values for
known operating systems, rather than using expensive shell echo and tr
commands every time bsd.prefs.mk is read.
1999-07-08 07:58:42 +00:00
itojun
739ddefaba enable IPv6-ready build on USE_INET6.
commit approved by maintainer.
1999-07-07 23:28:12 +00:00
tron
8933b6a5c1 Fix run time library path and link with "SM" library. 1999-07-07 20:55:53 +00:00
jlam
050e7453a6 * Update ncurses dependency.
* Pass correct linker options to make this ELF-aware.
1999-07-06 08:02:23 +00:00
frueauf
c97ade5cd2 Update fetchmail to 5.0.5. 1999-07-02 15:20:23 +00:00
agc
fd7b118f38 Some packages use bsd-style .mk files when building, and so any manual
pages that are installed will be gzip-compressed, if MANZ is set, or
not if MANZ is not set.  If the package uses bsd-style .mk files, the
variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in
the package Makefile.  This replaces the previous method of specific
inclusion of bsd.prefs.mk, followed by a check for MANZ and
conditional assignment of MANCOMPRESSED.

Add appropriate documentation, and change all necessary ocurrences in
package Makefiles.
1999-07-02 08:37:20 +00:00
tron
e8123df684 Link only "sendmail" binary with "libwrap" because otherwise at least
"makemap" will stop working.
1999-06-30 10:02:59 +00:00
tron
47f405dada Reenable TCP wrappers support which got broken by the run time library
path fixes.
1999-06-30 08:40:07 +00:00
christos
5ea3603e41 argh, package was renamed. compensate 1999-06-27 20:09:23 +00:00
tron
28ad6b0e46 Make default configuration more suitable for NetBSD. 1999-06-27 11:10:30 +00:00
tron
ae9c33b627 Update "wmmail" package to version 0.63a. Changes since version 0.62:
- fixed segfaults in wmmail.c
- added ability to use arbitrary TCP port for IMAP
- added ability to display message count when using multiple mailboxes;
  thanks to Justin Dolske <dolske@reston.wcom.net> for patch
- added preliminary POP3 support (don't even try to fix it!)
- change mbox.c to take care of dummy messages put in your mailbox
  by imapd, PINE, or whatever
- fixed imap.c to use CR-LF instead of just "\n"; thanks to Paul Bardo
  <pbardo@bridge.com> for pointing this out
- fixed installation
- WMMail.defaults changed and moved to Defaults/WMMail.in
1999-06-27 10:51:48 +00:00
christos
28e7653cf4 Update to 19990601 1999-06-27 00:11:02 +00:00
christos
8cef8539d4 Make this work on linux (and possibly solaris) and fix a few hardcoded
path bugs:
- pass OPSYS to Makefile.inc, don't hardcode NETBSD1
- command_directory, daemon_directory, share_directory, man_directory
  were hard-coded to /usr/pkg, bleh!
- and so was the ROOT_PATH.
1999-06-26 16:55:27 +00:00
jlam
17ab5f3efe Update dependencies on windowmaker to 0.60.0 1999-06-21 04:53:14 +00:00
tron
8475357fcd Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808
by Chris Demetriou.
1999-06-20 21:06:17 +00:00
kleink
f2f043b968 Repeat after me: use of the period character as the chown(8) owner/group
separator is obsolete.
1999-06-13 20:27:49 +00:00
frueauf
f86acd64bb Update fetchmail to 5.0.4. 1999-06-12 16:48:11 +00:00
kim
4254edae70 Now uses the pkg Tcl as it should. 1999-06-12 03:01:44 +00:00
bad
ad87d09d87 Prefix the TMDIR and HOMEDIR variables with MAJORDOMO_ too. 1999-06-08 18:26:02 +00:00
bad
80fc7595fd Enable majordomo. 1999-06-08 18:07:54 +00:00
bad
b598fe56af Steal some code from bsd.pkg.mk to run the REQ script under SU_CMD when
not configuring as root.
1999-06-08 18:04:10 +00:00
bad
a861a9543b Check for group before invoking addnerd since the latter won't work
correctly when the required group is missing.
1999-06-08 17:58:49 +00:00
bad
1fb38505ee Add a HOMEPAGE=. 1999-06-08 17:54:25 +00:00
bad
bcb41376e5 Initial import of pkg for majordomo-1.94.4, the popular mailing list manager.
Packaged by Brook Milligan brook@trillium.NMSU.Edu.
1999-06-08 17:51:25 +00:00
bad
c9a9c8c4f2 Add and enable grepmail. 1999-06-08 12:03:37 +00:00
bad
583e6dd6cb Initial import of grepmail-3.8, a utility to grep mail boxes and return
the matching messages.

Packaged by David Maxwell, david@vex.net.
1999-06-08 12:01:13 +00:00
bad
539e94f46c Enable server mode if QPOPPER_SERVERMODE is defined in /etc/mk.conf. 1999-06-08 11:54:08 +00:00
tron
904eebb128 Udpate "mutt package to version 0.95.6. Changes since version 0.95.4:
This version fixes several bugs from 0.95.5, including the "erratic
maildir behaviour" which has been with us for quite some time, and
certain IMAP-related problems.
1999-06-04 14:07:46 +00:00
tron
62bca2731c Fix package list handling. 1999-05-30 18:52:59 +00:00
tron
f89abf6c75 Patch one file per patch file. 1999-05-30 18:18:31 +00:00
tron
3d19e7e193 Add a sample "mailwrapper" configuration file. 1999-05-30 18:18:30 +00:00
tron
c07d143afc Add trailing "/" to home page URL to avoid redirect on access. 1999-05-30 17:05:28 +00:00
tron
efc6eefcbe Patch files should be created with "diff -u". 1999-05-30 17:04:45 +00:00
tron
0f435df55f pkglint:
- Rename package from "postfix-19990317pl05" to "postfix-19990317p05".
- Remove unnecessary and wrong usage of "DISTFILES".
1999-05-30 11:52:39 +00:00
tron
4e455e0735 Add missing files "sbin/postdrop", "man/cat8/defer.0" and
"man/man8/defer.8".
1999-05-30 11:50:38 +00:00
tron
0aabd04359 Make installation work with "MANZ=1". 1999-05-30 11:43:59 +00:00
christos
01668571c2 remove the dash from the package name 1999-05-30 03:47:43 +00:00
christos
188c237b9c postfix-19990317-pl0 package... Based on the version perry imported. 1999-05-29 20:57:17 +00:00
bouyer
00c52a0f45 Add and enable xmailbox. 1999-05-25 15:32:52 +00:00
bouyer
26d2e8f514 Package for xmailbox, an enhanced xbiff. 1999-05-25 15:30:34 +00:00
tv
5c60ed5794 Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.
1999-05-24 20:39:35 +00:00
tron
307da0b45f Nuke check for "gdbm" library from "configure" which is not needed but can
be found by mistake. Problem noted by Dean Huxley.
1999-05-11 20:24:46 +00:00
tron
87dde663ba "autoconf" isn't really required for building as long as we don't change
"configure.in".
1999-05-06 22:38:31 +00:00
tv
f537c05412 Make the Kerberos option uniform - it is now USE_KERBEROS4 and specifies
use of krb4 _or_ a compatible subsystem.  (MAKE_ was only used by this
option; USE_ is used by many.)
Also set RESTRICTED= in all relevant pkgs when USE_KERBEROS4 is enabled.
1999-05-03 23:39:22 +00:00
frueauf
4f12058261 Update fetchmail to 5.0.3.
fetchmail-5.0.3 (Sun May  2 23:39:22 EDT 1999):
* Added FAQ item about things to check if --monitor fails with pppd.
* Fixed Matthias Andree's SMTP error bug.
1999-05-03 11:54:20 +00:00
rh
d38c8ccb8d Update dependencies to windowmaker-0.53.0 1999-05-02 18:04:50 +00:00
frueauf
7ec3e4074e Update fetchmail to 5.02.
fetchmail-5.0.2 (Thu Apr 29 22:09:46 EDT 1999):
* The IMAP driver now sets SEEN at deletion time, in case the server
  ships DSNs when that bit is set (HP OpenMail does this).
* Delay between POP3 subsessions to allow the server time to release locks.
* Improved environment-query logic to handle mutiple names per UID.
  (This also fixes the no-pidfile bug introduced in 5.0.1.)
* FAQ now includes the location of SSL patches.

fetchmail-5.0.1 (Sun Apr 18 14:59:56 EDT 1999):
* Try to discover user/home via getpwuid(getuid()) before using LOGNAME/HOME.
* Mike Pearce's fix for buggy DEFAULT handling in .netrc.
* Keep validation errors from generating message lines that qmail will reject.
* Can now use expunge option to chop POP3 retrievals into subsessions.
* Fix broken site-deletion code in fetchmailconf.
1999-05-02 10:35:03 +00:00
tv
7f6b91d553 Update Pico to 3.5 and Pine to 4.10. 1999-05-02 03:16:58 +00:00
tv
c197919803 Move /usr/sbin/makemap to /usr/sbin/makemap.8.8 while the pkg is
installed, since the DB formats are radically different.
1999-04-30 17:07:11 +00:00
tv
ff39fc0082 Add and enable fromto, and sort. 1999-04-30 16:55:39 +00:00
garbled
3fe7edf239 add USE_X11=yes 1999-04-26 18:56:13 +00:00
tv
21a45e8add Remove extraneous patch, and add ${LDFLAGS} to confLIBS so we pick up
rpath.  (Pkg committers on a.out systems should NOT have /usr/pkg/lib in
/etc/ld.so.conf; there is NO excuse.)
1999-04-23 17:31:49 +00:00
tv
783923a805 Do the MANCOMPRESSED thing a little differently - only set MANCOMPRESSED
if mk.conf sets MANZ.

Also, do not overwrite sendmail if it is already in /usr/libexec/sendmail
(use mv -i with a stdin of /dev/null).
1999-04-20 11:57:14 +00:00
tv
108429eeed MANCOMPRESSED=1 is only true if MANZ=1, so set MANZ=1 in MAKE_ENV. 1999-04-20 11:32:05 +00:00
jlam
d9a0d73da9 Update dependencies to windowmaker-0.52.0. 1999-04-16 20:14:00 +00:00
tron
23e0063766 Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-15 20:39:38 +00:00
tron
742bce7018 Fix typo. 1999-04-14 14:48:19 +00:00
tron
83183ee7db Add a warning that his package must be deinstalled before updating
to NetBSD 1.4 or newer.
1999-04-14 14:45:41 +00:00
tron
0a71b585d3 Add and enable "mailwrapper", fixes PR pkg/7158. 1999-04-12 21:21:33 +00:00
tron
24f39bf15c New "mailwrapper" package inspired by PR pkg/7158 by Greg A. Woods:
NetBSD 1.4's wrapper to support arbitrary Mail Transport Agents
1999-04-12 21:19:32 +00:00
frueauf
016b7c4bd8 Update fetchmail to 5.0.0.
fetchmail-5.0.0 (Mon Apr  5 11:00:24 EDT 1999):
* Update for fetchsetup from Kent Robotti.
* Eliminate a realloc error in fetchmail -v -v progress message generation.
* Spanish-language update by Javier Kohen.
* French-language update by Guy Brand.
* Danish summary and description for specgen.sh.
* Henrik Storner's fix for the PGP/mimedecode problem.
* Fix netrc search code to be able to search >1 host entry per file.
* Added heads-up about SpryNet in the FAQ and a test in the autoprobe code.
* Removed the Hotmole script.  Instead, the web page and FAQ now refer to it.

fetchmail-4.7.9 (Tue Mar  9 13:25:01 EST 1999):
* Patch by Dan Root to solve an endianness problem in IMAP-K4.
* Fix lexical-analyzer bug that rejected `set nobouncemail',
* Prevent send_bouncemail from stepping on SMTP antispam response.
* Added French internationalization (LC_ALL=fr) from Guy Brand.
* Added Hugo Rabson's script for fetching from Hotmail.
* Test for .fetchmailrc ownership using geteuid() when possible.
* Prevent parsing of delimited protocols from tripping up on a
  MIME-armored line consisting of "=2E\r\n".

fetchmail-4.7.8 (Mon Feb 22 10:06:04 EST 1999):
* FreeBSD support for interface and monitor options by Andy Doran <ad@psn.ie>.
* Fixed server-deletion bug in fetchmailconf.  Also, handle `port' properly.
* Timestamps now generated into logfiles at start of poll cycle.
* New `nobounce' debugging option (specifically exempted from feature freeze)
  allows SMTP error bouncemail to be redirected from sender to local
  postmaster.
* Suppress dancing progress dots when syslog is on.
* es.po update by Javier Kohen.
* Added FAQ material on what to do for a "do not relay" sendmail response.
* Can now build under Lynx 3.0.0.
1999-04-11 09:00:42 +00:00
tron
6a0ce0d892 Better make it clear which "newaliases" and "makemap" must be used. 1999-04-10 18:31:19 +00:00
tron
7058bfac97 Use correct users for owning binaries and manual pages. 1999-04-10 17:22:43 +00:00
tron
ddf91a9494 Major cleanup:
- Use Sleepycat Software's DB library from "db-2.7.3" package.
- Install complete package because we need a tools using the new DB
  library.
1999-04-10 16:41:21 +00:00
tron
c0372b883f Add and enable "sendmail". 1999-04-08 23:04:27 +00:00
tron
393c0f1bc8 New "sendmail-8.9.3" package:
The well known Mail Transport Agent.
1999-04-08 23:00:33 +00:00
agc
79e49eaba2 s/netbsd/${LOWER_OPSYS}/g 1999-04-08 18:51:48 +00:00
cjs
487ed724ec Update procmail to 3.13.1. 1999-04-07 02:59:19 +00:00
cjs
c846125829 Upgrade procmail to 3.13. Move config dir from PREFIX/pkg/etc to /etc, so
that machines sharing /usr do not have to share procmail config file.
1999-04-06 11:48:07 +00:00
hubertf
998e4fbdc9 exit with known code, just to make sure... 1999-04-05 05:09:53 +00:00
hubertf
7851215716 nmh is at 1.0 these days 1999-04-05 05:08:59 +00:00
agc
aaac4bc29e Upgrade to tcl version 8.0.5. This seems to be primarily a bug-fix
release.
1999-04-01 13:36:55 +00:00
tron
5a595ccd78 Patch by Greg A. Woods to use "autoconf" to reconfigure "configure"
because "configure.in" gets patched. Fixes PR pkg/7263 by Paul Dokas.
1999-03-29 16:26:46 +00:00
tron
f96b880081 Update "wmmail" package for version 0.51.2 of "windowmaker" package. 1999-03-20 00:23:55 +00:00
bad
12a70ec370 Initial import for fromto-1.5, a sendmail logfile viewer. 1999-03-12 17:40:14 +00:00
hubertf
25eb94372d s/WWMail/WMMail/, per PR 7128 by Thilo.Manske@HEH.Uni-Oldenburg.DE. 1999-03-11 16:11:36 +00:00
kim
b932d3dc6d Fix a long-standing annoyance where MH (and nmh) insists that parts of
type message/* should be encoded in 7bit only.  Modern mailers send
error reports encoded in 8bit as well.  I see no harm in simply allowing
that through as well (I could see more problems with quoted-printable or
base64 as you'd need to actually decode it before parsing the contents).
1999-03-08 20:48:28 +00:00
kim
1b5408dc6a Fix buffer overflow problems in m_getfld.c 1999-03-07 19:40:01 +00:00
kim
4782f7c5e5 Make mhshow look at the user input for "Press <return> to show..." (like
MH 6.8.4 did).  The responses checked for (first letter) are:
- "n" skips the next content (i.e. "no")
- "q" exits mhshow immediately (i.e. "quit")
1999-03-07 19:39:19 +00:00
kim
532b818405 Setting NMH_HASH_BACKUP=yes will compile nmh with BACKUP_PREFIX set to "#". 1999-03-07 01:16:25 +00:00
kim
440e18b0d8 This should work. 1999-03-07 00:41:51 +00:00
kim
9179783965 Use ${ECHO} and ${SED}. Note that this package is not ready for use. 1999-03-07 00:31:44 +00:00
kim
2456253f31 Cyrus: the Andrew IMAP server 1999-03-07 00:27:18 +00:00
kim
9af50c1651 Make editor and pager selectable with NMH_EDITOR and NMH_PAGER
respectively.  For old MH behaviour use "NMH_EDITOR=prompter".
1999-03-06 23:18:51 +00:00
kim
6242ef0a30 Make this patch work with non-NetBSD systems (thanks, Al).
Change BACKUP_PREFIX to "#" so users of shells like tcsh
don't have to do excess typing when recovering accidentally
removed messages (mv ~/Mail/inbox/{#,}14921).
1999-03-06 23:17:34 +00:00
kim
8046336910 patch-cc: fix missing "-file" switch for mhshow when displaying files (e.g.
after composing a mime message you wanted to view it, or you got
	  a message/rfc822 attachment you wanted to view)
patch-cd: fix missing newline in strings generated by dctime (with snprintf
	  need to account for an extra character: the trailing null; fixes
	  problems with mhl and packf)
1999-03-06 20:37:32 +00:00
kim
8e4beb9a89 Need GCOS_HACK on BSD systems. 1999-03-05 01:56:43 +00:00
kim
63e0edcc05 Change maintainer from packages to me. 1999-03-04 09:17:11 +00:00
kim
3c4a00b8d3 Upgraded to nmh-1.0 1999-03-04 09:12:39 +00:00
tron
de0effee1b Update "mutt" package to version 0.95.4.
Major changes since 0.95.3:
- Mutt up to version 0.95.3 was affected by a temporary file relateda
  race condition which could lead to security-relevant problems.
- We have fixed a bug which would lead to crazy behaviour when a
  message was listed in it's own References header.
- IMAP and MIME should mix better now.
1999-03-04 00:26:02 +00:00
kim
2eed64e162 Enabled IMAP and POP for mutt. 1999-02-27 01:13:55 +00:00