summaryrefslogtreecommitdiff
path: root/japanese/latex2html/files
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-02-12 02:27:50 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-02-12 02:27:50 +0000
commitf974509c30e31781f9d341921539f37926fd0242 (patch)
treeaaac0dbe6d5b372daf9c696011a038012732b397 /japanese/latex2html/files
parentURL updates for multiple ports (diff)
Update to 2002-2-1+jp2.0.
PR: 47812 Submitted by: Sadahiro SUGIMOTO <ixtl@utmc.or.jp>
Notes
Notes: svn path=/head/; revision=75333
Diffstat (limited to 'japanese/latex2html/files')
-rw-r--r--japanese/latex2html/files/answer-gif7
-rw-r--r--japanese/latex2html/files/answer-png7
-rw-r--r--japanese/latex2html/files/patch-ba38
-rw-r--r--japanese/latex2html/files/patch-bb11
-rw-r--r--japanese/latex2html/files/patch-bc11
-rw-r--r--japanese/latex2html/files/patch-bd11
-rw-r--r--japanese/latex2html/files/patch-be11
-rw-r--r--japanese/latex2html/files/patch-ca11
8 files changed, 11 insertions, 96 deletions
diff --git a/japanese/latex2html/files/answer-gif b/japanese/latex2html/files/answer-gif
deleted file mode 100644
index 7df36dd9d432..000000000000
--- a/japanese/latex2html/files/answer-gif
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-g
-
-
-
diff --git a/japanese/latex2html/files/answer-png b/japanese/latex2html/files/answer-png
deleted file mode 100644
index b8d1824a3d4d..000000000000
--- a/japanese/latex2html/files/answer-png
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-p
-
-
-
diff --git a/japanese/latex2html/files/patch-ba b/japanese/latex2html/files/patch-ba
deleted file mode 100644
index acc73fe0c080..000000000000
--- a/japanese/latex2html/files/patch-ba
+++ /dev/null
@@ -1,38 +0,0 @@
---- latex2html.orig Tue Jul 18 09:41:56 2000
-+++ latex2html Tue Jul 18 09:46:11 2000
-@@ -2780,7 +2780,7 @@
- if (defined &$trans) {
- &set_default_language($pattern,*_);
- }
-- undef($cmd,$trans);
-+ undef $cmd; undef $trans;
- }
- next;
- } elsif ($4) {
-@@ -3085,7 +3085,7 @@
- # Modifies $contents
- &process_command($single_cmd_rx,*contents) if ($contents =~ /\\/o);
- }
-- undef ($cmd,$tmp,$etmp);
-+ undef $cmd; undef $tmp; undef $etmp;
- } else {
- $contents = &translate_environments($contents);
- $contents = &translate_commands($contents)
-@@ -8916,7 +8916,7 @@
- };
- }
- return(1) if ($this_dir eq '.');
-- rmdir($this_dir,$print_dir) if $mode;
-+ if ($mode) { rmdir $this_dir; rmdir $print_dir }
- if (!$mode) { &new_dir($this_dir,'r')};
- return(1);
- } elsif ($answer =~ /^q$/) {
-@@ -11326,7 +11326,7 @@
- &extract_captions($cap_env) if ($_ =~ /\\caption/m);
- $minipage_caption = $captions;
- $_ = $contents;
-- undef($contents, $captions);
-+ undef $contentscw; undef $captions;
- };
- }
-
diff --git a/japanese/latex2html/files/patch-bb b/japanese/latex2html/files/patch-bb
deleted file mode 100644
index 18ff12030c1d..000000000000
--- a/japanese/latex2html/files/patch-bb
+++ /dev/null
@@ -1,11 +0,0 @@
---- versions/html3_1.pl Tue Mar 30 20:29:04 1999
-+++ versions/html3_1.pl.new Tue Jul 18 09:27:13 2000
-@@ -1731,7 +1731,7 @@
- ($this, $_) = &$ctmp($_);
- $this = &parse_math_toks($mode,$style,$face,$slevel,1,$this);
- @open_tags = @save_open_tags;
-- undef ($color_env, $inside_math, @save_open_tags);
-+ undef $color_env; undef $inside_math; undef @save_open_tags;
- };
- } elsif ($cmd eq 'left') {
- #expandable delimiter: make an image
diff --git a/japanese/latex2html/files/patch-bc b/japanese/latex2html/files/patch-bc
deleted file mode 100644
index a0d4af98f86b..000000000000
--- a/japanese/latex2html/files/patch-bc
+++ /dev/null
@@ -1,11 +0,0 @@
---- versions/html3_2.pl Wed Dec 2 19:43:50 1998
-+++ versions/html3_2.pl.new Tue Jul 18 09:24:27 2000
-@@ -801,7 +801,7 @@
- local($tmp) = ++$global{'max_id'};
- "\\begin$OP$tmp${CP}math$OP$tmp$CP$1\\end$OP$tmp${CP}math$OP$tmp$CP"
- /eg;
-- undef ($cmd,$tmp,$endspec); undef @cmds;
-+ undef $cmd; undef $tmp; undef $endspec; undef @cmds;
-
- local($tmp) = ++$global{'max_id'};
- if(@save_open_tags_tabular) {
diff --git a/japanese/latex2html/files/patch-bd b/japanese/latex2html/files/patch-bd
deleted file mode 100644
index 23616be6e0f3..000000000000
--- a/japanese/latex2html/files/patch-bd
+++ /dev/null
@@ -1,11 +0,0 @@
---- versions/html4_0.pl Wed Dec 2 19:43:52 1998
-+++ versions/html4_0.pl.new Tue Jul 18 09:25:00 2000
-@@ -1138,7 +1138,7 @@
- local($tmp) = ++$global{'max_id'};
- "\\begin$OP$tmp${CP}math$OP$tmp$CP$1\\end$OP$tmp${CP}math$OP$tmp$CP"
- /eg;
-- undef ($cmd,$tmp,$endspec); undef @cmds;
-+ undef $cmd; undef $tmp; undef $endspec; undef @cmds;
-
- local($tmp) = ++$global{'max_id'};
- if(@save_open_tags_tabular) {
diff --git a/japanese/latex2html/files/patch-be b/japanese/latex2html/files/patch-be
deleted file mode 100644
index 1ccd8b1d4a88..000000000000
--- a/japanese/latex2html/files/patch-be
+++ /dev/null
@@ -1,11 +0,0 @@
---- versions/math.pl Tue Jul 18 09:25:39 2000
-+++ versions/math.pl.new Tue Jul 18 09:26:05 2000
-@@ -1731,7 +1731,7 @@
- ($this, $_) = &$ctmp($_);
- $this = &parse_math_toks($mode,$style,$face,$slevel,1,$this);
- @open_tags = @save_open_tags;
-- undef ($color_env, $inside_math, @save_open_tags);
-+ undef $color_env; undef $inside_math; undef @save_open_tags;
- };
- } elsif ($cmd eq 'left') {
- #expandable delimiter: make an image
diff --git a/japanese/latex2html/files/patch-ca b/japanese/latex2html/files/patch-ca
new file mode 100644
index 000000000000..40826ab05d10
--- /dev/null
+++ b/japanese/latex2html/files/patch-ca
@@ -0,0 +1,11 @@
+--- prefs.pm.orig Mon Feb 3 01:44:43 2003
++++ prefs.pm Mon Feb 3 01:45:37 2003
+@@ -220,7 +220,7 @@
+ # $prefs{'DVIPSOPT'} = ' -E'; # create encapsulated (EPS) images
+ # $prefs{'DVIPSOPT'} = ' -Ppdf'; # use Type 1 fonts, as for PDF
+ # $prefs{'DVIPSOPT'} = ' -Pcmz -Pamz'; # use CM and AMS Type 1 fonts
+-$prefs{'DVIPSOPT'} = ' -Ppdf';
++# $prefs{'DVIPSOPT'} = ' -Ppdf';
+
+ # set this to 1 if you want dvips to create special fonts for better
+ # image generation. You need to set the following two items to correct