Files
Ryan Schmidt 81464b9754 pdftk-java: Don't use commons-text
Remove unnecessary commons-text dependency and the source patch to use
it. StringEscapeUtils may be deprecated in commons-lang3, but it's still
there. Turns out the only reason why it didn't run before was that we
weren't specifying the class path.

See: https://trac.macports.org/ticket/58905
2020-05-13 23:41:00 -05:00

5 lines
186 B
Bash

#!/bin/sh
exec java \
-cp @PREFIX@/share/java/pdftk-java/pdftk.jar:@PREFIX@/share/java/bcprov/bcprov.jar:@PREFIX@/share/java/commons-lang3.jar \
com.gitlab.pdftk_java.pdftk "$@"