gcl - GNU Common Lisp

This commit is contained in:
Jeffrey Hsu 1995-02-12 21:10:03 +00:00
parent b3d684f461
commit b7306c2443
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=956
6 changed files with 55 additions and 0 deletions

23
lang/gcl/Makefile Normal file
View File

@ -0,0 +1,23 @@
# New ports collection makefile for: gcl
# Version required: 1.1
# Date created: Wed Feb 8 01:49:11 1995
# Whom: hsu
#
# $Id$
#
DISTNAME= gcl-1.1
MASTER_SITES= ftp://ftp.cli.com/pub/gcl/ ftp://math.utexas.edu/pub/gcl/
EXTRACT_SUFX= .tgz
MAKEFILE= makefile
INSTALL_COOKIE= ${WRKDIR}/.install_done
install: build ${INSTALL_COOKIE}
${INSTALL_COOKIE}:
@echo "===> Installing for ${DISTNAME}"
@${MAKE} ${.MAKEFLAGS} pre-install
@(cd ${WRKSRC}; ${MAKE} PREFIX_DIR=${PREFIX} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET})
@${TOUCH} ${TOUCH_FLAGS} ${INSTALL_COOKIE}
.include <bsd.port.mk>

1
lang/gcl/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (gcl-1.1.tgz) = 65b9f00ce41ce2851d241346e0bd5b95

21
lang/gcl/files/patch-ab Normal file
View File

@ -0,0 +1,21 @@
*** makefile.0 Sat Feb 11 18:34:50 1995
--- makefile Sat Feb 11 18:46:19 1995
***************
*** 122,129 ****
echo ${INSTALL_LIB_DIR}/unixport/saved_gcl -dir ${INSTALL_LIB_DIR}/unixport/ -libdir ${INSTALL_LIB_DIR}/ >> \
${PREFIX_DIR}/bin/gcl)
chmod a+x ${PREFIX_DIR}/bin/gcl
! tar cvf - unixport/saved_gcl doc/DOC doc/*.el ${LISP_LIB} | \
! (cd ${INSTALL_LIB_DIR} ;tar xvf -)
-(cd doc ; make install)
--- 122,129 ----
echo ${INSTALL_LIB_DIR}/unixport/saved_gcl -dir ${INSTALL_LIB_DIR}/unixport/ -libdir ${INSTALL_LIB_DIR}/ >> \
${PREFIX_DIR}/bin/gcl)
chmod a+x ${PREFIX_DIR}/bin/gcl
! tar cvf - unixport/saved_gcl doc/DOC doc/*.el ${LISP_LIB} \
! h/cmpinclude.h | (cd ${INSTALL_LIB_DIR} ;tar xvf -)
-(cd doc ; make install)

1
lang/gcl/pkg-comment Normal file
View File

@ -0,0 +1 @@
gcl - GNU Common Lisp

6
lang/gcl/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
The GCL system contains C and Lisp source files to build a Common
Lisp sytem. The original KCL system was written by Taiichi Yuasa
and Masami Hagiya in 1984. The AKCL system work was begun in 1987
by William Schelter and continued through 1994. In 1994 AKCL was
released as GCL (GNU Common Lisp) under the GNU public library
license.

3
lang/gcl/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
@cwd /usr/local
bin/gcl
lib/gcl-1.1