aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
AgeCommit message (Collapse)Author
2022-05-26readline-incdec 0.0.2Teddy Wing
2022-05-22wajir 0.0.1Teddy Wing
2021-09-05Add license (MPL 2.0)Teddy Wing
2021-09-05readline-incdec: Install Bash files to `${prefix}/share/readline-incdec`Teddy Wing
Previously, the files would be installed directly into `prefix`, meaning you would have `/opt/local/incdec.bash`. That doesn't make sense, and caused the following MacPorts error: Warning: violation by /opt/local/incdec-bindings.bash Warning: violation by /opt/local/incdec.bash Warning: readline-incdec violates the layout of the ports-filesystems! Warning: Please fix or indicate this misbehavior (if it is intended), it will be an error in future releases! Instead, install the Bash files to `${prefix}/share/readline-incdec/`.
2021-09-05readline-incdec: Fix distfile sizeTeddy Wing
I had used `du` output. This time use `ls -l` output. Right, `du` uses blocks, but we need bytes.
2021-09-05readline-incdec 0.0.1Teddy Wing
Haven't tested this yet, and I may need or want to require a specific version of Bash. Can't test it on 10.8 because I'm getting a TLS/SSL error when trying to connect to GitHub to download the distfile archive.