Software Package:       
	tex
		dviljk
		dvipsk
		texmf
		web2c
		xdvik

Release/Version:
	various, current as of mid-October, 1995.
		dviljk	2.5
		dvipsk	5.58f
		ktexmf	6.3 (from src-6.3)
		texmf	6.9 (from lib-6.9)
		web	6.1
		web2c	6.1
		xdvik	18f

Retrieved from:
	ftp.cs.umb.edu:pub/tex/
		dviljk-2.5.tar.gz
		dvipsk-5.58f.tar.gz
		lib-6.9.tar.gz
		src-6.3.tar.gz
		web-6.1.tar.gz
		web2c-6.1.tar.gz
		xdvik-18f.tar.gz

Bug reports:
	This software package is maintained by the software contributor,
	not BSDI.  Please send any bug reports to both support@BSDI.COM
	and to tex-k@cs.umb.edu.

Comments:
	Each of the subdirectories under tex (except texmf and ktexmf-6.3)
	were configured using the "--prefix=/usr/contrib/texmf" flag to
	the GNU configure program so that all of the TeX components are
	installed under /usr/contrib/texmf.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Modifications to this version made by BSDI:

The following shar file contains a single file for each modified file
from the original distribution.  Each file contains the concatenation
of the rlog output and the rcsdiff between the original and the
distributed version of the program.

#!/bin/sh
# This is a shell archive (produced by GNU sharutils 4.1).
# To extract the files from this archive, save it to some FILE, remove
# everything before the `!/bin/sh' line above, then type `sh FILE'.
#
# Made on 1995-10-26 18:29 MDT by <hartzell@forge.BSDI.COM>.
# Source directory was `/var/tmp/texdiffs'.
#
# Existing files will *not* be overwritten unless `-c' is specified.
#
# This shar contains:
# length mode       name
# ------ ---------- ------------------------------------------
#    238 -rw-r--r-- ./changelist
#   1101 -rw-r--r-- web2c-6.1/web2c/configure-bsdi-changes
#   1076 -rw-r--r-- b2c-6.1/Makefile.in-bsdi-changes
#    853 -rw-r--r-- xdvik-18f/xdvik/sfSelFile.c-bsdi-changes
#    849 -rw-r--r-- xdvik-18f/xdvik/sfDraw.c-bsdi-changes
#    867 -rw-r--r-- xdvik-18f/xdvik/sfPath.c-bsdi-changes
#    893 -rw-r--r-- xdvik-18f/xdvik/xdvi.h-bsdi-changes
#    903 -rw-r--r-- dviljk-2.5/dviljk/Makefile.in-bsdi-changes
#    848 -rw-r--r-- dviljk-2.5/dviljk/dvi2xx.c-bsdi-changes
#
touch -am 1231235999 $$.touch >/dev/null 2>&1
if test ! -f 1231235999 && test -f $$.touch; then
  shar_touch=touch
else
  shar_touch=:
  echo
  echo 'WARNING: not restoring timestamps.  Consider getting and'
  echo "installing GNU \`touch', distributed in GNU File Utilities..."
  echo
fi
rm -f 1231235999 $$.touch
#
# ============= ./changelist ==============
if test -f './changelist' && test X"$1" != X"-c"; then
  echo 'x - skipping ./changelist (file already exists)'
else
  echo 'x - extracting ./changelist (text)'
  sed 's/^X//' << 'SHAR_EOF' > './changelist' &&
X./dviljk-2.5/dviljk/dvi2xx.c,v
X./dviljk-2.5/dviljk/Makefile.in,v
X./web2c-6.1/web2c/configure,v
X./web2c-6.1/Makefile.in,v
X./xdvik-18f/xdvik/xdvi.h,v
X./xdvik-18f/xdvik/sfSelFile.c,v
X./xdvik-18f/xdvik/sfDraw.c,v
X./xdvik-18f/xdvik/sfPath.c,v
SHAR_EOF
  $shar_touch -am 1026173695 './changelist' &&
  chmod 0644 './changelist' ||
  echo 'restore of ./changelist failed'
  shar_count="`wc -c < './changelist'`"
  test 238 -eq "$shar_count" ||
    echo "./changelist: original size 238, current size $shar_count"
fi
# ============= web2c-6.1/web2c/configure-bsdi-changes ==============
if test ! -d 'web2c-6.1'; then
  echo 'x - creating directory web2c-6.1'
  mkdir 'web2c-6.1'
fi
if test ! -d 'web2c-6.1/web2c'; then
  echo 'x - creating directory web2c-6.1/web2c'
  mkdir 'web2c-6.1/web2c'
fi
if test -f 'web2c-6.1/web2c/configure-bsdi-changes' && test X"$1" != X"-c"; then
  echo 'x - skipping web2c-6.1/web2c/configure-bsdi-changes (file already exists)'
else
  echo 'x - extracting web2c-6.1/web2c/configure-bsdi-changes (text)'
  sed 's/^X//' << 'SHAR_EOF' > 'web2c-6.1/web2c/configure-bsdi-changes' &&
X
RCS file: configure,v
Working file: configure
head: 1.2
branch:
locks: strict
access list:
symbolic names:
comment leader: "# "
keyword substitution: kv
total revisions: 2;	selected revisions: 2
description:
----------------------------
revision 1.2
date: 1995/10/26 23:45:28;  author: hartzell;  state: Exp;  lines: +9 -0
Get configure to include the SM and ICE libraries on bsdi.
----------------------------
revision 1.1
date: 1995/10/22 15:52:37;  author: hartzell;  state: Exp;
Initial revision
=============================================================================
*** 1.1	1995/10/22 15:52:37
--- 1.2	1995/10/26 23:45:28
***************
*** 1083,1086 ****
--- 1083,1095 ----
X  # Check for additional X libraries.
X  # 
+ # BSD/OS requires -lSM -lICE 
+ for x_sundry_lib in SM ICE ; do
+ 	if test -r /usr/X11/lib/lib${x_sundry_lib}.a; then
+ 		x_extra_libs="$x_extra_libs -l$x_sundry_lib"
+ 		test -n "$verbose" && \
+ 		echo "  adding -l$x_sundry_lib to x_extra_libs (for BSD/OS)"
+ 	fi
+ done
+ 
X  # Since we already have an explicit check for POSIXified ISC, assume
X  # it's been used.
SHAR_EOF
  $shar_touch -am 1026174795 'web2c-6.1/web2c/configure-bsdi-changes' &&
  chmod 0644 'web2c-6.1/web2c/configure-bsdi-changes' ||
  echo 'restore of web2c-6.1/web2c/configure-bsdi-changes failed'
  shar_count="`wc -c < 'web2c-6.1/web2c/configure-bsdi-changes'`"
  test 1101 -eq "$shar_count" ||
    echo "web2c-6.1/web2c/configure-bsdi-changes: original size 1101, current size $shar_count"
fi
# ============= b2c-6.1/Makefile.in-bsdi-changes ==============
if test ! -d 'b2c-6.1'; then
  echo 'x - creating directory b2c-6.1'
  mkdir 'b2c-6.1'
fi
if test -f 'b2c-6.1/Makefile.in-bsdi-changes' && test X"$1" != X"-c"; then
  echo 'x - skipping b2c-6.1/Makefile.in-bsdi-changes (file already exists)'
else
  echo 'x - extracting b2c-6.1/Makefile.in-bsdi-changes (text)'
  sed 's/^X//' << 'SHAR_EOF' > 'b2c-6.1/Makefile.in-bsdi-changes' &&
X
RCS file: Makefile.in,v
Working file: Makefile.in
head: 1.2
branch:
locks: strict
access list:
symbolic names:
comment leader: "# "
keyword substitution: kv
total revisions: 2;	selected revisions: 2
description:
----------------------------
revision 1.2
date: 1995/10/26 23:47:39;  author: hartzell;  state: Exp;  lines: +1 -1
turn on optimization.
----------------------------
revision 1.1
date: 1995/10/22 16:19:54;  author: hartzell;  state: Exp;
Initial revision
=============================================================================
*** 1.1	1995/10/22 16:19:54
--- 1.2	1995/10/26 23:47:39
***************
*** 82,86 ****
X  # like to change the others. It's impossible to pass them all, because
X  # system V runs out of arg space.
! CFLAGS = -g $(XCFLAGS)
X  
X  # It's too bad we have to pass all these down, but I see no alternative,
--- 82,86 ----
X  # like to change the others. It's impossible to pass them all, because
X  # system V runs out of arg space.
! CFLAGS = -O2 -g $(XCFLAGS)
X  
X  # It's too bad we have to pass all these down, but I see no alternative,
SHAR_EOF
  $shar_touch -am 1026174895 'b2c-6.1/Makefile.in-bsdi-changes' &&
  chmod 0644 'b2c-6.1/Makefile.in-bsdi-changes' ||
  echo 'restore of b2c-6.1/Makefile.in-bsdi-changes failed'
  shar_count="`wc -c < 'b2c-6.1/Makefile.in-bsdi-changes'`"
  test 1076 -eq "$shar_count" ||
    echo "b2c-6.1/Makefile.in-bsdi-changes: original size 1076, current size $shar_count"
fi
# ============= xdvik-18f/xdvik/sfSelFile.c-bsdi-changes ==============
if test ! -d 'xdvik-18f'; then
  echo 'x - creating directory xdvik-18f'
  mkdir 'xdvik-18f'
fi
if test ! -d 'xdvik-18f/xdvik'; then
  echo 'x - creating directory xdvik-18f/xdvik'
  mkdir 'xdvik-18f/xdvik'
fi
if test -f 'xdvik-18f/xdvik/sfSelFile.c-bsdi-changes' && test X"$1" != X"-c"; then
  echo 'x - skipping xdvik-18f/xdvik/sfSelFile.c-bsdi-changes (file already exists)'
else
  echo 'x - extracting xdvik-18f/xdvik/sfSelFile.c-bsdi-changes (text)'
  sed 's/^X//' << 'SHAR_EOF' > 'xdvik-18f/xdvik/sfSelFile.c-bsdi-changes' &&
X
RCS file: sfSelFile.c,v
Working file: sfSelFile.c
head: 1.2
branch:
locks: strict
access list:
symbolic names:
comment leader: " * "
keyword substitution: kv
total revisions: 2;	selected revisions: 2
description:
----------------------------
revision 1.2
date: 1995/10/26 23:52:41;  author: hartzell;  state: Exp;  lines: +2 -0
avoid redundant definitions.
----------------------------
revision 1.1
date: 1995/10/22 20:27:17;  author: hartzell;  state: Exp;
Initial revision
=============================================================================
*** 1.1	1995/10/22 20:27:17
--- 1.2	1995/10/26 23:52:41
***************
*** 47,53 ****
--- 47,55 ----
X  #include <errno.h>
X  /* BSD 4.3 errno.h does not declare errno */
+ #ifndef __bsdi__
X  extern int errno;
X  extern int sys_nerr;
X  extern char *sys_errlist[];
+ #endif
X  
X  #include <sys/param.h>
SHAR_EOF
  $shar_touch -am 1026175395 'xdvik-18f/xdvik/sfSelFile.c-bsdi-changes' &&
  chmod 0644 'xdvik-18f/xdvik/sfSelFile.c-bsdi-changes' ||
  echo 'restore of xdvik-18f/xdvik/sfSelFile.c-bsdi-changes failed'
  shar_count="`wc -c < 'xdvik-18f/xdvik/sfSelFile.c-bsdi-changes'`"
  test 853 -eq "$shar_count" ||
    echo "xdvik-18f/xdvik/sfSelFile.c-bsdi-changes: original size 853, current size $shar_count"
fi
# ============= xdvik-18f/xdvik/sfDraw.c-bsdi-changes ==============
if test -f 'xdvik-18f/xdvik/sfDraw.c-bsdi-changes' && test X"$1" != X"-c"; then
  echo 'x - skipping xdvik-18f/xdvik/sfDraw.c-bsdi-changes (file already exists)'
else
  echo 'x - extracting xdvik-18f/xdvik/sfDraw.c-bsdi-changes (text)'
  sed 's/^X//' << 'SHAR_EOF' > 'xdvik-18f/xdvik/sfDraw.c-bsdi-changes' &&
X
RCS file: sfDraw.c,v
Working file: sfDraw.c
head: 1.2
branch:
locks: strict
access list:
symbolic names:
comment leader: " * "
keyword substitution: kv
total revisions: 2;	selected revisions: 2
description:
----------------------------
revision 1.2
date: 1995/10/26 23:49:32;  author: hartzell;  state: Exp;  lines: +3 -0
get SIGCHLD defined before X tries to do it...
----------------------------
revision 1.1
date: 1995/10/22 20:41:49;  author: hartzell;  state: Exp;
Initial revision
=============================================================================
*** 1.1	1995/10/22 20:41:49
--- 1.2	1995/10/26 23:49:32
***************
*** 31,34 ****
--- 31,37 ----
X  
X  #include <stdio.h>
+ #ifdef __bsdi__		/* get SIGCHLD defined before X tries to... */
+ #include <sys/signal.h>
+ #endif
X  #include "sfinternal.h"
X  #include <X11/StringDefs.h>
SHAR_EOF
  $shar_touch -am 1026175095 'xdvik-18f/xdvik/sfDraw.c-bsdi-changes' &&
  chmod 0644 'xdvik-18f/xdvik/sfDraw.c-bsdi-changes' ||
  echo 'restore of xdvik-18f/xdvik/sfDraw.c-bsdi-changes failed'
  shar_count="`wc -c < 'xdvik-18f/xdvik/sfDraw.c-bsdi-changes'`"
  test 849 -eq "$shar_count" ||
    echo "xdvik-18f/xdvik/sfDraw.c-bsdi-changes: original size 849, current size $shar_count"
fi
# ============= xdvik-18f/xdvik/sfPath.c-bsdi-changes ==============
if test -f 'xdvik-18f/xdvik/sfPath.c-bsdi-changes' && test X"$1" != X"-c"; then
  echo 'x - skipping xdvik-18f/xdvik/sfPath.c-bsdi-changes (file already exists)'
else
  echo 'x - extracting xdvik-18f/xdvik/sfPath.c-bsdi-changes (text)'
  sed 's/^X//' << 'SHAR_EOF' > 'xdvik-18f/xdvik/sfPath.c-bsdi-changes' &&
X
RCS file: sfPath.c,v
Working file: sfPath.c
head: 1.2
branch:
locks: strict
access list:
symbolic names:
comment leader: " * "
keyword substitution: kv
total revisions: 2;	selected revisions: 2
description:
----------------------------
revision 1.2
date: 1995/10/26 23:51:15;  author: hartzell;  state: Exp;  lines: +3 -0
get SIGCHLD defined before X tries to...
----------------------------
revision 1.1
date: 1995/10/22 20:41:49;  author: hartzell;  state: Exp;
Initial revision
=============================================================================
*** 1.1	1995/10/22 20:41:49
--- 1.2	1995/10/26 23:51:15
***************
*** 47,50 ****
--- 47,53 ----
X  #define S_ISXXX(m) ((m) & (S_IXUSR | S_IXGRP | S_IXOTH))
X  
+ #ifdef __bsdi__		/* get SIGCHLD defined before X tries to... */
+ #include <sys/signal.h>
+ #endif
X  #include <X11/Xos.h>
X  #include <pwd.h>
SHAR_EOF
  $shar_touch -am 1026175195 'xdvik-18f/xdvik/sfPath.c-bsdi-changes' &&
  chmod 0644 'xdvik-18f/xdvik/sfPath.c-bsdi-changes' ||
  echo 'restore of xdvik-18f/xdvik/sfPath.c-bsdi-changes failed'
  shar_count="`wc -c < 'xdvik-18f/xdvik/sfPath.c-bsdi-changes'`"
  test 867 -eq "$shar_count" ||
    echo "xdvik-18f/xdvik/sfPath.c-bsdi-changes: original size 867, current size $shar_count"
fi
# ============= xdvik-18f/xdvik/xdvi.h-bsdi-changes ==============
if test -f 'xdvik-18f/xdvik/xdvi.h-bsdi-changes' && test X"$1" != X"-c"; then
  echo 'x - skipping xdvik-18f/xdvik/xdvi.h-bsdi-changes (file already exists)'
else
  echo 'x - extracting xdvik-18f/xdvik/xdvi.h-bsdi-changes (text)'
  sed 's/^X//' << 'SHAR_EOF' > 'xdvik-18f/xdvik/xdvi.h-bsdi-changes' &&
X
RCS file: xdvi.h,v
Working file: xdvi.h
head: 1.2
branch:
locks: strict
access list:
symbolic names:
comment leader: " * "
keyword substitution: kv
total revisions: 2;	selected revisions: 2
description:
----------------------------
revision 1.2
date: 1995/10/26 23:53:58;  author: hartzell;  state: Exp;  lines: +4 -0
get SIGCHLD defined before X tries to...
----------------------------
revision 1.1
date: 1995/10/22 20:37:33;  author: hartzell;  state: Exp;
Initial revision
=============================================================================
*** 1.1	1995/10/22 20:37:33
--- 1.2	1995/10/26 23:53:58
***************
*** 20,23 ****
--- 20,27 ----
X  #endif
X  
+ #ifdef __bsdi__		/* get SIGCHLD defined before Xos.h tries to. */
+ #include <sys/signal.h>
+ #endif
+ 
X  #include <X11/Xlib.h>	/* include Xfuncs.h, if available */
X  #include <X11/Xutil.h>	/* needed for XDestroyImage */
SHAR_EOF
  $shar_touch -am 1026175495 'xdvik-18f/xdvik/xdvi.h-bsdi-changes' &&
  chmod 0644 'xdvik-18f/xdvik/xdvi.h-bsdi-changes' ||
  echo 'restore of xdvik-18f/xdvik/xdvi.h-bsdi-changes failed'
  shar_count="`wc -c < 'xdvik-18f/xdvik/xdvi.h-bsdi-changes'`"
  test 893 -eq "$shar_count" ||
    echo "xdvik-18f/xdvik/xdvi.h-bsdi-changes: original size 893, current size $shar_count"
fi
# ============= dviljk-2.5/dviljk/Makefile.in-bsdi-changes ==============
if test ! -d 'dviljk-2.5'; then
  echo 'x - creating directory dviljk-2.5'
  mkdir 'dviljk-2.5'
fi
if test ! -d 'dviljk-2.5/dviljk'; then
  echo 'x - creating directory dviljk-2.5/dviljk'
  mkdir 'dviljk-2.5/dviljk'
fi
if test -f 'dviljk-2.5/dviljk/Makefile.in-bsdi-changes' && test X"$1" != X"-c"; then
  echo 'x - skipping dviljk-2.5/dviljk/Makefile.in-bsdi-changes (file already exists)'
else
  echo 'x - extracting dviljk-2.5/dviljk/Makefile.in-bsdi-changes (text)'
  sed 's/^X//' << 'SHAR_EOF' > 'dviljk-2.5/dviljk/Makefile.in-bsdi-changes' &&
X
RCS file: Makefile.in,v
Working file: Makefile.in
head: 1.2
branch:
locks: strict
access list:
symbolic names:
comment leader: "# "
keyword substitution: kv
total revisions: 2;	selected revisions: 2
description:
----------------------------
revision 1.2
date: 1995/10/26 23:21:43;  author: hartzell;  state: Exp;  lines: +1 -1
have makefile build versions for all types of laserjets.
----------------------------
revision 1.1
date: 1995/10/22 18:06:21;  author: hartzell;  state: Exp;
Initial revision
=============================================================================
*** 1.1	1995/10/22 18:06:21
--- 1.2	1995/10/26 23:21:43
***************
*** 23,27 ****
X  programs = $(program) $(program2p) $(program4) $(program4l)
X  
! default: $(program4)
X  all: $(programs)
X  
--- 23,27 ----
X  programs = $(program) $(program2p) $(program4) $(program4l)
X  
! default: $(programs)
X  all: $(programs)
X  
SHAR_EOF
  $shar_touch -am 1026181195 'dviljk-2.5/dviljk/Makefile.in-bsdi-changes' &&
  chmod 0644 'dviljk-2.5/dviljk/Makefile.in-bsdi-changes' ||
  echo 'restore of dviljk-2.5/dviljk/Makefile.in-bsdi-changes failed'
  shar_count="`wc -c < 'dviljk-2.5/dviljk/Makefile.in-bsdi-changes'`"
  test 903 -eq "$shar_count" ||
    echo "dviljk-2.5/dviljk/Makefile.in-bsdi-changes: original size 903, current size $shar_count"
fi
# ============= dviljk-2.5/dviljk/dvi2xx.c-bsdi-changes ==============
if test -f 'dviljk-2.5/dviljk/dvi2xx.c-bsdi-changes' && test X"$1" != X"-c"; then
  echo 'x - skipping dviljk-2.5/dviljk/dvi2xx.c-bsdi-changes (file already exists)'
else
  echo 'x - extracting dviljk-2.5/dviljk/dvi2xx.c-bsdi-changes (text)'
  sed 's/^X//' << 'SHAR_EOF' > 'dviljk-2.5/dviljk/dvi2xx.c-bsdi-changes' &&
X
RCS file: dvi2xx.c,v
Working file: dvi2xx.c
head: 1.2
branch:
locks: strict
access list:
symbolic names:
comment leader: " * "
keyword substitution: kv
total revisions: 2;	selected revisions: 2
description:
----------------------------
revision 1.2
date: 1995/10/26 23:25:47;  author: hartzell;  state: Exp;  lines: +2 -0
don't redeclare sys_errlist[], it conflicts with sys. definition.
----------------------------
revision 1.1
date: 1995/10/22 18:01:02;  author: hartzell;  state: Exp;
Initial revision
=============================================================================
*** 1.1	1995/10/22 18:01:02
--- 1.2	1995/10/26 23:25:47
***************
*** 641,645 ****
--- 641,647 ----
X      extern noshare char *sys_errlist[];
X  #else
+ #if !defined(__bsdi__)
X      extern  char *sys_errlist[];
+ #endif
X      extern  int     errno;
X  #endif
SHAR_EOF
  $shar_touch -am 1026181095 'dviljk-2.5/dviljk/dvi2xx.c-bsdi-changes' &&
  chmod 0644 'dviljk-2.5/dviljk/dvi2xx.c-bsdi-changes' ||
  echo 'restore of dviljk-2.5/dviljk/dvi2xx.c-bsdi-changes failed'
  shar_count="`wc -c < 'dviljk-2.5/dviljk/dvi2xx.c-bsdi-changes'`"
  test 848 -eq "$shar_count" ||
    echo "dviljk-2.5/dviljk/dvi2xx.c-bsdi-changes: original size 848, current size $shar_count"
fi
exit 0
