Commit graph

1949 commits

Author SHA1 Message Date
jmmv
3665a60845 mime.types needs to be installed (under share/examples/sylpheed) so that
CONF_FILES will work with binary packages. Bump PKGREVISION to 1.
2002-12-28 14:49:35 +00:00
abs
108a07fa0d Add prayer 2002-12-27 12:55:26 +00:00
abs
f5d1820a8f Import of prayer 1.0.5
Prayer is a small and fast HTTP to IMAP gateway written entirely in C.
    * Uses persistent connections to IMAP server and support servers.
    * Target folders remain SELECTed: not a simple-minded proxy.
    * Full caching (including sort/thread cache) for each open folder.
    * Up to five persistent IMAP connections (typically one or two in use):
          o INBOX and one other folder
          o Postponed message folder stream
          o Preferences stream
          o Folder transfer stream
          o Various optimisations/sharing to minimise actual IMAP connections
    * Directory cache: single round trip to IMAP server for directory listing.
    * Works well with UW IMAP server (even using Unix format mail folders).
    * Little discernible load on a Pentium III class system running Linux with
      5,000 logins/day (400 logins/hour, 150 concurrent logins)
    * Uses 10% to 20% of the CPU and 400 MBytes of RAM on a PIII class system
      with 23,000 logins/day (1,700 logins/hour, 850 concurrent logins peak)
    * Aggressive HTTP/1.0 and 1.1 connection caching to reduce SSL overhead.
    * Optional gzip compression of pages tunable by IP address range.
2002-12-27 12:52:07 +00:00
uebayasi
fd410f2020 Guard an expansion of USE_KERBEROS by `.if defined() && ...' just in
case.  Pointed out by Ken Nakajima.
2002-12-27 05:47:14 +00:00
jmmv
7e33ff07a8 Avoid detection of GNOME as we are currently not depending on it. If it is
detected, some extra files are installed. Addresses problems found in
Hubert's bulk build.
2002-12-26 21:09:11 +00:00
kim
0b75b6bd5c More ${TOUCH}ing to make this compile again.
Fixes PR pkg/19463.
2002-12-24 09:04:12 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
cjep
a29e846322 Whitespace fix 2002-12-23 16:21:20 +00:00
chris
4e8535040f Update sylpheed to 0.8.7.
Changes are:
* 0.8.7

    * The extended regular expression has been supported on filtering.
    * The option to resize images to fit the size of view has been added.
    * The previous account is now restored on reediting draft messages.
    * The routine of MIME header encoding has been rewritten completely,
      and Q-encoding for single-byte locales has been also implemented.
    * Strings beginning with "www." are now treated as URI.
    * The default WWW browser has been changed to Mozilla.
    * The common preferences dialog has been reorganized a bit.
    * The remote command operation can be executed without X now.
    * Code cleanups for the implementation of SMTP has been made.
    * Autotools and libtool have been updated.
    * A fix for font loading problem has been made.
    * Other minor bugfixes have been made.

For the complete list see ChangeLog.
2002-12-22 14:22:38 +00:00
tron
021079236c Readd checksum and size of optional IPv6 patch. 2002-12-17 15:05:01 +00:00
tron
201a306dd1 Fix problem patch file. Problem noted by David Edmondson on IRC. 2002-12-17 09:27:13 +00:00
tron
3397d5d32c Update "pine" package to version 4.51. A complete and extensive list of the
changes since version 4.44 is available here:
 http://www.washington.edu/pine/changes/4.44-to-4.50.html
 http://www.washington.edu/pine/changes/4.50-to-4.51.html
Among the numerous bug fixes is a security fix for CAN-2002-1320.
This fixes PR pkg/19239 by reed@reedmedia.net.
2002-12-14 10:34:43 +00:00
tron
911443dd86 Bump minimum revision of "imap-uw" package to 2002.1rc1. Older versions
are insecure and "pine" 4.5x needs this version.
2002-12-14 10:26:42 +00:00
hubertf
00c568a9f3 Give up maintainership of these. They have become too complicated for me
to comprehend in the little time I have. Sorry.
2002-12-14 04:34:48 +00:00
jschauma
d6f643a488 Remove '-l ruby-mode.el' -- this doesn't belong here.
Should fix Huberts bulk-build error.
2002-12-13 15:03:11 +00:00
tron
fdef775079 Update "fetchmail" and "fetchmailconf" packages to version 6.2.0.
Changes since version 6.1.2:
- Applied Steffen Esser's fix for a buffer-overflow bug in rfc822.c
- Updated Danish, German, and Turkish translation files.
- Sunil Sheye's SMTP timeout patch.
- Updated Turkish, Danish, German, Spanish, Catalan po files.
- Added Slovak support.
- Configure.in update for autoconf 2.5 (Art Haas).
- Be case-insensitive when looking for IMAP responses.
- Fix logout-after-idle-delivery bug (Sunil Shetye).
- Sunil Shetye's patch to bulletproof end-of-header detection.
- Sunil's fix for the STARTTLS problem -- repoll if TLS nabdshake
  fails.  The attenmpt to set up STARTTLS can be suppressed with 'sslproto ""'.
2002-12-13 14:38:52 +00:00
salo
343e574259 Add and enable ifile and ifile-procmail. 2002-12-13 09:49:12 +00:00
salo
cb2f141fbc Initial import of ifile-procmail, version 0.3.
This package contains shell scripts that allows ifile to be used in standard
UNIX e-mail environment with procmail and mbox mailboxes.
2002-12-13 09:46:55 +00:00
salo
33eee4c2ed Initial import of ifile, version 1.2.1.
ifile is a general mail filtering system which uses a modern-day text learning
algorithm to intelligently filter mail according to the way the user tends to
organize mail.

ifile is different from other mail filtering programs in three major ways:

 1. ifile does not require the user to generate a set of rules in order to
    successfully filter mail
 2. ifile uses the entire content of messages for filtering purposes
 3. ifile learns as the user moves incorrectly filtered messages to new
    mailboxes

ifile is not dependent upon any specific mail system and should be adaptable
to any system which allows an outside program to perform mail filtering.
2002-12-13 09:39:15 +00:00
kim
a5b52a648c Upgrade to tmda-0.65:
What's new?

* New feature: A new header called ``X-Primary-Address'' is now
  supported in order to reduce the amount of thinking and planning
  ahead you need to do when sending mail to a new correspondent who
  may or may not use a challenge/response system like
  TMDA. Essentially, this header allows a sender to specify the
  address he prefers be whitelisted once he confirms his first
  message.

  For more information, see the following URLs:

  <URL:http://tmda.net/config-vars.html#PRIMARY_ADDRESS_MATCH>
  <URL:http://tmda.net/faq.cgi?req=show&file=faq04.005.htp>

* New feature. You can customize the header lines displayed by
  tmda-pending in interactive mode by setting SUMMARY_HEADERS. See
  <URL:http://tmda.net/config-vars.html#SUMMARY_HEADERS> for more
  information.

* New version of Josh Huber's tmda.el.

* Bugfixes.

Here are the new additions to UPGRADE:

* If you are using customized templates, you should replace
  %(envelope_sender)s with %(confirm_append_address)s in your
  confirm_request.txt. This is to support the new
  <URL:http://tmda.net/config-vars.html#PRIMARY_ADDRESS_MATCH>
  feature.

* When doing program deliveries to procmail, you should no longer be
  using the ``-f'' option. e.g,

  DELIVERY = "|/usr/bin/procmail -f $SENDER ~/.procmailrc-tmda"

  becomes

  DELIVERY = "|/usr/bin/procmail ~/.procmailrc-tmda"

* contrib/sample.tmdarc has been renamed contrib/sample.config.
2002-12-12 04:38:30 +00:00
tron
add10855b3 Fix build problem with latest version of "imap-uw" package. 2002-12-11 12:22:17 +00:00
tron
e0499550ce Update "imap-uw" package to version 2002.1rc1 (0212051126 snapshot of
version 2002a). This version fixes a buffer overflow described
in Cert Vulnerability Note VU#961489.
2002-12-11 12:21:21 +00:00
jschauma
0b44c0f609 Make use of mk/emacs.mk to prevent emacs-conflicts as seen in Huberts
latest bulk-build.
2002-12-10 19:21:56 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
ad
7133aae11d Update to exim-html-4.10. Provied by dawszy at arhea.net in pkg/19231. 2002-12-09 11:40:48 +00:00
ad
cc9ecd8f8b Update top exim-4.10. Guts provided by dawszy at arhea.net in pkg/19230,
with some additions by me. Those running exim are advised to update.

Highlights from ChangeLog

1. Added HAVE_SA_LEN=YES to the OS/Makefile-Darwin file.
3. The code for computing load averages was broken in 64-bit Solaris.
10. Tidies to code for calls to fork(); some failures not logged.
26. Fixed some problems with retrying address errors in remote deliveries.

Local changes (will make next release):

Undo the OS/Makefile-NetBSD split that made it into the main tree. This
causes all manner of breakage.
2002-12-09 11:38:04 +00:00
cjep
67b8dad77c Add and enable nail. 2002-12-09 10:38:01 +00:00
cjep
bf5ec62232 Initial import of nail 10.3 into the NetBSD packages collection as
mail/nail.

Nail is a mail user agent derived from Berkeley Mail 8.1. It is
intended to provide the functionality of the POSIX.2 mailx command
with built-in support for MIME messages. This means it can handle
international character sets as well as attachments. In recent
system environments, nail is Unicode/UTF-8 capable. It further
contains some minor enhancements like the ability to set a "From:"
Address.

Supplied (for nail 10.1) by Mishka in PR#19112. Thanks!
2002-12-09 10:37:17 +00:00
rh
4c6928bf64 Add and enable imapproxy 2002-12-09 03:18:27 +00:00
rh
845d05b8e6 Initial import of imapproxy-1.0, a simple connection caching IMAP proxy. 2002-12-09 03:17:19 +00:00
rh
fde82a8309 Make this compile on Darwin. 2002-12-09 00:19:46 +00:00
chris
d9f25bba76 Update cyrus-imapd to 2.1.11.
This includes the fix for the recent buffer overflow.

Note that IPv6 patch doesn't work, I've not had the time to look into this,
but felt that being a security fix I should get the update done.

Also note that if you define CYRUS_DB_RECOMMENDED in your build environment
it will build using the cyrus mailing list recommended defaults for the
database settings.
2002-12-08 00:39:42 +00:00
chris
ae38110356 Update sylpheed-claws to 0.8.6.
Use Apache 2 mime.types file.

Make the differences between the sylpheed and sylpheed-claws Makefile as
minimal as possible.  Note that we now use gdk-pixbuf, rather than imlib.

Smoke tested only, IE it works with my cyrus imap server enough to read and
send mail.
2002-12-08 00:15:22 +00:00
salo
a0eee6a109 Include buildlink.mk file for x11/gnome-libs instead of DEPENDS. 2002-12-08 00:06:08 +00:00
cjep
5c7def79f4 Add and enable isync. 2002-12-07 15:13:37 +00:00
cjep
42757a1ea7 Initial import of isync 0.8 into the NetBSD packages collection as
mail/isync.

isync is a command line utility for synchronizing a remote IMAP mailbox
with a local maildir-style mailbox. This is useful for working in
disconnected mode, such as on a laptop. Modifications made locally and
remotely are synchronized so that no message status flags are lost.

Supplied by Ceri Storey in PR#19314. Thanks!
2002-12-07 15:12:41 +00:00
schmonz
0a1bd5acad Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. 2002-12-07 02:38:52 +00:00
chris
ad728bb1cf Update cyrus-imapd to 2.0.17. Main changes are:
Fixed some potential buffer overflows in the sieve code, as well
as a pre-login buffer overflow in the IMAP parsing code.
Backport of a fix for an (unrelated) problem with the
strlcpy implementation.
2002-12-06 12:53:51 +00:00
jmmv
8dddcc3aa8 Fix mutt(1) manpage so paths in the FILES section appear properly
(/etc -> PKG_SYSCONFDIR and /usr/local -> PREFIX). Also remove references
to the mutt_dotlock program and do not install its manpage because it does
not get installed. Bump PKGREVISION to 3.

Approved by tron, the maintainer.
2002-12-03 21:21:57 +00:00
martti
d66257b350 Updated squirrelmail to 1.2.10
* multiple session issues resolved
* many updated translations
* a number of other bugs fixed
2002-12-03 06:37:15 +00:00
wiz
ed1c2bf525 Use PKGNAME_NOREV for WRKSRC. 2002-12-02 10:12:19 +00:00
dogcow
a24171073d correct dyslexic brace: ${ECHO{ => ${ECHO} 2002-12-02 09:16:50 +00:00
seb
df43349a71 Update to version 0.8.4.
Package Changes: update MASTER_SITES and HOMEPAGE.

Changes since previous version packaged:

Version 0.8.4 - 9 November 2002
-------------------------------
- Improvements/corrections on networking.
- Major bug fix related to rcopy/rmove.

Version 0.8.3 - 1 October 2002
------------------------------
- Bug fix/feature enhancement concerning the server announcing and closing
  the connection immediately.
- Stale lockfile removed automatically.
- Many other small improvements (variable and compilation option added, etc.).

Version 0.8.2 - 31 July 2002
----------------------------
- Bug fix concerning the namespace of user's mailboxes.

Version 0.8.1 - 29 July 2002
----------------------------
- Major bug fix concerning SSL/TLS and rcopy/rmove.
- Small bug fix related to removing of the lock file.

Version 0.8 - 27 July 2002
--------------------------
- Copy/move messages between different mail accounts (IMAP mail servers)
  support.
- Message flags can be changed.
- Capability to encrypt the accounts' passwords and store them securely
  in the filesystem, using the integrated interactive password editor to
  manage them.
- Passwords may be supplied interactively.
- Daemon mode in which the program polls repeatedly in a specified interval.
- Locking in order to prevent concurrent running instances.
- Variables to control direct expunging of mail and subscribing of newly
  created mailboxes.

Version 0.7.3 - 17 June 2002
----------------------------
- Bug fix related to communication with some mail servers.
2002-12-01 15:38:34 +00:00
salo
e225805136 USE_PKGLOCALEDIR, remove unnecessary patch, delint. 2002-12-01 15:37:58 +00:00
bouyer
cd77cae13c Because of PKGREVISION, PKGNAME is now sendmail-8.8.8nb1, so we can't use
${PKGNAME} for WORKDIR.
2002-11-30 19:24:17 +00:00
grant
13bd1e3ebd USE_PKGLOCALEDIR. 2002-11-30 14:59:39 +00:00
jmmv
424ee9a241 Change location of mutt examples, so they are installed under the
standard directory share/examples/mutt instead of beeing in
share/doc/mutt/samples. Provide a compatibility symlink.

Also avoid direct installation of files under PKG_SYSCONFDIR. Instead
force mutt to install them inside the examples directory and let
bsd.pkg.install.mk copy them to the right place.

Bump PKGREVISION to 2.

Approved by tron (the maintainer) and wiz.
2002-11-27 19:05:39 +00:00
jschauma
3322bd121a Add/enable rmail-mime. 2002-11-27 03:31:00 +00:00
jschauma
035917ebd3 Initial import of rmail-mime.
RMAIL-MIME is a module to provide MIME features to RMAIL.  RMAIL is an Emacs
subsystem for reading and disposing of mail that you receive.
(One more for the emacs-packages meta package :)
2002-11-27 03:29:47 +00:00
cjep
f170eb0a75 NetBSD tag. 2002-11-26 21:41:09 +00:00