Hello. I'd like to request an ebuild for jitac. It is a very useful java written image to ascii converter supporting many image formats. Here are a few links. Many thanks. Freshmeat: http://freshmeat.net/projects/jitac/?topic_id=105 Homepage: http://www.roqe.org/jitac/
If you provide an ebuild its possible for this to get added soon than make only a request. Cheers.
Created attachment 23126 [details] Jitac 0.2.0 ebuild Ebuild for Jitac 0.2.0
I attached an ebuild for jitac 0.2.0 Jitac is an image to ASCII converter written in java I suggest tossing it in app-misc/ like I did ;) ~ Chris Aniszczyk (zx)
The app works fine, although the output is not as good as something like aa-lib. The only problem I found was that the exec script /opt/bin/jitac did not pass command line parameters to the application. Modifying that to include $* at the end of the "java -jar2" call fixed that. Hmm, the ebuild also hardcodes the java path into the script. Modifying as follows fixes both these problems: 25c25 < echo "${JAVA_HOME}/bin/java -jar /opt/${PN}/lib/${P}.jar" >> ${PN} --- > echo '${JAVA_HOME}'/bin/java -jar /opt/${PN}/lib/${P}.jar '$*' >> ${PN}
Created attachment 24398 [details] Fixed Jitac 0.2.0 ebuild
In portage now.