Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove vximtool and util #18

Merged
merged 3 commits into from
Jun 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Imakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RELEASE = v2.0BETA2

LIBDIRS = obm
APPDIRS = xgterm ximtool xtapemon obmsh vximtool
APPDIRS = xgterm ximtool xtapemon obmsh
SUBDIRS = $(LIBDIRS) $(APPDIRS)

all:: World
Expand Down
6 changes: 2 additions & 4 deletions Notes-V2.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -538,10 +538,8 @@ users should notice a considerable improvement in the speed.

This section is meant to provide an up-to-date reference of the IIS
protocol used in X11IRAF v2.0, including any changes described above or in
following sections. These changes are implemented in XImtool display
server, the VXImtool virtual frame buffer, and the CDL application library
included with this release. Necessary changes in the current IRAF v2.14
release are also implied.
following sections. These changes are implemented in XImtool display server.
Necessary changes in the current IRAF v2.14 release are also implied.


IIS Header Packet Summary
Expand Down
12 changes: 2 additions & 10 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,13 @@
ximtool Source for ximtool (image display server/browser)
guidemo Some sample GUI applications
xtapemon IRAF tape monitor GUI
vximtool Source for Virtual XImtool dummy display server

obm Source for the Object Manager (OBM)
xpm OBM-compatible copy of the X pixmap source
xaw3d OBM-compatible copy of the 3D Xaw widget set
util Miscellaneous utility programs

The Xaw3D and XPM libraries are publically available software packages which
x11iraf only uses, we did did not develop them. Similarly OBM uses Tcl as
well as a collection of Xt-based widgets, including the FWF (Free Widget
Foundation) widgets, which were developed by others. Even if you already
have copies of these libraries on your system you should let x11iraf use the
included versions, as interface evolution will likely render other versions
incompatible with x11iraf (we periodically update our copies and perform the
necessary integration).
Foundation) widgets, which were developed by others.

Both XGterm and XImtool rely upon the IRAF Object Manager for the GUI.
The GUIDEMO package illustrates how to use GUIs in IRAF applications.
Expand Down Expand Up @@ -86,5 +78,5 @@ manual pages for more detailed configuration instructions.
To build the GUIDEMO IRAF package type "mkpkg" in the guidemo directory.

The LIB and INCLUDE directories should be referenced in applications which
use any of the x11iraf libaries (libobm.a, libXaw3d.a, libXpm.a).
use any of the x11iraf libaries (libobm.a).

2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ else
endif

set BINFILES = \
"ism_wcspix.e obmsh resize vximtool xgterm ximtool ximtool-alt xtapemon"
"ism_wcspix.e obmsh resize xgterm ximtool ximtool-alt xtapemon"


NEWLINE ; BOLD_ON
Expand Down
2 changes: 1 addition & 1 deletion mkarch
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# and set mkpkg to produce FFF binaries (FFF = ssun, sparc, etc.).
# Based on the IRAF hlib$mkfloat.csh script.

set DIRS = "obm obmsh vximtool xaw3d xgterm ximtool xpm xtapemon"
set DIRS = "obm obmsh xgterm ximtool xtapemon"
set new_arch = "$1"
set clean = 1

Expand Down
201 changes: 0 additions & 201 deletions util/ras2bin.c

This file was deleted.

Loading