[elephant-cvs] CVS elephant
ieslick
ieslick at common-lisp.net
Sat Nov 11 18:45:04 UTC 2006
Update of /project/elephant/cvsroot/elephant
In directory clnet:/tmp/cvs-serv20911
Added Files:
config.sexp ele-postgresql.asd
Log Message:
Missing files from prior checkins -- config.sexp for new build and ele-postgresql from backend cleanup (might even be missing 0.6.0 file)
--- /project/elephant/cvsroot/elephant/config.sexp 2006/11/11 18:45:04 NONE
+++ /project/elephant/cvsroot/elephant/config.sexp 2006/11/11 18:45:04 1.1
((:berkeley-db-root . "/usr/local/BerkeleyDB.4.4/")
(:berkeley-db-lib . "/usr/local/BerkeleyDB.4.4/lib/libDB-4.4.dylib")
(:pthread-lib . nil)
(:clsql-lib . nil))
;; Typical pthread settings are: /lib/tls/libpthread.so.0
;; nil means that the library in question is not loaded
;; NOTE: The latest SBCL on linux no longer needs the pthread library,
;; it is statically linked against it now with the new thread support--- /project/elephant/cvsroot/elephant/ele-postgresql.asd 2006/11/11 18:45:04 NONE
+++ /project/elephant/cvsroot/elephant/ele-postgresql.asd 2006/11/11 18:45:04 1.1
;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*-
;;;
;;; ele-postgresql.asd -- ASDF system definition for
;;; a PostgreSQL based back-end for Elephant
;;;
;;; Initial version 10/12/2005 by Robert L. Read
;;; <read at robertlread.net>
;;;
;;; part of
;;;
;;; Elephant: an object-oriented database for Common Lisp
;;;
;;; Copyright (c) 2004 by Andrew Blumberg and Ben Lee
;;; <ablumberg at common-lisp.net> <blee at common-lisp.net>
;;;
;;; This program is released under the following license
;;; ("LLGPL").
;;;
(defsystem ele-postgresql
:name "ele-postgresql"
:author "Robert L. Read <read at robertlread.net>"
:version "0.6.0"
:maintainer "Robert L. Read <read at robertlread.net>"
:licence "GPL"
:description "PostgreSQL based Object respository for Common Lisp"
:components
((:module :src
:components
()))
:depends-on (:ele-clsql :clsql-postgresql-socket))
More information about the Elephant-cvs
mailing list