mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
The fork is a pure Java implementation of pdftk and does not rely on the obsolete GCJ. It is mostly compatible with the old version. The old version was the last port still depending on lang/gcc6. Changes: https://gitlab.com/pdftk-java/pdftk/blob/v3.0.8/CHANGELOG.md#308-2019-10-14
2 lines
97 B
Bash
2 lines
97 B
Bash
#!/bin/sh
|
|
exec "%%JAVA%%" $JAVA_OPTS -classpath "%%CLASSPATH%%" com.gitlab.pdftk_java.pdftk "$@"
|