summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjwise <jwise>2001-01-03 01:49:03 +0000
committerjwise <jwise>2001-01-03 01:49:03 +0000
commita68b4f48eac04f9a2bc84ab87897d77b693dd02a (patch)
treecdbb2961e04fd11c2eaf8fcea3b349560493da2f
parent7dc3777ea2460c73fe0ba5b8c032a0d3ffb53de2 (diff)
downloadpkgsrc-a68b4f48eac04f9a2bc84ab87897d77b693dd02a.tar.gz
Update mhonarc to version 2.4.7. Changes since version 2.2.0 (the
last pkgsrc version): 10/28/2000 (2.4.7) o Added the following options to m2h_text_plain::filter: attachcheck Honor attachment disposition. By default, all text/plain data is displayed inline on the message page. If attachcheck is specified and Content-Disposition specifies the data as an attachment, the data is saved to a file with a link to it from the message page. htmlcheck Check if message is actually an HTML message (to get around abhorrent MUAs). The message is treated as HTML if the first non-whitespace data looks like the start of an HTML document. o FROMFIELD resource default value is now: from:mail-reply-to:reply-to:return-path:apparently-from: sender:resent-sender The change is the addition of "mail-reply-to." o Added the following resource variables: $MSGTORDNUM$ Ordinal number of message in current thread. o Added the following resource variable message specificiers: TEND Last message of current discussion thread. TTOP Top/root message of current discussion thread. o Changes to readmail.pl: - %Cid hash keys are now URLs. Content-Ids are denoted as "cid:..." Hash also contains Content-Location values of message parts. This allows filters (like the HTML filter) to check for external URL references where the data for the reference is included with the message. - More robust handling of malformed multipart messages. o The null filter is applied to application/ms-tnef by default. o Lowercase tag names are now used in default resource values that contain HTML markup. o Bug fixes to the documentation. Bug Fixes --------- See BUGS. ======================================================================= 04/24/2000 (2.4.6) o Stricter check is made when decoded quoted-printable data. An escape sequence is only converted to a raw character if a it is a valid escape sequence. I.e. Any '=' not followed by two hexadecimal characters is left as-is. o Call to Digest::MD5::md5_hex() wrapped in eval block in case of bad installations of Digest::MD5 module. Bug Fixes --------- See BUGS. ======================================================================= 02/14/2000 (2.4.5) Enhancements/Changes -------------------- o Following changes to m2h_text_html::filter: - All comment declarations are removed. This avoid potential SSI attacks and declarations that may conflict with MHonArc. - Additional tags have been added to the to-strip list to avoid potential client-side scripting attacks. See MIMEFILTERS docs for list. - Added "nofont" option to strip out any <font> tags. o Added application/x-bzip2 to known mime types (mhmimetypes.pl). o Simple modification to get_time_from_date() in mhutil.pl to handle abhorrent case of message date using a 2 digit year. o Under VMS, the default lock file name has been changed to "mhonarc_lck" for directory based locking will work. o mhonarc::htmlize/entify now translates the double-quote character (") to &quot;. o Added VARREGEX resource to allow customization of resource variable matching. Mainly for use with resource files written on multibyte charsets like SJIS. Use with caution. Bug Fixes --------- See BUGS. ======================================================================= 10/01/1999 (2.4.4) Enhancements/Changes -------------------- o Added the following resources: MIMEDECODERS Content-Transfer-Encoding decoding functions. o Added the following resource variables: $PGLINKLIST$ Print out a list of index page links. o New content filter for message/external-body. o Message/delivery-status content handled by mhtxtplain.pl o Support for "Zone[+-]DDDD" timezone specification. o MAILparse_parameter_str() function added to readmail.pl. Function supports parsing parameter value strings with support for RFC 2184 extensions. Function added to provide support for message/external-body filter. Bug Fixes --------- See BUGS. ======================================================================= 08/15/1999 (2.4.3) Enhancements/Changes -------------------- o Added the following resources: POSIXSTRFTIME Use POSIX::strftime() or not for processing time format strings o The "latin[1-6]" character sets defined in the default value of CHARSETCONVERTERS. iso8859::str2sgml modified to use proper iso8859 map for specified latin[1-6] specification. o The text/html filter now strips out scripting markup by default. To allow scripting markup to be preserved, the "allowscript" option can be used. o Unknown media-types are now treated as application/octet-stream, which will invoke the application/octet-stream filter. Because of this, an explicit entry for application/octet-stream has been added to the default value of MIMEFILTERS. o If in a multipart/alternative entity, and no known media-types exists, the last part is treated as application/octet-stream. Bug Fixes --------- See BUGS. ======================================================================= 08/11/1999 (2.4.2) Enhancements/Changes -------------------- o Added the following resources: STDIN Source for standard input o Added the following resource variables: $ENV$ Print an environment variable o Added support for decoding uuencoded data within text messages in mhtxtplain.pl. Decoding activated via the "uudecode" option. o For processing time format strings, POSIX::strftime() is used, if available. If not, MHonArc implementation is used. o The default value of FROMFIELDS now includes "return-path". o Description section moved before Options section in -help message. Bug Fixes --------- See BUGS. ======================================================================= 07/25/1999 (2.4.1) Enhancements/Changes -------------------- o Added the following resources: MSGEXCFILTER Perl expressions for excluding messages from archive. SAVERESOURCES Flag if resource values should be saved in database. o Added the following resource variables: $HTMLEXT$ Value of HTMLEXT resource. o Documentation corrections an additions. o Use of typeglobs removed from mhdb.pl. o mhtime.pl explicitly defined in mhonarc package. Bug Fixes --------- See BUGS. ======================================================================= 06/25/1999 (2.4.0) Enhancements/Changes -------------------- o Added the following resources: ADDRESSMODIFYCODE Perl expressions to apply to addresses during message header conversion. CHECKNOARCHIVE Check "no archive" flag in messages. LOCKMETHOD The type of archive locking performed. SPAMMODE Perform actions to deter email address harvesters. SSMARKUP Markup at the *very* beginning of any generated page. STDOUT Destination of stdout messages/data. STDERR Destination of stderr messages/data. SUBJECTTHREADS To check, or not to check, subjects when computing threads. o Added the following resource variables: $FROMADDRNAME$ Username portion of From email address. $FROMADDRDOMAIN$ Domain portion of From email address. $TOADDRNAME$ Username portion of an email address (applicable in MAILTOURL only). $TOADDRDOMAIN$ Domain portion of an email address (applicable in MAILTOURL only). o A new utility program: mha-decode. The program functions as a MIME message decoder. Can be used against mail folders or single messages. o The "PARENT" argument to applicable resource variables is now called "TPARENT". This change should not affect anyone since the "PARENT" argument did not work properly in previous releases. o SUBJECTHEADER and HEADBODYSEP resource changes will now affect existing messages that are edited during normal operations or via EDITIDX. Note, messages created from old versions of MHonArc may not be affected. o The default TIMEZONES settings now has a more complete list. o Timezone acronym settings now support [+-]HHMM specifications. o Support for ISO-2022-JP encoded strings in message headers is now supported. It does assume that HTML viewer supports ISO-2022-JP. o If Digest::MD5 is installed, md5_hex() will be used to create message-ids for messages without message-ids. This allows MHonArc to ignore non-message-id archived messages in ADD mode. The MD5 digest is computed only on message header for efficieny. If Digest::MD5 is not installed, a message-id will still be assigned if none present, but MHonArc will not be able to detect if message has already been archived in subsequent ADD operations. o Text/html filter supports the "noscript" option. If specified, any script-related markup will be removed. This provides added security to avoid sites being compromised with foreign client-side scripting. o Added the following options to mhexternal.pl (the save-to-file filter): forceattach, forceinline, and inlineexts. o Recognize mailing list headers as defined by RFC 2369 and hyperlink URLs listed. o If no boundaries exist in a multipart message (even though a boundary is defined in the header), MHonArc will treat the entire body as the first part. This prevents "unable to process" warnings. o The "<!--X-From" comment declaration at the top of converted messages is now munged by a modified ROT13 to facilitate anti-spam-bot measures, but still provide the "From" information for mha-dbrecover. o When editing message pages, the new version of the page is now created as a temporary file and then if successfully created, it will get renamed to its proper name. This help avoids "losing" a message page if there is an error during page editing. The same method is applied to the dumping of DBFILE. o Message sorting modified to improve sorting performance when sorting by subject and author. o URL matching expression in mhtxtplain.pl modified to handle '&' characters. Bug Fixes --------- See BUGS. ======================================================================= 11/08/1998 (2.3.3) Bug Fixes --------- See BUGS. ======================================================================= 11/01/1998 (2.3.2) Enhancements/Changes -------------------- o A new (improved) install.me program to do the installation. See INSTALL for more information. Bug Fixes --------- See BUGS. ======================================================================= 10/25/1998 (2.3.1) Enhancements/Changes -------------------- Please read the RELNOTES file for important information regarding upgrading to v2.2.x, or later, from pre-v2.2 releases. o Support for MHTML. I.e. An HTML document that references data included as other parts to the mail message, will be converted so the data will be shown where referenced. Before, all referenced data was shown at the end of the message. o Auto-computing the name for attachments no longer caches data, so performance may decrease when processing MIME messages. This change is required since multiple filters can now write data to files and not all to the same directory (a common utility function now exists for writing data to a file). Also, it avoids behavioral problems with custom front-ends that operate on multiple archives in a single process. o Changes to readmail.pl inorder to support MHTML. Changes done should help the handling of other multipart/related data types. Bug Fixes --------- See BUGS. ======================================================================= 10/10/1998 (2.3.0) o Perl 5 is now required to run MHonArc. Although the code base is still "Perl 4-style", many changes made use of Perl 5 constructs. o New utility programs added to the dustribution: mha-dbedit - Make resource/db changes w/o touching pages. mha-dbrecover - Rebuild database from HTML message files. o Many resource variables have been changed to take arguments to control what values the variables will expand to. Because, of this, many variables are now deprecated. However, old forms of resource variables are still recognized. See the documentation for more information on resource variables (a new section on resource variables has been added to the documentation) and the newer syntax. o New resources: AFS - Skip archive directory permission check ANNOTATE - Annotate message(s). LOCK - To lock, or not to lock. MSGPGS - Print, or not, message pages. NOTE - Annotate markup. NOTEIA - Inactive annotate markup. NOTEDIR - Directory where annotations are located. NOTETEXT - Annotation text. PAGENUM - Page to output when using GENIDX with MULTIPG. READDB - Just load the database (useful for application front-ends). USELOCALTIME - Use localtime to determine day groups in date index listing. o New resource variables: $DDMMYYYY$ - Day/Mon/Year(4 digit) $MMDDYYYY$ - Mon/Day/Year(4 digit) $MSG$ - Filename of message page $SORTTYPE$ - Type of sort in use for main index $TSORTTYPE$ - Type of sort in use for thread index $YYYYMMDD$ - Year(4 digit)/Mon/Day Note, many other variables have been changed. See docs for more information. o Added "J" modifier for resource variables. When specified, escapes quote characters so expanded values can be used within JavaScript strings. o Added "usenameext" option to mhexternal.pl filter. When specified, mhexternal.pl will use the filename specified in the message for determining the filename extension to use. o The -rcfile option can be specified multiple times. Resource files specified are read in the order specified. o The -definevars options has been deprecated in favor of -definevar (no ending 's'). -definevar can be specified multiple times on the command-line. The usaage of it is exactly the same as -definevars. The -definevars is still supported for backwards compatibility. o The -perlinc option can be specified multiple times. o For the mhtxtplain.pl filter, the TARGET attribute for links is now specified only if the target option is specified. o MHonArc is now smarter when the RMM resource is used. MHonArc will now only update pages that are required when messages are removed instead of doing a force update on all pages. RMM operations will now perform much faster. o Subject based replies are *no longer* treated as a separate "group" when printing thread index pages. I.e. Subject based replies no longer cause a separate TSUBLISTBEG and TSUBLISTEND to be invoked. Before, it was a problem if the HTML OL element was used. OL numbering would restart when subject based replies were printed. o GENIDX now supports the use of MULTIPG (w/IDXSIZE). o MHonArc uses rename instead of file copying when editing pages. Should provide a speed increase when editing archive pages. o Reason when a file cannot be opened or created is printed ($! is now included in the error message). o If unable to lock an archive (and -force not specified), MHonArc will now return an exit status of 75 (EX_TEMPFAIL). This is for the benefit of MTAs (like sendmail) where MHonArc is called via an alias. o Some changes to code to make it suitable for MHonArc to be embedded into other Perl programs. The most significant changes was to make it possible to process more than one archive in a single process instance (note, archives can only be processed in sequence and not in parallel). Now it easier to write different application front-ends to MHonArc. o Some other code cleanup in the hopes to improve performance. Bug Fixes --------- See BUGS.
-rw-r--r--mail/mhonarc/Makefile15
-rw-r--r--mail/mhonarc/files/md54
-rw-r--r--mail/mhonarc/files/patch-sum7
-rw-r--r--mail/mhonarc/patches/patch-aa19
-rw-r--r--mail/mhonarc/pkg/PLIST87
5 files changed, 101 insertions, 31 deletions
diff --git a/mail/mhonarc/Makefile b/mail/mhonarc/Makefile
index 63ddfccdd11..e565f458129 100644
--- a/mail/mhonarc/Makefile
+++ b/mail/mhonarc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 1998/08/20 15:17:10 tsarna Exp $
+# $NetBSD: Makefile,v 1.3 2001/01/03 01:49:03 jwise Exp $
#
-DISTNAME= MHonArc2.2.0
-PKGNAME= mhonarc-2.2.0
+DISTNAME= MHonArc2.4.7
+PKGNAME= mhonarc-2.4.7
CATEGORIES= mail
MASTER_SITES= http://www.oac.uci.edu/indiv/ehood/tar/ \
ftp://hhobel.phl.univie.ac.at/MHonArc/
@@ -13,10 +13,17 @@ HOMEPAGE= http://www.oac.uci.edu/indiv/ehood/mhonarc.html
USE_PERL5= YES
NO_BUILD=
-INSTALL_TARGET= install-batch
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/mhonarc
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mhonarc
+do-install:
+ ( cd ${WRKSRC} && ${PERL5} ./install.me \
+ -prefix ${PREFIX} \
+ -perl ${LOCALBASE}/bin/perl \
+ -libpath ${PREFIX}/lib/mhonarc \
+ -docpath ${PREFIX}/share/doc/mhonarc \
+ -batch )
+
.include "../../mk/bsd.pkg.mk"
diff --git a/mail/mhonarc/files/md5 b/mail/mhonarc/files/md5
index 085fa354810..7bd34ce22d0 100644
--- a/mail/mhonarc/files/md5
+++ b/mail/mhonarc/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.2 1998/08/07 13:25:02 agc Exp $
+$NetBSD: md5,v 1.3 2001/01/03 01:49:04 jwise Exp $
-MD5 (MHonArc2.2.0.tar.gz) = 77eb37a8851b3466c16f3ebd5bac0503
+MD5 (MHonArc2.4.7.tar.gz) = d407583a11710fd027fb1dd23671f7f3
diff --git a/mail/mhonarc/files/patch-sum b/mail/mhonarc/files/patch-sum
index f80ce33f29f..268685b8a87 100644
--- a/mail/mhonarc/files/patch-sum
+++ b/mail/mhonarc/files/patch-sum
@@ -1,3 +1,6 @@
-$NetBSD: patch-sum,v 1.1 1999/07/09 14:09:05 agc Exp $
+$NetBSD: patch-sum,v 1.2 2001/01/03 01:49:04 jwise Exp $
-MD5 (patch-aa) = 833808faf7dd6712c1ce871ca1a0f66d
+This placeholder file is generated by the ``makepatchsum'' target
+whenever the patches directory is empty or missing. Its purpose
+is to ensure that the presence of any obsolete patches will cause
+the proper error to be emitted at build time.
diff --git a/mail/mhonarc/patches/patch-aa b/mail/mhonarc/patches/patch-aa
deleted file mode 100644
index eb5c5de1bff..00000000000
--- a/mail/mhonarc/patches/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-aa,v 1.2 1998/08/07 11:09:42 agc Exp $
-
---- install.cfg.old Fri Jun 5 15:38:22 1998
-+++ install.cfg Fri Jun 5 15:42:30 1998
-@@ -9,10 +9,10 @@
- $doman = 0; # No manpages to install
-
- ## Set default values
--$bindir = (!$MSDOS ? '/usr/local/bin' : 'C:\\BIN');
--$libdir = (!$MSDOS ? '/usr/local/lib/MHonArc' : 'C:\\LIB\\MHONARC');
--$docdir = (!$MSDOS ? '/usr/local/lib/MHonArc/doc' : 'C:\\DOC\\MHONARC');
--$perlprg = (!$MSDOS ? '/usr/local/bin/perl' : 'C:\\BIN\\PERL.EXE');
-+$bindir = (!$MSDOS ? $ENV{'PREFIX'}.'/bin' : 'C:\\BIN');
-+$libdir = (!$MSDOS ? $ENV{'PREFIX'}.'/lib/mhonarc' : 'C:\\LIB\\MHONARC');
-+$docdir = (!$MSDOS ? $ENV{'PREFIX'}.'/share/doc/mhonarc' : 'C:\\DOC\\MHONARC');
-+$perlprg = (!$MSDOS ? $ENV{'PREFIX'}.'/bin/perl' : 'C:\\BIN\\PERL.EXE');
-
-
- ##************************************************************************##
diff --git a/mail/mhonarc/pkg/PLIST b/mail/mhonarc/pkg/PLIST
index c71d0051c32..ebd62e1fc40 100644
--- a/mail/mhonarc/pkg/PLIST
+++ b/mail/mhonarc/pkg/PLIST
@@ -1,7 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 1998/06/05 20:06:40 tv Exp $
+@comment $NetBSD: PLIST,v 1.2 2001/01/03 01:49:05 jwise Exp $
bin/mhonarc
+bin/mha-dbedit
+bin/mha-dbrecover
+bin/mha-decode
lib/mhonarc/base64.pl
lib/mhonarc/ewhutil.pl
+lib/mhonarc/iso2022jp.pl
lib/mhonarc/iso8859.pl
lib/mhonarc/mhamain.pl
lib/mhonarc/mhdb.pl
@@ -9,10 +13,20 @@ lib/mhonarc/mhdysub.pl
lib/mhonarc/mhexternal.pl
lib/mhonarc/mhfile.pl
lib/mhonarc/mhidxrc.pl
+lib/mhonarc/mhindex.pl
lib/mhonarc/mhinit.pl
+lib/mhonarc/mhlock.pl
+lib/mhonarc/mhmimetypes.pl
+lib/mhonarc/mhmsgextbody.pl
+lib/mhonarc/mhmsgfile.pl
+lib/mhonarc/mhnote.pl
+lib/mhonarc/mhnull.pl
lib/mhonarc/mhopt.pl
lib/mhonarc/mhrcfile.pl
lib/mhonarc/mhrcvars.pl
+lib/mhonarc/mhrmm.pl
+lib/mhonarc/mhscan.pl
+lib/mhonarc/mhsingle.pl
lib/mhonarc/mhthread.pl
lib/mhonarc/mhtime.pl
lib/mhonarc/mhtxtenrich.pl
@@ -26,22 +40,60 @@ lib/mhonarc/osinit.pl
lib/mhonarc/qprint.pl
lib/mhonarc/readmail.pl
lib/mhonarc/rfc822.pl
+man/man1/mhonarc.1
+man/man1/mha-dbedit.1
+man/man1/mha-dbrecover.1
+man/man1/mha-decode.1
+share/doc/mhonarc/app-bugs.html
+share/doc/mhonarc/app-diagnos.html
+share/doc/mhonarc/app-mimeconf.html
+share/doc/mhonarc/app-rcfileexs.html
+share/doc/mhonarc/app-rcidx.html
+share/doc/mhonarc/app-utilsprg.html
+share/doc/mhonarc/blank.gif
+share/doc/mhonarc/bug.gif
+share/doc/mhonarc/commontasks.html
share/doc/mhonarc/contacts.html
-share/doc/mhonarc/diagnos.html
+share/doc/mhonarc/faq/about.html
+share/doc/mhonarc/faq/archives.html
+share/doc/mhonarc/faq/envs.html
+share/doc/mhonarc/faq/faq.html
+share/doc/mhonarc/faq/general.html
+share/doc/mhonarc/faq/indexpgs.html
+share/doc/mhonarc/faq/mime.html
+share/doc/mhonarc/faq/monicon.gif
+share/doc/mhonarc/faq/monsmall_t.gif
+share/doc/mhonarc/faq/msgpgs.html
+share/doc/mhonarc/faq/threads.html
+share/doc/mhonarc/faq/usage.html
+share/doc/mhonarc/faq.gif
+share/doc/mhonarc/home.gif
+share/doc/mhonarc/index.html
+share/doc/mhonarc/install.html
share/doc/mhonarc/intro.html
share/doc/mhonarc/layout.html
share/doc/mhonarc/mhonarc.html
share/doc/mhonarc/monicon.gif
-share/doc/mhonarc/monstamp_t.gif
+share/doc/mhonarc/next.gif
+share/doc/mhonarc/prev.gif
share/doc/mhonarc/quickstart.html
-share/doc/mhonarc/resources.html
+share/doc/mhonarc/rcfileexs/date.mrc.html
+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/rcvars.html
share/doc/mhonarc/resources/add.html
+share/doc/mhonarc/resources/addressmodifycode.html
+share/doc/mhonarc/resources/afs.html
+share/doc/mhonarc/resources/annotate.html
share/doc/mhonarc/resources/archive.html
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/charsetconverters.html
+share/doc/mhonarc/resources/checknoarchive.html
share/doc/mhonarc/resources/conlen.html
share/doc/mhonarc/resources/datefields.html
share/doc/mhonarc/resources/daybegin.html
@@ -94,7 +146,10 @@ share/doc/mhonarc/resources/listbegin.html
share/doc/mhonarc/resources/listend.html
share/doc/mhonarc/resources/litemplate.html
share/doc/mhonarc/resources/localdatefmt.html
+share/doc/mhonarc/resources/lock.html
share/doc/mhonarc/resources/lockdelay.html
+share/doc/mhonarc/resources/lockfile.html
+share/doc/mhonarc/resources/lockmethod.html
share/doc/mhonarc/resources/locktries.html
share/doc/mhonarc/resources/mailto.html
share/doc/mhonarc/resources/mailtourl.html
@@ -102,11 +157,13 @@ share/doc/mhonarc/resources/main.html
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/mimefilters.html
share/doc/mhonarc/resources/modtime.html
share/doc/mhonarc/resources/months.html
share/doc/mhonarc/resources/monthsabr.html
share/doc/mhonarc/resources/msgbodyend.html
+share/doc/mhonarc/resources/msgexcfilter.html
share/doc/mhonarc/resources/msgfoot.html
share/doc/mhonarc/resources/msggmtdatefmt.html
share/doc/mhonarc/resources/msghead.html
@@ -114,6 +171,7 @@ share/doc/mhonarc/resources/msgidlink.html
share/doc/mhonarc/resources/msglocaldatefmt.html
share/doc/mhonarc/resources/msgpgbegin.html
share/doc/mhonarc/resources/msgpgend.html
+share/doc/mhonarc/resources/msgpgs.html
share/doc/mhonarc/resources/msgprefix.html
share/doc/mhonarc/resources/msgsep.html
share/doc/mhonarc/resources/multipg.html
@@ -124,9 +182,14 @@ share/doc/mhonarc/resources/nextlink.html
share/doc/mhonarc/resources/nextlinkia.html
share/doc/mhonarc/resources/nextpglink.html
share/doc/mhonarc/resources/nextpglinkia.html
+share/doc/mhonarc/resources/note.html
+share/doc/mhonarc/resources/notedir.html
+share/doc/mhonarc/resources/noteia.html
+share/doc/mhonarc/resources/notetext.html
share/doc/mhonarc/resources/otherindexes.html
share/doc/mhonarc/resources/outdir.html
share/doc/mhonarc/resources/perlinc.html
+share/doc/mhonarc/resources/posixstrftime.html
share/doc/mhonarc/resources/prevbutton.html
share/doc/mhonarc/resources/prevbuttonia.html
share/doc/mhonarc/resources/prevlink.html
@@ -140,14 +203,22 @@ share/doc/mhonarc/resources/refsend.html
share/doc/mhonarc/resources/refslitxt.html
share/doc/mhonarc/resources/reverse.html
share/doc/mhonarc/resources/rmm.html
+share/doc/mhonarc/resources/saveresources.html
share/doc/mhonarc/resources/scan.html
share/doc/mhonarc/resources/single.html
share/doc/mhonarc/resources/sort.html
+share/doc/mhonarc/resources/spammode.html
+share/doc/mhonarc/resources/ssmarkup.html
+share/doc/mhonarc/resources/stderr.html
+share/doc/mhonarc/resources/stdin.html
+share/doc/mhonarc/resources/stdout.html
share/doc/mhonarc/resources/subjectarticlerxp.html
share/doc/mhonarc/resources/subjectbegin.html
share/doc/mhonarc/resources/subjectend.html
share/doc/mhonarc/resources/subjectheader.html
share/doc/mhonarc/resources/subjectreplyrxp.html
+share/doc/mhonarc/resources/subjectstripcode.html
+share/doc/mhonarc/resources/subjectthreads.html
share/doc/mhonarc/resources/subsort.html
share/doc/mhonarc/resources/tcontbegin.html
share/doc/mhonarc/resources/tcontend.html
@@ -196,9 +267,17 @@ share/doc/mhonarc/resources/ttitle.html
share/doc/mhonarc/resources/ttopbegin.html
share/doc/mhonarc/resources/ttopend.html
share/doc/mhonarc/resources/umask.html
+share/doc/mhonarc/resources/uselocaltime.html
share/doc/mhonarc/resources/usinglastpg.html
+share/doc/mhonarc/resources/varregex.html
share/doc/mhonarc/resources/weekdays.html
share/doc/mhonarc/resources/weekdaysabr.html
+share/doc/mhonarc/resources.html
+share/doc/mhonarc/ssbg75.jpg
+share/doc/mhonarc/stampwb2.gif
+share/doc/mhonarc/up.gif
+@dirrm share/doc/mhonarc/faq
+@dirrm share/doc/mhonarc/rcfileexs
@dirrm share/doc/mhonarc/resources
@dirrm share/doc/mhonarc
@dirrm lib/mhonarc