Download Latest Version urt-doc.tar (543.2 kB)
Email in envelope

Get an email when there's a new version of Utah Raster Toolkit

Home
Name Modified Size InfoDownloads / Week
urt.README 2015-09-01 2.6 kB
Build.urt.linux 2015-09-01 3.1 kB
urt.linux 2015-09-01 6.8 kB
urt-img.tar 2015-08-31 1.9 MB
urt-pc_drawutah13.readme 2015-08-31 847 Bytes
urt-pc_drawutah13.zoo 2015-08-31 57.7 kB
urt-doc.tar 2015-08-31 543.2 kB
urt-3.0.tar.Z 2015-08-31 703.9 kB
urt-SUNOS4.1-panic.tar.Z 2015-08-31 50.4 kB
urt-3.0.patch1 2015-08-31 25.5 kB
urt-3.0.patch2.Z 2015-08-31 77.6 kB
Totals: 13 Items   3.3 MB 0
The files currently included in the Utah Raster Toolkit distribution are:

urt-3.0.tar.Z	Toolkit source and manual pages. (700K, 1900K uncompressed)
urt-doc.tar	"Papers" describing the toolkit. (550K)
urt-img.tar	Sample images. (1800K)

urt-3.0.patch1	The first patch file.  Must be applied to the 3.0 distribution.
urt-3.0.patch2.Z	The second patch file.  Must be applied after 
			urt-3.0.patch1.

The only files you need to build the toolkit are the first, plus any
patches that apply to it.  The first file is a compressed tar file.
The next two are ordinary tar files because they compress only 5-10%,
so it isn't really worth the CPU time.  The patch files are either
normal text files or compressed text files, depending on their size.
You must use FTP's BINARY mode to properly copy the distribution.  To
unpack it, you can follow the following steps:

	cd (appropriate source directory)
	mkdir urt
	cd urt
	zcat urt-3.0.tar.Z | tar xfo -
	tar xfo urt-doc.tar
	tar xfo urt-img.tar
	patch -p -N <urt-3.0.patch1
	zcat urt-3.0.patch2.Z | patch -p -N

The 'o' option to tar makes sure you own the resulting files under
Sys V, and appears to be harmless on other systems.

If you don't have the patch program, you can install the patches by
hand, but it might be easier to get patch (it is present in many
source archives around the world, including the comp.sources.unix
archives).

Assuming the patches are applied successfully, you will want to remove
the ".orig" files that patch creates:
	find . -name '*.orig' -print -exec rm -f {} \;

Note: zcat is a form of the "compress" utility.  It decompresses the
file named and writes the result to the standard output.  If you don't
have zcat (although, if you have compress, you ought to have zcat),
you can
	compress -d urt-3.0.tar.Z
	tar xfo urt-3.0.tar
	tar xfo urt-doc.tar
	tar xfo urt-img.tar
	patch -p -N <urt-3.0.patch1
	compress -d urt-3.0.patch2
	patch -p -N <urt-3.0.patch2

If necessary, we may be able to supply other file formats (e.g., cpio
or shar).

Send mail to toolkit-request@cs.utah.edu or urt-request@caen.engin.umich.edu.

The toolkit (or portions of it) is also available from the following sites:

  North America
     East coast
	weedeater.math.yale.edu	130.132.23.17	(pub/*)
     Midwest
	freebie.engin.umich.edu	141.212.68.23	(pub/*)
     West
	cs.utah.edu		128.110.4.21	(pub/*)
  Europe
     Sweden
	alcazar.cd.chalmers.se	129.16.48.100	(pub/urt/urt-3.0.tar.Z)
	maeglin.mt.luth.se	130.240.0.25	(pub/Utah-raster/*)
  Australia
     	ftp.adelaide.edu.au	129.127.40.3	(pub/URT/*)
	or, if you know what this means:
		Fetchfile:     sirius.ua.oz in URT
Source: README.txt, updated 2016-04-08