diff options
author | olgeni <olgeni@FreeBSD.org> | 2010-01-18 05:29:39 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2010-01-18 05:29:39 +0800 |
commit | 9aaef425bf710a0ad0ba6b8ba42c20ee80243936 (patch) | |
tree | 4203dd755717a82b7201c3682858108ac5c09d91 /devel/cl-trivial-gray-streams-sbcl | |
parent | 8e6ccaa4b12dea440b4833cc86dacdd57820289a (diff) | |
download | freebsd-ports-gnome-9aaef425bf710a0ad0ba6b8ba42c20ee80243936.tar.gz freebsd-ports-gnome-9aaef425bf710a0ad0ba6b8ba42c20ee80243936.tar.zst freebsd-ports-gnome-9aaef425bf710a0ad0ba6b8ba42c20ee80243936.zip |
Add trivial-gray-streams, a library which provides an extremely
thin compatibility layer for Gray streams.
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 |