[cl-net-snmp-cvs] r40 - trunk
ctian at common-lisp.net
ctian at common-lisp.net
Sun Sep 16 13:38:09 UTC 2007
Author: ctian
Date: Sun Sep 16 09:38:09 2007
New Revision: 40
Added:
trunk/prettyhell.lisp
Modified:
trunk/net-snmp.asd
Log:
Add zebu and prettyhell
Modified: trunk/net-snmp.asd
==============================================================================
--- trunk/net-snmp.asd (original)
+++ trunk/net-snmp.asd Sun Sep 16 09:38:09 2007
@@ -12,7 +12,8 @@
:depends-on (:cffi
:ironclad
:net-telent-date
- :zebu)
+ :iolib
+ :zebu)
:components ((:module asn.1 :components ((:file "package")
(:file "ber" :depends-on ("package"))
(:file "oid" :depends-on ("ber"))
@@ -35,7 +36,8 @@
:hunchentoot
:clsql-postgresql)
:components ((:file "sabrina")
- (:file "zilong" :depends-on ("sabrina"))))
+ (:file "zilong" :depends-on ("sabrina"))
+ (:file "prettyhell" :depends-on ("sabrina"))))
;; (fli:start-collecting-template-info)
;;(defun make-fli-templates ()
Added: trunk/prettyhell.lisp
==============================================================================
--- (empty file)
+++ trunk/prettyhell.lisp Sun Sep 16 09:38:09 2007
@@ -0,0 +1,2 @@
+(in-package :org.net-snmp.sabrina)
+
More information about the Cl-net-snmp-cvs
mailing list