Commit graph

3537 commits

Author SHA1 Message Date
jlam
7089c11f47 Use bdb.buildlink3.mk to get the DB library to use for the "hash" map
type.  All platforms now support the "hash" map type as a result.
Remove the explicit dependencies on db4 and db2 on non-Linux and Linux,
respectively.  Bump the PKGREVISION.
2004-11-30 20:54:38 +00:00
wiz
4ce264687e Bump PKGREVISION for removal of db3 buildlink3.mk file from
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-11-30 18:26:39 +00:00
wiz
fb680c859b Do not copy Makefiles around, just use MAKEFILE variable. 2004-11-30 08:08:26 +00:00
uebayasi
a0948e3da4 Run s|/usr/local|${PREFIX}|g substitution during configure stage, since it
refers ${PREFIX} expanded.
2004-11-30 02:50:52 +00:00
uebayasi
d8d36f7f29 * Take maintainership.
* Run s|/usr/local|${PREFIX}|g substitution during configure stage, since
  it refers ${PREFIX} expanded.
2004-11-30 02:49:38 +00:00
uebayasi
3d321d5eeb Back out previous. 2004-11-30 02:44:56 +00:00
uebayasi
86ea15881d Replace mail/mew (not mail/mew3) with Mew 4.1, as I intended. 2004-11-30 02:42:11 +00:00
xtraeme
c1772089f8 Don't overwrite $pidfile if the command is "status" or "stop". 2004-11-29 16:17:22 +00:00
xtraeme
4bbc87607f Fix typo, it's BEFORE mail not postfix. 2004-11-29 15:46:25 +00:00
uebayasi
c00c0a3781 Update mail/mew to 4.1, obsoleting mew 2.x/3.x.
This is a major update.  Changes since 3.x are:

* Summary mode format
	- Parts of message bodies are displayed.
	- Message number disappeared.
	- "=" displays its message number.
	- Refile information overrides its body part in Summary mode.
	- 'mew-scan-form*' is now 'mew-summary-form*'.
	- "j" now jumps to a message with line number instead of its
	  message number.
	- You can still pack messages by "O" in a local folder.

* A new mark scheme
	- Marks are preserved even if Emacs is terminated.
	- The unread mark 'U' is introduced.
	- The multi mark '@' is obsoleted.
	- To handle multiple messages, use the target mark '*'.
	- To preserve the target mark '*', use the escape mark '$'.
	- You can create Virtual mode for unread messages by
	  "C-um/" + 'U'.

* Summary mode
	- Refile information is logged. See "Mail/Refilelog".
	- You can pick or grep for a region as well as the entire
          folder. ("?" and "'")
	- You can rename and remove folders. ("Rd" and "Rr")

* Message mode

	- If To:/Cc: contains many addresses, they are covered with a
	  invisible veil except the first four lines. To toggle the
	  veil, type "zv".

* Virtual mode
	- You can pick or grep if the Virtual mode is created of
	  a one physical folder.
	- You can make a thread if the Virtual mode is created of
	  a one physical folder.

* Draft mode
	- You can complete addresses even if they have the same user
          name. See 'mew-use-full-alias'.
	- Fixing a bug of 'mew-make-message-hook' so that ispell-message
	  works.

* IMAP
	- A new name space. You can omit the unnecessary prefix,
          "inbox."!
	- Fcc: %backup
	- Invalid cache messages are marked with "#".
	- Invalid cache messages can be created even online (by "x").
	- IMAP messages are cached with the same UID number.
	- Transition mechanism from POP to IMAP is provided.
	  M-x mew-summary-from-local-to-imap copies messages on a
	  local file system to an IMAP server.

* NetNews

	- NetNews articles are now gained access by article numbers
	  instead of Message-Id:. Articles are cached with the same
	  article number.

* Spam filter
	- Mew side filtering when scanning/retrieving.
	  See 'mew-inbox-action-alist'.
	- Mew side filtering by a command. ('"')
	- IMAP server side filtering. See 'mew-imap-spam-field'.
	- Learning as spam or ham. ("ls" and "lh")

* Network
	- POP/IMAP/SMTP/NNTP preserves its status even if its
	  connection is lost by accident.

* Other
	- "mewls" is now called "mewl" so that both "mewls" or Mew 2/3
          and "mewl" for Mew 4 co-exist.
2004-11-29 14:31:45 +00:00
wiz
58cb32acf0 Reset maintainer on his request. 2004-11-29 11:03:56 +00:00
xtraeme
477bd6e1a4 Update to 3.2.3.
Version 3.2.3 is a maintenance release and contains corrections to
v3.2 only.

BUGFIX: DSPAM misreads boundary delimiter in signed Apple Mail messages
BUGFIX: Signature is not written to multipart blocks with no content type
BUGFIX: dspam_dump for a particular token fails with MySQL 4.1
BUGFIX: Bayesian Noise Reduction is never instantiated
2004-11-29 07:59:53 +00:00
taca
4fd66e2c49 Overhaul ja-mh package, update to ja-mh6-3.05.
- Based on mh-6.8.4-JP-3.05 + four official patches.
- Update MASTER_SITES and HOMEPAGE.

- make vmh(1) build again.
- specify proper link option; build again after introduce
  of "toolchain wrappers."
- improve patch to concat.c.

Great thanks to Masanori Mikawa on tech-pkg-ja.
2004-11-29 05:09:42 +00:00
tv
7531d01b9f Update to 0.31. Fix HOMEPAGE (moved).
Notable changes (no changelog to speak of):
- added srsc command line client to srsd
- fixed upper/lower case comparisons in domain matching
2004-11-29 02:19:20 +00:00
wiz
8c147782d6 Update to latest CPAN version, 5.145:
2004-10-27  David F. Skoll

	* VERSION 5.415 RELEASED

	* Fixed parsing of paramater="" in headers, and fixed case where
	multipart boundary is ""

2004-10-06  David F. Skoll

	* VERSION 5.414 RELEASED

	* Remove MIME::QuotedPrint 3.03 as a dependency and add
	MIME::Base64 3.03 instead.

	* Check return values of I/O operations like open(), close(), etc.
	and die if they fail.  Problem reported by Mark Martinec.

2004-09-15  David F. Skoll

	* VERSION 5.413 RELEASED

	* Fix some $VERSION = xxx assignments that were broken; make sure
	VERSION shows up as 5.413 everywhere.  Sorry about that!

2004-09-09  David F. Skoll

	* VERSION 5.412 RELEASED

	* Recognize "binhex40", "mac-binhex" and "mac-binhex40"
	Content-Transfer-Encodings.

	* Filer.pm: Be much more strict in evil_filename, allowing only
	a set of known good characters.

2004-09-08  David F. Skoll

	* Skip BinHex decoding if prerequisite modules not installed.

	* Fix BinHex decoder so it encodes correctly; regression test for
	BinHex encoding now passes.

	* Require MIME::QuotedPrint 3.03 or newer.

	* Rename variable "$jkfis" to "$how_encoded"

	* Correct attribution of changes in changelog.

	* Correct bad regexp test for "bad PDF" files.

2004-09-07  David F. Skoll

	* lib/MIME/Parser/Filer.pm (evil_filename): Make evil_filename
	more paranoid (Julian Field and Martin Blapp)

	* lib/MIME/Parser/Filer.pm (exorcise_filename): Delete leading and
	trailing whitespace (Julian Field)

	* Remove all the Benchmark code (Martin Blapp)

	* lib/MIME/Decoder.pm: Add support for BinHex encoded attachments
	(Julian Field)

	* lib/MIME/Decoder.pm: Require MIME::QuotedPrint 3.03 or newer
	for correct decoding of binary attachments. (Alexey Kravchuk)

	* lib/MIME/Decoder/QuotedPrint.pm: Attempt to deal sanely with
	PDF files encoded using quoted-printable encoding by Outlook,
	which does not follow the RFC guidelines.  (Martin Blapp)

	* lib/MIME/Field/ParamVal.pm: Deal with RFC2231-encoded parameters.

	* lib/MIME/Head.pm: Correct "7-bit", "7 bit" and "7_bit" to 7bit;
	likewise for 8bit lookalikes.  (Martin Blapp)

	* lib/MIME/Parser.pm: Add max_parts method to limit maximum number
	of MIME parts we are willing to parse.

	* DSKOLL took over maintainership of MIME::tools at version 5.411a.
2004-11-28 23:08:21 +00:00
jlam
40377c791f Remove pre-buildlink and post-buildlink as part of getting pkgsrc ready
for pkgsrc-2004Q4.  The "buildlink" phase was removed for the last branch,
and this is the final cleanup.  "post-buildlink" is now "post-wrapper".
2004-11-28 19:19:51 +00:00
recht
87d1982bcd update to cyrus-imapd-2.2.10.
Patch by adrianp@.
While at it also make it build on OSX.

Changes to the Cyrus IMAP Server since 2.2.9

Fix 0 termination in mysasl_canon_user.
Check for imap magic plus buffer overflow in proxyd also (CAN-2004-1015).

Changes to the Cyrus IMAP Server since 2.2.8

Change ACLs correctly when renaming a user
Do not abandon std{in,out,err} file descriptors; syslog assumes it can
use stderr if syslogd isn't running.
Clean up imap magic plus to avoid buffer overrun (CAN-2004-1011)
Fix lack of bounds checking in PARTIAL and FETCH (CAN-2004-1012, CAN-2004-10
13)
Do not attempt to reuse a freed connection in lmtpproxyd.
Allow login without authentication with -N switch in proxyd.
Fix use of xrealloc and fold pointers in lmtpengine.
2004-11-28 14:34:07 +00:00
wiz
f4376ee38a Reset maintainer on his request. 2004-11-27 21:02:02 +00:00
wiz
a79b334e84 Reset maintainer on his request. 2004-11-27 20:49:18 +00:00
taca
2b4b6664b1 Migrate ruby-tmail to use new framework for Ruby packages. 2004-11-27 16:14:11 +00:00
jdolecek
dabfddfb8b update for DIST_SUBDIR=pear 2004-11-27 13:33:52 +00:00
tron
d4d6790444 Correct my e-mail address. 2004-11-27 11:28:59 +00:00
jdolecek
bf81d5a98e Use HOMEPAGE provided by lang/php/pear.mk 2004-11-27 10:02:52 +00:00
reed
f5f1bc953c Update ripmime to 1.4.0.2. Add man page for ripmime.
Note that the PKGMANDIR usage is from my pkgsrc that I plan to
commit sometime.

The ripMIME CHANGELOG is too long to include here. Many bug fixes.
2004-11-27 07:41:06 +00:00
wiz
79ae424f82 Update MAINTAINER email. 2004-11-27 00:33:40 +00:00
grant
e00f1ca7a8 add "reload" which exim supports. 2004-11-26 10:17:40 +00:00
grant
31514b8d48 whitespace fixes 2004-11-26 10:14:36 +00:00
tv
ae67f466b8 Update to 0.06. Changes from 0.03:
0.06  Thu Nov 25 20:30:00 2004 UTC
	- fixed Mail::Milter::Chain where second and subsequent RCPTs
		were not being rejected properly
	- fixed Mail::Milter::Wrapper::DeferToRCPT where a reject at envfrom
		was propagated as-is to further envfroms on the same session
		(should be per-envfrom only)
	- added Mail::Milter::Module::ConnectASNBL
	- added Mail::Milter::Wrapper::DecodeSRS
	- fixed parsing of AS_SETs in the AS list returned from the DNSBL
	- added Mail::Milter::Module::MailDomainDotMX

0.05  Thu Apr 15 19:15:00 2004 UTC
	- fixed Mail::Milter::Module::*DNSBL to return a descriptive 451
		error on a temporary DNSBL failure
	- fixed Mail::Milter::Module::MailDomainDNSBL not to break on <>
		sender (would cause a query beginning with a dot)

0.04  [withdrawn due to <> bug fixed in 0.05, above]
	- added modules
		Mail::Milter::Module::ConnectDNSBL
		Mail::Milter::Module::HeloRegex
		Mail::Milter::Module::MailDomainDNSBL
		Mail::Milter::Module::VirusBounceSpew
	- changed Mail::Milter::Wrapper::DeferToRCPT to intercept normally
		554 SMTP response codes (not valid for RCPT per RFC2822),
		and replace them with 550 (which is valid, ibid.).
2004-11-25 21:55:04 +00:00
xtraeme
ec74d5433f Convert to use bsd.options.mk, the following options are available:
drac mysql pgsql ldap apop vpop tcpd inet6

# XXX Support for the following variables will be removed after the
# XXX pkgsrc-2004Q4 branch is released:
# XXX
# XXX POP_WITH_DRAC
# XXX TEAPOP_WITH_MYSQL
# XXX TEAPOP_WITHOUT_APOP
# XXX TEAPOP_WITHOUT_VPOP
2004-11-25 20:49:30 +00:00
jlam
3bbe73c68a Default PTHREAD_AUTO_VARS to the safer value of "no". Most packages
that use pthreads already implement their own probes for pthreads, so
we don't need to auto-add the compiler/linker flags.
2004-11-25 19:34:03 +00:00
xtraeme
4715245f8a Add permit_mynetworks to smtpd_recipient_restrictions. 2004-11-25 17:22:31 +00:00
adam
e81a448391 Changes 2.2.6:
- fixed MBOX driver over NFS problem.
- use ISO-2022-JP for composing Japanese messages.
- yet more exceptions caught.
- S/MIME support.
- improved identity selection and address book completions.
- IMAP optimizations.
2004-11-25 09:33:41 +00:00
xtraeme
6de5125967 The gld.conf file contains important data, use CONF_FILES_PERMS 0740
${BINWON}:${GLD_GROUP}.
2004-11-25 07:19:32 +00:00
xtraeme
c75827ac75 English language tweaks, from Gendalia@. 2004-11-25 05:55:55 +00:00
xtraeme
262f4c81cb + gld 2004-11-25 05:43:16 +00:00
xtraeme
46ae16ea0b Initial import of gld-1.4 into the NetBSD packages collection.
Gld is a standalone greylisting server for Postfix SMTP, it
listens on a TCP port and use MySQL for storing data.

The server supports whitelists based on sender,sender_domain
and client_ip, it supports also light greylisting and DNS white
lists.
2004-11-25 05:42:40 +00:00
xtraeme
e051604bd5 Remove -g from compilation flags. 2004-11-25 04:02:35 +00:00
wiz
770779a9cf USE_LANGUAGES= c++ 2004-11-22 21:22:11 +00:00
wiz
37497fcead USE_LANGUAGES= c++ 2004-11-22 21:02:33 +00:00
kristerw
465f69eedd gcc 2.95 has problems with K&R prototypes for varargs functions.
Change it to a ISO C prototype.
2004-11-21 18:52:36 +00:00
jmmv
34d790b24e Update to 1.0.0beta3:
* 1.0.0beta3
    * The Japanese JPilot address book has been supported.
    * Back scrolling on Shift/Alt and Space key press has been enabled.
    * Attached text files are now canonicalized before encoded to BASE64
      to conform with RFC 2045.
    * The optimal Content-Transfer-Encoding will be used when attaching
      text files.
    * The icons of the receive dialog have been modified.
    * Mozilla Firefox has become a default web browser.
    * The auto-expanding status bar has been fixed.

* 1.0.0beta2
    * don't move or delete immediately at local filtering when immediate
      execution option is off.
    * 'Empty trash' has been added to the folder context menu.
    * 'Remove mailbox' has been removed from the folder context menu.
    * 'File' menu in the main menu has been reorganized.
    * AND/OR matching option has been added to the summary search dialog.
    * APOP setting became a separate option for POP3.

* 1.0.0beta1
    * Icons are added to the alert dialog and filter edit dialog.
    * Cc is added for the parameter of templates.
    * The menu of composition window has been reorganized.
    * Gettext has been upgraded to 0.14.1.
    * Some minor bugs of filtering have been fixed.

* 0.9.99
    * The new filtering system, which has many new features, has been
      implemented.
    * The handling of 'New' flags for messages has been modified.
    * The spool path setting can now take both file and directory.
    * Invalid URIs used by DnD has been fixed.
    * Other bugfixes have been made.
2004-11-21 08:58:24 +00:00
cjep
bed9d9f2d0 Update of mail/nail to 11.17. Changes:
[11.17] released 11/18/04
* When the 'write' command was used to save attachments in releases after
  11.14, the output file was not properly closed. Since writes to that file
  are buffered, data was only completely written when nail was quit.
2004-11-19 09:16:49 +00:00
cjep
700591a537 Update of mail/nail to 11.16. Changes:
[11.16] released 11/18/04
* When a header field line that started and ended with a MIME encoded word
  followed a line that ended with a MIME encoded word, the newline character
  preceding the next header field was erroneously omitted when a message was
  displayed since version 11.14.
* If a header fields contains a MIME encoded word and a large string of
  ASCII characters at another point, the large string is encoded as multiple
  encoded words to comply to RFC 2047.
* The pipe-type/subtype mechanism did not work for MIME contents other than
  text/anything since release 11.14 (Bugreport by Bob Tennent).
* When S/MIME support was built using Mozilla NSS, the verification of an
  encrypted message that had not yet been downloaded from an IMAP or POP3
  server failed at the first attempt.
* Previous versions refused to write messages or attachments to /dev/null
  on some Solaris versions.
* If the 'from' variable is set to an address that does not contain an '@'
  character, no (syntactically incorrect) Message-ID is generated anymore.
2004-11-19 09:13:49 +00:00
sketch
2ebe388a09 Apply some minor tweaks to get this package compiling with SunPro and possibly
other non-gcc compilers.
2004-11-18 14:20:26 +00:00
hubertf
4c36ecdca9 Update spamprobe to 1.0a, patch sent via IRC by the maintainer.
Changes:
	* MimeLineReader.cc: 1.0 branch - fixed MBX record header regex
	* spamprobe.cc (main): Added exec and exec-shared commands.
	  (import_words): modified import command to allow negative values
	  to be specified in the import file.
	* Applied patches for configure.in and aclocal.m4 contributed by
	  Siggy Brentrup for debian compatibility.
	* FrequencyDBImpl_pbl.cc: Invokes new WordData methods to allow
	  storing data in big endian format.
	* WordData.h: Added optional support for storing counts/flags
	  in big endian order for data portability.
	* MimeLineReader.cc (readMBXFileHeader): UW IMAP MBX file format
	  is now auto detected from the first line of the mailbox file.
	* spamprobe.cc (process_extended_options): Removed -o imap-mbx
	  option.
	* spamprobe.cc (process_extended_options): Added -o imap-mbx
	  option to process files as WU-IMAP MBX files rather than mbox
	  files.
	* MimeLineReader.cc (readLine): Added support for WU-IMAP MBX file
	  format.
	* spamprobe.cc (process_stream): Added -o tokenized option
	  to allow people to use an external tokenizer with spamprobe.
	* SpamFilter.cc (scoreToken): Reduced sorting overhead by
	  pre-computing and integer sort value with sorting priorities
	  reflected in the value.  This eliminates several calculations
	  inside of the sort routine.
	* SpamFilter.cc (computeRatio): Capped ratios in calculations to
	  within MIN_PROB and MAX_PROB.  Widened that range.  This avoids
	  problems with div/0 and makes it easier to sort terms.
	* spamprobe.cc (dump_words): dump command can now optionally
	  accept a regular expression as an argument and will only dump
	  terms matching the regular expression.
	  (purge_terms): Added purge-terms command to purge from the
	  database all terms matching a regular expression.
	* spamprobe.cc (main): Fixed bug in command line processing.
	  Thanks to Jem for bug report.
	* spamprobe.cc (train_on_message): Code simplified.  Eliminated
	  redundant recalculation of scores.
	  (train_on_message): Timestamps are now longer updated by
	  train-spam and train-good commands.  They are still updated by
	  train command.
	  (main): Fixed assertion if -P option is specified in a read only
	  operation.
	* spamprobe.cc (main): Added -C command line option to allow users
	  to specify their own min word count.
	* SpamFilter.cc (SpamFilter): Set default minimum word count back
	  to 5 (was 3).
	* spamprobe.cc (process_extended_options): Removed "alt-score"
	  from -o options list because it distributes scores poorly.  New
	  formula achieves the same end with better accuracy.  Added
	  "orig-score" option to allow people to continue using the old
	  formula.  Added "honor-xstatus-header" option for people whose
	  mail server uses X-Status: rather than Status: for the deleted
	  flag.
	  (main): Added -l command line option to allow people to set
	  their own spam threshold if they don't like the default value.
	* SpamFilter.cc (scoreMessage): Added a new scoring formula based
	  on Paul's but taking the nth root of spam and good probabilities
	  to produce more evenly distributed scores.  Lowered the spam
	  threshold to 0.6 to keep accuracy about the same as the original
	  formula.  Highest score seen for a ham so far in tests is 0.44
	  so 0.6 seems safe.  Made the new formula the default instead of
	  Paul's.
2004-11-18 12:46:53 +00:00
jlam
737075eb24 Only imap/mupdate needs to be build with pthreads support, so selectively
enable it via patches for just that one program.
2004-11-17 21:16:45 +00:00
xtraeme
54d05fa49a Remove obsolete variables. You'll want to use:
PKG_OPTIONS.<pkg>+= foo blah
2004-11-17 19:56:49 +00:00
xtraeme
7c3ec0b902 Remove obsolete variables POSTFIX_*, use PKG_OPTIONS.postfix.
Ok'ed jlam@
2004-11-17 19:37:07 +00:00
xtraeme
f18a762d3f Remove obsolete variables POSTFIX_*, use PKG_OPTIONS.postfix. ok'ed jlam@ 2004-11-17 19:34:31 +00:00
jlam
7741cf738a Instead of checking every BDB type, just use the *.${BDB_TYPE} variables
that contain the correct values of CPPFLAGS, LDFLAGS, and LIBS.
2004-11-17 14:23:54 +00:00