mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Steel Bank Common Lisp
This commit is contained in:
parent
1ac87aa3d6
commit
befe665c79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73159
@ -181,6 +181,7 @@
|
||||
SUBDIR += ruby_r-devel
|
||||
SUBDIR += ruby_static
|
||||
SUBDIR += ruby_static-devel
|
||||
SUBDIR += sbcl
|
||||
SUBDIR += scheme48
|
||||
SUBDIR += schemetoc
|
||||
SUBDIR += scm
|
||||
|
51
lang/sbcl/Makefile
Normal file
51
lang/sbcl/Makefile
Normal file
@ -0,0 +1,51 @@
|
||||
# New ports collection makefile for: sbcl
|
||||
# Date created: 2002-11-26
|
||||
# Whom: des
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sbcl
|
||||
PORTVERSION= 0.7.11
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= sbcl
|
||||
DISTFILES= ${DISTNAME}-source${EXTRACT_SUFX}
|
||||
.if !defined(NOPORTDOCS)
|
||||
DISTFILES+= ${DISTNAME}-html${EXTRACT_SUFX}
|
||||
.endif
|
||||
|
||||
MAINTAINER= des@FreeBSD.org
|
||||
|
||||
# If you have a previous version of SBCL installed, you can use it
|
||||
# instead of CMUCL to build the port, then deinstall it before
|
||||
# installing the new version.
|
||||
.if defined(WITH_SBCL)
|
||||
LISP_CMD= ""
|
||||
.else
|
||||
BUILD_DEPENDS= lisp:${PORTSDIR}/lang/cmucl
|
||||
LISP_CMD= "lisp -noinit -batch"
|
||||
.endif
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
# Can currently only bootstrap using cmucl, which is i386-only
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
MAN1= sbcl.1
|
||||
|
||||
do-build:
|
||||
(cd ${WRKSRC} && ${SH} make.sh ${LISP_CMD})
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/runtime/sbcl ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/output/sbcl.core ${PREFIX}/lib
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/sbcl.1 ${PREFIX}/man/man1/
|
||||
${MKDIR} ${DOCSDIR}
|
||||
(cd ${WRKSRC} && ${INSTALL_DATA} BUGS COPYING CREDITS ${DOCSDIR})
|
||||
.if !defined(NOPORTDOCS)
|
||||
(cd ${WRKSRC}/doc && ${TAR} cf - html | ${TAR} xf - -C ${DOCSDIR})
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
lang/sbcl/distinfo
Normal file
2
lang/sbcl/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (sbcl-0.7.11-source.tar.bz2) = 6ebca22b87c5fdfc46382448f62ef770
|
||||
MD5 (sbcl-0.7.11-html.tar.bz2) = 48a7354ab5ea622519b47d8233350abc
|
1
lang/sbcl/pkg-comment
Normal file
1
lang/sbcl/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Common Lisp development system derived from the CMU CL system
|
5
lang/sbcl/pkg-descr
Normal file
5
lang/sbcl/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Steel Bank Common Lisp (SBCL) is a Open Source development system for
|
||||
ANSI Common Lisp. It provides an interactive environment including an
|
||||
integrated native compiler, interpreter, and debugger.
|
||||
|
||||
WWW: http://sbcl.sourceforge.net/
|
29
lang/sbcl/pkg-plist
Normal file
29
lang/sbcl/pkg-plist
Normal file
@ -0,0 +1,29 @@
|
||||
bin/sbcl
|
||||
lib/sbcl.core
|
||||
share/doc/sbcl/BUGS
|
||||
share/doc/sbcl/COPYING
|
||||
share/doc/sbcl/CREDITS
|
||||
%%PORTDOCS%%share/doc/sbcl/html/HTML.manifest
|
||||
%%PORTDOCS%%share/doc/sbcl/html/beyond-ansi.html
|
||||
%%PORTDOCS%%share/doc/sbcl/html/compiler-policy.html
|
||||
%%PORTDOCS%%share/doc/sbcl/html/compiler.html
|
||||
%%PORTDOCS%%share/doc/sbcl/html/efficiency.html
|
||||
%%PORTDOCS%%share/doc/sbcl/html/extensions.html
|
||||
%%PORTDOCS%%share/doc/sbcl/html/ffi.html
|
||||
%%PORTDOCS%%share/doc/sbcl/html/idiosyncrasies.html
|
||||
%%PORTDOCS%%share/doc/sbcl/html/implementation.html
|
||||
%%PORTDOCS%%share/doc/sbcl/html/index.html
|
||||
%%PORTDOCS%%share/doc/sbcl/html/intro.html
|
||||
%%PORTDOCS%%share/doc/sbcl/html/x1042.html
|
||||
%%PORTDOCS%%share/doc/sbcl/html/x1054.html
|
||||
%%PORTDOCS%%share/doc/sbcl/html/x1077.html
|
||||
%%PORTDOCS%%share/doc/sbcl/html/x1169.html
|
||||
%%PORTDOCS%%share/doc/sbcl/html/x282.html
|
||||
%%PORTDOCS%%share/doc/sbcl/html/x42.html
|
||||
%%PORTDOCS%%share/doc/sbcl/html/x452.html
|
||||
%%PORTDOCS%%share/doc/sbcl/html/x731.html
|
||||
%%PORTDOCS%%share/doc/sbcl/html/x897.html
|
||||
%%PORTDOCS%%share/doc/sbcl/html/x983.html
|
||||
%%PORTDOCS%%share/doc/sbcl/html/z1195.html
|
||||
%%PORTDOCS%%@dirrm share/doc/sbcl/html
|
||||
@dirrm share/doc/sbcl
|
Loading…
Reference in New Issue
Block a user