diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-01-17 21:29:39 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-01-17 21:29:39 +0000 |
commit | f02d5edb343fd2a0c95ff2f4908d4f038a4ec79f (patch) | |
tree | 8475121632c8cd749935052dc468ad6c0c0d2c95 /devel/cl-trivial-gray-streams-sbcl | |
parent | 060a47b3f75e0d7840adfa26019c64a633839521 (diff) | |
download | ports-f02d5edb343fd2a0c95ff2f4908d4f038a4ec79f.tar.gz ports-f02d5edb343fd2a0c95ff2f4908d4f038a4ec79f.zip |
Notes
Diffstat (limited to 'devel/cl-trivial-gray-streams-sbcl')
-rw-r--r-- | devel/cl-trivial-gray-streams-sbcl/Makefile | 24 | ||||
-rw-r--r-- | devel/cl-trivial-gray-streams-sbcl/pkg-descr | 18 | ||||
-rw-r--r-- | devel/cl-trivial-gray-streams-sbcl/pkg-plist | 3 |
3 files changed, 45 insertions, 0 deletions
diff --git a/devel/cl-trivial-gray-streams-sbcl/Makefile b/devel/cl-trivial-gray-streams-sbcl/Makefile new file mode 100644 index 000000000000..b2589f8ad259 --- /dev/null +++ b/devel/cl-trivial-gray-streams-sbcl/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: cl-trivial-gray-streams-sbcl +# Date created: 17 January 2010 +# Whom: Jimmy Olgeni <olgeni@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= trivial-gray-streams +PORTVERSION= 2008.11.02 +CATEGORIES= devel lisp +PKGNAMEPREFIX= cl- +DISTFILES= # none + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= A thin compatibility layer for Gray streams + +BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-gray-streams/trivial-gray-streams.asd:${PORTSDIR}/devel/cl-trivial-gray-streams +RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-gray-streams/trivial-gray-streams.asd:${PORTSDIR}/devel/cl-trivial-gray-streams + +USE_ASDF_FASL= yes +FASL_TARGET= sbcl +FASL_BUILD= yes + +.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" +.include <bsd.port.mk> diff --git a/devel/cl-trivial-gray-streams-sbcl/pkg-descr b/devel/cl-trivial-gray-streams-sbcl/pkg-descr new file mode 100644 index 000000000000..7bbcd27628ac --- /dev/null +++ b/devel/cl-trivial-gray-streams-sbcl/pkg-descr @@ -0,0 +1,18 @@ +trivial-gray-streams is a trivial library which provides an extremely +thin compatibility layer for Gray streams. + +From David N. Gray's STREAM-DEFINITION-BY-USER proposal: + +"Common Lisp does not provide a standard way for users to define +their own streams for use by the standard I/O functions. This impedes +the development of window systems for Common Lisp because, while +there are standard Common Lisp I/O functions and there are beginning +to be standard window systems, there is no portable way to connect +them together to make a portable Common Lisp window system. There +are also many applications where users might want to define their +own filter streams for doing things like printer device control, +report formatting, character code translation, or encryption/decryption." + +This package is compiled with SBCL. + +WWW: http://www.cliki.net/trivial-gray-streams diff --git a/devel/cl-trivial-gray-streams-sbcl/pkg-plist b/devel/cl-trivial-gray-streams-sbcl/pkg-plist new file mode 100644 index 000000000000..254ebe6353e9 --- /dev/null +++ b/devel/cl-trivial-gray-streams-sbcl/pkg-plist @@ -0,0 +1,3 @@ +%%LIB32DIR%%/common-lisp/trivial-gray-streams/sbclfasl/mixin.fasl +%%LIB32DIR%%/common-lisp/trivial-gray-streams/sbclfasl/package.fasl +@dirrm %%LIB32DIR%%/common-lisp/trivial-gray-streams/sbclfasl |