freebsd-ports/devel/cl-port/pkg-plist
Edwin Groothuis b8be369e1d New Port: Common Lisp portability package
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>
2003-09-28 09:44:07 +00:00

13 lines
412 B
Text

lib/common-lisp/system-registry/port.asd
lib/common-lisp/port/port.asd
lib/common-lisp/port/port.system
lib/common-lisp/port/ext.lisp
lib/common-lisp/port/gray.lisp
lib/common-lisp/port/net.lisp
lib/common-lisp/port/path.lisp
lib/common-lisp/port/proc.lisp
lib/common-lisp/port/shell.lisp
lib/common-lisp/port/sys.lisp
%%PORTDOCS%%share/doc/cl-port/port.html
@dirrm lib/common-lisp/port
@dirrm share/doc/cl-port