summaryrefslogtreecommitdiff
path: root/print/html2ps-letter/files/patch-aa
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-09-10 08:27:35 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-09-10 08:27:35 +0000
commit5c06167de940646a99d7f9ed57f01a7dc39bc15c (patch)
tree97096830929df26af02a71c41530883c43a90941 /print/html2ps-letter/files/patch-aa
parentCompile-error (diff)
- make port non-interactive.
- support a4 and letter papersizes after a repository copy from html2ps to html2ps-a4 and html2ps-letter. - use ${PERL} for substituting not ${PERL5}. Requested by: Andreas Klemm <andreas@FreeBSD.org> (mantainer)
Notes
Notes: svn path=/head/; revision=21548
Diffstat (limited to 'print/html2ps-letter/files/patch-aa')
-rw-r--r--print/html2ps-letter/files/patch-aa21
1 files changed, 20 insertions, 1 deletions
diff --git a/print/html2ps-letter/files/patch-aa b/print/html2ps-letter/files/patch-aa
index 8f46908afbf0..857c6108c15e 100644
--- a/print/html2ps-letter/files/patch-aa
+++ b/print/html2ps-letter/files/patch-aa
@@ -1,5 +1,5 @@
--- install.orig Sat Sep 13 14:37:20 1997
-+++ install Sun May 17 21:29:55 1998
++++ install Fri Sep 10 00:13:56 1999
@@ -1,5 +1,5 @@
: # Use perl
-eval 'exec perl -S $0 "$@"'
@@ -28,3 +28,22 @@
SW:for("texmf/tex/generic/hyphen","macros","inputs","lib/macros",
"lib/inputs","lib/tex/macros","lib/tex/inputs") {
if(-f "$texdir/$_/ushyph1.tex") {
+@@ -255,7 +255,7 @@
+ &mkdir($html,$def);
+
+ $paper = "";
+-&getval($format, "A4",
++&getval($format, "!!PAPERSIZE!!",
+ "\nEnter the default paper type, possible choices are:\nA0, A1, A2, A3, A4,"
+ ." A5, A6, A7, A8, A9, A10,\nB0, B1, B2, B3, B4, B5, B6, B7, B8, B9, B10,\n"
+ ."letter, legal, arche, archd, archc, archb, archa,\nflsa, flse, halfletter,"
+@@ -401,8 +401,7 @@
+
+ sub getval {
+ $text = $_[1]? "$_[2] [$_[1]]": $_[2];
+- print "$text: ";
+- ($_[0] = <STDIN>) =~ s/^\s+|[\/\s]+$//g;
++ print "$text: $_[1]\n";
+ $_[0] = $_[1] if(!$_[0]);
+ }
+ sub inst {