-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Common Lisp HyperSpec is a hypertext version of the ANSI Common Lisp standard. feedback and ok from kili@
- Loading branch information
Showing
4 changed files
with
2,384 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# $OpenBSD: Makefile,v 1.1.1.1 2007/11/25 22:11:45 jasper Exp $ | ||
|
||
COMMENT= Common Lisp reference | ||
|
||
DISTNAME= HyperSpec-7-0 | ||
PKGNAME= clisp-hyperspec-7.0 | ||
CATEGORIES= books lang | ||
|
||
PERMIT_PACKAGE_CDROM= Commercial redistribution prohibited | ||
PERMIT_PACKAGE_FTP= Yes | ||
PERMIT_DISTFILES_CDROM= Commercial redistribution prohibited | ||
PERMIT_DISTFILES_FTP= Yes | ||
|
||
MASTER_SITES= ftp://ftp.lispworks.com/pub/software_tools/reference/ | ||
|
||
NO_BUILD= Yes | ||
NO_REGRESS= Yes | ||
PKG_ARCH= * | ||
|
||
DOC= ${PREFIX}/share/doc/clisp-hyperspec | ||
|
||
do-install: | ||
${INSTALL_DATA_DIR} ${DOC} | ||
cd ${WRKDIR} && umask 022 && pax -rw . ${DOC} | ||
|
||
.include <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
MD5 (HyperSpec-7-0.tar.gz) = jfRAyfFhTirPpemjYMiWmg== | ||
RMD160 (HyperSpec-7-0.tar.gz) = 9pCOKGNaRehzYpO+EdvB5HhjFnQ= | ||
SHA1 (HyperSpec-7-0.tar.gz) = fInbipMLe9H9IEpFil3QXX1Gq4E= | ||
SHA256 (HyperSpec-7-0.tar.gz) = GsFmap3Gl9vYiBJiytQ3G80umEMQi2Q+Lqk0crqF18M= | ||
SIZE (HyperSpec-7-0.tar.gz) = 2032830 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
The Common Lisp HyperSpec (TM) from LispWorks Ltd. | ||
|
||
The Common Lisp HyperSpec is a hypertext version of the ANSI Common Lisp | ||
standard. |
Oops, something went wrong.