mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1009 B
Tcl
30 lines
1009 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
PortGroup common_lisp 1.0
|
|
|
|
github.setup fukamachi smart-buffer 619759d8a6f821773bbc65c0bda553d30e51e6f3
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name cl-smart-buffer
|
|
version 20211018
|
|
revision 0
|
|
|
|
checksums rmd160 76a28535f98f9832b6adb2fd27995b128c39560b \
|
|
sha256 09b484b809738191f2da0e833b15c7e718431bea4cf872d7f668d8245eaaa7b0 \
|
|
size 3480
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license BSD
|
|
|
|
description Smart octets buffer
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-babel \
|
|
port:cl-flexi-streams \
|
|
port:cl-prove \
|
|
port:cl-xsubseq
|