ports/devel/cl-flexi-streams-clisp/Makefile
Joseph Mingrone 91ce3a0df3
devel/cl-flexi-streams{,-*}: New ports
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
2024-12-28 19:29:17 -04:00

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>