summaryrefslogtreecommitdiff
path: root/japanese/mhonarc/files
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1999-03-31 11:48:28 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1999-03-31 11:48:28 +0000
commit0aea03c7c34abef50eafb0b83d95aeb510a655f6 (patch)
tree5e90f5e98584b3ef298f295f84ecf6cca4ba158e /japanese/mhonarc/files
parentSubmitted by: flathill@FreeBSD.ORG (diff)
Submitted by: flathill@FreeBSD.ORG
WWW front end for mail archives.
Notes
Notes: svn path=/head/; revision=17493
Diffstat (limited to 'japanese/mhonarc/files')
-rw-r--r--japanese/mhonarc/files/mhonarc.rc.sample18
-rw-r--r--japanese/mhonarc/files/patch-aa32
-rw-r--r--japanese/mhonarc/files/patch-ab10
3 files changed, 60 insertions, 0 deletions
diff --git a/japanese/mhonarc/files/mhonarc.rc.sample b/japanese/mhonarc/files/mhonarc.rc.sample
new file mode 100644
index 000000000000..539d878eafdb
--- /dev/null
+++ b/japanese/mhonarc/files/mhonarc.rc.sample
@@ -0,0 +1,18 @@
+<DECODEHEADS>
+<MIMEARGS>
+text/plain:default=iso-2022-jp
+</MIMEARGS>
+<CHARSETCONVERTERS>
+iso-2022-jp; iso_2022::str2sgml; iso2022.pl
+plain; iso_2022::str2sgml; iso2022.pl
+</CHARSETCONVERTERS>
+
+<MsgPgBegin>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML//EN">
+<HTML>
+<HEAD>
+<TITLE>$SUBJECTNA$</TITLE>
+<LINK REV="made" HREF="mailto:$FROMADDR$">
+</HEAD>
+<BODY>
+</MsgPgBegin>
diff --git a/japanese/mhonarc/files/patch-aa b/japanese/mhonarc/files/patch-aa
new file mode 100644
index 000000000000..de9b4b27f532
--- /dev/null
+++ b/japanese/mhonarc/files/patch-aa
@@ -0,0 +1,32 @@
+--- install.me.orig Sun Nov 8 21:01:53 1998
++++ install.me Tue Mar 2 12:02:55 1999
+@@ -263,7 +263,7 @@
+ exit !$ret;
+ }
+
+- my $cfg_prefix = $Config{'prefix'};
++ my $cfg_prefix = "/usr/local";
+ $DefValues{'binpath'} = $Config{'installbin'};
+ $DefValues{'libpath'} = $Config{'installsitelib'};
+ $DefValues{'manpath'} = $Config{'installman1dir'};
+@@ -271,9 +271,9 @@
+ $DefValues{'binpath'} =~ s/^\Q$cfg_prefix/$OptValues{'prefix'}/o;
+ $DefValues{'libpath'} =~ s/^\Q$cfg_prefix/$OptValues{'prefix'}/o;
+ $DefValues{'manpath'} =~ s/^\Q$cfg_prefix/$OptValues{'prefix'}/o;
+- $DefValues{'docpath'} = join($DIRSEP, $OptValues{'prefix'}, 'doc');
++ $DefValues{'docpath'} = join($DIRSEP, $OptValues{'prefix'}, 'share/doc');
+ } else {
+- $DefValues{'docpath'} = join($DIRSEP, $cfg_prefix, 'doc');
++ $DefValues{'docpath'} = join($DIRSEP, $cfg_prefix, 'share/doc');
+ }
+ $DefValues{'manpath'} =~ s|(${DIRSEPRX}man)${DIRSEPRX}.*|$1|;
+
+@@ -294,6 +294,8 @@
+ \%Files);
+
+ $DefValues{'docpath'} .= $DIRSEP . $Files{'name'}[0]
++ if $Files{'name'}[0];
++ $DefValues{'libpath'} .= $DIRSEP . $Files{'name'}[0]
+ if $Files{'name'}[0];
+ $dobin = defined($Files{'bin'}) && scalar(@{$Files{'bin'}}) &&
+ !$OptValues{'nobin'};
diff --git a/japanese/mhonarc/files/patch-ab b/japanese/mhonarc/files/patch-ab
new file mode 100644
index 000000000000..d0c71feb6ac7
--- /dev/null
+++ b/japanese/mhonarc/files/patch-ab
@@ -0,0 +1,10 @@
+--- FILELIST.orig Wed Mar 17 18:36:19 1999
++++ FILELIST Wed Mar 17 18:36:49 1999
+@@ -4,6 +4,7 @@
+ bin:mha-dbrecover
+ lib:lib/base64.pl
+ lib:lib/ewhutil.pl
++lib:lib/iso2022.pl
+ lib:lib/iso8859.pl
+ lib:lib/mhamain.pl
+ lib:lib/mhdb.pl