summaryrefslogtreecommitdiff
path: root/mail/mhonarc
diff options
context:
space:
mode:
authortaca <taca>2001-07-16 13:44:30 +0000
committertaca <taca>2001-07-16 13:44:30 +0000
commit29bcdc4f2b4177f58c63736c84a97fc188aa5e03 (patch)
treea507f61f964eb9747e38f0c4c8480de0fcad852c /mail/mhonarc
parent0798c544e155d7cd04d42d3e2ed98b01419eac6f (diff)
downloadpkgsrc-29bcdc4f2b4177f58c63736c84a97fc188aa5e03.tar.gz
Update mhonarc to 2.4.9.
======================================================================= 06/10/2001 (2.4.9) o Added the following resources: MIMEEXCS List of content-types to exclude from processing. Exclusion occurs before data is passed to filters. o mhtxtplain.pl: If decoding uuencoded data, the data will be excluded if application/octet-stream is listed the MIMEEXCS resource. o mhtxthtml.pl: If a CID URL is not available, the CID URL is no longer preserved in the converted output. The CID URL is stripped. o Added the following to mhmimetypes.pl content-type table: application/ms-excel => xls:MS-Excel spreadsheet application/ms-powerpoint => ppt:MS-Powerpoint presentation application/ms-project => mpp:MS-Project file The "vnd." official versions are already present, but some application use the above. o TODO list added to distribution. Bug Fixes --------- See BUGS. ======================================================================= 04/13/2001 (2.4.8) o Added the following resources: KEEPONRMM Do not remove message files from disk when messages are removed from the archive. o m2h_text_plain::filter now uses CHARSETCONVERTERS for translating text data with a specified charset parameter. The only exception is iso-2022-jp, which is handled directly to properly support nourl flag. o m2h_external::filter new arguments: excludeexts=ext1,... A comma separated list of message specified filename extensions to exclude. I.e. If the filename extension matches an extension in excludeexts, the content will not be written. The return markup will contain the name of the attachment, but no link to the data. This option is best used with application/octet-stream to exclude unwanted data that is not tagged with the proper content-type. The m2h_null::filter can be used to exclude content by content-type. o m2h_null::filter will now output a one line description of the excluded content. This is so the reader knows that there was message content not saved within the archive. o m2h_text_plain::filter new arguments: usename If extracting uuencoded data, the filename specified should be used. o m2h_text_html::filter new arguments: allowcomments Preserve any comment declarations. Normally Comment declarations are munged to prevent SSI attacks or comments that can conflict with MHonArc processing. Use this option with care. (NOTE: Comment declarations were completely stripped before, but the regex used was known to crash perl on large comment declarations, so a simplier expression is now used to modify comment declarations to prevent possible attacks.) Bug Fixes --------- See BUGS.
Diffstat (limited to 'mail/mhonarc')
-rw-r--r--mail/mhonarc/Makefile6
-rw-r--r--mail/mhonarc/distinfo6
-rw-r--r--mail/mhonarc/pkg/PLIST4
3 files changed, 9 insertions, 7 deletions
diff --git a/mail/mhonarc/Makefile b/mail/mhonarc/Makefile
index 7c243994072..809d5fc229d 100644
--- a/mail/mhonarc/Makefile
+++ b/mail/mhonarc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2001/02/28 10:33:53 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2001/07/16 13:44:30 taca Exp $
#
-DISTNAME= MHonArc2.4.7
-PKGNAME= mhonarc-2.4.7
+DISTNAME= MHonArc2.4.9
+PKGNAME= mhonarc-2.4.9
CATEGORIES= mail
MASTER_SITES= http://www.oac.uci.edu/indiv/ehood/tar/ \
ftp://hhobel.phl.univie.ac.at/MHonArc/
diff --git a/mail/mhonarc/distinfo b/mail/mhonarc/distinfo
index ffc6acb5502..c0353cc932f 100644
--- a/mail/mhonarc/distinfo
+++ b/mail/mhonarc/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/20 13:09:59 agc Exp $
+$NetBSD: distinfo,v 1.3 2001/07/16 13:44:31 taca Exp $
-SHA1 (MHonArc2.4.7.tar.gz) = c8fcf1fccf5b46653bf0d060b5f622e14478d6d1
-Size (MHonArc2.4.7.tar.gz) = 497833 bytes
+SHA1 (MHonArc2.4.9.tar.gz) = 332f387e959e1fe197c8f8d92fec5dae4849ffd1
+Size (MHonArc2.4.9.tar.gz) = 507506 bytes
diff --git a/mail/mhonarc/pkg/PLIST b/mail/mhonarc/pkg/PLIST
index ebd62e1fc40..6ae73431c28 100644
--- a/mail/mhonarc/pkg/PLIST
+++ b/mail/mhonarc/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2001/01/03 01:49:05 jwise Exp $
+@comment $NetBSD: PLIST,v 1.3 2001/07/16 13:44:31 taca Exp $
bin/mhonarc
bin/mha-dbedit
bin/mha-dbrecover
@@ -139,6 +139,7 @@ share/doc/mhonarc/resources/idxpgend.html
share/doc/mhonarc/resources/idxprefix.html
share/doc/mhonarc/resources/idxsize.html
share/doc/mhonarc/resources/include.html
+share/doc/mhonarc/resources/keeponrmm.html
share/doc/mhonarc/resources/labelbeg.html
share/doc/mhonarc/resources/labelend.html
share/doc/mhonarc/resources/labelstyles.html
@@ -158,6 +159,7 @@ share/doc/mhonarc/resources/maxsize.html
share/doc/mhonarc/resources/mhpattern.html
share/doc/mhonarc/resources/mimeargs.html
share/doc/mhonarc/resources/mimedecoders.html
+share/doc/mhonarc/resources/mimeexcs.html
share/doc/mhonarc/resources/mimefilters.html
share/doc/mhonarc/resources/modtime.html
share/doc/mhonarc/resources/months.html