psgraph on sbcl-0.9.9-darwin-ppc - Details

Author:Joseph Bates, Carnegie Mellon University
Version:
Description:PostScript DAG Grapher.
Started at:2006-04-16 01:41:32
Ended at:2006-04-16 01:41:44
Elapsed time (seconds):12
Most recent change:2005-01-06 09:41:31
Most recent file:/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/psgraph-1.2/psgraph.asd

REPL Output

;;; ASDF-INSTALL: Downloading 8448 bytes from http://common-lisp.net/project/asdf-packaging/psgraph-latest.tar.gz to /Users/gwking/temporary/asdf-test/PSGRAPH.asdf-install-tmp ...

;;; ASDF-INSTALL: Installing /Users/gwking/temporary/asdf-test/PSGRAPH.asdf-install-tmp in /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/, /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site-systems/
psgraph-1.2/
psgraph-1.2/psgraph.catalog
psgraph-1.2/psgraph.doc
psgraph-1.2/psgraph.lisp
psgraph-1.2/psgraph.asd

#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/psgraph-1.2/" 
#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/psgraph-1.2/" 
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/psgraph-1.2/psgraph.lisp" (written 06 JAN 2005 09:21:34 AM):
; compiling (DEFPACKAGE "PSGRAPH" ...)
; compiling (IN-PACKAGE "PSGRAPH")
; compiling (DEFSTRUCT PSNODE ...)
; compiling (DECLAIM (FIXNUM *EXTRA-X-SPACING* ...))
; compiling (DEFVAR *EXTRA-X-SPACING* ...)
; compiling (DEFVAR *EXTRA-Y-SPACING* ...)
; compiling (DECLAIM (FIXNUM *FONTSIZE* ...))
; compiling (DEFVAR *FONTNAME* ...)
; compiling (DEFVAR *FONTSIZE* ...)
; compiling (DEFVAR *SECOND-FONTNAME* ...)
; compiling (DEFVAR *SECOND-FONTSIZE* ...)
; compiling (DEFVAR *BOXGRAY* ...)
; compiling (DEFVAR *BOXKIND* ...)
; compiling (DEFVAR *EDGEWIDTH* ...)
; compiling (DEFVAR *EDGEGRAY* ...)
; compiling (DEFVAR *EDGECAP* ...)
; compiling (DEFVAR *TEXTGRAY* ...)
; compiling (DECLAIM (FIXNUM *PAGEHEIGHT* ...))
; compiling (DEFVAR *PAGEHEIGHT* ...)
; compiling (DEFVAR *PAGEWIDTH* ...)
; compiling (DECLAIM (FIXNUM *BOXRADIUS* ...))
; compiling (DEFVAR *BOXRADIUS* ...)
; compiling (DEFVAR *BOXEDGE* ...)
; compiling (DECLAIM (FIXNUM *CHUNKSIZE*))
; compiling (DEFVAR *CHUNKSIZE* ...)
; compiling (DECLAIM (FIXNUM *NUM-PSNODES*))
; compiling (DEFVAR *NUM-PSNODES* ...)
; compiling (DECLAIM (TYPE # ...))
; compiling (DEFVAR *NARRAY*)
; compiling (DEFVAR *PSNODE-INDEX*)
; compiling (DEFVAR *TOP-SORT*)
; compiling (DEFVAR *ANCESTOR-CACHE*)
; compiling (DEFUN PSGRAPH ...)
; compiling (DEFUN WALK-GRAPH ...)
; compiling (DEFUN TOP-SORT-NODE ...)
; compiling (DEFUN TOP-SORT-PARENT ...)
; compiling (DEFUN RELATED-CLASSES ...)
; compiling (DEFUN ANCESTOR ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/psgraph-1.2/psgraph.fasl written
; compilation finished in 0:00:03