mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.2 KiB
Tcl
36 lines
1.2 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 github 1.0
|
|
PortGroup common_lisp 1.0
|
|
|
|
github.setup hraban dynamic-classes ebd7405603f67b16e8f2bc08ce8e2bcfcf439501
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
|
|
# NOTE: repository was moved from github user gwkkwg to hraban,
|
|
# and github produces archive which contains user name inside
|
|
# => checksums are miss match with distfiles, until any commit is made
|
|
master_sites macports_distfiles
|
|
|
|
name cl-dynamic-classes
|
|
version 20230809
|
|
revision 0
|
|
|
|
checksums rmd160 ee14b1f24393ca1e8f6ad2c464041c32a3074e82 \
|
|
sha256 f5ebfeb88502e6eaa6ba004760aa4591e635c13eb0e7d8cbe5c1bc776c79016c \
|
|
size 7368
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
|
|
description Classes how you want them, when you want them
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-metatilities-base \
|
|
port:cl-lift
|
|
|
|
patchfiles-append modern-lift.diff
|