summaryrefslogtreecommitdiff
path: root/mail/mhonarc
diff options
context:
space:
mode:
authorjwise <jwise>2003-07-31 14:30:29 +0000
committerjwise <jwise>2003-07-31 14:30:29 +0000
commit48960950fe9857e0ba6d33f36519cbea99d09160 (patch)
tree4a7879eec70d86b310b5252bdc47545422eb997e /mail/mhonarc
parenta3ee94fa6f6f68690d41ebd10894f47428a6d261 (diff)
downloadpkgsrc-48960950fe9857e0ba6d33f36519cbea99d09160.tar.gz
Update MHonarc to version 2.6.4. Changes since last pkgsrc version (2.5.14):
============================================================================ 2003/06/20 (2.6.4) * Bug Fixes: + Official: Bug ID Summary ------ ------------------------------------------------------------ 3478 Quoted-Printable decoding should also work with lowercase hex numbers ------ ------------------------------------------------------------ <http://savannah.nongnu.org/bugs/index.php?group_id=1968 &set=custom&advsrch=0&msort=0&report_id=105&go_report=Go &fix_release=2.6.4&chunksz=50> + Unoffical: - It appears that the UTF8 mapping table for cp1252, MHonArc::UTF8::CP1252, had bad data. This has been fixed. * Management of character mapping tables have been changed. The various .pm module tables are now auto-generated by ucm, and similiar, map files. For the end-user, the change should be transparent. The change only affects how developers maintain the tables, and the change should make it much easier to make fixes to any mappings. ============================================================================ 2003/04/05 (2.6.3) * Bug Fixes: Bug ID Summary ------ -------------------------------------------------------------- 3020 Trailing \ in regex 3128 XSS Vulnerabilies 2971 spammode option interferes with iso-2022-jp ------ -------------------------------------------------------------- <http://savannah.nongnu.org/bugs/index.php?group_id=1968 &set=custom&advsrch=0&msort=0&report_id=105&go_report=Go &fix_release=2.6.3&chunksz=50> ============================================================================ 2003/03/11 (2.6.2) * Bug Fixes: Bug Resolution Fixed Summary ID Release 2738 Fixed 2.6.2 An illegal From: address can cause MHonArc to hang <http://savannah.nongnu.org/bugs/index.php?group_id=1968 &set=custom&advsrch=0&msort=0&report_id=105&go_report=Go &fix_release=2.6.2&chunksz=50> ============================================================================ 2003/02/22 (2.6.1) * Bug Fixes: See <http://savannah.nongnu.org/bugs/index.php?group_id=1968 &set=custom&advsrch=0&msort=0&report_id=105&go_report=Go &fix_release=2.6.1&chunksz=50> * Corrected character mapping tables for VISCII based on a message to the perl-unicode mailing list. * Added FASTTEMPFILES resource which causes MHonArc to use non-random temporary files. This is less secure, but provides a little bit of speed improvement. ============================================================================ 2003/02/10 (2.6.0) * Bug Fixes: See <http://savannah.gnu.org/bugs/index.php?group_id=1968 &set=custom&advsrch=0&msort=0&report_id=105&go_report=Go &fix_release=2.6.0&chunksz=50> * New resources: DEFCHARSET Default character set of message text data. CHARSETALIASES Define aliases for base charset names. DBFILEPERMS File permissions for DBFILE. FIELDSTORE Message header fields to store in database. FILEPERMS File permissions for archive files. ICONURLPREFIX URL string to prepend to ICONS URLs. MODIFYBODYADDRESSES Apply ADDRESSMODIFYCODE to text message bodies. RECONVERT Reconvert existing messages. TENDBUTTON Button to last message in thread. TENDBUTTONIA Inactive button to last message in thread. TENDLINKIA Inactive link to last message in thread. TENDLINK Link to last message in thread. TEXTENCODE Encode message text to given character encoding. TTOPBUTTON Button to first message in thread. TTOPBUTTONIA Inactive button to first message in thread. TTOPLINKIA Inactive link to first message in thread. TTOPLINK Link to first message in thread. * New resource variables: $ICONURLPREFIX$ Value of ICONURLPREFIX resource. $MSGHFIELD$ Retrieve header field value stored via FIELDSTORE. * MHonArc::CharEnt: + Several charset mappings added to MHonArc::CharEnt with the default value for CHARSETCONVERTERS updated to reflect the new mappings. New charset supported include UTF-8, various Cyrillic sets, VISCII, Chinese sets, Japanese (iso-2022-jp and euc-jp), Korean, Apple-based charsets, etc. See the documentation for the CHARSETCONVERTERS and CHARSETALIASES for complete list of character sets supported. Note: Sets that have bidirectional rendering (Hebrew, Arabic) exist, but automatic directional re-ording for rendering is currently not supported. . Some existing mappings have been updated to use Unicode numeric character entity references (&#xHHHH;) instead of standard SGML character entity references (eg. &Aelig;). Most, if not all, web browsers only support the set of SGML entity references defined in the HTML 4.0 specification. All existing tables should now generate entity references recognized by all HTML 4.0 compliant browsers. * MHonArc::UTF8: . Module completely redone to support various versions of Perl. utf8 support code added to all conversion to utf8 with perl installations that do not have utf8 support, but to also leverage perl installations with utf8-related modules. * Default filter for iso-8859-1 and iso-2022-jp changed to MHonArc::CharEnt::str2sgml. This helps keep MHonArc locale neutral in its default configuration. Special note added to release notes for Japanese users about the change. * m2h_text_plain::filter (mhtxtplain.pl): + Added more robust handling of format=flowed data. By default, all text is rendered in a monospaced font to provide visual consistency between flowed and fixed text. Proportional spaced font can be generated using the "nonfixed" option (where "keepspace" option should also be used to help preserve the formatting characteristics of the data). + Added "fancyquote" option to provide highlight of quoted text similiar to text/plain;format=flowed data. + Added "disableflowed" option to disable the flowed data conversion. Data will be converted as regular text/plain. This option is useful for archives that cater to text-based browsers. + Added "quoteclass=<classname>" option to specify a CSS classname to assign to BLOCKQUOTE elements added when processing flowed data or when "fancyquote" is active. This suppresses inline style generation. + Added "subdir" option for use when "uudecode" is enabled. - Reduced set of quote characters to just '>'. Other characters are used by some people (eg. '}', '|', '+'), especially on the USENET, but supporting them tends to produce undesirable results, especially when using fancyquote. (Maybe make it configurable?) + If uudecode and usename specified, check if file ends in .s?html?, and if so, pass data to HTML filter. . Make sure to return a non-empty string for an empty body when in uudecode mode. Avoids bogus warning message that data could not be converted. * MIMEEXCS automatically handles unofficial version of a media type. For example: <MIMEEXCS> text/html </MIMEEXCS> Will exclude text/html and text/x-html data. * m2h_text_html::filter (mhtxthtml.pl): + CHARSETCONVERTERS is used for converting character data. - Removed default=charset option. This option is no longer needed with new character encoding processing features and CHARSETALIASES resource. + Convert javascript:... URLs to "_javascript_:..." when scripting is disabled (the default). This is an extra measure ontop of element and attribute stripping. * <a href>'s are now preserved when cid: only URLs enabled (the default). This prevents regular hyperlinks in HTML messages from getting stripped, which I think most people desire. Otherwise, the allownoncidurls option must be used, and then this opens one up to potential XSS attacks. Due to the javascript: URL munging, preserving <a href>'s should be safe from auto-XSS attacks. Readers should still be careful about any links they activate. + Added "subdir" option to specify that MHTML referenced data (e.g. images) are saved in a subdirectory. + Added "disablerelated" to disable cid: URL resolution. . STYLE and CLASS attributes stripped if nofont argument specified. * m2h_text_enriched::filter (mhtxtenrich.pl): + CHARSETCONVERTERS is used for converting character data. + <lang><param>lang</param> is now mapped to <dir lang="lang">. + Added handling of some text/richtext tags. . Escape unrecognized tags. * Archive file creation modified to minimize the local symlink exploits: 1. A temp file with a random name is first created and written to. 2. Temp file is compressed if GZIPFILES is active. 3. Temp file is renamed to final filename. 4. File permissions are set according to FILEPERMS/DBFILEPERMS. Using a random temp filename makes it difficult for someone to predict filenames to execute a symlink exploit. The rename operation is immune to symlink exploits, hence trying to using well-known names (e.g. maillist.html, threads.html) for exploitation will not work. A similiar technique is used for directory creation for filters that support the "subdir" option. Generation of temp files is done via the File::Temp module, if installed. If not installed, a homegrown implementation is used. Although not as secure and robust as File::Temp, it's better than nothing and should provide a decent deterrent. * Setuid/setgid execution causes mhonarc to terminate with an error. Mhonarc does not pass taint checks, so we abort with an error that setuid/setgid execution is not supported. MHonArc is too insecure for setuid operation and trying to make it setuid-safe would require alot of work and potentially limit a large amount of functionality. * More robust parsing used for determining $FROMNAME$ and $FROMADDR*$ resource variables. * rfc822.pl library removed and replaced with MHonArc::RFC822 module. * Warning message, "Unable to process data..." removed from message page when unable to convert any part of a message (usually due to user-defined MIMEFILTERS settings). Instead, a warning message is generated to standard error (like other mhonarc warnings) and the resulting message page will have a blank message body. * m2h_msg_extbody::filter: (mhmsgextbody.pl) + Added support for http/x-http access type. This appears to be an experimental access type since the general URI type can be used instead. . Properly sanitize parameter data. . Some minor cosmetic changes in the HTML generated. * m2h_text_tsv::filter (mhtxttsv.pl): . Sanitize field data. * m2h_text_setext::filter (mhtxtsetext.pl) has been removed. It appears this media-type is part of document history.
Diffstat (limited to 'mail/mhonarc')
-rw-r--r--mail/mhonarc/Makefile6
-rw-r--r--mail/mhonarc/PLIST147
-rw-r--r--mail/mhonarc/distinfo6
3 files changed, 134 insertions, 25 deletions
diff --git a/mail/mhonarc/Makefile b/mail/mhonarc/Makefile
index 435d55760fb..f917feba863 100644
--- a/mail/mhonarc/Makefile
+++ b/mail/mhonarc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2003/07/17 21:46:30 grant Exp $
+# $NetBSD: Makefile,v 1.14 2003/07/31 14:30:29 jwise Exp $
#
-DISTNAME= MHonArc2.5.14
-PKGNAME= mhonarc-2.5.14
+DISTNAME= MHonArc2.6.4
+PKGNAME= mhonarc-2.6.4
CATEGORIES= mail
MASTER_SITES= http://www.oac.uci.edu/indiv/ehood/tar/ \
ftp://hhobel.phl.univie.ac.at/MHonArc/
diff --git a/mail/mhonarc/PLIST b/mail/mhonarc/PLIST
index 568db1e1da1..f45d1f1a27e 100644
--- a/mail/mhonarc/PLIST
+++ b/mail/mhonarc/PLIST
@@ -1,32 +1,129 @@
-@comment $NetBSD: PLIST,v 1.3 2002/08/23 01:48:26 grant Exp $
+@comment $NetBSD: PLIST,v 1.4 2003/07/31 14:30:29 jwise Exp $
bin/mha-dbedit
bin/mha-dbrecover
bin/mha-decode
bin/mhonarc
+lib/mhonarc/MHonArc/Char.pm
+lib/mhonarc/MHonArc/Char/JP.pm
+lib/mhonarc/MHonArc/Char/KR.pm
lib/mhonarc/MHonArc/CharEnt.pm
+lib/mhonarc/MHonArc/CharEnt/AppleArabic.pm
+lib/mhonarc/MHonArc/CharEnt/AppleCenteuro.pm
+lib/mhonarc/MHonArc/CharEnt/AppleCroatian.pm
+lib/mhonarc/MHonArc/CharEnt/AppleCyrillic.pm
+lib/mhonarc/MHonArc/CharEnt/AppleGreek.pm
+lib/mhonarc/MHonArc/CharEnt/AppleHebrew.pm
+lib/mhonarc/MHonArc/CharEnt/AppleIceland.pm
+lib/mhonarc/MHonArc/CharEnt/AppleRoman.pm
+lib/mhonarc/MHonArc/CharEnt/AppleRomanian.pm
+lib/mhonarc/MHonArc/CharEnt/AppleThai.pm
+lib/mhonarc/MHonArc/CharEnt/AppleTurkish.pm
+lib/mhonarc/MHonArc/CharEnt/BIG5_ETEN.pm
+lib/mhonarc/MHonArc/CharEnt/BIG5_HKSCS.pm
lib/mhonarc/MHonArc/CharEnt/CP1250.pm
+lib/mhonarc/MHonArc/CharEnt/CP1251.pm
lib/mhonarc/MHonArc/CharEnt/CP1252.pm
+lib/mhonarc/MHonArc/CharEnt/CP1253.pm
+lib/mhonarc/MHonArc/CharEnt/CP1254.pm
+lib/mhonarc/MHonArc/CharEnt/CP1255.pm
+lib/mhonarc/MHonArc/CharEnt/CP1256.pm
+lib/mhonarc/MHonArc/CharEnt/CP1257.pm
+lib/mhonarc/MHonArc/CharEnt/CP1258.pm
+lib/mhonarc/MHonArc/CharEnt/CP866.pm
+lib/mhonarc/MHonArc/CharEnt/CP932.pm
+lib/mhonarc/MHonArc/CharEnt/CP936.pm
+lib/mhonarc/MHonArc/CharEnt/CP949.pm
+lib/mhonarc/MHonArc/CharEnt/CP950.pm
+lib/mhonarc/MHonArc/CharEnt/EUC_JP.pm
+lib/mhonarc/MHonArc/CharEnt/GB2312.pm
+lib/mhonarc/MHonArc/CharEnt/GOST19768_87.pm
+lib/mhonarc/MHonArc/CharEnt/HP_ROMAN8.pm
lib/mhonarc/MHonArc/CharEnt/ISO8859_1.pm
lib/mhonarc/MHonArc/CharEnt/ISO8859_10.pm
-lib/mhonarc/MHonArc/CharEnt/ISO8859_10R.pm
+lib/mhonarc/MHonArc/CharEnt/ISO8859_11.pm
+lib/mhonarc/MHonArc/CharEnt/ISO8859_13.pm
+lib/mhonarc/MHonArc/CharEnt/ISO8859_14.pm
lib/mhonarc/MHonArc/CharEnt/ISO8859_15.pm
-lib/mhonarc/MHonArc/CharEnt/ISO8859_15R.pm
-lib/mhonarc/MHonArc/CharEnt/ISO8859_1R.pm
+lib/mhonarc/MHonArc/CharEnt/ISO8859_16.pm
lib/mhonarc/MHonArc/CharEnt/ISO8859_2.pm
lib/mhonarc/MHonArc/CharEnt/ISO8859_3.pm
-lib/mhonarc/MHonArc/CharEnt/ISO8859_3R.pm
lib/mhonarc/MHonArc/CharEnt/ISO8859_4.pm
lib/mhonarc/MHonArc/CharEnt/ISO8859_5.pm
lib/mhonarc/MHonArc/CharEnt/ISO8859_6.pm
lib/mhonarc/MHonArc/CharEnt/ISO8859_7.pm
-lib/mhonarc/MHonArc/CharEnt/ISO8859_7R.pm
lib/mhonarc/MHonArc/CharEnt/ISO8859_8.pm
-lib/mhonarc/MHonArc/CharEnt/ISO8859_8R.pm
lib/mhonarc/MHonArc/CharEnt/ISO8859_9.pm
-lib/mhonarc/MHonArc/CharEnt/ISO8859_9R.pm
-lib/mhonarc/MHonArc/CharEnt/Makefile
-lib/mhonarc/MHonArc/Makefile
+lib/mhonarc/MHonArc/CharEnt/KOI8_A.pm
+lib/mhonarc/MHonArc/CharEnt/KOI8_B.pm
+lib/mhonarc/MHonArc/CharEnt/KOI8_E.pm
+lib/mhonarc/MHonArc/CharEnt/KOI8_F.pm
+lib/mhonarc/MHonArc/CharEnt/KOI8_R.pm
+lib/mhonarc/MHonArc/CharEnt/KOI8_U.pm
+lib/mhonarc/MHonArc/CharEnt/KOI_0.pm
+lib/mhonarc/MHonArc/CharEnt/KOI_7.pm
+lib/mhonarc/MHonArc/CharEnt/VISCII.pm
+lib/mhonarc/MHonArc/CharMaps.pm
+lib/mhonarc/MHonArc/Encode.pm
+lib/mhonarc/MHonArc/RFC822.pm
lib/mhonarc/MHonArc/UTF8.pm
+lib/mhonarc/MHonArc/UTF8/AppleArabic.pm
+lib/mhonarc/MHonArc/UTF8/AppleCenteuro.pm
+lib/mhonarc/MHonArc/UTF8/AppleCroatian.pm
+lib/mhonarc/MHonArc/UTF8/AppleCyrillic.pm
+lib/mhonarc/MHonArc/UTF8/AppleGreek.pm
+lib/mhonarc/MHonArc/UTF8/AppleHebrew.pm
+lib/mhonarc/MHonArc/UTF8/AppleIceland.pm
+lib/mhonarc/MHonArc/UTF8/AppleRoman.pm
+lib/mhonarc/MHonArc/UTF8/AppleRomanian.pm
+lib/mhonarc/MHonArc/UTF8/AppleThai.pm
+lib/mhonarc/MHonArc/UTF8/AppleTurkish.pm
+lib/mhonarc/MHonArc/UTF8/BIG5_ETEN.pm
+lib/mhonarc/MHonArc/UTF8/BIG5_HKSCS.pm
+lib/mhonarc/MHonArc/UTF8/CP1250.pm
+lib/mhonarc/MHonArc/UTF8/CP1251.pm
+lib/mhonarc/MHonArc/UTF8/CP1252.pm
+lib/mhonarc/MHonArc/UTF8/CP1253.pm
+lib/mhonarc/MHonArc/UTF8/CP1254.pm
+lib/mhonarc/MHonArc/UTF8/CP1255.pm
+lib/mhonarc/MHonArc/UTF8/CP1256.pm
+lib/mhonarc/MHonArc/UTF8/CP1257.pm
+lib/mhonarc/MHonArc/UTF8/CP1258.pm
+lib/mhonarc/MHonArc/UTF8/CP866.pm
+lib/mhonarc/MHonArc/UTF8/CP932.pm
+lib/mhonarc/MHonArc/UTF8/CP936.pm
+lib/mhonarc/MHonArc/UTF8/CP949.pm
+lib/mhonarc/MHonArc/UTF8/CP950.pm
+lib/mhonarc/MHonArc/UTF8/EUC_JP.pm
+lib/mhonarc/MHonArc/UTF8/Encode.pm
+lib/mhonarc/MHonArc/UTF8/GB2312.pm
+lib/mhonarc/MHonArc/UTF8/GOST19768_87.pm
+lib/mhonarc/MHonArc/UTF8/HP_ROMAN8.pm
+lib/mhonarc/MHonArc/UTF8/ISO8859_1.pm
+lib/mhonarc/MHonArc/UTF8/ISO8859_10.pm
+lib/mhonarc/MHonArc/UTF8/ISO8859_11.pm
+lib/mhonarc/MHonArc/UTF8/ISO8859_13.pm
+lib/mhonarc/MHonArc/UTF8/ISO8859_14.pm
+lib/mhonarc/MHonArc/UTF8/ISO8859_15.pm
+lib/mhonarc/MHonArc/UTF8/ISO8859_16.pm
+lib/mhonarc/MHonArc/UTF8/ISO8859_2.pm
+lib/mhonarc/MHonArc/UTF8/ISO8859_3.pm
+lib/mhonarc/MHonArc/UTF8/ISO8859_4.pm
+lib/mhonarc/MHonArc/UTF8/ISO8859_5.pm
+lib/mhonarc/MHonArc/UTF8/ISO8859_6.pm
+lib/mhonarc/MHonArc/UTF8/ISO8859_7.pm
+lib/mhonarc/MHonArc/UTF8/ISO8859_8.pm
+lib/mhonarc/MHonArc/UTF8/ISO8859_9.pm
+lib/mhonarc/MHonArc/UTF8/KOI8_A.pm
+lib/mhonarc/MHonArc/UTF8/KOI8_B.pm
+lib/mhonarc/MHonArc/UTF8/KOI8_E.pm
+lib/mhonarc/MHonArc/UTF8/KOI8_F.pm
+lib/mhonarc/MHonArc/UTF8/KOI8_R.pm
+lib/mhonarc/MHonArc/UTF8/KOI8_U.pm
+lib/mhonarc/MHonArc/UTF8/KOI_0.pm
+lib/mhonarc/MHonArc/UTF8/KOI_7.pm
+lib/mhonarc/MHonArc/UTF8/MapUTF8.pm
+lib/mhonarc/MHonArc/UTF8/MhaEncode.pm
+lib/mhonarc/MHonArc/UTF8/VISCII.pm
lib/mhonarc/base64.pl
lib/mhonarc/ewhutil.pl
lib/mhonarc/iso2022jp.pl
@@ -56,14 +153,12 @@ lib/mhonarc/mhtime.pl
lib/mhonarc/mhtxtenrich.pl
lib/mhonarc/mhtxthtml.pl
lib/mhonarc/mhtxtplain.pl
-lib/mhonarc/mhtxtsetext.pl
lib/mhonarc/mhtxttsv.pl
lib/mhonarc/mhusage.pl
lib/mhonarc/mhutil.pl
lib/mhonarc/osinit.pl
lib/mhonarc/qprint.pl
lib/mhonarc/readmail.pl
-lib/mhonarc/rfc822.pl
man/man1/mha-dbedit.1
man/man1/mha-dbrecover.1
man/man1/mha-decode.1
@@ -80,11 +175,6 @@ share/doc/mhonarc/bug.png
share/doc/mhonarc/commontasks.html
share/doc/mhonarc/contacts.html
share/doc/mhonarc/faq.png
-share/doc/mhonarc/faq/Makefile
-share/doc/mhonarc/faq/_helper/Makefile
-share/doc/mhonarc/faq/_helper/addbuttons.pl
-share/doc/mhonarc/faq/_helper/addtoc-i.pl
-share/doc/mhonarc/faq/_helper/addtoc.pl
share/doc/mhonarc/faq/about.html
share/doc/mhonarc/faq/archives.html
share/doc/mhonarc/faq/envs.html
@@ -114,11 +204,11 @@ share/doc/mhonarc/rcfileexs/def-mime.mrc.html
share/doc/mhonarc/rcfileexs/frames.mrc.html
share/doc/mhonarc/rcfileexs/icons.mrc.html
share/doc/mhonarc/rcfileexs/subject.mrc.html
+share/doc/mhonarc/rcfileexs/utf-8-encode.mrc.html
share/doc/mhonarc/rcfileexs/utf-8.mrc.html
share/doc/mhonarc/rcvars.html
share/doc/mhonarc/relnotes.html
share/doc/mhonarc/resources.html
-share/doc/mhonarc/resources/Makefile
share/doc/mhonarc/resources/add.html
share/doc/mhonarc/resources/addressmodifycode.html
share/doc/mhonarc/resources/afs.html
@@ -128,6 +218,7 @@ share/doc/mhonarc/resources/authorbegin.html
share/doc/mhonarc/resources/authorend.html
share/doc/mhonarc/resources/authsort.html
share/doc/mhonarc/resources/botlinks.html
+share/doc/mhonarc/resources/charsetaliases.html
share/doc/mhonarc/resources/charsetconverters.html
share/doc/mhonarc/resources/checknoarchive.html
share/doc/mhonarc/resources/conlen.html
@@ -135,7 +226,9 @@ share/doc/mhonarc/resources/datefields.html
share/doc/mhonarc/resources/daybegin.html
share/doc/mhonarc/resources/dayend.html
share/doc/mhonarc/resources/dbfile.html
+share/doc/mhonarc/resources/dbfileperms.html
share/doc/mhonarc/resources/decodeheads.html
+share/doc/mhonarc/resources/defcharset.html
share/doc/mhonarc/resources/definederived.html
share/doc/mhonarc/resources/definevar.html
share/doc/mhonarc/resources/defrcfile.html
@@ -146,10 +239,13 @@ share/doc/mhonarc/resources/editidx.html
share/doc/mhonarc/resources/excs.html
share/doc/mhonarc/resources/expireage.html
share/doc/mhonarc/resources/expiredate.html
+share/doc/mhonarc/resources/fasttempfiles.html
share/doc/mhonarc/resources/fieldorder.html
share/doc/mhonarc/resources/fieldsbeg.html
share/doc/mhonarc/resources/fieldsend.html
+share/doc/mhonarc/resources/fieldstore.html
share/doc/mhonarc/resources/fieldstyles.html
+share/doc/mhonarc/resources/fileperms.html
share/doc/mhonarc/resources/firstpglink.html
share/doc/mhonarc/resources/fldbeg.html
share/doc/mhonarc/resources/fldend.html
@@ -167,6 +263,7 @@ share/doc/mhonarc/resources/gziplinks.html
share/doc/mhonarc/resources/headbodysep.html
share/doc/mhonarc/resources/htmlext.html
share/doc/mhonarc/resources/icons.html
+share/doc/mhonarc/resources/iconurlprefix.html
share/doc/mhonarc/resources/idxfname.html
share/doc/mhonarc/resources/idxlabel.html
share/doc/mhonarc/resources/idxpgbegin.html
@@ -199,6 +296,7 @@ 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/modifybodyaddresses.html
share/doc/mhonarc/resources/modtime.html
share/doc/mhonarc/resources/months.html
share/doc/mhonarc/resources/monthsabr.html
@@ -240,6 +338,7 @@ share/doc/mhonarc/resources/prevpglink.html
share/doc/mhonarc/resources/prevpglinkia.html
share/doc/mhonarc/resources/quiet.html
share/doc/mhonarc/resources/rcfile.html
+share/doc/mhonarc/resources/reconvert.html
share/doc/mhonarc/resources/refsbegin.html
share/doc/mhonarc/resources/refsend.html
share/doc/mhonarc/resources/refslitxt.html
@@ -264,7 +363,12 @@ share/doc/mhonarc/resources/subjectthreads.html
share/doc/mhonarc/resources/subsort.html
share/doc/mhonarc/resources/tcontbegin.html
share/doc/mhonarc/resources/tcontend.html
+share/doc/mhonarc/resources/tendbutton.html
+share/doc/mhonarc/resources/tendbuttonia.html
+share/doc/mhonarc/resources/tendlink.html
+share/doc/mhonarc/resources/tendlinkia.html
share/doc/mhonarc/resources/textclipfunc.html
+share/doc/mhonarc/resources/textencode.html
share/doc/mhonarc/resources/tfirstpglink.html
share/doc/mhonarc/resources/tfoot.html
share/doc/mhonarc/resources/thead.html
@@ -348,7 +452,11 @@ share/doc/mhonarc/resources/tsublistend.html
share/doc/mhonarc/resources/tsubsort.html
share/doc/mhonarc/resources/ttitle.html
share/doc/mhonarc/resources/ttopbegin.html
+share/doc/mhonarc/resources/ttopbutton.html
+share/doc/mhonarc/resources/ttopbuttonia.html
share/doc/mhonarc/resources/ttopend.html
+share/doc/mhonarc/resources/ttoplink.html
+share/doc/mhonarc/resources/ttoplinkia.html
share/doc/mhonarc/resources/umask.html
share/doc/mhonarc/resources/uselocaltime.html
share/doc/mhonarc/resources/usinglastpg.html
@@ -360,9 +468,10 @@ share/doc/mhonarc/stampwb2.png
share/doc/mhonarc/up.png
@dirrm share/doc/mhonarc/resources
@dirrm share/doc/mhonarc/rcfileexs
-@dirrm share/doc/mhonarc/faq/_helper
@dirrm share/doc/mhonarc/faq
@dirrm share/doc/mhonarc
+@dirrm lib/mhonarc/MHonArc/UTF8
@dirrm lib/mhonarc/MHonArc/CharEnt
+@dirrm lib/mhonarc/MHonArc/Char
@dirrm lib/mhonarc/MHonArc
@dirrm lib/mhonarc
diff --git a/mail/mhonarc/distinfo b/mail/mhonarc/distinfo
index 5b29413cad4..dfbf07b6bd9 100644
--- a/mail/mhonarc/distinfo
+++ b/mail/mhonarc/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2002/12/31 19:36:27 jwise Exp $
+$NetBSD: distinfo,v 1.8 2003/07/31 14:30:29 jwise Exp $
-SHA1 (MHonArc2.5.14.tar.bz2) = 88f2d8140b60eafd64fe27783cda11c676ffada4
-Size (MHonArc2.5.14.tar.bz2) = 476212 bytes
+SHA1 (MHonArc2.6.4.tar.bz2) = 4f1502270abb3315e98abb2ba997eba4582d4668
+Size (MHonArc2.6.4.tar.bz2) = 1517316 bytes