mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1.0 KiB
Tcl
29 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 github 1.0
|
|
PortGroup common_lisp 1.0
|
|
|
|
github.setup cl-babel babel 0.5.0 v
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name cl-babel
|
|
revision 0
|
|
|
|
checksums rmd160 806d0c709ad1566b1068ac7926c789a17e5efde3 \
|
|
sha256 e68081896e3cd0d652f56869657074fdc3ca1423c775a2eec2245772572730e6 \
|
|
size 248658
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
|
|
description Babel is a charset encoding/decoding library, not unlike GNU libiconv, written in pure Common Lisp.
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-alexandria \
|
|
port:cl-hu.dwim.stefil \
|
|
port:cl-trivial-features \
|
|
port:cl-trivial-gray-streams
|