Update MHonArc to version 2.6.8.
This commit is contained in:
parent
f3d011859a
commit
96c713191d
@ -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"
|
COMMENT= "highly customizable e-mail to HTML converter"
|
||||||
|
|
||||||
VERSION= 2.6.3
|
VERSION= 2.6.8
|
||||||
DISTNAME= MHonArc${VERSION}
|
DISTNAME= MHonArc-${VERSION}
|
||||||
PKGNAME= mhonarc-${VERSION}
|
PKGNAME= ${DISTNAME:L}
|
||||||
CATEGORIES= www mail
|
CATEGORIES= www mail
|
||||||
|
|
||||||
HOMEPAGE= http://www.mhonarc.org/
|
HOMEPAGE= http://www.mhonarc.org/
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (MHonArc2.6.3.tar.gz) = baabf53a28ab9db56b3a47d45820d551
|
MD5 (MHonArc-2.6.8.tar.gz) = 058dc8ab73db2ce0c37d401ffc57b609
|
||||||
RMD160 (MHonArc2.6.3.tar.gz) = 689db2213fa9bfcf858bb8bd700161f648ebfe84
|
RMD160 (MHonArc-2.6.8.tar.gz) = 5f913f0082f84b535e2b7d92533195fac18519cb
|
||||||
SHA1 (MHonArc2.6.3.tar.gz) = a9f74a9cd361d123fa1bb16691419a789c32a35e
|
SHA1 (MHonArc-2.6.8.tar.gz) = df81ad3c291c3b24eb742419636b7a0b2148260c
|
||||||
|
@ -1,27 +1,27 @@
|
|||||||
$OpenBSD: patch-install_me,v 1.1 2002/09/15 01:09:47 pvalchev Exp $
|
$OpenBSD: patch-install_me,v 1.2 2003/11/28 00:06:59 margarida Exp $
|
||||||
--- install.me.orig Wed Sep 4 05:17:50 2002
|
--- install.me.orig 2003-11-27 23:55:32.000000000 +0000
|
||||||
+++ install.me Sun Sep 8 22:04:01 2002
|
+++ install.me 2003-11-27 23:56:44.000000000 +0000
|
||||||
@@ -423,9 +423,6 @@ my %OptValues = ();
|
@@ -427,9 +427,6 @@ my $Root = '';
|
||||||
|
|
||||||
## Install files
|
## Install files
|
||||||
## -------------
|
## -------------
|
||||||
print STDERR "($OptValues{'perl'})\n";
|
|
||||||
- my $plprefix = "#!$OptValues{'perl'}\n";
|
- my $plprefix = "#!$OptValues{'perl'}\n";
|
||||||
- $plprefix .= "use lib qw($OptValues{'libpath'});\n"
|
- $plprefix .= "use lib qw($OptValues{'libpath'});\n"
|
||||||
- if $OptValues{'libpath'};
|
- if $OptValues{'libpath'};
|
||||||
my($file, $destfile);
|
my($file, $destfile);
|
||||||
if ($dobin) {
|
if ($dobin) {
|
||||||
print STDOUT qq(Installing programs to "$OptValues{'binpath'}":\n);
|
print STDOUT qq(Installing programs to "$OptValues{'binpath'}":\n);
|
||||||
@@ -435,11 +432,11 @@ my %OptValues = ();
|
@@ -442,11 +439,11 @@ my $Root = '';
|
||||||
($file = $_) =~ s%.*/%%o;
|
|
||||||
$destfile = join('', $OptValues{'binpath'}, $DIRSEP, $file);
|
$destfile = join('', $OptValues{'binpath'}, $DIRSEP, $file);
|
||||||
|
my $fulldestfile = apply_root($Root, $destfile);
|
||||||
print STDOUT $destfile, "\n";
|
print STDOUT $destfile, "\n";
|
||||||
- cp($_, $destfile, $plprefix, $WINDOWS);
|
- cp($_, $fulldestfile, $plprefix, $WINDOWS);
|
||||||
+ cp($_, $destfile, '', $WINDOWS);
|
+ cp($_, $fulldestfile, '', $WINDOWS);
|
||||||
eval q{chmod 0755, $destfile;};
|
eval q{chmod 0755, $fulldestfile;};
|
||||||
if ($WINDOWS && $file !~ /\.pl$/i) {
|
if ($WINDOWS && $file !~ /\.pl$/i) {
|
||||||
$destfile .= ".pl";
|
$fulldestfile .= ".pl";
|
||||||
- cp($_, $destfile, $plprefix);
|
- cp($_, $fulldestfile, $plprefix);
|
||||||
+ cp($_, $destfile, '');
|
+ cp($_, $fulldestfile, '');
|
||||||
eval q{chmod 0755, $destfile;};
|
eval q{chmod 0755, $fulldestfile;};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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
|
mail archiving with index, mail thread linking, etc; plus other
|
||||||
capabilities including support for MIME and powerful user customization
|
capabilities including support for MIME and powerful user customization
|
||||||
features.
|
features.
|
||||||
|
|
||||||
WWW: ${HOMEPAGE}
|
|
||||||
|
@ -7,4 +7,3 @@ output of the output HTML from your mailbox archives.
|
|||||||
Examples and extra programs to use with MHonArc are installed
|
Examples and extra programs to use with MHonArc are installed
|
||||||
under ${PREFIX}/share/examples/mhonarc
|
under ${PREFIX}/share/examples/mhonarc
|
||||||
==============================================================
|
==============================================================
|
||||||
|
|
||||||
|
@ -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-dbedit
|
||||||
bin/mha-dbrecover
|
bin/mha-dbrecover
|
||||||
bin/mha-decode
|
bin/mha-decode
|
||||||
@ -62,7 +62,6 @@ ${P5SITE}/MHonArc/CharEnt/KOI8_U.pm
|
|||||||
${P5SITE}/MHonArc/CharEnt/KOI_0.pm
|
${P5SITE}/MHonArc/CharEnt/KOI_0.pm
|
||||||
${P5SITE}/MHonArc/CharEnt/KOI_7.pm
|
${P5SITE}/MHonArc/CharEnt/KOI_7.pm
|
||||||
${P5SITE}/MHonArc/CharEnt/VISCII.pm
|
${P5SITE}/MHonArc/CharEnt/VISCII.pm
|
||||||
${P5SITE}/MHonArc/CharEnt/cmp.pl
|
|
||||||
${P5SITE}/MHonArc/CharMaps.pm
|
${P5SITE}/MHonArc/CharMaps.pm
|
||||||
${P5SITE}/MHonArc/Encode.pm
|
${P5SITE}/MHonArc/Encode.pm
|
||||||
${P5SITE}/MHonArc/RFC822.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/labelbeg.html
|
||||||
share/doc/mhonarc/resources/labelend.html
|
share/doc/mhonarc/resources/labelend.html
|
||||||
share/doc/mhonarc/resources/labelstyles.html
|
share/doc/mhonarc/resources/labelstyles.html
|
||||||
|
share/doc/mhonarc/resources/lang.html
|
||||||
share/doc/mhonarc/resources/lastpglink.html
|
share/doc/mhonarc/resources/lastpglink.html
|
||||||
share/doc/mhonarc/resources/listbegin.html
|
share/doc/mhonarc/resources/listbegin.html
|
||||||
share/doc/mhonarc/resources/listend.html
|
share/doc/mhonarc/resources/listend.html
|
||||||
|
Loading…
Reference in New Issue
Block a user