mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.1 KiB
Tcl
36 lines
1.1 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 rotatef gettext a432020cbad99fc22cbe6bb9aa8a83a35000d7aa
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name cl-gettext
|
|
version 20171101
|
|
revision 0
|
|
|
|
checksums rmd160 27fb49f7658ed701f73b7bdd858afea8fe63cb50 \
|
|
sha256 5a71e54b34e49777ac62bc3c07840ac4b08ab8ef8fec4652da23b99027a8c73a \
|
|
size 23936
|
|
|
|
categories-append www devel
|
|
maintainers nomaintainer
|
|
license LGPL-3
|
|
|
|
description A port of gettext runtime to Common Lisp
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-flexi-streams \
|
|
port:cl-split-sequence \
|
|
port:cl-stefil \
|
|
port:cl-yacc
|
|
|
|
common_lisp.systems {*.asd} \
|
|
{*/*.asd}
|
|
|
|
# See: https://github.com/rotatef/gettext/issues/4
|
|
common_lisp.abcl no
|