org-davep-newsrc on sbcl-0.9.9-darwin-ppc - Details

Author:Dave Pearson <davep@davep.org>
Version:2.0
Description:Simple ~/.newsrc parser. org-davep-newsrc provides a classes and functions for Common Lisp that provide easy access to the content of a Un*x newsrc file. See <URL:http://www.davep.org/lisp/#org-davep-newsrc> for the latest version of this package.
Started at:2006-04-16 01:33:31
Ended at:2006-04-16 01:33:42
Elapsed time (seconds):11
Depends On:split-sequence
Most recent change:2004-05-14 12:20:12
Most recent file:/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/org-davep-newsrc-2.0/newsrc.lisp

REPL Output

;;; ASDF-INSTALL: Downloading 2076 bytes from http://www.davep.org/lisp/org-davep-newsrc-2.0.tar.gz to /Users/gwking/temporary/asdf-test/ORG-DAVEP-NEWSRC.asdf-install-tmp ...

;;; ASDF-INSTALL: Installing /Users/gwking/temporary/asdf-test/ORG-DAVEP-NEWSRC.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/
org-davep-newsrc-2.0/
org-davep-newsrc-2.0/packages.lisp
org-davep-newsrc-2.0/newsrc.lisp
org-davep-newsrc-2.0/org-davep-newsrc.asd

#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/org-davep-newsrc-2.0/" 
#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/org-davep-newsrc-2.0/" ;;; ASDF-INSTALL: Downloading package SPLIT-SEQUENCE, required by org-davep-newsrc

;;; ASDF-INSTALL: Downloading 2601 bytes from http://ftp.linux.org.uk/pub/lisp/cclan/split-sequence.tar.gz to /Users/gwking/temporary/asdf-test/split-sequence.asdf-install-tmp ...

;;; ASDF-INSTALL: Installing /Users/gwking/temporary/asdf-test/split-sequence.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/
split-sequence/README.cCLan-install
split-sequence/split-sequence.asd
split-sequence/split-sequence.lisp

#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/split-sequence/" 
#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/split-sequence/" 
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/split-sequence/split-sequence.lisp" (written 14 NOV 2001 10:08:20 AM):
; compiling (DEFPACKAGE "SPLIT-SEQUENCE" ...)
; compiling (IN-PACKAGE "SPLIT-SEQUENCE")
; compiling (DEFUN SPLIT-SEQUENCE ...)
; compiling (DEFUN SPLIT-SEQUENCE-IF ...)
; compiling (DEFUN SPLIT-SEQUENCE-IF-NOT ...)
; compiling (DEFUN PARTITION ...)
; compiling (DEFUN PARTITION-IF ...)
; compiling (DEFUN PARTITION-IF-NOT ...)
; compiling (DEFINE-COMPILER-MACRO PARTITION ...)
; compiling (DEFINE-COMPILER-MACRO PARTITION-IF ...)
; compiling (DEFINE-COMPILER-MACRO PARTITION-IF-NOT ...)
; compiling (PUSHNEW :SPLIT-SEQUENCE ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/split-sequence/split-sequence.fasl written
; compilation finished in 0:00:00
STYLE-WARNING: redefining SPLIT-SEQUENCE in DEFUN
STYLE-WARNING: redefining SPLIT-SEQUENCE-IF in DEFUN
STYLE-WARNING: redefining SPLIT-SEQUENCE-IF-NOT in DEFUN
STYLE-WARNING: redefining PARTITION in DEFUN
STYLE-WARNING: redefining PARTITION-IF in DEFUN
STYLE-WARNING: redefining PARTITION-IF-NOT in DEFUN
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/org-davep-newsrc-2.0/packages.lisp" (written 14 MAY 2004 12:20:12 PM):
; compiling (DEFPACKAGE #:ORG.DAVEP.NEWSRC ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/org-davep-newsrc-2.0/packages.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/org-davep-newsrc-2.0/newsrc.lisp" (written 14 MAY 2004 12:20:12 PM):
; compiling (IN-PACKAGE :ORG.DAVEP.NEWSRC)
; compiling (DEFVAR *DEFAULT-NEWSRC-FILE* ...)
; compiling (DEFCLASS NEWSRC-GROUP ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFMETHOD FILL-FROM ...)
; compiling (DEFCLASS NEWSRC-FILE ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFMETHOD INITIALIZE-INSTANCE ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/org-davep-newsrc-2.0/newsrc.fasl written
; compilation finished in 0:00:01
STYLE-WARNING: implicitly creating new generic function FILL-FROM