the mean time. Update to MHonarc 2.6.6, based on patch from adrian.portelli@stindustries.net: ============================================================================ 2003/07/21 (2.6.6) * Bug Fixes: Bug ID Summary ------ ------------------------------------------------------------ 4387 m2h_text_plain::filter maxwidth usage can lead to crash with a certain kind of input ------ ------------------------------------------------------------ <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.6&chunksz=50> ============================================================================ 2003/07/19 (2.6.5) * Bug Fixes: Bug ID Summary ------ ------------------------------------------------------------ 4126 Typo in mhopt.pl causes error message for big5 character set 4315 allowcomments' directive to filter() is ignored ------ ------------------------------------------------------------ <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.5&chunksz=50> * An architecture independent RPM package is now provided for installation. Because of this, the package name format has slightly changed to be consistent RPM, and other, package managers: Old format New Format ------------- ------------- MHonArcX.X.X MHonArc-X.X.X Installation document has been updated to reflect this change. If you create third-party distribution bundles for MHonArc, you may need to update your bundling process to take account of this change, mainly because the directory created when extracting the tar or zip bundles now include the hyphen.
30 lines
692 B
Makefile
30 lines
692 B
Makefile
# $NetBSD: Makefile,v 1.16 2003/07/31 14:50:11 jwise Exp $
|
|
#
|
|
|
|
DISTNAME= MHonArc-2.6.6
|
|
PKGNAME= mhonarc-2.6.6
|
|
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"
|