b8be369e1d
CLOCC Port is a wrapper library for various functions (sockets, shell access, etc) that are widely implemented in Common Lisp systems, but lack a standardized interface. This port depends on the previously submitted ASDF port. It installs the source files and an .asd file (which plays a similar role to a Makefile and a pkg-config script). There are other ports for each supported Lisp system. PR: ports/52365 Submitted by: Henrik Motakef <henrik.motakef@web.de>
11 lines
248 B
Common Lisp
11 lines
248 B
Common Lisp
--- clocc-port.asd.orig Mon May 12 14:58:29 2003
|
|
+++ clocc-port.asd Mon May 12 14:58:44 2003
|
|
@@ -14,7 +14,7 @@
|
|
|
|
(in-package port)
|
|
|
|
-(asdf:defsystem #:clocc-port
|
|
+(asdf:defsystem #:port
|
|
:version "2002-10-02-1"
|
|
:components
|
|
((:file "ext")
|