mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
838 B
Plaintext
22 lines
838 B
Plaintext
PortSystem 1.0
|
|
|
|
name bcpp
|
|
version 20250914
|
|
categories devel
|
|
license MIT
|
|
maintainers {toby @tobypeterson} openmaintainer
|
|
description C(++) Beautifier
|
|
long_description \
|
|
bcpp indents C/C++ source programs, replacing tabs \
|
|
with spaces or the reverse. Unlike indent, it does \
|
|
(by design) not attempt to wrap long statements.
|
|
homepage https://invisible-island.net/bcpp/
|
|
platforms darwin
|
|
master_sites https://invisible-island.net/archives/${name}/ \
|
|
https://invisible-mirror.net/archives/${name}/
|
|
extract.suffix .tgz
|
|
checksums rmd160 2363e24e7fb2fb14897131762441311f1a51adc8 \
|
|
sha256 8d2a0f6255243c7f422cbc8d9d65bb381cc6559879df967ba2838ac7d267be3f \
|
|
size 158313
|
|
configure.args --mandir=${prefix}/share/man
|