a615423a99
Patch provided by Adrian Portelli <adrianp@stindustries.net> via PR pkg/22753. Changes: ============================================================================ 2003/08/12 (2.6.8) * Bug Fixes: Bug ID Summary ------ ------------------------------------------------------------ 4719 Spurious read_fmt_file call ------ ------------------------------------------------------------ <https://savannah.nongnu.org/bugs/?group=mhonarc> ============================================================================ 2003/08/07 (2.6.7) * Bug Fixes: Bug ID Summary ------ ------------------------------------------------------------ 4569 Problem with unfolding can mess up boundary processing in multipart messages. 4594 Initial space on lines removed when using fancyquote. ------ ------------------------------------------------------------ <https://savannah.nongnu.org/bugs/?group=mhonarc> * Added LANG resource to define locale. Affects resource filename resolution and message subject and author sorting. * readmail.pl updated to define the following special header field keys passed to filter routines: x-mha-content-type The media type of the entity extracted from content-type entity header x-mha-part-number The relative part number of the entity with respect to parent entity. To get the absolute part number, use readmail::get_full_part_number($fields). x-mha-parent-header Reference to parent header fields hash. This, and other data structures, are now mentioned in the MIMEFILTERS resource page. * Text/richtext tag, <samepage>, is quietly dropped in mhtxtenrich.pl.
30 lines
694 B
Makefile
30 lines
694 B
Makefile
# $NetBSD: Makefile,v 1.17 2003/09/16 13:17:45 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= MHonArc-2.6.8
|
|
PKGNAME= mhonarc-2.6.8
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.oac.uci.edu/indiv/ehood/tar/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= jwise@NetBSD.org
|
|
HOMEPAGE= http://www.mhonarc.org/
|
|
COMMENT= Mailbox to HTML converter, suitable for list archives
|
|
|
|
USE_PERL5= YES
|
|
|
|
NO_BUILD=
|
|
|
|
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"
|