mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
927 B
Tcl
27 lines
927 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 rudolfochrist cl-change-case 0.2.0
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
revision 1
|
|
|
|
checksums rmd160 ee991805293fc634a9c2726db93db9026e0fcfd6 \
|
|
sha256 da5647dd8bf7b77d14538759bb2e3a6dc5eba35d3932f22843f256f46c6eecf1 \
|
|
size 4900
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license LLGPL
|
|
|
|
description Convert strings between camelCase, param-case, PascalCase and more
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-ppcre \
|
|
port:cl-ppcre-unicode \
|
|
port:cl-fiveam
|