Port details |
- cl-trivial-gray-streams-clisp Thin compatibility layer for Gray streams
- 20240217 devel
=0 2008.11.02_2Version of this port present on the latest quarterly branch. - Maintainer: jrm@FreeBSD.org
 - Port Added: 2010-01-17 21:30:03
- Last Update: 2024-12-28 23:29:17
- Commit Hash: 9e29528
- Also Listed In: lisp
- License: MIT
- WWW:
- https://www.cliki.net/trivial-gray-streams
- Description:
- 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 CLISP.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cl-trivial-gray-streams-clisp>0:devel/cl-trivial-gray-streams-clisp
- To install the port:
- cd /usr/ports/devel/cl-trivial-gray-streams-clisp/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/cl-trivial-gray-streams-clisp
- pkg install cl-trivial-gray-streams-clisp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cl-trivial-gray-streams-clisp
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- trivial-gray-streams.asd : devel/cl-trivial-gray-streams
- clisp : lang/clisp
- Runtime dependencies:
-
- trivial-gray-streams.asd : devel/cl-trivial-gray-streams
- clisp : lang/clisp
- This port is required by:
- for Build
-
- converters/cl-babel-clisp
- devel/cl-flexi-streams-clisp
- for Run
-
- converters/cl-babel-clisp
- devel/cl-flexi-streams-clisp
Configuration Options:
- No options to configure
- Options name:
- devel_cl-trivial-gray-streams-clisp
- USES:
- cl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20240217 28 Dec 2024 23:29:17
    |
Joseph Mingrone (jrm)  |
devel/cl-trivial-gray-streams{,-*}: Update to 20240217
Approved by: olgeni (maintainer, implicit)
Sponsored by: The FreeBSD Foundation |
2008.11.02 20 Dec 2024 02:31:48
    |
Joseph Mingrone (jrm)  |
*/*-clisp: Add CLISP fasl ports
Differential Revision: https://reviews.freebsd.org/D48089
Sponsored by: The FreeBSD Foundation |
2008.11.02_2 28 Jul 2014 16:38:08
  |
rene  |
Remove expired ports:
2014-07-28 net-im/gtkyahoo: Broken, unmaintained, unstaged, gtk12, i386 only
2014-07-28 devel/cl-cffi-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-alexandria-clisp: Depends on deprecated lang/clisp
2014-07-28 converters/cl-babel-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-infix-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/meta-cvs: Depends on deprecated lang/clisp
2014-07-28 textproc/cl-meta-clisp: Depends on deprecated lang/clisp
2014-07-28 www/cl-lml-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-trivial-features-clisp: Depends on deprecated lang/clisp
2014-07-28 security/cl-md5-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-port-clisp: Depends on deprecated lang/clisp
2014-07-28 textproc/cl-ppcre-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-asdf-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-split-sequence-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-trivial-gray-streams-clisp: Depends on deprecated lang/clisp
2014-07-28 lang/clisp: development has ceased, not staged |
2008.11.02_2 08 Jun 2014 13:14:43
  |
olgeni  |
Remove indefinite articles from COMMENT where I'm maintainer. |
2008.11.02_2 05 Jun 2014 18:27:36
  |
antoine  |
Fix typo |
2008.11.02_2 05 Jun 2014 18:20:50
  |
antoine  |
Chase lang/clisp expiration date
With hat: portmgr |
2008.11.02_2 15 Feb 2014 17:03:25
  |
antoine  |
Stage support |
20 Sep 2013 17:03:27

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
2008.11.02_2 26 Jan 2013 14:50:30
  |
olgeni  |
Convert Makefile headers to the new format in my ports. |
2008.11.02_2 16 Aug 2011 20:59:36
 |
olgeni  |
Bump PORTREVISION: rebuild ports that depend on devel/cl-asdf. |
2008.11.02_1 20 Jan 2010 12:40:13
 |
olgeni  |
When building ASDF modules with the previous cl-asdf port version,
sometimes the build would fail because of "missing" packages that
weren't actually missing (this only happened in ports that aren't
committed yet).
Rewrite the FASL placement code using the asdf-binary-locations
extension, which is already included in the cl-asdf port but needs
to be installed from ports when building for SBCL (which has its
own ASDF code). The binary-locations code generates paths unsuitable
for PLISTs, therefore it has been overridden with
lisp-specific-fasl-subdir.
Because of the new code, PLIST generation for cl-*-sbcl and cl-*-clisp
ports is now entirely automated.
All dependent cl-* ports are upgraded (obsolete code removed,
PORTREVISION bumped). |
2008.11.02 17 Jan 2010 21:29:39
 |
olgeni  |
Add trivial-gray-streams, a library which provides an extremely
thin compatibility layer for Gray streams. |