mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
976 B
Tcl
27 lines
976 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 gigamonkey monkeylib-binary-data 22e908976d7f3e2318b7168909f911b4a00963ee
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name cl-com.gigamonkeys.binary-data
|
|
version 20111201
|
|
revision 0
|
|
|
|
checksums rmd160 36fc878603d5ce2c2cafbd662000ebe53b7fc1db \
|
|
sha256 63bd78ce5afa6e6ee08bcff746d5370d97e862fbad5c3e8787c1b0fc9e1d2ec6 \
|
|
size 4969
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license BSD
|
|
|
|
description Binary data library based on code from chapter 24 of Practical Common Lisp
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-alexandria
|