zpb-ttf on sbcl-0.9.9-darwin-ppc - Details

Version:0.5
Started at:2006-04-16 02:16:12
Ended at:2006-04-16 02:16:35
Elapsed time (seconds):23
Most recent change:2006-03-24 15:47:27
Most recent file:/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/zpb-ttf.asd

REPL Output

;;; ASDF-INSTALL: Downloading 47891 bytes from http://www.xach.com/lisp/zpb-ttf.tgz to /Users/gwking/temporary/asdf-test/ZPB-TTF.asdf-install-tmp ...

;;; ASDF-INSTALL: Installing /Users/gwking/temporary/asdf-test/ZPB-TTF.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/
zpb-ttf-0.5/
zpb-ttf-0.5/glyph.lisp
zpb-ttf-0.5/post.lisp
zpb-ttf-0.5/zpb-ttf.html
zpb-ttf-0.5/head.lisp
zpb-ttf-0.5/zpb-ttf.asd
zpb-ttf-0.5/hhea.lisp
zpb-ttf-0.5/bounding-box.lisp
zpb-ttf-0.5/LICENSE
zpb-ttf-0.5/conditions.lisp
zpb-ttf-0.5/name.lisp
zpb-ttf-0.5/hmtx.lisp
zpb-ttf-0.5/loca.lisp
zpb-ttf-0.5/maxp.lisp
zpb-ttf-0.5/kern.lisp
zpb-ttf-0.5/util.lisp
zpb-ttf-0.5/cmap.lisp
zpb-ttf-0.5/lambda.png
zpb-ttf-0.5/glyf.lisp
zpb-ttf-0.5/package.lisp
zpb-ttf-0.5/font-loader-interface.lisp
zpb-ttf-0.5/font-loader.lisp

#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/" 
#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/" 
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/package.lisp" (written 24 MAR 2006 09:21:29 AM):
; compiling (DEFPACKAGE #:ZPB-TTF ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/package.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/util.lisp" (written 18 FEB 2006 06:13:43 PM):
; compiling (IN-PACKAGE #:ZPB-TTF)
; compiling (DEFUN READ-UINT32 ...)
; compiling (DEFUN READ-UINT16 ...)
; compiling (DEFUN READ-UINT8 ...)
; compiling (DEFUN READ-INT8 ...)
; compiling (DEFUN READ-INT16 ...)
; compiling (DEFUN READ-FIXED ...)
; compiling (DEFUN READ-FWORD ...)
; compiling (DEFUN READ-FIXED2.14 ...)
; compiling (DEFUN READ-PSTRING ...)
; compiling (DEFUN ADVANCE-FILE-POSITION ...)
; compiling (DEFUN BOUNDED-AREF ...)
; compiling (DEFUN (SETF BOUNDED-AREF) ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/util.fasl written
; compilation finished in 0:00:01
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/conditions.lisp" (written 18 FEB 2006 06:13:43 PM):
; compiling (IN-PACKAGE #:ZPB-TTF)
; compiling (DEFINE-CONDITION REGRETTABLE-VALUE ...)
; compiling (DEFINE-CONDITION REGRETTABLE-HEX-VALUE ...)
; compiling (DEFMETHOD ACTUAL-VALUE ...)
; compiling (DEFMETHOD EXPECTED-VALUES ...)
; compiling (DEFINE-CONDITION BAD-MAGIC ...)
; compiling (DEFINE-CONDITION UNSUPPORTED-VERSION ...)
; compiling (DEFINE-CONDITION UNSUPPORTED-FORMAT ...)
; compiling (DEFINE-CONDITION UNSUPPORTED-VALUE ...)
; compiling (DEFUN CHECK-VERSION ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/conditions.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/bounding-box.lisp" (written 18 FEB 2006 06:13:43 PM):
; compiling (IN-PACKAGE :ZPB-TTF)
; compiling (DEFGENERIC BOUNDING-BOX ...)
; compiling (BBOX-ACCESSOR XMIN ...)
; compiling (BBOX-ACCESSOR YMIN ...)
; compiling (BBOX-ACCESSOR XMAX ...)
; compiling (BBOX-ACCESSOR YMAX ...)
; compiling (DEFMETHOD BOUNDING-BOX ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/bounding-box.fasl written
; compilation finished in 0:00:01
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/font-loader.lisp" (written 23 MAR 2006 05:21:40 PM):
; compiling (IN-PACKAGE #:ZPB-TTF)
; compiling (DEFCLASS FONT-LOADER ...)
; compiling (DEFCLASS TABLE-INFO ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFUN NUMBER->TAG ...)
; compiling (DEFUN TAG->NUMBER ...)
; compiling (DEFMETHOD TABLE-INFO ...)
; compiling (DEFMETHOD TABLE-EXISTS-P ...)
; compiling (DEFMETHOD TABLE-POSITION ...)
; compiling (DEFMETHOD TABLE-SIZE ...)
; compiling (DEFMETHOD SEEK-TO-TABLE ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/font-loader.fasl written
; compilation finished in 0:00:01
STYLE-WARNING: implicitly creating new generic function TABLE-INFO
STYLE-WARNING: implicitly creating new generic function TABLE-EXISTS-P
STYLE-WARNING: implicitly creating new generic function TABLE-POSITION
STYLE-WARNING: implicitly creating new generic function TABLE-SIZE
STYLE-WARNING: implicitly creating new generic function SEEK-TO-TABLE
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/maxp.lisp" (written 18 FEB 2006 06:13:43 PM):
; compiling (IN-PACKAGE #:ZPB-TTF)
; compiling (DEFMETHOD LOAD-MAXP-INFO ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/maxp.fasl written
; compilation finished in 0:00:01
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/head.lisp" (written 18 FEB 2006 06:13:43 PM):
; compiling (IN-PACKAGE #:ZPB-TTF)
; compiling (DEFMETHOD LOAD-HEAD-INFO ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/head.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/kern.lisp" (written 18 FEB 2006 06:13:43 PM):
; compiling (IN-PACKAGE #:ZPB-TTF)
; compiling (DEFUN LOAD-KERNING-FORMAT-1 ...)
; compiling (DEFMETHOD LOAD-KERNING-SUBTABLE ...)
; compiling (DEFMETHOD LOAD-KERN-INFO ...)
; compiling (DEFMETHOD ALL-KERNING-PAIRS ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/kern.fasl written
; compilation finished in 0:00:01
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/loca.lisp" (written 18 FEB 2006 06:13:43 PM):
; compiling (IN-PACKAGE #:ZPB-TTF)
; compiling (DEFMETHOD LOAD-LOCA-INFO ...)
; compiling (DEFMETHOD GLYPH-LOCATION ...)
; compiling (DEFMETHOD GLYPH-LENGTH ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/loca.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/name.lisp" (written 18 FEB 2006 06:13:43 PM):
; compiling (IN-PACKAGE #:ZPB-TTF)
; compiling (DEFVAR *NAME-IDENTIFIERS* ...)
; compiling (DEFVAR *PLATFORM-IDENTIFIERS* ...)
; compiling (DEFVAR *UNICODE-ENCODING-IDS* ...)
; compiling (DEFVAR *MICROSOFT-ENCODING-IDS* ...)
; compiling (DEFVAR *MACINTOSH-ENCODING-IDS* ...)
; compiling (DEFPARAMETER *ENCODING-TABLES* ...)
; compiling (DEFUN ENCODING-ID-NAME ...)
; compiling (DEFUN PLATFORM-ID-NAME ...)
; compiling (DEFPARAMETER *MACROMAN-TRANSLATION-TABLE* ...)
; compiling (DEFCONSTANT +UNICODE-PLATFORM-ID+ ...)
; compiling (DEFCONSTANT +MACINTOSH-PLATFORM-ID+ ...)
; compiling (DEFCONSTANT +ISO-PLATFORM-ID+ ...)
; compiling (DEFCONSTANT +MICROSOFT-PLATFORM-ID+ ...)
; compiling (DEFCONSTANT +CUSTOM-PLATFORM-ID+ ...)
; compiling (DEFCONSTANT +UNICODE-2.0-ENCODING-ID+ ...)
; compiling (DEFCONSTANT +MICROSOFT-UNICODE-BMP-ENCODING-ID+ ...)
; compiling (DEFCONSTANT +MICROSOFT-SYMBOL-ENCODING-ID+ ...)
; compiling (DEFCONSTANT +MACINTOSH-ROMAN-ENCODING-ID+ ...)
; compiling (DEFCONSTANT +MICROSOFT-US-ENGLISH-LANGUAGE-ID+ ...)
; compiling (DEFCONSTANT +MACINTOSH-ENGLISH-LANGUAGE-ID+ ...)
; compiling (DEFCONSTANT +UNICODE-LANGUAGE-ID+ ...)
; compiling (DEFCLASS NAME-ENTRY ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFUN UNICODE-OCTETS-TO-STRING ...)
; compiling (DEFUN MACINTOSH-OCTETS-TO-STRING ...)
; compiling (DEFGENERIC INITIALIZE-NAME-ENTRY ...)
; compiling (DEFGENERIC VALUE ...)
; compiling (DEFGENERIC OCTETS ...)
; compiling (DEFUN LOAD-NAME-INFO ...)
; compiling (DEFUN NAME-IDENTIFIER-ID ...)
; compiling (DEFMETHOD FIND-NAME-ENTRY ...)
; compiling (DEFMETHOD NAME-ENTRY-VALUE ...)
; compiling (DEFMETHOD POSTSCRIPT-NAME ...)
; compiling (DEFMETHOD FAMILY-NAME ...)
; compiling (DEFMETHOD SUBFAMILY-NAME ...)
; compiling (DEFMETHOD FULL-NAME ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/name.fasl written
; compilation finished in 0:00:01
STYLE-WARNING: implicitly creating new generic function FIND-NAME-ENTRY
STYLE-WARNING: implicitly creating new generic function NAME-ENTRY-VALUE
STYLE-WARNING: implicitly creating new generic function POSTSCRIPT-NAME
STYLE-WARNING: implicitly creating new generic function FAMILY-NAME
STYLE-WARNING: implicitly creating new generic function SUBFAMILY-NAME
STYLE-WARNING: implicitly creating new generic function FULL-NAME
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/cmap.lisp" (written 23 MAR 2006 05:23:32 PM):
; compiling (IN-PACKAGE #:ZPB-TTF)
; compiling (DEFTYPE CMAP-VALUE-TABLE ...)
; compiling (DEFCLASS UNICODE-CMAP ...)
; compiling (DEFUN LOAD-UNICODE-CMAP ...)
; compiling (DEFMETHOD INVERT-CHARACTER-MAP ...)
; compiling (DEFGENERIC CODE-POINT-FONT-INDEX ...)
; compiling (DEFGENERIC FONT-INDEX-CODE-POINT ...)
; compiling (DEFMETHOD LOAD-CMAP-INFO ...)
; compiling (DEFUN AVAILABLE-CHARACTER-MAPS ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/cmap.fasl written
; compilation finished in 0:00:01
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/post.lisp" (written 23 MAR 2006 05:18:19 PM):
; compiling (IN-PACKAGE #:ZPB-TTF)
; compiling (DEFVAR *STANDARD-MAC-GLYPH-NAMES* ...)
; compiling (DEFUN LOAD-POST-FORMAT-2 ...)
; compiling (DEFUN LOAD-POST-FORMAT-3 ...)
; compiling (DEFMETHOD LOAD-POST-INFO ...)
; compiling (DEFUN POSTSCRIPT-UNI-NAME-P ...)
; compiling (DEFUN POSTSCRIPT-NAME-CODE-POINT ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/post.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/hhea.lisp" (written 18 FEB 2006 06:13:43 PM):
; compiling (IN-PACKAGE #:ZPB-TTF)
; compiling (DEFMETHOD LOAD-HHEA-INFO ...)
; compiling (DEFMETHOD HORIZONTAL-METRICS-COUNT ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/hhea.fasl written
; compilation finished in 0:00:00
STYLE-WARNING: implicitly creating new generic function LOAD-HHEA-INFO
STYLE-WARNING: implicitly creating new generic function HORIZONTAL-METRICS-COUNT
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/hmtx.lisp" (written 18 FEB 2006 06:13:43 PM):
; compiling (IN-PACKAGE #:ZPB-TTF)
; compiling (DEFMETHOD LOAD-HMTX-INFO ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/hmtx.fasl written
; compilation finished in 0:00:01
STYLE-WARNING: implicitly creating new generic function LOAD-LOCA-INFO
STYLE-WARNING: implicitly creating new generic function GLYPH-LOCATION
STYLE-WARNING: implicitly creating new generic function GLYPH-LENGTH
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/glyf.lisp" (written 23 MAR 2006 05:22:01 PM):
; compiling (IN-PACKAGE #:ZPB-TTF)
; compiling (DEFCLASS CONTROL-POINT ...)
; compiling (DEFUN MAKE-CONTROL-POINT ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFMACRO DO-CONTOUR-SEGMENTS* ...)
; compiling (DEFMACRO DO-CONTOUR-SEGMENTS ...)
; compiling (DEFUN EXPLICIT-CONTOUR-POINTS ...)
; compiling (DEFPARAMETER *EMPTY-CONTOURS* ...)
; compiling (DEFPARAMETER *EMPTY-BOUNDING-BOX* ...)
; compiling (DEFUN EMPTY-BOUNDING-BOX ...)
; compiling (DEFUN EMPTY-CONTOURS ...)
; compiling (DEFUN DUMP-COMPOUND-FLAGS ...)
; compiling (DEFUN TRANSFORM-OPTION-COUNT ...)
; compiling (DEFUN MAKE-TRANSFORMER ...)
; compiling (DEFUN TRANSFORM-CONTOURS ...)
; compiling (DEFUN MERGE-CONTOURS ...)
; compiling (DEFUN READ-COMPOUND-CONTOURS ...)
; compiling (DEFUN READ-POINTS-VECTOR ...)
; compiling (DEFUN READ-SIMPLE-CONTOURS ...)
; compiling (DEFUN READ-CONTOURS-AT-INDEX ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/glyf.fasl written
; compilation finished in 0:00:01
STYLE-WARNING: implicitly creating new generic function LOAD-KERNING-SUBTABLE
STYLE-WARNING: implicitly creating new generic function LOAD-KERN-INFO
STYLE-WARNING: implicitly creating new generic function ALL-KERNING-PAIRS
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/glyph.lisp" (written 24 MAR 2006 03:42:34 PM):
; compiling (IN-PACKAGE #:ZPB-TTF)
; compiling (DEFCLASS GLYPH ...)
; compiling (DEFMETHOD INITIALIZE-INSTANCE ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFGENERIC LEFT-SIDE-BEARING ...)
; compiling (DEFMETHOD (SETF LEFT-SIDE-BEARING) ...)
; compiling (DEFGENERIC KERNING-OFFSET ...)
; compiling (DEFMETHOD KERNING-OFFSET ...)
; compiling (DEFMETHOD KERNING-OFFSET ...)
; compiling (DEFMETHOD KERNING-OFFSET ...)
; compiling (DEFMETHOD KERNING-OFFSET ...)
; compiling (DEFGENERIC ADVANCE-WIDTH ...)
; compiling (DEFMETHOD (SETF ADVANCE-WIDTH) ...)
; compiling (DEFGENERIC KERNED-ADVANCE-WIDTH ...)
; compiling (DEFGENERIC LOCATION ...)
; compiling (DEFGENERIC DATA-SIZE ...)
; compiling (DEFMETHOD INITIALIZE-BOUNDING-BOX ...)
; compiling (DEFMETHOD INITIALIZE-CONTOURS ...)
; compiling (DEFMETHOD BOUNDING-BOX ...)
; compiling (DEFMETHOD CONTOURS ...)
; compiling (DEFGENERIC CONTOUR-COUNT ...)
; compiling (DEFGENERIC CONTOUR ...)
; compiling (DEFMACRO DO-CONTOURS ...)
; compiling (DEFGENERIC RIGHT-SIDE-BEARING ...)
; compiling (DEFGENERIC STRING-BOUNDING-BOX ...)
; compiling (DEFMETHOD STRING-BOUNDING-BOX ...)
; compiling (DEFGENERIC GLYPH-EXISTS-P ...)
; compiling (DEFGENERIC FIND-GLYPH ...)
; compiling (DEFGENERIC INDEX-GLYPH ...)
; compiling (DEFMETHOD POSTSCRIPT-NAME ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/glyph.fasl written
; compilation finished in 0:00:03
STYLE-WARNING: implicitly creating new generic function LOAD-MAXP-INFO
STYLE-WARNING: implicitly creating new generic function LOAD-HEAD-INFO
STYLE-WARNING: implicitly creating new generic function INVERT-CHARACTER-MAP
STYLE-WARNING: implicitly creating new generic function LOAD-CMAP-INFO
STYLE-WARNING: implicitly creating new generic function LOAD-POST-INFO
STYLE-WARNING: implicitly creating new generic function LOAD-HMTX-INFO
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/font-loader-interface.lisp" (written 23 MAR 2006 05:20:35 PM):
; compiling (IN-PACKAGE #:ZPB-TTF)
; compiling (DEFUN ARRANGE-FINALIZATION ...)
; compiling (DEFUN OPEN-FONT-LOADER-FROM-FILE ...)
; compiling (DEFUN OPEN-FONT-LOADER ...)
; compiling (DEFUN CLOSE-FONT-LOADER ...)
; compiling (DEFMACRO WITH-FONT-LOADER ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/zpb-ttf-0.5/font-loader-interface.fasl written
; compilation finished in 0:00:00
STYLE-WARNING: implicitly creating new generic function (SETF LEFT-SIDE-BEARING)
STYLE-WARNING: implicitly creating new generic function (SETF ADVANCE-WIDTH)
STYLE-WARNING: redefining LOCATION in DEFGENERIC
STYLE-WARNING: implicitly creating new generic function INITIALIZE-BOUNDING-BOX
STYLE-WARNING: implicitly creating new generic function INITIALIZE-CONTOURS