You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
974 B
Plaintext
29 lines
974 B
Plaintext
PortSystem 1.0
|
|
|
|
name mawk
|
|
version 1.3.4-20260302
|
|
categories lang
|
|
|
|
description mawk is an interpreter for the AWK Programming Language
|
|
long_description \
|
|
mawk is an interpreter for the AWK Programming Language. \
|
|
The AWK language is useful for manipulation of data files, \
|
|
text retrieval and processing, and for prototyping and \
|
|
experimenting with algorithms.
|
|
homepage https://invisible-island.net/mawk/
|
|
|
|
license GPL-2
|
|
maintainers {toby @tobypeterson}
|
|
|
|
master_sites https://invisible-island.net/archives/${name}/ \
|
|
https://invisible-mirror.net/archives/${name}/
|
|
extract.suffix .tgz
|
|
checksums rmd160 e4a72597663c9a97f1bef7c587f6c8e501255055 \
|
|
sha256 e2c08a77d0a84a01f9be454d1ca3872d4f103f9ada683d075198b0c6e965633d \
|
|
size 438318
|
|
|
|
configure.args --mandir=${prefix}/share/man \
|
|
--enable-arc4random
|
|
|
|
livecheck.regex >mawk-(.*)\\.tgz<
|