aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-04-30pdf-form-replace-font2: Change `build.env` to `build.args`HEADmasterTeddy Wing
Setting `MVN` with env didn't override the default. Change this to `build.args` so we can correctly override the build executable.
2023-04-30pdf-form-replace-font2: Use `mvn3` executableTeddy Wing
Ensure Maven runs as the latest `mvn3`.
2023-04-29pdf-form-replace-font2 0.0.1Teddy Wing
Thanks to the finance/portfolio-performance port for the `maven_local_repository` idea.
2022-05-26scripts/port-checksums.sh: Add license headerTeddy Wing
2022-05-26readline-incdec 0.0.2Teddy Wing
2022-05-22wajir 0.0.1Teddy Wing
2022-04-24scripts/port-checksums.sh: Fix RMD160 checksumTeddy Wing
Used the wrong OpenSSL flag.
2022-03-31Add scripts/port-checksums.shTeddy Wing
Add a script to generate the `checksums` line in Portfiles.
2022-03-28yaqlite 0.0.1Teddy Wing
2021-09-05README: Add usage informationTeddy Wing
Describe how to add this custom repository as a local MacPorts source. Based on this tutorial: https://trac.macports.org/wiki/howto/SyncingWithGit
2021-09-05Add READMETeddy 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.
2021-09-05.gitignore: Ignore PortIndexTeddy Wing