Path to this page:
./
mail/mhonarc,
Mailbox to HTML converter, suitable for list archives
Branch: pkgsrc-2015Q3,
Version: 2.6.19nb3,
Package name: mhonarc-2.6.19nb3,
Maintainer: pkgsrc-usersMHonArc is a Perl program for converting e-mail messages as specified
in RFC 822 and the MIME standard to HTML. MHonArc can perform the
following tasks:
* Convert MH mail folders or UUCP/Unix style mailboxes into an HTML
mail archive.
* Add or remove messages to an existing HTML mail archive generated
by MHonArc.
* Convert a single message to HTML.
Along with these tasks, MHonArc provides the following:
* A main customizable index for mail messages archived.
* A customizable thread index listing messages by thread.
* Control over message formatting.
* The ability to hook in your own custom message filters.
Required to run:[
lang/perl5]
Master sites:
SHA1: e8297b3da1ba3369a0292b2815cc356cbb7ff6bd
RMD160: 13614f38275795221131d7ba459c3a18d607c5cb
Filesize: 1540.811 KB
Version history: (Expand)
- (2015-10-03) Updated to version: mhonarc-2.6.19nb3
- (2015-09-30) Package added to pkgsrc.se, version mhonarc-2.6.19nb2 (created)
CVS history: (Expand)
2015-10-02 21:49:13 by Benny Siegert | Files touched by this commit (4) |
Log message:
Pullup ticket #4829 - requested by bouyer
mail/mhonarc: build fix
Revisions pulled up:
- mail/mhonarc/Makefile 1.39
- mail/mhonarc/distinfo 1.20
- mail/mhonarc/patches/patch-lib_mhamain.pl 1.3
- mail/mhonarc/patches/patch-lib_mhopt.pl 1.3
---
Module Name: pkgsrc
Committed By: bouyer
Date: Sat Sep 26 14:30:24 UTC 2015
Modified Files:
pkgsrc/mail/mhonarc: Makefile distinfo
Added Files:
pkgsrc/mail/mhonarc/patches: patch-lib_mhamain.pl patch-lib_mhopt.pl
Log message:
defined(%hash) is not valid any more in perl 5.22; change to %hash
|