diff options
author | adrianp <adrianp@pkgsrc.org> | 2004-06-21 20:13:32 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2004-06-21 20:13:32 +0000 |
commit | cf3db9b2322bfa97d7e0dab9f1db78b2d0727384 (patch) | |
tree | ec0d9d6207181de5a24e8513d098240517320ea0 /mail/mhonarc | |
parent | c72856aeca9734fb0f448398441d4289ae907fa4 (diff) | |
download | pkgsrc-cf3db9b2322bfa97d7e0dab9f1db78b2d0727384.tar.gz |
Update mhonarc from 2.6.8 to 2.6.10
Ok'ed jwise@/wiz@
============================================================================
2004/05/17 (2.6.10)
* Bug Fixes:
Bug ID Summary
------ ------------------------------------------------------------
8982 Can't use global $1 in "my" at base64.pl
------ ------------------------------------------------------------
<https://savannah.nongnu.org/bugs/?group=mhonarc>
============================================================================
2004/05/07 (2.6.9)
* Bug Fixes:
Bug ID Summary
------ ------------------------------------------------------------
5473 directory separator for attachments on W2K
5643 New ressource - newsserver
5758 MULTIPG and NOSAVERESOURCES cause archive to be rewritten
5905 Modification of non-creatable array value attempted
6208 Mhonarc creates slightly incorrect HTML-code
7571 <include> element doesn't look for resource files in
$OUTDIR$
7628 typo in mhrcfile.pl
------ ------------------------------------------------------------
<https://savannah.nongnu.org/bugs/?group=mhonarc>
* New resources:
ATTACHMENTDIR Directory to save attachments.
ATTACHMENTURL Web URL to attachment directory.
NEWSURL URL template for linking to newsgroups.
* Attachment filenames have changed from the numeric-style
<ext><#####>.<ext> to <ext><XXXXXXXXXX>.<ext> where <XXXXXXXXXX>
is a random string. The change corresponds with a change to the
API to mhonarc::write_attachment() function in mhmimetypes.pl.
* m2h_text_plain::filter:
. Changed default quoting styles: Left rule changed from 0.1em
to 0.2em and the color changed from #0000FF to #5555EE.
. Minor changes to flowed formatting in order to provide
consistancy with how Mozilla's Gecko engine renders flowed text.
* base64.pl will use MIME::Base64 module if present. MIME::Base64
uses an underly C implementation for decoding, so it is noticably
faster than the pure-Perl approach.
============================================================================
Diffstat (limited to 'mail/mhonarc')
-rw-r--r-- | mail/mhonarc/Makefile | 8 | ||||
-rw-r--r-- | mail/mhonarc/PLIST | 5 | ||||
-rw-r--r-- | mail/mhonarc/distinfo | 6 |
3 files changed, 11 insertions, 8 deletions
diff --git a/mail/mhonarc/Makefile b/mail/mhonarc/Makefile index 866b528b006..beac2a46394 100644 --- a/mail/mhonarc/Makefile +++ b/mail/mhonarc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2003/09/16 13:17:45 xtraeme Exp $ +# $NetBSD: Makefile,v 1.18 2004/06/21 20:13:32 adrianp Exp $ # -DISTNAME= MHonArc-2.6.8 -PKGNAME= mhonarc-2.6.8 +DISTNAME= MHonArc-2.6.10 +PKGNAME= mhonarc-2.6.10 CATEGORIES= mail MASTER_SITES= http://www.oac.uci.edu/indiv/ehood/tar/ EXTRACT_SUFX= .tar.bz2 @@ -13,7 +13,7 @@ COMMENT= Mailbox to HTML converter, suitable for list archives USE_PERL5= YES -NO_BUILD= +NO_BUILD= YES pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/mhonarc diff --git a/mail/mhonarc/PLIST b/mail/mhonarc/PLIST index 7fd2618f31b..bd79b4c2a5d 100644 --- a/mail/mhonarc/PLIST +++ b/mail/mhonarc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2003/09/16 13:17:45 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.6 2004/06/21 20:13:32 adrianp Exp $ bin/mha-dbedit bin/mha-dbrecover bin/mha-decode @@ -214,6 +214,8 @@ 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/attachmentdir.html +share/doc/mhonarc/resources/attachmenturl.html share/doc/mhonarc/resources/authorbegin.html share/doc/mhonarc/resources/authorend.html share/doc/mhonarc/resources/authsort.html @@ -316,6 +318,7 @@ share/doc/mhonarc/resources/msgprefix.html share/doc/mhonarc/resources/msgsep.html share/doc/mhonarc/resources/multipg.html share/doc/mhonarc/resources/news.html +share/doc/mhonarc/resources/newsurl.html share/doc/mhonarc/resources/nextbutton.html share/doc/mhonarc/resources/nextbuttonia.html share/doc/mhonarc/resources/nextlink.html diff --git a/mail/mhonarc/distinfo b/mail/mhonarc/distinfo index 9365787029d..ef7b47b8fa6 100644 --- a/mail/mhonarc/distinfo +++ b/mail/mhonarc/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2003/09/16 13:17:46 xtraeme Exp $ +$NetBSD: distinfo,v 1.11 2004/06/21 20:13:32 adrianp Exp $ -SHA1 (MHonArc-2.6.8.tar.bz2) = 5967e283feeb34bae314a1f69bad1e17ea910077 -Size (MHonArc-2.6.8.tar.bz2) = 1514055 bytes +SHA1 (MHonArc-2.6.10.tar.bz2) = 1b60a95d801927646a4b5fb68413388da87bb179 +Size (MHonArc-2.6.10.tar.bz2) = 1549518 bytes |