mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
Add cl-port-clisp 2002.10.02.1, cross-Lisp portability package.
CLOCC Port provides a portable interface to various features absent from the ANSI Common Lisp standard, such as sockets, multiprocessing, calling external programs, Gray streams etc. PR: 52368 Submitted by: Henrik Motakef <henrik.motakef@web.de>
This commit is contained in:
parent
20e83f052e
commit
bbf81ade75
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90077
4 changed files with 59 additions and 0 deletions
|
@ -106,6 +106,7 @@
|
|||
SUBDIR += cl-asdf-cmucl
|
||||
SUBDIR += cl-asdf-sbcl
|
||||
SUBDIR += cl-port
|
||||
SUBDIR += cl-port-clisp
|
||||
SUBDIR += cl-port-cmucl
|
||||
SUBDIR += cl-port-sbcl
|
||||
SUBDIR += cl-split-sequence
|
||||
|
|
40
devel/cl-port-clisp/Makefile
Normal file
40
devel/cl-port-clisp/Makefile
Normal file
|
@ -0,0 +1,40 @@
|
|||
# New ports collection Makefile for: cl-port-clisp
|
||||
# Date created: 12 May 2003
|
||||
# Whom: Henrik Motakef <henrik.motakef@web.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= port
|
||||
PORTVERSION= 2002.10.02.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.linux.org.uk/pub/lisp/experimental/cclan/ \
|
||||
ftp://ftp.ntnu.no/pub/lisp/cclan/ \
|
||||
ftp://www.aarg.net/pub/cclan/ \
|
||||
http://thingamy.com/cclan/ \
|
||||
http://www-jcsu.jesus.cam.ac.uk/ftp/pub/cclan/
|
||||
PKGNAMEPREFIX= cl-
|
||||
PKGNAMESUFFIX= -clisp
|
||||
DISTFILES= # use installed sources from CL_LIBDIR
|
||||
EXTRACT_ONLY= # use installed sources from CL_LIBDIR
|
||||
|
||||
MAINTAINER= henrik.motakef@web.de
|
||||
COMMENT= Cross-Lisp portability package
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/common-lisp/port/port.asd:${PORTSDIR}/devel/cl-port \
|
||||
${LOCALBASE}/lib/common-lisp/asdf/clispfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-clisp \
|
||||
clisp:${PORTSDIR}/lang/clisp
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/port/port.asd:${PORTSDIR}/devel/cl-port \
|
||||
${LOCALBASE}/lib/common-lisp/asdf/clispfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-clisp \
|
||||
clisp:${PORTSDIR}/lang/clisp
|
||||
|
||||
do-build:
|
||||
WRKSRC=${WRKSRC}/ FBSD_ASDF_COMPILE_PORT=t\
|
||||
clisp -q -ansi -norc \
|
||||
-i ${LOCALBASE}/etc/asdf-init \
|
||||
-x "(asdf:oos 'asdf:compile-op :port)"
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/lib/common-lisp/port/clispfasl
|
||||
${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/port/clispfasl/
|
||||
|
||||
.include <bsd.port.mk>
|
10
devel/cl-port-clisp/pkg-descr
Normal file
10
devel/cl-port-clisp/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
|||
CLOCC Port provides a portable interface to various features absent
|
||||
from the ANSI Common Lisp standard, such as sockets, multiprocessing,
|
||||
calling external programs, Gray streams etc.
|
||||
|
||||
This package contains binaries compiled for CLISP.
|
||||
|
||||
WWW: http://clocc.sourceforge.net
|
||||
|
||||
-- Henrik Motakef
|
||||
<henrik.motakef@web.de>
|
8
devel/cl-port-clisp/pkg-plist
Normal file
8
devel/cl-port-clisp/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
lib/common-lisp/port/clispfasl/ext.fasl
|
||||
lib/common-lisp/port/clispfasl/gray.fasl
|
||||
lib/common-lisp/port/clispfasl/net.fasl
|
||||
lib/common-lisp/port/clispfasl/path.fasl
|
||||
lib/common-lisp/port/clispfasl/proc.fasl
|
||||
lib/common-lisp/port/clispfasl/shell.fasl
|
||||
lib/common-lisp/port/clispfasl/sys.fasl
|
||||
@dirrm lib/common-lisp/port/clispfasl
|
Loading…
Add table
Reference in a new issue