mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 19:30:46 -04:00
FLEXI-STREAMS provides "virtual" bivalent streams that can be layered on top of real binary or bivalent streams. These streams enable reading and writing of character data in various single- or multi-octet encodings, which can be dynamically changed. The package also includes in-memory binary streams, similar to string streams, for efficient handling of binary data. Sponsored by: The FreeBSD Foundation
21 lines
728 B
Makefile
21 lines
728 B
Makefile
PORTNAME= flexi-streams
|
|
DISTVERSION= 1.0.20
|
|
CATEGORIES= devel lisp
|
|
PKGNAMEPREFIX= cl-
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= jrm@FreeBSD.org
|
|
COMMENT= Flexible bivalent streams for Common Lisp
|
|
WWW= http://edicl.github.io/flexi-streams/
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/flexi-streams/flexi-streams.asd:devel/cl-flexi-streams \
|
|
${LOCALBASE}/${CL_LIBDIR_REL}/trivial-gray-streams/clispfasl/package.fas:devel/cl-trivial-gray-streams-clisp
|
|
RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/flexi-streams/flexi-streams.asd:devel/cl-flexi-streams \
|
|
${LOCALBASE}/${CL_LIBDIR_REL}/trivial-gray-streams/clispfasl/package.fas:devel/cl-trivial-gray-streams-clisp
|
|
|
|
USES= cl
|
|
FASL_TARGET= clisp
|
|
|
|
.include <bsd.port.mk>
|