1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/misc/videotext/files/patch-ae
Roger Hardiman 3555fcba51 Initial import of videotext, a program to display Videotext/Teletext
pages either direct from hardware or from .vtx files which can be
produced from the vbidecode program.
1999-06-08 17:48:39 +00:00

20 lines
616 B
Plaintext

*** scripts/mkvtxfont.orig Tue Jun 8 16:10:07 1999
--- scripts/mkvtxfont Tue Jun 8 16:10:07 1999
*************** if [ $# -ne 4 ]; then
*** 18,24 ****
exit 1
fi
! exec gawk -v "nfile=$2" -v "dfile=$3" -v "vfile=$4" -f - << "THIS_IS_THE_END" "$1"
function print_header(xsize, ysize, ptsize, width, file) { # Print BDF-File header
print "STARTFONT 2.1" > file
--- 18,24 ----
exit 1
fi
! exec awk -v "nfile=$2" -v "dfile=$3" -v "vfile=$4" -f - << "THIS_IS_THE_END" "$1"
function print_header(xsize, ysize, ptsize, width, file) { # Print BDF-File header
print "STARTFONT 2.1" > file