Update MHonArc to version 2.6.8.

This commit is contained in:
margarida 2003-11-28 00:06:59 +00:00
parent f3d011859a
commit 96c713191d
6 changed files with 23 additions and 26 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.18 2003/04/22 00:46:00 margarida Exp $
# $OpenBSD: Makefile,v 1.19 2003/11/28 00:06:59 margarida Exp $
COMMENT= "highly customizable e-mail to HTML converter"
VERSION= 2.6.3
DISTNAME= MHonArc${VERSION}
PKGNAME= mhonarc-${VERSION}
VERSION= 2.6.8
DISTNAME= MHonArc-${VERSION}
PKGNAME= ${DISTNAME:L}
CATEGORIES= www mail
HOMEPAGE= http://www.mhonarc.org/

View File

@ -1,3 +1,3 @@
MD5 (MHonArc2.6.3.tar.gz) = baabf53a28ab9db56b3a47d45820d551
RMD160 (MHonArc2.6.3.tar.gz) = 689db2213fa9bfcf858bb8bd700161f648ebfe84
SHA1 (MHonArc2.6.3.tar.gz) = a9f74a9cd361d123fa1bb16691419a789c32a35e
MD5 (MHonArc-2.6.8.tar.gz) = 058dc8ab73db2ce0c37d401ffc57b609
RMD160 (MHonArc-2.6.8.tar.gz) = 5f913f0082f84b535e2b7d92533195fac18519cb
SHA1 (MHonArc-2.6.8.tar.gz) = df81ad3c291c3b24eb742419636b7a0b2148260c

View File

@ -1,27 +1,27 @@
$OpenBSD: patch-install_me,v 1.1 2002/09/15 01:09:47 pvalchev Exp $
--- install.me.orig Wed Sep 4 05:17:50 2002
+++ install.me Sun Sep 8 22:04:01 2002
@@ -423,9 +423,6 @@ my %OptValues = ();
$OpenBSD: patch-install_me,v 1.2 2003/11/28 00:06:59 margarida Exp $
--- install.me.orig 2003-11-27 23:55:32.000000000 +0000
+++ install.me 2003-11-27 23:56:44.000000000 +0000
@@ -427,9 +427,6 @@ my $Root = '';
## Install files
## -------------
print STDERR "($OptValues{'perl'})\n";
- my $plprefix = "#!$OptValues{'perl'}\n";
- $plprefix .= "use lib qw($OptValues{'libpath'});\n"
- if $OptValues{'libpath'};
my($file, $destfile);
if ($dobin) {
print STDOUT qq(Installing programs to "$OptValues{'binpath'}":\n);
@@ -435,11 +432,11 @@ my %OptValues = ();
($file = $_) =~ s%.*/%%o;
@@ -442,11 +439,11 @@ my $Root = '';
$destfile = join('', $OptValues{'binpath'}, $DIRSEP, $file);
my $fulldestfile = apply_root($Root, $destfile);
print STDOUT $destfile, "\n";
- cp($_, $destfile, $plprefix, $WINDOWS);
+ cp($_, $destfile, '', $WINDOWS);
eval q{chmod 0755, $destfile;};
- cp($_, $fulldestfile, $plprefix, $WINDOWS);
+ cp($_, $fulldestfile, '', $WINDOWS);
eval q{chmod 0755, $fulldestfile;};
if ($WINDOWS && $file !~ /\.pl$/i) {
$destfile .= ".pl";
- cp($_, $destfile, $plprefix);
+ cp($_, $destfile, '');
eval q{chmod 0755, $destfile;};
$fulldestfile .= ".pl";
- cp($_, $fulldestfile, $plprefix);
+ cp($_, $fulldestfile, '');
eval q{chmod 0755, $fulldestfile;};
}
}

View File

@ -2,5 +2,3 @@ MHonArc is a Perl mail-to-HTML converter. MHonArc provides HTML
mail archiving with index, mail thread linking, etc; plus other
capabilities including support for MIME and powerful user customization
features.
WWW: ${HOMEPAGE}

View File

@ -7,4 +7,3 @@ output of the output HTML from your mailbox archives.
Examples and extra programs to use with MHonArc are installed
under ${PREFIX}/share/examples/mhonarc
==============================================================

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.6 2003/04/22 00:46:00 margarida Exp $
@comment $OpenBSD: PLIST,v 1.7 2003/11/28 00:06:59 margarida Exp $
bin/mha-dbedit
bin/mha-dbrecover
bin/mha-decode
@ -62,7 +62,6 @@ ${P5SITE}/MHonArc/CharEnt/KOI8_U.pm
${P5SITE}/MHonArc/CharEnt/KOI_0.pm
${P5SITE}/MHonArc/CharEnt/KOI_7.pm
${P5SITE}/MHonArc/CharEnt/VISCII.pm
${P5SITE}/MHonArc/CharEnt/cmp.pl
${P5SITE}/MHonArc/CharMaps.pm
${P5SITE}/MHonArc/Encode.pm
${P5SITE}/MHonArc/RFC822.pm
@ -277,6 +276,7 @@ share/doc/mhonarc/resources/keeponrmm.html
share/doc/mhonarc/resources/labelbeg.html
share/doc/mhonarc/resources/labelend.html
share/doc/mhonarc/resources/labelstyles.html
share/doc/mhonarc/resources/lang.html
share/doc/mhonarc/resources/lastpglink.html
share/doc/mhonarc/resources/listbegin.html
share/doc/mhonarc/resources/listend.html