Port details |
- cl-trivial-gray-streams Thin compatibility layer for Gray streams
- 20240217 devel =2 2008.11.02_1Version of this port present on the latest quarterly branch.
- Maintainer: olgeni@FreeBSD.org
- Port Added: 2010-01-17 21:30:03
- Last Update: 2024-12-28 23:29:17
- Commit Hash: 9e29528
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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."
- ¦ ¦ ¦ ¦
- 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>0:devel/cl-trivial-gray-streams
- To install the port:
- cd /usr/ports/devel/cl-trivial-gray-streams/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/cl-trivial-gray-streams
- pkg install cl-trivial-gray-streams
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
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1735169687
SHA256 (trivial-gray-streams-trivial-gray-streams-20240217-a7ead683666849762ea657dac9137d693c5a4929_GH0.tar.gz) = 0b3734561620a27f42e7960312282d732ff6313278db18aa376450a15a8ce8e6
SIZE (trivial-gray-streams-trivial-gray-streams-20240217-a7ead683666849762ea657dac9137d693c5a4929_GH0.tar.gz) = 8252
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Build
-
- converters/cl-babel
- devel/cl-trivial-gray-streams-ccl
- devel/cl-trivial-gray-streams-clisp
- devel/cl-trivial-gray-streams-sbcl
- for Run
-
- converters/cl-babel
- devel/cl-flexi-streams
- devel/cl-trivial-gray-streams-ccl
- devel/cl-trivial-gray-streams-clisp
- devel/cl-trivial-gray-streams-sbcl
Configuration Options:
- ===> The following configuration options are available for cl-trivial-gray-streams-20240217:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_cl-trivial-gray-streams
- USES:
- cl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
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_2 20 Dec 2024 02:31:49 |
Joseph Mingrone (jrm) |
*/cl-*: Pet portclippy/portfmt
Sponsored by: The FreeBSD Foundation |
2008.11.02_2 20 Dec 2024 02:31:49 |
Joseph Mingrone (jrm) |
Common Lisp ports: Add missing license information
Approved by: olgeni (maintainer, implicit)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D48090 |
2008.11.02_2 20 Dec 2024 02:31:48 |
Joseph Mingrone (jrm) |
Infrastructure for Common Lisp Ports: Overhaul
- Decouple ASDF initialization from devel/cl-asdf by creating a
dedicated port: devel/freebsd-cl-asdf-init.
- Convert devel/cl-asdf/bsd.cl-asdf.mk to USES=cl.
- Add devel/cl-asdf-sbcl
- Update ASDF configuration:
- Prefer newer ASDF versions, but only if the fasl is available.
- Replace license text with an SPDX license identifier.
- Simplify and clarify documentation.
- Remove the assumption that ${PREFIX} is /usr/local.
- Use uiop:getenv instead of a custom getenv function.
- Remove asdf:output-files customization to resolve output
translation issues.
- Improve output translations: (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2008.11.02_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2008.11.02_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2008.11.02_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2008.11.02_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
2008.11.02_1 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
2008.11.02_1 08 Jun 2014 13:14:43 |
olgeni |
Remove indefinite articles from COMMENT where I'm maintainer. |
2008.11.02_1 15 Feb 2014 17:08:01 |
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_1 26 Jan 2013 14:50:30 |
olgeni |
Convert Makefile headers to the new format in my ports. |
2008.11.02_1 16 Aug 2011 20:59:36 |
olgeni |
Bump PORTREVISION: rebuild ports that depend on devel/cl-asdf. |
2008.11.02 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
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. |