mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-09 10:48:48 +00:00
Missed removals in xterm 395 update.
This commit is contained in:
@@ -1,107 +0,0 @@
|
||||
$! $XFree86: xc/programs/xterm/link_axp.com,v 1.1 2000/02/08 17:19:35 dawes Exp $
|
||||
$ SAVE_VERIFY='F$VERIFY(0)
|
||||
$ if p1 .Eqs. "CLEAN" then goto clean
|
||||
$ if p1 .Eqs. "CLOBBER" then goto clobber
|
||||
$ if p1 .Eqs. "INSTALL" then goto install
|
||||
$!
|
||||
$! Compile the X11R4 Xterm application
|
||||
$!
|
||||
$ Set Symbol/Scope=NoGlobal
|
||||
$!
|
||||
$! Define logicals pointing to the needed directories
|
||||
$!
|
||||
$ x11lib_device = f$parse("[.lib]",,,"DEVICE")
|
||||
$ x11lib_directory = f$parse("[.lib]",,,"DIRECTORY")
|
||||
$ define/nolog x11lib 'x11lib_device''x11lib_directory'
|
||||
$!
|
||||
$ x11inc_device = f$parse("[]",,,"DEVICE")
|
||||
$ x11inc_directory = f$parse("[]",,,"DIRECTORY")
|
||||
$ define/nolog x11inc 'x11inc_device''x11inc_directory'
|
||||
$!
|
||||
$ xmu_device = f$parse("[.lib.xmu]",,,"DEVICE")
|
||||
$ xmu_directory = f$parse("[.lib.xmu]",,,"DIRECTORY")
|
||||
$ define/nolog x11xmu 'xmu_device''xmu_directory'
|
||||
$!
|
||||
$ xbm_device = f$parse("[.lib.x11]",,,"DEVICE")
|
||||
$ xbm_directory = f$parse("[.lib.x11]",,,"DIRECTORY")
|
||||
$ define/nolog x11xbm 'xbm_device''xbm_directory'
|
||||
$!
|
||||
$ xaw_device = f$parse("[.lib.xaw]",,,"DEVICE")
|
||||
$ xaw_directory = f$parse("[.lib.xaw]",,,"DIRECTORY")
|
||||
$ define/nolog x11xaw 'xaw_device''xaw_directory'
|
||||
$!
|
||||
$ x11vms_device = f$parse("[.lib.misc]",,,"DEVICE")
|
||||
$ x11vms_directory = f$parse("[.lib.misc]",,,"DIRECTORY")
|
||||
$ define/nolog x11vms 'x11vms_device''x11vms_directory'
|
||||
$!
|
||||
$! Get the compiler options via the logical name COPTS
|
||||
$!
|
||||
$ cc_options = f$trnlnm("COPTS")
|
||||
$!
|
||||
$! Get the linker options via the logical name LOPTS
|
||||
$!
|
||||
$ link_options = f$trnlnm("LOPTS")
|
||||
$!
|
||||
$ write sys$output "Building XTERM Image"
|
||||
$ CALL MAKE XTERM.EXE "LINK ''link_options' /EXE=XTERM.EXE_AXP/CROSS/FULL/MAP=XTERM.MAP XTERM_AXP/OPT" *.OBJ
|
||||
$!
|
||||
$ deassign x11lib
|
||||
$ deassign x11vms
|
||||
$ deassign x11xmu
|
||||
$ deassign x11xbm
|
||||
$ deassign x11xaw
|
||||
$!
|
||||
$ exit
|
||||
$!
|
||||
$ Clobber: ! Delete executables, Purge directory and clean up object files and listings
|
||||
$ Delete/noconfirm/log *.exe;*
|
||||
$!
|
||||
$ Clean: ! Purge directory, clean up object files and listings
|
||||
$ Purge
|
||||
$ Delete/noconfirm/log *.lis;*
|
||||
$ Delete/noconfirm/log *.obj;*
|
||||
$!
|
||||
$ exit
|
||||
$!
|
||||
$ Install:
|
||||
$ Copy/log *.exe x11bin:
|
||||
$ exit
|
||||
$!
|
||||
$MAKE: SUBROUTINE !SUBROUTINE TO CHECK DEPENDENCIES
|
||||
$ V = 'F$Verify(0)
|
||||
$! P1 = What we are trying to make
|
||||
$! P2 = Command to make it
|
||||
$! P3 - P8 What it depends on
|
||||
$
|
||||
$ If F$Search(P1) .Eqs. "" Then Goto Makeit
|
||||
$ Time = F$CvTime(F$File(P1,"RDT"))
|
||||
$arg=3
|
||||
$Loop:
|
||||
$ Argument = P'arg
|
||||
$ If Argument .Eqs. "" Then Goto Exit
|
||||
$ El=0
|
||||
$Loop2:
|
||||
$ File = F$Element(El," ",Argument)
|
||||
$ If File .Eqs. " " Then Goto Endl
|
||||
$ AFile = ""
|
||||
$Loop3:
|
||||
$ OFile = AFile
|
||||
$ AFile = F$Search(File)
|
||||
$ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
|
||||
$ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
|
||||
$ Goto Loop3
|
||||
$NextEL:
|
||||
$ El = El + 1
|
||||
$ Goto Loop2
|
||||
$EndL:
|
||||
$ arg=arg+1
|
||||
$ If arg .Le. 8 Then Goto Loop
|
||||
$ Goto Exit
|
||||
$
|
||||
$Makeit:
|
||||
$ Set Verify
|
||||
$ 'P2
|
||||
$ VV='F$Verify(0)
|
||||
$Exit:
|
||||
$ If V Then Set Verify
|
||||
$ENDSUBROUTINE
|
||||
@@ -1,90 +0,0 @@
|
||||
$! make.com
|
||||
$! 25-JAN-2000, David Mathog
|
||||
$! builds xaw3d, xmu, and then xterm.
|
||||
$!
|
||||
$! $XFree86: xc/programs/xterm/make.com,v 1.1 2000/02/08 17:19:37 dawes Exp $
|
||||
$!
|
||||
$!************************************************************
|
||||
$!
|
||||
$! set up logicals for XAW, XMU and so forth
|
||||
$!
|
||||
$ define x11_directory decw$include
|
||||
$ thisfile = f$environment("PROCEDURE")
|
||||
$ thisis = f$parse(thisfile,,,"DEVICE") + f$parse(thisfile,,,"DIRECTORY")
|
||||
$ thisis = thisis - "]"
|
||||
$ define xaw_directory "''thisis'.lib.xaw3d]"
|
||||
$ define xmu_directory "''thisis'.lib.xmu]"
|
||||
$ define bitmap_directory "''thisis'.lib.bitmaps]"
|
||||
$ define/trans=(concealed) thisX11 "''thisis.lib.]"
|
||||
$ define X11 thisx11,decw$include
|
||||
$!
|
||||
$! note, ansi doesn't work with this variant of X11R5.
|
||||
$!
|
||||
$! don't build libs in debug mode
|
||||
$ if(P1 .eqs. "" .AND. P2 .eqs. "")
|
||||
$ then
|
||||
$!
|
||||
$! build XMU
|
||||
$!
|
||||
$ set ver
|
||||
$ set def [.lib.xmu]
|
||||
$ @make
|
||||
$!
|
||||
$! build XAW3D
|
||||
$!
|
||||
$ set def [-.xaw3d]
|
||||
$ @make
|
||||
$ set def [--]
|
||||
$ set nover
|
||||
$!
|
||||
$! move the two libraries to this level
|
||||
$!
|
||||
$ rename [.lib...]*.olb []
|
||||
$ endif
|
||||
$!
|
||||
$ if(P1 .nes. "")
|
||||
$ then
|
||||
$ ccstub := cc/standard=vaxc/include=[]/debug/noopt
|
||||
$ mylink :== link/debug
|
||||
$ else
|
||||
$ ccstub := cc/standard=vaxc/include=[]
|
||||
$ mylink :== link
|
||||
$ endif
|
||||
$ mycc :== 'ccstub' -
|
||||
/define=(VMS,OPT_TEK4014,ALLOWLOGGING,OPT_NUM_LOCK)
|
||||
$!
|
||||
$! OPT_TOOLBAR doesn't work - it pulls in calls through Xaw3d and Xmu for
|
||||
$! XSHAPECOMBINEMASK and XSHAPEQUERYEXTENSION
|
||||
$! which seem not to exist in DW MOtif 1.2-5
|
||||
$!
|
||||
$!
|
||||
$ set ver
|
||||
$ mycc BUTTON.C
|
||||
$ mycc CHARPROC.C
|
||||
$ mycc CHARSETS.C
|
||||
$ mycc CURSOR.C
|
||||
$ mycc DATA.C
|
||||
$ mycc DOUBLECHR.C
|
||||
$ mycc FONTUTILS.C
|
||||
$ mycc INPUT.C
|
||||
$ mycc KEYSYM2UCS.C
|
||||
$ mycc MAIN.C
|
||||
$ mycc MENU.C
|
||||
$ mycc MISC.C
|
||||
$ mycc PRINT.C
|
||||
$ mycc PTYDATA.C
|
||||
$! mycc RESIZE.C
|
||||
$ mycc SCREEN.C
|
||||
$ mycc SCROLLBAR.C
|
||||
$ mycc TABS.C
|
||||
$ mycc TEKPROC.C
|
||||
$ mycc TEKPRSTBL.C
|
||||
$ mycc TRACE.C
|
||||
$ mycc TTYSVR.C
|
||||
$ mycc UTIL.C
|
||||
$ mycc VMS.C
|
||||
$ mycc VTPRSTBL.C
|
||||
$!
|
||||
$ mylink/exe=xterm.exe xterm_axp.opt/option
|
||||
$ set nover
|
||||
$ exit
|
||||
@@ -1,164 +0,0 @@
|
||||
! $XFree86: xc/programs/xterm/xterm.dat,v 1.5 2005/07/07 00:46:14 dickey Exp $
|
||||
!
|
||||
*title: Xterm
|
||||
*iconName: Xterm
|
||||
*c132: TRUE
|
||||
*scrollBar: on
|
||||
*saveLines: 1000
|
||||
|
||||
! This is nonsense: if the xterm has no session management capabilities,
|
||||
! it is useless, and if it does, it is harmful.
|
||||
!XTerm.JoinSession:False
|
||||
|
||||
! turn off NumLock support - there is some conflict or problem on VMS
|
||||
*numLock: false
|
||||
|
||||
*SimpleMenu*BackingStore: NotUseful
|
||||
*SimpleMenu*menuLabel.font: -adobe-helvetica-bold-r-normal--*-120-*-*-*-*-iso*-*
|
||||
*SimpleMenu*menuLabel.vertSpace: 100
|
||||
*SimpleMenu*HorizontalMargins: 16
|
||||
*SimpleMenu*Sme.height: 16
|
||||
*SimpleMenu*Cursor: left_ptr
|
||||
|
||||
*mainMenu.Label: Main Options
|
||||
*mainMenu*securekbd*Label: Secure Keyboard
|
||||
*mainMenu*allowsends*Label: Allow SendEvents
|
||||
*mainMenu*logging*Label: Log to File
|
||||
*mainMenu*print*Label: Print Window
|
||||
*mainMenu*redraw*Label: Redraw Window
|
||||
*mainMenu*dump-html*Label: XHTML Screen Dump
|
||||
*mainMenu*dump-svg*Label: SVG Screen Dump
|
||||
*mainMenu*8-bit control*Label: 8-Bit Controls
|
||||
*mainMenu*backarrow key*Label: Backarrow Key
|
||||
*mainMenu*num-lock*Label: Alt/NumLock Modifiers
|
||||
*mainMenu*meta-esc*Label: Meta Sends Escape
|
||||
*mainMenu*sunFunction-keys*Label: Sun Function-Keys
|
||||
*mainMenu*sunKeyboard*Label: VT220 Keyboard
|
||||
*mainMenu*hp function-keys*Label: HP Function-Keys
|
||||
*mainMenu*suspend*Label: Send STOP Signal
|
||||
*mainMenu*suspend*Sensitive: FALSE
|
||||
*mainMenu*continue*Label: Send CONT Signal
|
||||
*mainMenu*continue*Sensitive: FALSE
|
||||
*mainMenu*interrupt*Label: Send INT Signal
|
||||
*mainMenu*interrupt*Sensitive: FALSE
|
||||
*mainMenu*hangup*Label: Send HUP Signal
|
||||
*mainMenu*hangup*Sensitive: FALSE
|
||||
*mainMenu*terminate*Label: Send TERM Signal
|
||||
*mainMenu*terminate*Sensitive: FALSE
|
||||
*mainMenu*kill*Label: Send KILL Signal
|
||||
*mainMenu*kill*Sensitive: FALSE
|
||||
*mainMenu*quit*Label: Quit
|
||||
|
||||
*vtMenu.Label: VT Options
|
||||
*vtMenu*scrollbar*Label: Enable Scrollbar
|
||||
*vtMenu*jumpscroll*Label: Enable Jump Scroll
|
||||
*vtMenu*reversevideo*Label: Enable Reverse Video
|
||||
*vtMenu*autowrap*Label: Enable Auto Wraparound
|
||||
*vtMenu*reversewrap*Label: Enable Reverse Wraparound
|
||||
*vtMenu*autolinefeed*Label: Enable Auto Linefeed
|
||||
*vtMenu*appcursor*Label: Enable Application Cursor Keys
|
||||
*vtMenu*appkeypad*Label: Enable Application Keypad
|
||||
*vtMenu*scrollkey*Label: Scroll to Bottom on Key Press
|
||||
*vtMenu*scrollttyoutput*Label: Scroll to Bottom on Tty Output
|
||||
*vtMenu*allow132*Label: Allow 80/132 Column Switching
|
||||
*vtMenu*cursesemul*Label: Enable Curses Emulation
|
||||
*vtMenu*visualbell*Label: Enable Visual Bell
|
||||
*vtMenu*poponbell*Label: Enable Pop on Bell
|
||||
*vtMenu*marginbell*Label: Enable Margin Bell
|
||||
*vtMenu*cursorblink*Label: Enable Blinking Cursor
|
||||
*vtMenu*titeInhibit*Label: Enable Alternate Screen Switching
|
||||
*vtMenu*activeicon*Label: Enable Active Icon
|
||||
*vtMenu*softreset*Label: Do Soft Reset
|
||||
*vtMenu*hardreset*Label: Do Full Reset
|
||||
*vtMenu*clearsavedlines*Label: Reset and Clear Saved Lines
|
||||
*vtMenu*tekshow*Label: Show Tek Window
|
||||
*vtMenu*tekmode*Label: Switch to Tek Mode
|
||||
*vtMenu*vthide*Label: Hide VT Window
|
||||
*vtMenu*altscreen*Label: Show Alternate Screen
|
||||
|
||||
*fontMenu.Label: VT Fonts
|
||||
*fontMenu*fontdefault*Label: Default
|
||||
*VT100*font: -bitstream-terminal-medium-r-normal-gs-18-180-75-75-c-110-iso8859-1
|
||||
*fontMenu*font1*Label: Tiny
|
||||
*VT100*font1: -misc-fixed-medium-r-normal--8-60-*-*-c-50-iso8859-1
|
||||
*fontMenu*font2*Label: Small
|
||||
*VT100*font2: -misc-fixed-medium-r-normal--10-70-*-*-c-60-iso8859-1
|
||||
*fontMenu*font3*Label: Medium
|
||||
*VT100*font3: -misc-fixed-medium-r-normal--13-120-*-*-c-70-iso8859-1
|
||||
*fontMenu*font4*Label: Large
|
||||
*VT100*font4: -bitstream-terminal-medium-r-normal-gs-18-180-75-75-c-110-iso8859-1
|
||||
*fontMenu*font5*Label: Huge
|
||||
*VT100*font5: -bitstream-terminal-medium-r-normal-gs-36-280-100-100-c-220-iso8859-1
|
||||
*fontMenu*font6*Label: Large-Narrow
|
||||
*VT100*font6: -bitstream-terminal-medium-r-narrow--18-180-75-75-c-70-iso8859-1
|
||||
*fontMenu*font7*Label: Enormous
|
||||
*VT100*font7: -bitstream-terminal-medium-r-normal--*-200-100-100-c-*-iso8859-1
|
||||
*fontMenu*fontescape*Label: Escape Sequence
|
||||
*fontMenu*fontsel*Label: Selection
|
||||
!fontescape and fontsel overridden by application
|
||||
*fontMenu*font-doublesize*Label: Doublesized Characters
|
||||
*fontMenu*font-loadable*Label: VT220 Soft Fonts
|
||||
|
||||
*tekMenu.Label: Tek Options
|
||||
*tekMenu*tektextlarge*Label: Large Characters
|
||||
*tekMenu*tektext2*Label: #2 Size Characters
|
||||
*tekMenu*tektext3*Label: #3 Size Characters
|
||||
*tekMenu*tektextsmall*Label: Small Characters
|
||||
*tekMenu*tekpage*Label: PAGE
|
||||
*tekMenu*tekreset*Label: RESET
|
||||
*tekMenu*tekcopy*Label: COPY
|
||||
*tekMenu*vtshow*Label: Show VT Window
|
||||
*tekMenu*vtmode*Label: Switch to VT Mode
|
||||
*tekMenu*tekhide*Label: Hide Tek Window
|
||||
|
||||
*tek4014*fontLarge: -misc-fixed-medium-r-normal--15-140-*-*-c-90-iso8859-1
|
||||
*tek4014*font2: -misc-fixed-medium-r-normal--13-120-*-*-c-70-iso8859-1
|
||||
*tek4014*font3: -misc-fixed-medium-r-normal--10-100-*-*-c-60-iso8859-1
|
||||
*tek4014*fontSmall: -misc-fixed-medium-r-normal--8-80-*-*-c-50-iso8859-1
|
||||
|
||||
! Enable Colour by default.
|
||||
|
||||
*VT100*colorMode: on
|
||||
*VT100*boldColors: on
|
||||
*VT100*dynamicColors: on
|
||||
|
||||
*VT100*highlightColor: red
|
||||
*VT100*cursorColor: white
|
||||
!bold text color
|
||||
*VT100*colorBDMode: on
|
||||
*VT100*colorBD: green
|
||||
!blinking text color
|
||||
*VT100*colorBLMode: on
|
||||
*VT100*colorBL: red
|
||||
|
||||
|
||||
! Uncomment this use color for underline attribute
|
||||
!*VT100*colorULMode: on
|
||||
!*VT100*italicULMode: on
|
||||
!*VT100*underLine: off
|
||||
|
||||
! Uncomment this to use color for the bold attribute
|
||||
*VT100*colorBDMode: on
|
||||
|
||||
! Uncomment this to use the bold/underline colors in preference to other colors
|
||||
*VT100*colorAttrMode: on
|
||||
|
||||
*VT100*color0: black
|
||||
*VT100*color1: red3
|
||||
*VT100*color2: green3
|
||||
*VT100*color3: yellow3
|
||||
*VT100*color4: blue3
|
||||
*VT100*color5: magenta3
|
||||
*VT100*color6: cyan3
|
||||
*VT100*color7: gray90
|
||||
*VT100*color8: gray30
|
||||
*VT100*color9: red
|
||||
*VT100*color10: green
|
||||
*VT100*color11: yellow
|
||||
*VT100*color12: blue
|
||||
*VT100*color13: magenta
|
||||
*VT100*color14: cyan
|
||||
*VT100*color15: white
|
||||
*VT100*colorUL: yellow
|
||||
*VT100*colorBD: white
|
||||
|
||||
Reference in New Issue
Block a user