Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20161 - [REQUEST] Ebuild for Jitac 0.2.0
Summary: [REQUEST] Ebuild for Jitac 0.2.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-29 05:48 UTC by Narada Sage
Modified: 2004-02-14 12:37 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Jitac 0.2.0 ebuild (jitac-0.2.0.ebuild,596 bytes, text/plain)
2004-01-03 22:48 UTC, Chris Aniszczyk (RETIRED)
Details
Fixed Jitac 0.2.0 ebuild (jitac-0.2.0.ebuild,603 bytes, text/plain)
2004-01-25 10:31 UTC, Chris Aniszczyk (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Narada Sage 2003-04-29 05:48:45 UTC
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/
Comment 1 Adrian Almenar 2003-10-18 07:15:00 UTC
If you provide an ebuild its possible for this to get added soon than make
only a request.

Cheers.
Comment 2 Chris Aniszczyk (RETIRED) gentoo-dev 2004-01-03 22:48:50 UTC
Created attachment 23126 [details]
Jitac 0.2.0 ebuild

Ebuild for Jitac 0.2.0
Comment 3 Chris Aniszczyk (RETIRED) gentoo-dev 2004-01-03 22:51:25 UTC
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)
Comment 4 Jason Stubbs (RETIRED) gentoo-dev 2004-01-08 00:00:01 UTC
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}
Comment 5 Chris Aniszczyk (RETIRED) gentoo-dev 2004-01-25 10:31:43 UTC
Created attachment 24398 [details]
Fixed Jitac 0.2.0 ebuild
Comment 6 Chris Aniszczyk (RETIRED) gentoo-dev 2004-02-14 12:37:20 UTC
In portage now.