2023-08-08 14:13:51 +02:00
|
|
|
# -*- 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 proc-parse 3afe2b76f42f481f44a0a495256f7abeb69cef27
|
2025-01-24 03:44:38 +11:00
|
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
|
|
|
github.tarball_from tarball
|
2023-08-08 14:13:51 +02:00
|
|
|
name cl-proc-parse
|
|
|
|
|
version 20190809
|
|
|
|
|
revision 0
|
|
|
|
|
|
|
|
|
|
checksums rmd160 b7191adaeac32bfe3ae47eba87a20b4bccf0efd3 \
|
|
|
|
|
sha256 2646c76b36d3b30178a5c527ee53eb2e22f50912a4dc3c8110b1a1194f14af0c \
|
|
|
|
|
size 8700
|
|
|
|
|
|
|
|
|
|
categories-append devel
|
2024-11-06 15:34:34 +01:00
|
|
|
maintainers nomaintainer
|
2023-08-08 14:13:51 +02:00
|
|
|
license BSD
|
|
|
|
|
|
|
|
|
|
description Procedural vector parser
|
|
|
|
|
|
|
|
|
|
long_description {*}${description}
|
|
|
|
|
|
|
|
|
|
depends_lib-append port:cl-alexandria \
|
|
|
|
|
port:cl-babel \
|
|
|
|
|
port:cl-prove
|