diff options
author | dirk <dirk@FreeBSD.org> | 1999-09-10 08:27:35 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-09-10 08:27:35 +0000 |
commit | 853439dc4c4b90195052785ecee9c9400a44ac94 (patch) | |
tree | f9584a687f3cf8dac3a4c7ab3225e1056a1aa248 /print/html2ps-letter/files | |
parent | 8fccb88e8c182bd36527efaf6b430bcf783b8cf8 (diff) | |
download | FreeBSD-ports-853439dc4c4b90195052785ecee9c9400a44ac94.zip FreeBSD-ports-853439dc4c4b90195052785ecee9c9400a44ac94.tar.gz |
- 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)
Diffstat (limited to 'print/html2ps-letter/files')
-rw-r--r-- | print/html2ps-letter/files/patch-aa | 21 | ||||
-rw-r--r-- | print/html2ps-letter/files/patch-ab | 13 |
2 files changed, 31 insertions, 3 deletions
diff --git a/print/html2ps-letter/files/patch-aa b/print/html2ps-letter/files/patch-aa index 8f46908..857c610 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 { diff --git a/print/html2ps-letter/files/patch-ab b/print/html2ps-letter/files/patch-ab index b71569d..866d105 100644 --- a/print/html2ps-letter/files/patch-ab +++ b/print/html2ps-letter/files/patch-ab @@ -1,12 +1,21 @@ --- html2ps.orig Sat Aug 9 20:59:05 1997 -+++ html2ps Mon Jul 19 21:55:04 1999 ++++ html2ps Fri Sep 10 00:00:25 1999 @@ -1,5 +1,5 @@ : # Use perl -eval 'exec perl -S $0 "$@"' -+eval 'exec /usr/bin/perl5 -S $0 "$@"' ++eval 'exec !!PERL5!! -S $0 "$@"' if $running_under_some_shell; # This is html2ps version 1.0 beta1, an HTML-to-PostScript converter. +@@ -26,7 +26,7 @@ + # Set the name of the global configuration file. See the installation notes + # and manual page for more details on configuration files. + +-$globrc='/opt/tdb/lib/html2ps/html2psrc'; ++$globrc='!!PREFIX!!/lib/html2ps/html2psrc'; + + $conf=<<'EOR'; + @html2ps { @@ -4072,6 +4072,7 @@ $URL=$url; unless($url=~m|://|) { |