Commit graph

1472 commits

Author SHA1 Message Date
zuntum
24c9b71584 Converted to respect PKG_SYSCONFDIR 2001-11-25 23:55:35 +00:00
zuntum
d14905f88d Respect PKG_SYSCONFDIR ! :) 2001-11-25 22:55:04 +00:00
jlam
ffceca11a9 PKG_SYSCONFDIR is where the configuration files for a package may be found.
This value may be customized in various ways:

PKG_SYSCONFBASE is the main config directory under which all package
	configuration files are to be found.

PKG_SYSCONFSUBDIR is the subdirectory of PKG_SYSCONFBASE under which the
	configuration files for a particular package may be found.

PKG_SYSCONFDIR.${PKGBASE} overrides the value of ${PKG_SYSCONFDIR} for a
	particular package.

Users will typically want to set PKG_SYSCONFBASE to /etc, or accept the
default location of ${PREFIX}/etc.

This obsoletes the use of CONFDIR, which was active for only 6 days, so no
need to have a workaround to still accept old CONFDIR settings.
2001-11-25 18:59:45 +00:00
zuntum
dfcac94b61 Add MESSAGE file that reminds to alter either /etc/man.conf or MANPATH
environment variable.

PR pkg/14715 by Sen Nagata <sen@eccosys.com>
2001-11-25 08:57:29 +00:00
jlam
963d494404 Buildlinkify, respect ${CONFDIR}, and use general INSTALL/DEINSTALL scripts. 2001-11-24 20:49:42 +00:00
tron
7c7d68c5c5 Add a new option "MUTT_USE_SLANG" to use the "slang" library instead of
"curses" because the first deals with resize better, especially under
NetBSD 1.5/1.5.x. This change was suggested by Joe Abley in PR pkg/13630.
2001-11-22 21:34:45 +00:00
martti
8438c32fbc Updated to 20010228pl8. Changes since 20010228pl4nb1:
20010917

        Bugfix: an address extension could be appended multiple
        times to the result of a canonical or virtual map lookup.
        File: global/mail_addr_map.c.  Fix by Victor Duchovni,
        Morgan Stanley.

        Bugfix: because split_addr() would split an address even
        when there was no data before the recipient delimiter, the
        above bug could cause an address to grow exponentially in
        size.  Problem reported by Victor Duchovni, Morgan Stanley.
        File:  global/split_addr.c.

20010918

        Bugfix: the mail_addr_map() fix was almost but not quite
        right. It took two clever people and several iterations of
        email to really fix the mail_addr_map() problem.  Thanks
        to Victor Duchovni and Liviu Daia.

20011016

        Bugfix: As of 20000625, Errors-To: was broken, because the
        code to extract the address was not moved from recipient
        address rewriting to sender address rewriting. Problem
        reported by Roelof Osinga @ nisser.com. File:
        cleanup/cleanup_message.c.

20011023

        Bugfix: the FILTER_README content filtering example had
        not been updated to include the sendmail "-i" command line
        option.

20011029

        Bugfix: virtual map expansion terminated early because the
        detection of self-referential entries was flawed.  File:
        cleanup/cleanup_map1n.c.

20011031

        Bugfix: mail_date() mis-formatted negative time zone offsets
        with fractional hours (-03-30 instead of -0330). Fix by
        Chad House, greyfirst.ca. File: global/mail_date.c.

20011103

        Bugfix: Postfix would log the wrong error text when locally
        submitted mail was deferred due to "soft_bounce = yes".

        Bugfix: The LDAP client dropped any entries that don't have
        the result_attribute, but errored out when a DN didn't
        exist.  The behavior is now consistent: treat non-existant
        DN's in a special result attribute expansion the same as
        DN's with no attribute.  LaMont Jones, HP.

20011114

        Bugfix: reset the smtpd command transaction log between
        deliveries. File: smtpd/smtpd.c.

20011115

        Bugfix: reset the smtpd command transaction log between
        non-deliveries. File: smtpd/smtpd.c.
2001-11-22 11:43:07 +00:00
martti
5925282446 Updated to version 1.41 (PR#14609). Changes since 1.15:
- Mail::Util::maildomain did not expand variables.  Fixed the
  regular expression.  Reported by [Jean-Damien Durand]

- [Henrik Gemal] wished better warnings in Mail::Address::parse,
  which are provided now.

- [Lucas Nussbaum] reported incorrect folding of unstructured
  header lines.  The whole idea of folder unstructured fields
  is flawed, as far as I know, but anyway noone apparantly had
  sufficient long subject fields to find-out ;)
  Fixed in Mail::Mailer.

- mailaddress defaults to username, not gcos in Mail/Util.pm
  Patched by [Vivek Khera]

- Increased all version-numbers to show that maintainer-address
  did change.   Suggested by [Tassilo v Parseval]

- Updated all manual-pages to include address of new maintainer.

- Prohibition to modify header should be respected in Mail::Header.
  Patch by [Tatsuhiko Miyagawa]

- Securely close socket in Mail::Mailer::smtp.
  Patch by [Heikki Korpela]

- Fixed "bad file-descriptor" errors in Mail::Mailer::smtp.
  Patch by [Aaron J Mackey]

- Some long header-lines caused the following line in the header
  to be indented too.  This should be fixed.
  Reported by [Simon Cozens]

- Small modifications to Mail::Mailer should make the module
  work for os2.  Patch by [Ilya Zakharevich]

- Fix to be able to specify an index at the first addition of
  a header-line to the Mail::Header structure.
  Patch by [Lucas Fisher]
2001-11-22 09:12:37 +00:00
wiz
2c40b669f9 Install cyrusv2.mc too, following pkg/14670 from Hiramatsu Yoshifumi. 2001-11-21 22:12:24 +00:00
nra
076673560f Add SUBDIR for newmail. 2001-11-21 18:29:27 +00:00
nra
eb6b5aa125 Import newmail-1.0.1. Pr 13843 by Andrew Stevenson.
Newmail looks at mailboxes and determines if any new mail has arrived.
The mailboxes to be examined are specified as command line arguments. A
directory can be specified and newmail will check every mailbox inside.
2001-11-21 18:27:18 +00:00
jlam
b23d2e8626 Adapt to use shared INSTALL/DEINSTALL scripts by using the logic in
bsd.pkg.install.mk:

	* Remove old DEINSTALL/INSTALL scripts.
	* Move some text printed at POST-INSTALL time into the MESSAGE file.
	* Adjust rc.d scripts to respect rc.conf settings, so that the
	  script may be directly copied into /etc/rc.d.
2001-11-19 16:23:08 +00:00
taca
645678fe13 Remove yatsvrs5 since it moved to yatsvrs. 2001-11-15 23:24:55 +00:00
taca
97061c1f28 Disable yatsvrs5 and enable yatsvrs. 2001-11-15 23:22:48 +00:00
taca
e380dbc133 Re-import yatsvrs with correct directory name. 2001-11-15 23:21:29 +00:00
taca
2d9dc61508 Enable yatsvrs5. 2001-11-15 16:10:18 +00:00
taca
b60c63fd64 Importing yatsvrs 5.00p4; extended POP3 server and supoprting servers.
yatd		YAT server; extended POP3 server
	ascyd		Apop shared Secret changer for Yatsvr
	yatconfd	YAT configuration daemon

Yatd was was based on Berkeley's popper program and known as
yatsvr before.  Yatd has own extention to POP3 protocol for
WinYAT, commercial product from JEPRO Co., Ltd.  But it still
works as standard POP3 server.  Extention to POP3 is documented
in attached document but in Japanese.
2001-11-15 16:08:43 +00:00
tron
32c0dc5e43 Remove CVS ID from patch file's context to avoid further problems. 2001-11-14 08:14:58 +00:00
tron
c1cd9921a8 Update for changed "patch-aa". 2001-11-14 08:13:12 +00:00
agc
567de54f8d Clean up after last update:
+ restore definitions of RM and LN in makefile.neb, as they're used
later on in the file.

+ if we're going to the bother of passing PREFIX to the invocation of
make, we might as well use PREFIX rather than LOCALBASE in the definition
of CCLIENTDIR.
2001-11-13 10:38:58 +00:00
frueauf
28790bfc41 Update fetchmail{conf} to 5.9.5.
fetchmail-5.9.5 (Thu Nov  8 14:14:35 EST 2001), 21162 lines:

* Changed the logging logic along lines suggested by Jan Klaverstijn,
* fetchmailconf looks first in the directory it's running from to find
  fetchmail.
* Make sure we vet a success status correctly from open_smtp_sink()
  and open_bsmtp_sink().
* Matthias Andree's env.c patch to refuse service when QMAILINJECT is defined.
* Immediately abort if a non-empty QMAILINJECT environment variable is
  found. If it is set and contains f or i, qmail-inject or qmail's
  sendmail `compatibility' wrapper will rewrite From: or Message-ID:
  headers, respectively. En passant, fix the bug that program_name was
  not filled in before used when the user's ID had no PW entry, leading
  to (null) or crash when printing the error message. Patch by Matthias
  Andree.
* NextStep and OpenStep port patch from Eric Sunshine.
* Block signals during SockConnect() so we don't get a socket descriptor
  leak if we're hit by an alarm signal during connect(2).
* Set queryname even when server is inactive; avoids a core-dump bug in
  the fetchids code.
2001-11-12 17:33:42 +00:00
itojun
67551d5f58 remove IPv6 patch for safety.
it seems that IPv6 patch has bad sideeffect on relaying determination.
2001-11-12 05:07:19 +00:00
bouyer
e5e0415e19 Update to imp-2.2.7 for security problems (update recommended). Changes:
[cjh] SECURITY: Prevent CSS by not letting let <tags> through in $message
[bjn] Simplified Chinese (zh) locale.  (He Kun <hek@mail.cbi.pku.edu.cn>)
2001-11-11 19:29:10 +00:00
hubertf
09c1f15d9d Adjust format a bit:
* 75 * '='
 * RCS ID
 * blank line
 * message text
 * optional blank line
 * 75 * '='
2001-11-11 06:17:26 +00:00
martti
9555c4bc31 Updated to version 1.6.0. Changes since 1.4.3:
1.5.0 Thu Aug  2 12:50:21 CDT 2001
  - re-formatted to make vi friendly (I use emacs and vi, but mostly emacs)
    added these lines to my .emacs to keep it friendly
    (custom-set-variables
     '(perl-indent-level 2)
     '(perl-continued-statement-offset 2)
     '(perl-continued-brace-offset 0)
     '(indent-tabs-mode nil)
     '(tab-width 2))
    basically sets the indent level to 2 and converts tabs to spaces
    of course this will hose some diffs (unless you ignore whitespace diffs)
  - bug report/fix (thanks to Lupe Christoph) some older perls don't
    support (?{ code }), so get_acl splitting expression was re-vamped.
  - removed use IO::Socket::INET (again some older perls)
  - removed Text::Parsewords dependency (wasn't using it anymore anyway)

1.5.1 Thu Aug  2 14:43:27 CDT 2001
  - bug report/fix (thanks to Paul Kranenburg) in get_quotaroot,
    removes extraneous line

1.6.0 Sun Nov  4 10:19:44 CST 2001
  - bug report/fix (thanks to Dylan Martin and Alain Turbide) for the
    botch I made of the get_quotaroot fix I made in 1.5.1
  - bug report () motd's weren't handled, I put some code in that doesn't break
    the current, but is also untested against motd's (feedback anyone?)
  - added CRAM-MD5 support as an authentication method, send it in the new call
    0 off, 1 on, 2 on with LOGIN fallback, this also adds the requirement of
    Digest::MD5, Digest::HMAC, MIME::Base64 if you use this option
2001-11-09 14:24:18 +00:00
bouyer
62355b0bfa Update to 3.22.
Changes to procmail:
               - Regression bugs from 3.20:
                  - Broke compilation with K&R compilers
                  - procmail -p -m was overridding PATH
                  - maildir delivery included garbage in filenames
                  - Mismatched HOST in last rcfile didn't discard the message
                  - COMSAT wasn't turned off by an rcfile on the command line
               - Catch overly long command line variable assignments
               - If a command expansion is truncated, set PROCMAIL_OVERFLOW
                 and don't trim trailing (really middle) newlines
               - If the comsat host can't be resolved, set COMSAT to "no"
            Some fixes to the man pages
            More paranoia: start to use strlcpy()
            Generate safe temp and maildir filenames when the hostname
               contains / or : by mapping them to \ooo

I've also seen corrupted From lines (missing F) when I upgraded to 3.21.
Someone reported in the Esd-l mailing list (see
http://www.spconnect.com/pipermail/esd-l/
for archives) that 3.22 solved the problem for him.
2001-11-08 12:05:58 +00:00
tron
f71915f496 Downgrade the "mutt-devel" package to version 1.3.23. The new threading
code in 1.3.23.1 is not stable yet and can e.g. cause a segmentation fault.
2001-11-07 09:19:03 +00:00
tv
1fabcf5e84 * Set default debug level to 0 (it can still be turned on voluntarily)
* Don't use libtool; it's not necessary here (and increases compile time)
* Obey ${CC} and ${CFLAGS}.
2001-11-06 20:04:46 +00:00
tv
a44d819a70 Actually use openssl in the build (set SSLTYPE=unix). 2001-11-06 20:02:46 +00:00
jun
f679807ec0 update of mew to 2.1
Mew 2.1 (2001/11/01)

* XML is well supported.
* +mdrop is implemented. You can remove messages on your POP server
  visually.
* Sort (s) and pack (O) became much faster.
* Some workaround for broken POP servers.
* Many other small bug fixes.
2001-11-02 01:43:53 +00:00
tron
f41c77be15 Update "mutt-devel" package to lastest development version 1.3.23.1.
This version fixes several bugs found since version 1.3.21 including
the sendmail 8.12.x problem.
2001-11-01 16:10:41 +00:00
tron
ce4edb7d95 Fix build problem on systems running XFree86 3.3.x in conjuction with the
"xpkgwedge" package.
2001-11-01 11:36:32 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
jun
82a00541da Adviced by sen_ml@eccosys.com.
- nit PLIST
- modify the DEPENDS for Emacs >=20.7
2001-10-31 08:07:14 +00:00
jun
8b7cb2faab Update Mew to 2.1rc3
Mew 2.1 release candidate 3 (2001/10/30)
* Setting 0.05 instead of 0.01 for mew-smtp-command-content.
  This maybe rescue XEmacs.
* Biding buffer-file-coding-system to prevent the side effect.
* Adding the "-l" option for mew-prog-vgrep.
* Ensuring that richtech-mode is disabled.
* Setting max-mini-window-height to 1 in mew-summary-pipe-message.
* Taking care of EXPIRED PGP keys.
* Using mew-mule3.el even if Emacs is executed with the --unibyte
  option.
2001-10-30 04:17:11 +00:00
jmc
3f4dcce89e Fix depends lines to point to correct paths 2001-10-29 05:43:47 +00:00
jlam
c96c9806bc Remove commented USE_LIBINTL definitions ... we already use the
gettext-lib/buildlink.mk file.
2001-10-27 07:00:52 +00:00
kleink
576e23d592 As discussed with Hubert, replace OpenLDAP dependency with buildlink'ing. 2001-10-26 15:17:38 +00:00
agc
d52dd5005a At present, if there is a pre-<target> or post-<target> script in
the scripts/ directory, it will be run automatically as part of
the build process, by bsd.pkg.mk.  There are now exactly 5 packages
in pkgsrc which use this facility, and yet, for every package build,
the existence of a script is checked by bsd.pkg.mk once before the
target is executed, and once afterwards. This incurs needless
overhead.

Move the separate pre- and post- script handling out of bsd.pkg.mk into
the individual package Makefiles, where it's much more obvious what is
happening, anyway.
2001-10-26 14:09:59 +00:00
jun
4717a88d45 Update of mew to 2.1rc2
Mew 2.1 release candidate 2 (2001/10/26)

* gifsicle support to prevent XEmacs from dying.
* Text/Xml support for mew-summary-execute-base.
* Handling 'quit in sort and pack.
* A patch for refile learning.
  Yoshinari Nomura <nom@csce.kyushu-u.ac.jp>
* Fixing a bug that XEmacs dies when encoding GIF.
* Edit again for qmail.
* Bug fixes for privacy services in drafts.
* Limit for re-search-foward in mew-text/xml-detect-cs etc.
2001-10-26 13:21:31 +00:00
agc
a15f55698b Since the build and install scripts are executed directly by the package
Makefile, move them from scripts/ to files/ to make it obvious that the
scripts invocations in bsd.pkg.mk are not being used.
2001-10-26 11:46:54 +00:00
jun
8d9ec39430 Note update of mew to 2.1rc1
Mew 2.1 release candidate 1 (2001/10/24)

* mew-auto-flush-queue works for mbox.
* Workaround for mew-image-inline-p on Emacs 21.1.
* Implementing mew-text/html-detect-cs and mew-text/xml-detect-cs.
* Process status is well displayed on the mode line.
* A bug fix for mew-demo-picture.
* Defining mew-use-charset-sanity-check.
* A patch for refile.
* mew-input-folders hack.
* Defining mew-syntax-treat-filename-function.
* Defining mew-input-draft-buffer.
* No sanity check if charset is specified.
* C-cC-i for mew-summary-find-file.
2001-10-25 19:23:42 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24 22:10:43 +00:00
tron
82d3581886 Use wildcard dependence for "db3" package. 2001-10-24 11:51:54 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
2001-10-23 13:14:43 +00:00
jun
c8b475e108 Update Mew to 2.0.60
Mew 2.0.60 (2001/10/15) mew-dist release
* Enhancing mew-param-analyze-broken to remove white spaces between
  encoded-words.
* recenter for mew-summary-down.
* "c" for mew-summary-copy.
* Allowing the 'X' mark for +mdrop.
* A bug fix for 'invisible.
* "?" for mew-input-map.
* Allowing multiple SPCs on POP sessions.

Mew 2.0.59 (2001/10/12) mew-dist release
* A bug fix for Multipart/Alternative.
* Removing mew-summary-display-raw-header.
* Use the "--decrypt" option instead of "--verify" for GnuPG.
* Some "mew-pop-to-buffer" patches.
* Defining mew-regex-ignore-folders.
* A bug fix for PGP encryption.
* Integrating "," and "C-cC-u". Use "," only.
* Removing mew-pop-to-buffer.
* Using mew-current-get-* as little as possible.
2001-10-23 07:00:20 +00:00
agc
1da6f24bc5 Add empty declarations for pgp6 paths and variables, so that this package
actually works again. Fixes a problem pointed out by Steve Bellovin.
2001-10-22 21:46:50 +00:00
agc
400b55c0ac Fix the pathname for the wish binary, prompted by Steve Bellovin. 2001-10-22 21:37:59 +00:00
hubertf
83b43a401b Order for example pine.conf is important! 2001-10-21 17:47:56 +00:00
abs
02daa52519 DEPEND on pico >=4.1 not 4.0 now 2001-10-19 10:56:54 +00:00
veego
d6a58b0b42 Switch back to one PLIST file by adding a site.config.m4-solaris for the
manpage extensions and directories.
2001-10-19 08:51:31 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
tron
0fe6244770 Add fix for mutt bug#828 (mail transport agent invoked without stdout and
stderr) to proactively avoid error messages with sendmail 8.12.x.
2001-10-18 08:04:25 +00:00
tron
243575e441 Remove "--with-imap-ssl" from configuration arguments because the latest
IMAP client library uses TLS instead of IMAP over SSL.
2001-10-16 13:01:57 +00:00
tron
304d87404b Bump version number in dependence line to "2001.0" to make sure that
all clients use the client library with full TLS support.
2001-10-16 13:00:46 +00:00
jlam
28578b6213 Find Makefile.module in ../../www/php4. 2001-10-16 06:58:30 +00:00
jlam
c7d9affa00 Note addition of php4-imap. 2001-10-16 05:40:58 +00:00
jlam
eab44eac9a Update php4-imap to the version from the php-4.0.6 distribution. There is
no list of changes from version 4.0.5.  Also move from the www category.
2001-10-16 05:39:57 +00:00
jlam
09923a76d9 Rename the manpages {deliver,imapd,master,pop3d}.8 to cyrus-*.8 as well as
changing all cross-references to them.  This prevents name collisions with
other packages' manpages.  This addresses pkg/14245 by Kimmo Suominen
<kim@tac.nyc.ny.us> (cyrus: master(8) conflicts).
2001-10-15 21:30:36 +00:00
tron
669aebebad Fix build problem on system where "xpkgwedge" is installed. 2001-10-15 17:14:23 +00:00
kei
c4afba3498 added a new patch forgot in previous commit. 2001-10-15 05:35:47 +00:00
kei
223af0f5fd updated sylpheed package to 0.6.3. Based on patches for 0.6.2 from
oishi@ims.ac.jp who is maintainer of this package; applied to 0.6.3 by me.
2001-10-15 05:31:46 +00:00
tron
1e8724d8ff Fix build problem if new toolchain is used. 2001-10-12 19:49:25 +00:00
tron
40a1f0a5b8 Add dependence on "libproplist" package which isn't inherited from the
"windowmaker" package any more.
2001-10-11 17:04:28 +00:00
martti
4ff17aaf82 Updated pine to 4.40: List of changes is unknown (I didn't find any ChangeLog) 2001-10-11 15:35:01 +00:00
martti
7edddb5204 Updated imap-uw to 2001. Changes:
* Bugfixes
* SSL is now fully integrated into the IMAP toolkit
* Full client and server TLS support
* The server certificate must be signed by a trusted certificate authority
* RFC 1730 (IMAP4 as opposed to IMAP4rev1) support is turned off by default
  in imapd
2001-10-11 15:34:50 +00:00
agc
302518116b Upgrade from version 2.1.1 to 2.5 of exmh, as prompted by Steve
Bellovin in PR 13990.  Changes are bug fixes, and a few enhancements,
a lot of them related to PGP and gpg.  This upgrade also closes the
security hole in 2.1.1.
2001-10-11 09:26:03 +00:00
martti
b95c5db350 Fixed dependency on pico 2001-10-10 13:47:46 +00:00
jun
1ecbbfc56d - add contrib files
- Update Mew to 2.0.58
Mew 2.0.58 (2001/10/10) mew-dist release

* The "Type 'T'" message displayed only when the top level is
  truncated.
* ".txt" suffix for dummy file names.
* 't' in attach to toggle text/binary.
* Defining mew-ask-fcc.
* "Y" for mew-summary-cite.
2001-10-10 05:45:15 +00:00
mycroft
92b1e098d9 Patch a typo that causes Kerberos support to not compile. 2001-10-06 17:59:29 +00:00
frueauf
e84a8f8d3e Upgrade fetchmail{conf} to 5.9.4.
fetchmail-5.9.4 (Wed Oct  3 07:47:45 EDT 2001), 21104 lines:

* Finished license cleanup, all licenses in the distribution are now
  officially GPL-compatible.
* Added a length check to from64tobits() after receiving a warning that
  it might create buffer overflows.  No exploitable overflows were found by
  a careful case-by-case audit, and at minimum an exploit would have required
  that the mailserver be subverted.

fetchmail-5.9.3 (Sun Sep 30 12:08:52 EDT 2001), 21075 lines:

* Fix configuration error in handling of long options.
* Thomas Moestl's patch to use querynames in UID files.
* Timeout to deal with long socket closes (Sunil Shetye).
* Move from RSA MD5 code to Colin Plumb's public-domain implementation (BSD
  classic license eliminated)
* Rewrite strcasecmp() (BSD classic license eliminated).
* getopt_long is back for Solaris and HP-UX systems.
* Updated Danish po file.
* Re-enable explicit bounce message on bad address.

fetchmail-5.9.2 (Wed Sep 26 12:47:00 EDT 2001), 21118 lines:

* Enable code to build on Solaris again (long options won't work).
* Move Hesiod lookups to just before DNS lookups.
* Make sure the SICHLD handler is called when we run detached.
* Make kerberos5 in OpenBSD (Federico Schwindt <fgsch@olimpo.com.br>).
* Added FAQ item X8 on why mail sometimes gets an extra ) appended.

fetchmail-5.9.1 (Mon Sep 24 19:01:57 EDT 2001), 21120 lines:

* Make -D short option for --smtpaddress active again.
* Typo fix for Polish translation.
* Make sure IMAP capability checks are caseblind.
* Make sure suffix checks on akalists are properly caseblinded.
* All warning mail now has a generated date stamp.
* getopt.c and getopt1.c removed due to license incompatibility with OpenSSL.
* End of poll cycle is now logged.
* Sanity check now rejects SSL option if SSL support is not compiled in
  (resolves Debian bug #109796).
* HMH's fix for the LMTP localhost/foo problem.
* Mike Warfield's fix for using a combined SSL cert and key in a single file.
* DNS lookups moved to just before the mailserver socket open, so fetchmail
  now works OK even if started up without Internet access.
* Switched from _( to GT_( as a gettext macro, in order to avoid a
  conflict with the SSL library.
2001-10-06 17:18:05 +00:00
rh
0b58393839 Update evolution to 0.15 and buildlinkify. Changes are:
Shell:
  - Fixed a problem with shortcuts not appearing when created by the
    mailer.  (Ettore)
  - Fixed right-click menu behavior for folders in the folder bar.
    (Ettore)
  - Got Rename to work again.  (Ettore)
  - Fixed some folder copy/move/dnd bugs.  (Ettore)
  - Added a menu item to configure the Pilot settings.  (Ettore)
  - Fixed some other miscellaneous bugs/crashes.  (Ettore)
  - Added ability to run the intelligent importers from the File->Import
    menu item. (iain)

Mailer:
  - Fixed the multiple error-dialog thing.  (Michael)
  - Fixes to PGP decrypting and verification code.  (Jeff)
  - Made vFolders work a lot better.  (Michael)
  - Added a confirm expunge option to the mail settings dialog.
    (Jeff)
  - Fixed the update-IMAP-unread-counts bug.  (Jeff)
  - Show messages in the user's preferred charset if the message
    itself doesn't contain charset information or if the message
    charset is wrong (ie the system can't convert the text to utf-8).
    (Jeff)
  - Many backend fixes that users won't notice.  (Michael, Jeff, Dan)
  - Fixed the crash that accompanied the invalid address warning.  (Trow)
  - Properly encode the mailto: links we generate inside of displayed
    messages.  (Trow)
  - Improve the signature editor. (iain)

Calendar:
  - Backend improvements (JP, Rodrigo).
  - The alarm daemon can now re-enter properly [#10840].  (Federico)
  - Alarms can now have zero-time offsets [#7892].  (Federico)
  - Warning fixes.  (Chris)
  - Fixed custom Glade widgets on non-Linux systems.  (Dan)
  - Fixed crashing problems in the event/task editor.  (Damon)

Addressbook:
  - Miscellaneous bug fixes.  (Trow, Chris Toshok, Chris Lahey, JP,
    Peter Williams)
  - Better handling of addresses containing commas or other special
    characters.  (Trow)
  - Fixed bugs related to sending mail by left-clicking on an address
    inside a message.  (Trow)
  - Auto-completion now matches against contact nicknames.  (Trow)
  - Added help text and generally cleaned up the contact editor.
    (Anna)
  - Handle multiple wombats properly.  (Chris Toshok)
  - Made which book to use for address completion configurable (no gui
    for this yet.)  (Chris Toshok)
  - Made Print Preview work in addressbook.  (Chris Lahey)

Summary:
  - Cache images instead of repeatedly reloading them (iain)
  - Only redraw when the summary is visible (iain)
  - Use the encoding specified in the RDF file (Takuo Kitame)
  - Leak fixes (Larry)
  - Show todays tasks works (iain)
  - Make the preferences dialog nicer. (iain)

Importers:
  - Handle cases where the Netscape transport is nothing. (iain)
2001-10-06 14:44:01 +00:00
tron
c746ba82f0 Use buildlink glue code for "bonobo" to fix build problem. 2001-10-05 22:47:33 +00:00
jun
0769df4096 Update Mew to 2.0.57
Mew 2.0.57 (2001/10/04) mew-dist release

* XML support.
* mew-mime-content-type hack.
* A patch for contrib/mew-caesar.el.
* mew-summary-kill-subprocess() now calls mew-pop-tear-down().
* Supporting .htm as well as .html.
2001-10-04 04:00:19 +00:00
jun
4a961fc2e8 Update mew to 2.0.56
Mew 2.0.56 (2001/10/03) mew-dist release

* mew-summary-folder-cache-save() now includes mew-touch-folder().
* A bug fix for non-UIDL POP servers.
* Unlimiting mew-header-max-depth for mew-scan-form-mark().
* Touching folders when 'mdrop.
* mew-set-environment() moved after loading mew-rc-file.
2001-10-03 10:21:07 +00:00
jlam
6c797a0afa Allow customizing the message for _SU_TARGET by substituting for "$action",
where action can be "install", "package", "create user for", etc., instead
of blindly always saying "install".  Define "action" before calling
${_SU_TARGET} whereever it is used.
2001-10-01 21:15:11 +00:00
jun
4d4246ddee Update mew to 2.0.55
Mew 2.0.55 (2001/10/01) mew-dist release

* A bug fix for file mode of manuals.
* Code clean up for refile.
* A bug fix for mew-regex-id.
* Removing mew-folder-remotep.
* +mdrop finally.
* mew-time-diff.
* If a number N is set to mew-pop-delete, it means to keep message
  on the POP server for N days.
* A bug fix for mew-folder-check.
* A bug fix for mew-substring.
* A bug fix for mew-summary-sort.
* A bug fix for mark handling of mew-summary-refile.
* Fixing the problem of ":" vs "y" and/or "C-cC-l".
2001-10-01 07:48:15 +00:00
zuntum
938010d630 Update qmail-conf to 0.60
The only change in this version is:
  o rename qmail-conf to qmail-delivery-conf, so now it's clear
    what it actually does

Update provided by Sen Nagata <sen_ml@eccosys.com> in private mail.
2001-09-30 10:53:43 +00:00
rh
2b6f5f8d56 Update evolution to 0.14. Changes are:
General:
  - Lots of i18n fixes.  (Zbigniew Chyla and others)
  - Made the splash screen use BackingStore.  (Ettore)
  - Added a quit dialog box.  (Ettore)
  - Fixed a shell crash that could happen when launching Evolution
    before a previously launched instance was done initializing itself.
  - Fixed other random shell crashes.  (Ettore)
  - Got the shell to remember window geometries on exit.  (Ettore)
  - Fixed some things for Automake 1.5 (unfinished).  (Richard
    Boulton)
  - Add nice highlighting to DnD operations in the folder tree.
  - Fixed several leaks.  (Dan)
  - Fixed some problems with folder creation and deletion.  (Toshok)
  - Made the Summary the default folder.  (Ettore)
  - Made the title bar display the unread message count again.

Mail:
  - Had a few beers while sitting back and relaxin'.  (Jeff, Michael)
  - Check for valid addresses before sending. (Trow)
  - Use contact preferences when deciding whether or not to put the
    composer into HTML mode by default. (Trow)
  - Properly address mail from "hidden" contact lists. (Trow)
  - Redid folder unread counts/folder tree backend code
    completely. (Michael)
  - Implemented/fixed getfolderinfo in maildir/spool/local
    folder/vfolder, required to make unread counts work. (Michael)
  - Redid 'local folder' handling code completely. (Michael, Peter)
    Also fixed the properties dialogue to get the list of supported
    types dynamically, and set the right one at startup. (Michael)
  - Redid vfolder code in evolution-mail completely.  Main visible
    change is they open at startup, and the vfolder editor works
    much better.  (Michael)
  - Made it so fcntl(2) locking failures on filesystems (e.g. NFS)
    that dont support locking are treated as success. (Michael)
  - Fix imap inbox filtering, then moved it to CamelFolder, and
    partly implemented it for spool and maildir mailboxes.  (Michael)
  - Made the vfolder UNMATCHED folder's name translatable.  (Michael)
  - Change the way the 'not body contains' filter rule works, so that
    it runs much more efficiently, particularly on IMAP.  (Michael)
  - Camel will not try and convert charsets of data that contain
    invalid charset data, thus data will not be tainted by
    a failed conversion process. (Michael)
  - A few threading scheduling changes to try to optimise the user
    experience.  Also changed the way threads are terminated,
    avoiding some possible libpthread bugs.  (Michael)
  - Changed vfolder uri's to not include the query, set it separately.
  - Removed a lot of special case code for vfolder/file uri's, other
    dead or newly redundant code, cleanups, etc.  (Michael)
  - Fixed a bug in libibex that would overallocate block data and
    corrupt it and crash, also fail-back and reset the index in
    more cases.  (Michael)
  - Fix filtering on score so the expression compiles. (Michael)
  - Came to visit USA at a very wrong time.  (Michael)
  - Removed X-Evolution headers before sending messages.  (Jeff)
  - When configuring a new default account, make sure to set it as the
    default.  (Jeff)
  - Convert all textual parts to 8bit before saving them, this makes
    saved messages more human readable.  (Jeff)
  - Don't cache PGP passphrases unless the user requests to do so.
    (Jeff)
  - Unsubscribe from folders before deleting them.  (Jeff)
  - Fixed a number of race conditions in the subscribe dialog.  (Jeff)
  - Save transport (SMTP) passwords if the user has asked us to.  (Jeff)
  - Hide the S/MIME frame in the account editor, we won't be
    supporting it for 1.0.  (Jeff)
  - Fixed it so that icons are displayed for PGP messages.  (Jeff)
  - Give a description for each of the Source and Transport types when
    configuring an account. This makes a few things less confusing.
    (Jeff)
  - When performing a Send & Receive on a disconnected IMAP server, if
    the user provides a password, connect tot he IMAP server and display
    it's folders too.  (Jeff)
  - Return a folder info for each IMAP folder created when the user
    creates a recursive directory structure.  (Jeff)
  - Added support for more charset conversions (including all
    Windows-cp125x charsets).  (Jeff)
  - When the disk is full, warn the user and don't crash.  (Jeff)
  - Handle POP servers that don't support the UIDL extension.  (Jeff)
  - Several PGP fixes.  (Jeff)

Addressbook:
  - Miscellaneous bug fixes. (Jon Trowbridge, Chris Toshok, Chris Lahey,
    Ettore Perazzoli, Iain Holmes, Zbigniew Chyla, Jacob Berkman)
  - Fixed race conditions associated with adding/removing contacts.
    The addressbook should be much more stable now.  (Trow)
  - Fixed reference counting bugs in addressbook & wombat.  (Trow)
  - Made address lookup smarter; cut & paste of address now mostly works.
  - Plugged Trow's memory leaks.  (Larry)
  - Name completion now works with one-word names, so it is now much
    easier to send mail to Cher.  (Trow)
  - Better handling of contact lists in the composer entries.  (Trow,
    Toshok)
  - SelectNames dialog fixes.  (Trow)
  - Better handling of contact lists in the pilot conduits.  (JP)
  - Added Free busy URL and Calendar URI info to contact editor and
    ECard.  (JP)
  - Made it so you can select uneditable text in Contact Editor.
    (Chris Toshok)
  - Worked on LDAP dialog.  (Chris Toshok)
  - General LDAP work.  (Chris Toshok)
  - Fixed charset handling within VCard handling.  (Chris Lahey)
  - Reworked Drag & Drop for card view.

Calendar & Tasks:
  - Free/Busy changes.  (JP, Rodrigo)
  - iTIP fixes (JP)
  - i18n fixes, particularly for printing (Zbigniew Chyla)
  - Added option to confirm deletions (Federico)
  - Improved alarm system (Federico)
  - Fixed crashing bug when deleting a folder (Federico)
  - Added option to hide completed tasks (Damon)
  - Timezone changes for interoperability with Outlook (Damon)
  - Fixed problems displaying/parsing times in locales which don't specify
    'am' and 'pm' strings (Damon)
  - Added toolbar button to delete the selected calendar event (Damon)
  - Meeting selector integrated (JP)

Summary:
  - Fixed bugs and leaks.  (Iain)
  - Fixed bug with handling of the Slashot RDF files.  (Iain)
  - Made the Addressbook and Tasks links open the editor for
    them.  (Iain)
  - Mail summary doesn't force all folders to be opened.  (Iain)
  - Calendar summary shows if an alarm is set for an appointment.  (Iain)
  - Timezone fixes.  (Iain, Damon)

Importers:
  - Fixed more bugs.  (Iain)
  - Netscape importer shouldn't crash on Movemail users anymore.
  - Pine importer should import addressbooks better.  (Iain)
  - VCard importer will actually import things now.  (Iain)
2001-09-29 17:43:55 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
jlam
0cec9f63e0 Change foo-* dependencies into foo-[0-9]* dependencies so we match only
those packages with a base package name of "foo".
2001-09-27 07:36:12 +00:00
jlam
70920f97b6 Whitespace changes. 2001-09-27 07:34:00 +00:00
jlam
3090c4a2c2 Note addition of mail/p5-Mail-Audit. 2001-09-27 05:11:04 +00:00
jlam
ef53140e2c p5-Mail-Audit - perl5 module for filtering mail
`Mail::Audit' was inspired by Tom Christiansen's audit_mail and
deliverlib programs. It allows a piece of email to be logged, examined,
accepted into a mailbox, filtered, resent elsewhere, rejected, and so
on. It's designed to allow you to easily create filter programs to stick
in a .forward file or similar.

Provided in pkg/13848 by Sen Nagata <sen@eccosys.com>.
2001-09-27 05:08:37 +00:00
jlam
ff6f6a20dd Note addition of mail/p5-Mail-ListDetector. 2001-09-27 04:59:31 +00:00
jlam
08f677a980 p5-Mail-ListDetector - perl5 module to detect whether a message is from a
mailing list

This module analyzses Mail::Internet objects. It returns a
Mail::ListDetector::List object representing the mailing list.

The RFC2369 mailing list detector is also capable of matching some
Mailman and Ezmlm messages. It is deliberately checked last to allow
the more specific Mailman and Ezmlm parsing to happen first, and more
accurately identify the type of mailing list involved.

Provided in pkg/13847 by Sen Nagata <sen@eccosys.com>.
2001-09-27 04:57:45 +00:00
jlam
d96d395e47 Note addition of mail/p5-Email-Valid. 2001-09-27 04:08:42 +00:00
jlam
ce2f263a74 mail/p5-Email-Valid: This module determines whether an email address is
well-formed, and optionally, whether a mail host exists for the domain.
Provided in pkg/13844 by Sen Nagata <sen@eccosys.com>.
2001-09-27 04:05:07 +00:00
jlam
df35efafd0 Use a wildcard dependency instead of hard-coding just p5-Net-1.0703. 2001-09-27 03:54:50 +00:00
jlam
ed5b274904 Add our LDFLAGS to the link command so that -lintl can be resolved to the
correct library at link-time and at run-time.  Also, mark this package as
USE_BUILDLINK_ONLY.  This fixes the problem noted in pkg/13901 by Tim
Preston <tim@flibble.org>.
2001-09-26 20:27:05 +00:00
skrll
db0b720c56 Use PERL5_PACKLIST and remove LICENSE restriction. 2001-09-25 21:48:17 +00:00
skrll
18ff5fb2dd Make packages@ the maintainer of this package 2001-09-25 19:35:57 +00:00
tron
568a6ea9a2 Update "evolution" package to version 0.13. Changes since version 0.12:
Global:
- New startup assistant to create mail accounts, import mail and set
  your timezone.  (Iain, Taylor)
- Improved the appearance and behavior of the clickable title bar and
  the folder tree.  (Ettore)
- "Stock" folders such as Inbox have their names translated now and
  cannot be removed.  (Ettore)
- Moved the Summary (formerly known as "My Evolution") to be a
  normal node instead of being the toplevel node.  (Ettore)
- Fixed some problems with copying, moving and removing folderes.
  (Jason)
- Fixed the handling of documentation files in the Help menu.  It
  now integrates nicely with Nautilus and Scrollkeeper.  (Aaron,
  Kjartan)
- Implemented the `File -> New' menu.  (Ettore)
- Improved error messages on start-up.  (Ettore)
- Fixed various crashes and minor bugs.  (Ettore, Jason)
- Various UI tweaks and improvements.  (Anna, Tuomas, Jakub)
Mail:
- Fixed creating IMAP folders.  (Jeff)
- Add a shortcut to the INBOX of IMAP or spool stores when
  their accounts are first created. (Peter)
- Fixed Crash on Exit bugs.  (Jeff)
- Many more i18n fixes.  (Zbigniew Chyla, Jeff and others)
- Subscribe dialog UI tweaks. (Peter, Anna)
- Displaying PGP signed messages now shows icons.  (Jeff)
- Sensitize menu items based on number of selected messages. (Peter)
- Always-sign options for PGP.  (Jeff)
- Fixed keep-on-server for POP servers that don't support UIDL.
  (Jeff)
- Several IMAP fixes. (Peter, Jeff, Danw)
- Fix crash after conversion of an empty folder to another
  format. (Peter)
- Ibex now limits its file descriptor usage. (Michael)
- When deleting an account, remove the shortcuts that point to it. (Peter)
- Several IMAP fixes. (Peter, Jeff, Danw)
- Miscellaneous bugfixes all around. (Peter, Jeff, Danw, Michael, others)
Calendar & Tasks:
- Calendar no longer crashes when you scroll a busy month view
  (Federico).
- Performance improvements throughout (Damon).
- Improved search bar; now handles categories.  (Jon, Federico)
- The date navigator now reflects the results of the search bar.
  (Federico)
- An empty task is no longer added when you have selected a
  category. (Federico)
- Internationalization fixes (Zbigniew).
- Timezone fixes (Damon).
- Time transparency and component classification support (Damon).
- Folder bar now displays the selected time range (Damon).
- Improved settings dialog (Anna, Damon, Federico).
- iTIP/iMIP fixes for attendees, cancellation. (JP).
- Category icon drawing fixes. (Rodrigo)
- Alarm fixes. (Federico)
- Calendar components can be saved independently. (JP)
- New icons. (Tuomas)
- Contacts support. (Damon)
- You can double-click on appointments to edit them. (Damon)
- Share more code between the backends. (Rodrigo)
- Miscellaneous fixes all over the place. (Damon, JP, Rodrigo, Federico)
Addressbook:
- Various fixes.  (Anna Dirks, Dan Winship, Jason Leach, Jos Dehaes,
  Kjartan Maraas, Lahey, Nat Friedman, Radek Doulik, Toshok, Trow)
- Made addressbook menus match the right click menus.  (Lahey)
- Made addressbook use camel for building email addresses.  (Trow)
- Fixed up phone number matching to not cause errors.  (Lahey)
- Made the alphabet bar change the current search.  (Lahey)
- Made duplicate contact matching less sensitive.  (Lahey)
- Changed advanced search to match behavior in mailer.  (Toshok)
- Redesigned LDAP server dialog.  (Anna Dirks)
- Work on addressbook authentication.  (Toshok)
- Changes to EDestination.  (Trow)
- Magic comma work.  (Trow)
- Redesigned ESelectNames dialog.  (Anna Dirks)
- Made LDAP changes appear in gui immediately if they're made by the
  local client.  (Toshok)
- Made ECard hold a link to its original EBook.  (Lahey, Trow)
- Adapted for new ESearchBar. (Federico, Trow)
- Added the ability to create cards from anywhere in evolution.
  (Lahey)
- Made searches for completion not use invalid cached data.  (Trow)
- Encode strings typed in by the user for use in sexps.  (Toshok)
- Made EContactEditor make the save button active more often.
  (Toshok)
- Made ESelectNames handle LDAP storages.  (Toshok)
- Added full country list to addressbook full address editor.
  (Lahey)
- Added the contact count to the folder bar.  (Lahey)
- Updated icons.  (Damon, Ettore)
- Worked on addressbook conduit.  (JP)
- Made ESelectNames only show names on the left that aren't on the
  right.  (Trow)
- Fixed up minicard dragging.  (Toshok)
My Evolution:
- Miscellaneous fixes all over the place. (iain)
- New icons. (Tuomas and Jakub)
- Works for people whos text colour was a light colour. (iain)
2001-09-25 13:31:17 +00:00
mycroft
02307c1867 libibex needs to be linked without -static, because it's pulled in wholesale
into other shared libraries.
XXX There should probably be a libibex-static (a la libeutil-static) for
linking into evolution-mail, but someone else can change that.
2001-09-24 04:02:29 +00:00
frueauf
3df4a57a14 Update fetchmail{conf} to 5.9.0 and apply patch provided in pr 14031
by Xavier HUMBERT <xavier@xavhome.fr.eu.org>.
2001-09-23 10:53:37 +00:00
wiz
e7e56f249d Create an empty dir (${PREFIX}/share/empty) for the daemon to chroot to.
Bump to 0.4.9.4nb1.
2001-09-22 11:06:13 +00:00
sommerfeld
ae910df7ca Patch integer-to-decimal conversion problem which turns up with
scan -format "%(clock{date})"
This is a time_t > 1e9 problem.
2001-09-21 17:07:12 +00:00
tron
625bed539c Update "mutt-devel" package to lastest development version 1.3.21.
This version fixes several bugs found in 1.3.19 and 1.3.20.
2001-09-21 12:25:59 +00:00
itojun
fc093c2a6c upgrade to 20010917. PGP fixes (IIRC). 2001-09-20 11:32:20 +00:00
rh
4abb3f8324 Update tnef to 1.1.1. A strdup bug was fixed in this version. Also,
the man page was moved to section 1 making some tweaks in the package
Makefile no longer necessary.
2001-09-19 10:54:26 +00:00
skrll
563874d0b0 Add files missed in last commit. 2001-09-18 21:57:17 +00:00
skrll
5b79969881 Update to version 2.0.16
Changes to numerous to mention see the changes.html file.
2001-09-18 21:56:29 +00:00
jun
3a565b9ead Update mew to 2.0.54
Mew 2.0.54 (2001/09/17) mew-dist release

* Defining mew-warning-field-level.
* Bug fixes for mew-pop-info-name and mew-smtp-info-name.
* completion-ignore-case hack in draft for mouse clicking.
* Highlighting a body when reediting.
* Re-writing mew-summary-sort.
* C-u# now asks a printer name.
* A bug fix for mew-header-fold-region.
* Removing the last "," of enum in pattern.c.
* The "-f" option for "test" instead of the "-e" otpion in Makefile.
2001-09-17 09:14:24 +00:00
zuntum
40e2679bcb add & enable ezmlm 2001-09-16 23:13:21 +00:00
zuntum
e877f78060 Initial import of ezmlm-0.53
ezmlm is an easy-to-use, high-speed mailing list manager for qmail.

ezmlm lets users set up their own mailing lists within qmail's address
hierarchy. A user, Joe, types

   ezmlm-make ~/SOS ~/.qmail-sos joe-sos isp.net

and instantly has a functioning mailing list, joe-sos@isp.net, with all
relevant information stored in a new ~/SOS directory.

ezmlm takes advantage of qmail's VERPs to reliably determine the
recipient address and message number for every incoming bounce message.

ezmlm is reliable, even in the face of system crashes. It writes each
new subscription and each new message safely to disk before it reports
success to qmail.

ezmlm doesn't mind huge mailing lists. Lists don't even have to fit into
memory. ezmlm hashes the subscription list into a set of independent
files so that it can handle subscription requests quickly. ezmlm uses
qmail for blazingly fast parallel SMTP deliveries.

Package provided by Sen Nagata <sen@eccosys.com> in pkg/13890
2001-09-16 23:12:49 +00:00
zuntum
14650c9c5a add & enable fastforward 2001-09-16 23:03:01 +00:00
zuntum
5322b88a7c Initial import of fastforward-0.51
fastforward handles qmail forwarding according to a cdb database. It can create
forwarding databases from a sendmail-style /etc/aliases or from user-oriented
virtual-domain tables.

fastforward supports external mailing lists, stored in a binary format for fast
access. It has a tool to convert sendmail-style include files into binary
lists.

Package provided by Sen Nagata <sen@eccosys.com> in PR pkg/13889
2001-09-16 23:02:25 +00:00
zuntum
1799dadcef add & enable qmailanalog 2001-09-16 22:27:30 +00:00
zuntum
6f58d5b611 Initial import of qmailanalog-0.70
qmailanalog is a collection of tools to help you analyze qmail's activity
record. It supplies statistics to answer a wide variety of questions:

  overall: how many messages? recipients? attempts? etc.
  ddist: how soon were 50% of the messages delivered? 90%? 95%? 99%?
  rxdelay: what's the best order of recipients for mailing lists?
  recipients, rhosts: who's getting mail? bytes? messages? attempts?
  successes, failures, deferrals: why? how often? how much delay?
  senders, suids: messages? bytes? load? recipients? attempts? delay?

qmailanalog also includes several tools to focus attention on particular
senders, recipients, or messages.

Package provided by Sen Nagata <sen@eccosys.com> in pkg/13891
2001-09-16 22:25:55 +00:00
zuntum
05f725ffa5 add & enable dot-forward 2001-09-16 22:00:12 +00:00
zuntum
7412ceafc6 Initial import of dot-forward-0.71
dot-forward reads sendmail's .forward files under qmail. You can run it in the
qmail startup script to support all your existing .forward files automatically.
Individual users can switch to the .qmail mechanism at their leisure.

dot-forward supports forwarding, program deliveries, and comments. It does not
support file deliveries or :include:. (However, it recognizes file delivery
attempts, and defers delivery to give you a chance to set up a .qmail file.)

Package provided by Sen Nagata <sen@eccosys.com> in PR pkg/13891
2001-09-16 21:59:27 +00:00
jlam
522bc08a5d libcompface.*, not libcompfaces.* 2001-09-14 02:17:57 +00:00
jlam
eaf2cbfc78 Correct the version number for the faces dependency (there was no 1.1.6,
only 1.6.1).
2001-09-14 02:14:55 +00:00
jlam
22ab690666 Add buildlink.mk file for use by other package Makefiles. 2001-09-14 02:13:56 +00:00
jun
93e440d36f Update mew to 2.0.53
Mew 2.0.53 (2001/09/10) mew-dist release

* mewls bug fix for sort.
        KAMEI Ken-ichi <mule@pluto.dti.ne.jp>
* Sort and pack doesn't call mew-scan. Just arrange Summary cache.
* Preserving all marks when scanning.
* Enhancing thread architecture.
        Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* Defining mew-input-language-name.
* A bug fix for mew-input-address.
* Removing unnecessary code from mew-summary-sort.
        Tatsuya Kinoshita <tats@iris.ne.jp>
2001-09-12 13:21:28 +00:00
agc
fb0b85e623 Use common just-in-time su code from bsd.pkg.mk, rather than homegrown
one.
2001-09-12 11:05:12 +00:00
wiz
c5c1adb967 Update to 0.4.9.4. Changes since 0.4.9.2:
Parts of the daemon code are now run in a chroot jail. qmail-style
~/Mailbox support was added. The inetd vs. standalone mode setting has been
made runtime configurable. A bug resulting in incorrect failure reason being
logged, and a bug which could result in mailbox corruption (glued messages)
have been fixed.
2001-09-11 16:47:12 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
taca
9a53280dd1 Update smtpfeed to 1.15.
1.15: Aug.26,2001:
	dns.c:
		avoid DNS query synchronization when no queries are sent
		in case a LMTP connection is used for multiple transaction.
	lmtp.c:
		some messages in setproctitle() are changed.
	main.c:
		logging peer-name for use with inetd (LMTP over TCP)
	README:
		some comments added: Sendmail 8.12 includes the DYNAMIC_TOBUF
		feature by default which supplied from 3.xW patch for sendmail.
		So you do not need the patch any more if you do not use
		extensions in sendmail.cf description offered by the patch.

1.14: Aug.15,2001:
	smtp.c:
		changes on some timeout values
		work around for bogus mail gateway to mobile phone...
		fix on NULL pointer access which causes unterminating process
		 with proctitle like: "smtpfeed: 550% delivered"
		 reported by Hisaaki Shibata <shibata@luky.org>
		 fixed by Anatoly A. Orehovsky <tolik@asplinux.ru>
		do not rewrite envelope sender using the following rule
		 when sender is <>: SndrUser+RcptUser=RcptDomain@SndrDomain
		 problem reported by Shin ZUKERAN <shin@ryukyu.ad.jp>
	log.c:
		increase retry counter value
	common.h, address.c, smtp.c, extern.h, main.c, util.c:
		support par domain recipient number setting with file
		 suggested by Koji Kawano <kawano@eng.trans-cosmos.co.jp>
2001-09-09 16:46:47 +00:00
taca
2bcd99ab2b Enable wide patch and make this package sendmail-8.11.6nb1.
Please look at ${WRKSRC}/sendmail/00READ_ME.WIDE file created by
sendmail8.11.6+3.4W.patch.gz for detail of the patch.
2001-09-09 16:41:40 +00:00
jlam
99c293f270 Move USE_BUILDLINK_ONLY definition out of Makefile.common and into the
individual package Makefiles.
2001-09-09 03:37:00 +00:00
wiz
1a4ac2ac95 Various changes: mostly removing 'WWW:' lines, since that's what we have
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-09-08 01:51:59 +00:00
jun
e3b1a9a88a Update mew to 2.0.52
Mew 2.0.52 (2001/09/05) mew-dist release
* "I" inserted a line in a underline overlay. So, underline was put
  onto two lines. This bug has been fixed.
* A bug fix for mew-alias-expand-addrs.
* A bug fix for mew-input-address.
* Bug fixes for "(" and ")" again.
        NINOMIYA Hideyuki <nin@shikoku.ne.jp>
* The "-a" option for contrib/incdir.
        Yasunari Momoi <momo@bug.org>
        "YAMAZAKI Noriyuki" <zaki@data-hotel.net>
* A patch for contrib/mew-fancy-summary.el.
        Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* Some defcustom hack.
        Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
2001-09-05 05:11:08 +00:00
wiz
ee771a87af Update to 0.4.9.2. Changes: Improved logging, optional libwrap support
(not enabled). Source code was cleaned for SUSv2 correctness.
2001-09-02 16:48:32 +00:00
jun
bb45c2c3fd Update mew to 2.0.51
Mew 2.0.51 (2001/08/31) mew-dist release
* Info updates.
* Some defcustom hack.
* Binary parts of a truncated message should not be decoded.
* Now "Too large, truncated" message is displayed in the minibuffer.
* Check the size from X-Mew-Uidl: carefully.
* Addrbook now can contain group:; notation. It can be expand unless
  it recurses.
* mew-summary-ls calles mew-mark-clean only when called interactively.
* C-cC-o inserts X-Mailer: in the last.
* Ask Subject: before "Really send this message? ".
* 't' in mew-scan-form now means the position of thread indentation.
* X-Mailer: now locates just above mew-header-separator.
* insert-file-contents changes buffer-file-coding-system. ","
  is sacrificed and lpr-buffer goes wrong. mew-insert-message
  now preserves buffer-file-coding-system.
* Workaround for a broken POP server which doesn't display UID after
  a message number.
* X-Mailer: for Bcc:.
* Bug fixes for mew-case-guess-when-composed.
* Bug fixes for "(" and ")".
2001-09-01 17:17:27 +00:00
zuntum
bfb9b03a3f Update teapop to 0.3.2; also drop maintainership as I no longer use
this software

Changes:

0.3.2   - A chdir-call got replaced with a chroot()-call which could
          cause problems trying to open mailboxes.
        + Support for removing stale dotlock-files.
        + Support for fcntl()-locking.
          (Based on patch from: Nick Phillips <nwp@lemon-computing.com>)
        ! Improved socket cleanup when exiting in standalone mode.
          (Patch by: Ross West)
        - Removed extra newline at end of UIDL when using existing
          UIDLs from message.
          (Patch by: Ross West)
        + Support for using more then one locking type.
          (Based on idea from: Nick Phillips <nwp@lemon-computing.com>)
        - An off-by-one error would cause Teapop to put a control
          character in the wrong place for lines longer then 1023
          characters in a mailbox.
          (Problem reported by: Leon Harris <leon@quoll.com>)
        - If the mailbox didn't contain a linefeed at the last line,
          it could get lost.
          (Problem reported by: Den Ivanov <div@primpogoda.ru>)
        + Support for lockf()-locking.
        + Added a flock() wrapper for lockf() for system missing
          a native flock().
        ! A bit more sane default flags for MySQL-authentication.
          (Based on patch from: Ross West)
2001-08-31 21:27:49 +00:00
jlam
63fc151cb9 Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links.  These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.

Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-29 22:41:00 +00:00
tron
a68a277b43 Use wildcard dependence on "autoconf" package. 2001-08-27 14:35:04 +00:00
skrll
ec3aee670c Update automake to 1.4-p5 (1.5 is available)
Include a bugfix for lisp_LISP independently discovered by me that has
been pulled up to the automake-1-4 branch of automake cvs.

Changes are:
New in 1.4-p5:
* Allow AM_PROG_LIBTOOL again.
* Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER.
* Display distributed file list correctly in usage message.
* Allow numbers in macro names.
* Bugfixes.

New in 1.4-p4:
* Deal with configure.ac as well as configure.in -- this time for real!
* The version numbering system now allows three point version numbers,
  such as 1.4.4, without thinking they are alpha release numbers.

New in 1.4-p3:
* Deal with configure.ac as well as configure.in.
* Don't complain if `version.texi' is included in multiple places.

New in 1.4-p2:
* Deal with AC_CONFIG_FILES from autoconf-2.50.
* Improvements to f77 support.
* DESTDIR now works for script targets.
* distcheck-hook works correctly.

New in 1.4-p1:
* The version numbering system now allows fork identifiers (such as
  the p1 in this version of automake).
* Cope gracefully with various versions of libtool which may or may not
  require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh.
* Bugfixes.
2001-08-26 10:32:18 +00:00
itojun
817cc360fe make it IGNORE for now until we upgrade (security hole found) 2001-08-22 05:57:31 +00:00
itojun
42cc7539d3 upgrade to 20010820. now korean and japanese text can coexist.
display encoding now uses iso2022 escape sequences
(instead of hardcoded euc-jp).
2001-08-21 14:16:55 +00:00
itojun
6a9a833390 upgrade to 8.11.6. fixes a security problem with command line processing. 2001-08-21 06:49:53 +00:00
wiz
98969743f7 Wildcard dependency on pcre. Addresses pkg/13754. 2001-08-19 17:59:28 +00:00
zuntum
0756f4d877 Set IS_INTERACTIVE, because this package depends on interactive qmail package.
One 'broken depends' package less in bulk builds.
2001-08-19 16:03:06 +00:00
zuntum
4cde4066e7 We don't really need to depend on qmail -- remove it from DEPENDS.
This unbreaks this package in bulk builds.
2001-08-17 19:44:06 +00:00
wiz
0b123b1185 Add and enable qmail-conf. Sort. 2001-08-16 22:45:37 +00:00
jun
008a5bbd70 Update mew to 2.0.50
Mew 2.0.50 (2001/08/14) mew-dist release

* info and doc updates.
* mew-summary-sort: some bugs related to region are fixed.
        Tatsuya Kinoshita <tats@vega.ocn.ne.jp>
* mew-substring in mew-mule3.el: length of mew-error-broken-string to
  width.
        SAITO Atsunori <sai@yedo.com>
* Defining mew-ask-mark-process. The default is nil.
* Supporting sort region. (C-uS)
        "Takashi P.KATOH" <p-katoh@shiratori.riec.tohoku.ac.jp>
* mew-encode-remove-illegal-fields has a bug which removes
  Subject: whose first line is null and whose second one
  has a value. This bug was fixed.
* Setting mode of files under ~/Mail to mew-file-mode.
* A bug fix for mew-case-guess-when-composed.
        Tatsuya Kinoshita <tats@vega.ocn.ne.jp>
* The "-l" option for "grep".
        "David A. Panariti" <davep@who.net>
* Inserting X-Mew-UIDL: at the beginning of a mail.
* mew-multibyte-string-p and multibyte hack.
        Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
2001-08-16 09:14:09 +00:00
jlam
9560477f95 Update mail/tnef to 1.1. Changes from version 0.16 include:
* man page
	* bug fixes
	* parsing of MAPI attributes
	* long filenames available
2001-08-16 08:13:43 +00:00
jlam
074c5b4843 Update mail/maildrop to 1.3.4. Relevent changes from version 1.2.2 include:
+ Become maintainer for maildrop as I'm working on packaging the
  Courier-MTA software, of which maildrop is one piece.
+ Fix possible build problem on Solaris (untested).
+ Install maildirmake as maildrop.maildirmake to avoid conflicts
  with other packages that install maildirmake.
+ Add dependency on courier-maildirmake.
+ Move HTML documentation to ${PREFIX}/share/doc/html

* Bug fixes, of course.
* Disable MSIE smart tags in all html files.
* Added mailbot(1), a MIME-capable autoresponder utility.
* Reject ambigous nested MIME boundary delimiters.
2001-08-16 07:39:21 +00:00
jlam
8efe967468 Move userdb file from /etc/courier to /etc to match location for
maildrop (though it's not enabled yet in maildrop).
2001-08-16 06:56:50 +00:00
jlam
0f1a6d84c3 Always use pkgdiff to generate the patch files. 2001-08-16 06:49:12 +00:00
jlam
40fac4c9bb * Install maildirmake as imapd.maildirmake and depend on
mail/courier-maildirmake.
* There was an inverted test in the rc.d scripts that was causing them to
  fail on newer NetBSD systems.
* Install the rc.d scripts under ${PREFIX}/etc/rc.d, not in ${PREFIX}/etc.
2001-08-16 06:23:21 +00:00
jlam
da2005194f Note addition of mail/courier-maildirmake. 2001-08-16 06:21:11 +00:00
jlam
a914b89b91 mail/courier-maildirmake: wrapper script to execute a maildirmake program.
The various bits of Courier (Courier IMAP, SqWebMail, maildrop, etc.) all
install a program called "maildirmake".  Make a separate package so all of
these packages don't conflict.
2001-08-16 06:19:24 +00:00
jlam
ede1d114f4 * Instead of patching imap/configure to replace for SSLCERTS, do it directly
in the package Makefile since we substitute for @SSLCERTS@ anyway.
* Add the *.rand files to the list of files to DEINSTALL.
* Explicitly disable the PAM, LDAP, and MySQL authentication modules so
  that hidden dependencies aren't accidentally added to the build.
  XXX - These should probably be added in via make variables (USE_PAM,
  XXX - USE_LDAP, etc.) in the future, but aren't needed for now in the
  XXX - base package.
2001-08-15 19:40:04 +00:00
zuntum
6d856171bf Follow suggestion from Christoph Badura and remove qmail from dependencies list, as it is not really required to repair the queue 2001-08-15 15:53:36 +00:00
jlam
04b5c4360c Remove useless courier-imap.sh that was a work-in-progress, and add
four scripts (courier-{imap,imaps,pop,pops}) that are rc.d-style scripts
to start/stop the various Courier IMAP and POP3 services.  They were
modelled after the samba scripts which may be invoked on systems without
rc.d.
2001-08-14 21:42:14 +00:00
zuntum
a822913478 Update qmHandle to 0.5.1
Changes:

0.5.1 (July 23, 2001)
  * Added a -D option which deletes al message in both local and remote queue.
    [Thanks Kasper Holtze]
  * Fixed a bug with the CC field when displaying message list.

  o depend on qmail>=1.03
  o use REPLACE_PERL instead of ${SED}
2001-08-13 15:03:45 +00:00
zuntum
c7267e3558 add & enable qmail-lint 2001-08-13 14:29:36 +00:00
zuntum
d035db61c2 Initial import of qmail-lint-0.55
This tool examines the qmail configuration to see if any common errors exist.

usage: qmail-lint [-v]
	-v -- print an explanation of the reports the first time one is printed.
2001-08-13 14:27:07 +00:00
zuntum
88eaecdf96 Add qmail package to DEPENDS, as we currently have one and this package is useless without qmail 2001-08-13 14:20:13 +00:00
zuntum
3f2f478255 qmail now uses PLIST, so switch from using @unexec rm to normal entries.
Also permit making package as it works now.
2001-08-13 14:18:29 +00:00
zuntum
90d7f05cfb Create symlink from /var/qmail to ${PREFIX}/qmail, so we can list files in PLIST.
Yes, it isn't very clear idea, but better than empty PLIST and a bunch
of @unexec rm -rf's in it.
2001-08-13 14:17:11 +00:00
zuntum
5951f4af85 Depend on checkpassword-*:../../sysutils/checkpassword 2001-08-13 10:43:20 +00:00
zuntum
31777a037c Oops, COMMENT is internal variable now, not the separate file 2001-08-13 10:13:59 +00:00
zuntum
bd8a779f85 Initial import of qmail-conf-0.55
qmail-conf is a collection of tools for setting up various qmail services.
They are like *-conf programs in djbdns.

With qmail-conf, for example, setting up a minimal SMTP service takes
the following four steps:

qmail-smtpd-conf qmaild qmaill /var/qmail/service/smtpd
cd /var/qmail/service/smtpd
make
ln -s /var/qmail/service/smtpd /service
qmail-conf assumes that (recent versions of) daemontools and ucspi-tcp have
already been installed. It also assumes that svscan is already running.

qmail-conf tries to provide reasonable defaults: it avoids DNS reverse lookups;
it avoids IDENT lookups; it lets TCP connection attempts be logged with
multilog; and for POP3 and QMQP, connection attempts are denied unless you
explicitly authorize and for POP3 and QMQP, connection attempts are denied
unless you explicitly authorize and for POP3 and QMQP, connection attempts
are denied unless you explicitly authorize and for POP3 and QMQP,
connection attempts are denied unless you explicitly authorize your clients.
2001-08-13 10:11:16 +00:00
zuntum
b2d8be281c When cleaning up ${QMAILDIR}/bin, remove only binaries that belong to qmail package,
as support packages may install files there. In preparation for qmail-conf pkg.
2001-08-13 10:05:13 +00:00
zuntum
7d0a5f3769 Add & enable qmail 2001-08-13 09:22:00 +00:00
zuntum
8e8fc9dbc9 Initial import of qmail-1.03 -- SECURE, reliable, efficient, simple, and FAST MTA for UNIX systems
qmail checks for qmail users' existance at compile time, so this package
must be built as root (it tries to add necessary users and groups),
thus NO_PACKAGE and IS_INTERACTIVE are set. PLIST file is left
empty intentionally, because qmail installs itself to /var/qmail,
outside ${PREFIX}.

The qmail program is a secure, reliable, efficient simple message
transfer agent.  It is meant to be a replacement for the entire
sendmail-binmail system that most UNIX hosts use.

Although qmail holds security and reliability as its top two
priorities, it is also fast.  On a Pentium under BSD/OS, qmail can
easily handle 200000 separate messages per day that are injected
and must then be delivered to local mailboxes!

Security and reliability are qmail's two strengths, however.  The
qmail package ensures a message, once accepted, will never be lost.
An optional new mailbox format, maildir, even lets users safely
read their mail over NFS, while still accepting new mail deliveries.

The following features are supported: host and user masquerading,
full host hiding, virtual domains, null clients, list-owner rewriting,
relay control, double-bounce recording, arbitrary RFC 822 address
lists, cross-host mailing-list loop detection, per-recipient
checkpointing, downed host backoffs, independent message retry
schedules, a drop-in sendmail replacement, and more!

The package is still being worked on.
2001-08-13 09:10:10 +00:00
ad
a7695e3b5a Update to exim-3.32. This is a bugfix release; change logs can be found
at http://www.exim.org/.
2001-08-13 08:11:55 +00:00
jlam
446f13a11d Disable the check for root so this may be built by a non-root user. 2001-08-12 18:17:15 +00:00
rh
536cebc3ad Update evolution to 0.12. Changes are too numerous to list here. For
a detailed list, see the release notes on the package's homepage.
2001-08-11 18:39:25 +00:00
tron
175359bf8b Update 'fetchmail' package to version 5.8.17. Changes since version 5.8.14:
- SECURITY FIX: Fixed a security hole that is exploitable if fetchmail is
  running as root and the attacker can either subvert the mailserver or
  redirect to a fake one using DNS spoofing.  Bugtraq announcement to follow
  soon.  Thanks to Salvatore Sanfilippo <antirez@invece.org>.
- Eliminated second bounce on failed RCPT TO address.
- Always use fetchmail host's FQDN to identify the daemon when
  sending bounce messages.
- Embarrassing bug of the month -- somehow, 'skip' wasn't being interpreted!
- Handle ! in RFC2821 Return-Path addresses properly.
- Better handling of BAD and NO responses to FETCH (thank Justin Guyett).
- Fixed *yet another- build error due to breakage in the i18n code.
- Refuse mail that has no good addresses and can't be sent to postmaster.
- Restore behavior of discarding mail on 550 (Debian bug #105237).
- John Summerfield updated getfetchmail.
- Cleanup patches by HMH.
- Lock-file-name bug reported by Scott Johnson.
- Updated Danish translation by Byrial Jensen.
- Updated French translation by Thierry Vignaud.
- Man page bugs pointed out by Andrew Benham.
- POP3 end of session RSET on keep removed.
- In IMAP, handle BAD and NO responses to FETCH gracefully.
- Parse 'no {syslog|invisible|showdots}' properly.
- Change AC_DEFINE to AC_DEFINE_UNQUOTED appropriately in configure.in
  (Debian bug #104484).
- Fixed bug in fetchmailconf plugin/plugout code (Debian bug #105987).
2001-08-10 05:31:40 +00:00
itojun
b4d2adac5f upgrade to 20010228-pl04. changes can be found below:
ftp://ftp.yoyo.org/pub/mirrors/postfix/official/postfix-20010228-pl04.RELEASE_NOTES
2001-08-09 08:14:12 +00:00
itojun
ba46d014ae upgrade to the latest snapshot (2001/7/30). 2001-08-08 08:13:40 +00:00
zuntum
f599554099 Update getmail to 2.1.3
News:

Version 2.1.3
3 August 2001

  -change handling of command delivery.  Verification of existent command
  is smarter; arguments won't cause problems now.  Remove duplicate code.

Version 2.1.2
1 August 2001

  -getmail will now check the permissions on your getmailrc file, and refuse
  to run if the file is group- or world-writable.  Thanks to Fredrik Steen for
  the request.

Version 2.1.1
29 June 2001

  -add "no_received" option, similar to no_delivered_to, at request of getmail
  user Nigel Cunningham.
  -got rid of some trailing tabs in ConfigParser.py after a report from
  Fredrik Steen -- they're harmless, but unclean.  Fredrik is also in the
  process of packaging getmail for use in Debian.  Thanks, Fredrik.
  -changed the default path to the getmail library dir from /usr/local/lib/...
  to /usr/lib/... .  This only affects the getmail wrapper script; if you're
  using that, you may have to edit your copy, or change where you install the
  files to.
2001-08-07 14:42:27 +00:00
hubertf
b52173c3fa Improve COMMENT - guess where pine got it's name from. 2001-08-06 02:58:57 +00:00
wiz
ec1ae199a0 Add buildlink.mk for gettext-lib. Probably fixes bulk build failure. 2001-08-01 15:59:44 +00:00
rh
b40cb612e0 Oops, forgot to install cgi-lib.pl. And while we are at it, install
documentation as well.
2001-08-01 14:09:38 +00:00
rh
9de47eefc8 Add and enable mailserv 2001-08-01 13:54:41 +00:00
rh
f8329aeca3 Initial import of mailserv-3.27 a perl web frontend for majordomo and other
mailing list servers.
2001-08-01 13:54:10 +00:00
itojun
fa55f2adba upgrade to 8.11.5. minor bug fixes from 8.11.4.
patch-zz (security patch on signal handling) is now in 8.11.5.
2001-08-01 02:39:38 +00:00
jlam
45f7a9fee0 Note addition of mail/courier-imap. 2001-07-31 22:49:44 +00:00
jlam
75654a3cd2 courier-imap: IMAP server for access to Maildir-style mailboxes
Courier-IMAP is a server that provides IMAP access to Maildirs. This IMAP
server does NOT handle traditional mailbox files (/var/spool/mail, and
derivatives), it was written for the specific purpose of providing IMAP
access to Maildirs.

"Maildir" is a directory-based mail storage format originally introduced
in the Qmail mail server, and adopted as an alternative mail storage
format by both Exim and Postfix. Courier-IMAP is popular on
Qmail/Exim/Postfix sites that are configured to use maildirs. The primary
advantage of maildirs is that multiple applications can access the same
Maildir simultaneously without requiring any kind of locking whatsoever.
It is a faster and more efficient way to store mail. It works particularly
well over NFS, which has a long history of locking-related woes.
2001-07-31 22:48:50 +00:00
tron
1afee94795 Fix build problem under NetBSD-current noted by Launey Thomas in
private e-mail as proposed by Johnny C. Lam.
2001-07-31 16:19:08 +00:00
taca
d5f2018045 Remove checking of /usr/local/include/gdbm.h from configure script and
It would never adds /usr/local/include to include path.

Address to pkg/13558.  This change dosen't solve pkg/13558, but it solve
the problem when /usr/local/include/gdbm.h exists (by installing gdbm without
pkgsrc or with pkgsrc setting PREFIX=/usr/local.)
2001-07-31 13:42:42 +00:00
bouyer
763fc2e2e6 Ops, we need to install prefs.php3 ! 2001-07-31 12:50:12 +00:00
bouyer
f88dfb2a2d Change maintainer to myself, per discussion with Johnny C. Lam. 2001-07-29 14:34:38 +00:00
bouyer
926fd44c57 Update to 1.2.6. Change since 1.2.5 is security fixes, possibly allowing remote
shell.
2001-07-29 14:24:46 +00:00
tron
2965c24bec Update "fetchmail" and "fetchmailconf" package to version 5.8.14. Changes
since version 5.8.10:
- Corrected Rob Braun's remote-build change, it broke the build with NLS.
- Found (and killed) a subtle SMTP protocol error that was probably lurking
  behind a lot of the bug reports related to bounce mail, thanks to Quoc Luu.
  (Only manifested when the MTA rejected mail due to a bad RCPT TO address.)
- Correction for backslash-handling patch in rfc822.c.
- Fix for Debian bug Bug#1038222: fetchmail conf fails to write file
  after configuration; move .fetchmailrc to .fetchmailrc.bak before
  overwriting.
- Discard Return-Path headers consisting of a single @.
- Make fetchmailconf dump plugin and plugout options properly.
- Rob Braun's changes for building fetchmail outside its source directory
- Don't depend on having snprintf available.
- Bug fix for envskip.
- ODMR finally seems to be working.
- Handle multiple backslashes within RFC822 address strings correctly.
- Don't exit on a failure to DNS-resolve a mailserver name, just
  make it inactive.  Exit only if all lookups fail.
- Restore code to deal with SMTP error responses at RCPT TO time, but
  without issuing an RSET.  This is intended to fix obscure bugs that
  show up in recent Postfix releases and sendmail configurations that
  delay antispam checks on the MAIL FROM line until RCPT TO time.
- Signal-processing fix for Debian bug #102711.
- More ODMR patches from Matt Armstrong.
2001-07-29 07:30:59 +00:00
jlam
d2eb68d2a6 Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default
installation directory in case the package isn't installed.
2001-07-27 13:33:18 +00:00
taca
de311affa4 Note also deletion of apop.auth file. 2001-07-26 15:53:30 +00:00
taca
cbea40733a Some style clean up as qpopper package. 2001-07-26 15:44:44 +00:00
taca
7f241b13f3 - Utilize bulidlink frame work for openssl dependency.
- Use INSTALL/DEINSTALL script rather than post-intall/pre-install work.
2001-07-26 15:43:28 +00:00
taca
441850213f Remove useless garbage.
Noted by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>.  (Thanks!)
2001-07-26 12:25:55 +00:00
jun
b6d413b637 Update mew to 2.0 stable
Mew 2.0 stable (2001/07/26) mew-release release
* info updates.
* Defining mew-set-language-environment-coding-systems to avoid
  the side effect of set-language-environment-coding-systems.
* A bug fix form mew-mime-text/html.
* A bug fix for mew-summary-auto-refile.
* Rescue the SMTP sentinel.
* mew-thread-only for "to".
* the -man style of bin/{mewencode,mewls}.1.
        Shun-ichi GOTO <gotoh@taiyo.co.jp>
2001-07-26 06:32:19 +00:00
tron
d291fa3da4 Make this package work under Solaris. 2001-07-24 17:04:27 +00:00
taca
83e3c7b948 - Install info files to ${PREFIX}/info not automatically detected
directory (/usr/share/info).
- Perform really correct info file install and deinstall.
2001-07-24 08:17:18 +00:00
taca
ffc06fe866 Don't check existence of "imput" command to make PLIST consistency. 2001-07-24 07:47:17 +00:00
wiz
1794eb24dc BUILD_DEPENDS has the same syntax as DEPENDS. Fix one instance of old syntax. 2001-07-23 19:52:29 +00:00
taca
e01feb8843 - Install info and examples.
- Add some utility elisp files including ssl.el.
- Remove redundant dependency and specify minimum version of depending
  package explicitly.
- bump to wl-2.6.0 to "nb1".
2001-07-23 15:39:09 +00:00
jun
8c67bc3ceb Update Mew to 2.0 pre4
Mew 2.0 pre4 (2001/07/22) mew-dist release
* mew-refile-guess-by-folder prefers the entire folder to ml name.
* save-excursion hack for mew-mime.el.
* Unifying a region of Summary mode.
  See mew-summary-region-include-cursor-line.
        Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* "postnum" for x-sequence:
* A bug fix for mew-sort-number.
        Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* "n" works for mew-summary-ls in the case that the scan form is old.
* Defining mew-input-grep-pattern.
* Adding key-bindings for [delete].
* A bug fix for mew-addrbook-clean-up.
        Tak Ota <Takaaki.Ota@am.sony.com>
* PWD for Makefiles to same Emacsen on Windows.
        Motohiko Minakuchi <zxcv@eva.hi-ho.ne.jp>

Mew 2.0 pre3 (2001/07/16) mew-dist release
* info updates.
* Defining mew-mime-text/plain-ext. And charset hack.
2001-07-23 07:19:49 +00:00
sommerfeld
bf58137ae4 Add & enable mailcrypt 2001-07-22 20:54:31 +00:00
sommerfeld
ad777ad6c8 Mailcrypt is an Emacs Lisp package which provides a simple interface
to public key cryptography with PGP and GnuPG. Mailcrypt makes strong
cryptography a fully integrated part of your normal mail and news
handling environment, and is an important part of a balanced
breakfast.
2001-07-22 20:34:41 +00:00
tron
5bf044be0d Make sure that locale files get installed into the right directory under
Solaris.
2001-07-22 15:24:10 +00:00
tron
be4a87cf6b Update "mutt-devel" package to version 1.3.19i. A (very) detailed list of
the changes is available in the included file "share/doc/mutt/ChangeLog".
2001-07-22 13:37:12 +00:00
wiz
73c1b6ff23 Fix case-sensitivity problem noted in pkg/13529 by John P. Darrow, by
using the patch supplied in that PR.
2001-07-22 01:54:53 +00:00
martin
0a3e2f8425 Re-add an eroneously removed CONFLICTS with elm-me, but this time do it the
right way.
2001-07-21 18:56:40 +00:00
wiz
0c6d1d7c38 Update popa3d to 0.4.9.1.
Changes:
PAM authentication (obviously not enabled)
Choice for fcntl(2) and/or flock(2) locking.
Virtual domain support hooks (in beta, not enabled in package)
Relaxed BSD-compatible license for most source files.
Various bug and portability fixes.
2001-07-21 17:16:12 +00:00
jlam
7b1d3cb465 Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set
BUILDLINK_PREFIX.<pkgname>.  This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed.  Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-20 01:54:31 +00:00