Skip to content

Commit

Permalink
- import clisp-hyperspec 7.0
Browse files Browse the repository at this point in the history
The Common Lisp HyperSpec is a hypertext version of the ANSI Common Lisp
standard.

feedback and ok from kili@
  • Loading branch information
jasperla committed Nov 25, 2007
1 parent a043e07 commit e2aca36
Show file tree
Hide file tree
Showing 4 changed files with 2,384 additions and 0 deletions.
26 changes: 26 additions & 0 deletions books/clisp-hyperspec/Makefile
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>
5 changes: 5 additions & 0 deletions books/clisp-hyperspec/distinfo
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
4 changes: 4 additions & 0 deletions books/clisp-hyperspec/pkg/DESCR
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.
Loading

0 comments on commit e2aca36

Please sign in to comment.