mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.0 KiB
Tcl
32 lines
1.0 KiB
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 common_lisp 1.0
|
|
|
|
name cl-rt
|
|
version 20090812.gita6a7503
|
|
revision 0
|
|
|
|
homepage https://tracker.debian.org/pkg/cl-rt
|
|
|
|
master_sites debian:c/${name}/
|
|
worksrcdir ${distname}
|
|
distname ${name}_${version}
|
|
use_xz yes
|
|
extract.suffix .orig.tar.xz
|
|
|
|
checksums rmd160 ba284b6e6322fd1399e27f0386729485e098f78e \
|
|
sha256 aaaa6c1d2104f4796b028652d2d629b329a75e8e82e6b10bd8b651999261a425 \
|
|
size 10092
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
|
|
description Common Lisp regression tester from MIT
|
|
|
|
long_description {*}${description}
|
|
|
|
livecheck.url http://ftp.debian.org/debian/pool/main/c/${name}/?C=N\;O=D
|
|
livecheck.regex ${name}_(\\d+(?:\\.git\[^-.\]+)*)
|