Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14158 - [NEW] LargoRecipes
Summary: [NEW] LargoRecipes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Todd Berman (RETIRED)
URL: http://largorecipes.sourceforge.net/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-18 17:57 UTC by Susie Edgeworth
Modified: 2003-05-23 12:35 UTC (History)
1 user (show)

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


Attachments
ebuild (largorecipes-0.9.0.3.ebuild,1.10 KB, text/plain)
2003-04-12 14:53 UTC, Theofilos Intzoglou
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Susie Edgeworth 2003-01-18 17:57:24 UTC
LargoRecipes is a free, GPL-licensed Java/Swing application for managing
recipes. It does sophisticated ingredient parsing, handles RecipeML and
MealMaster file formats, and generates recipe web pages.
Comment 1 Theofilos Intzoglou 2003-04-12 14:53:23 UTC
Created attachment 10572 [details]
ebuild
Comment 2 Theofilos Intzoglou 2003-04-12 14:53:58 UTC
  This was a tricky one as it is mostly a windows type of application that doesn't keep its data seperately for every user but they stay in the folder where you copy the jar files and execute them. Here is an ebuild that seems to work correctly by creating a wrapper script '/usr/bin/largorecipes' for running the application in an effort to localize the preferences.
Comment 3 Susie Edgeworth 2003-04-12 15:09:53 UTC
Thanks alot I'll give it a try.  :)  I was trying to make an ebuild for it but found it weird to do as it had a patch.  I've never delt with patches in the past or jar files for the most part.  The java I've used in past simply had a *.bin file I ran.

Hopefully this will keep my recipes handy, well organized, etc.  I have several really good books one of which is falling to peices so being able to store those recipes another way is great as thease books are out of print.  Btw I studied cooking for 4 yrs so if you want to try any of the recipes I put into this thing let me know. :)
Comment 4 Theofilos Intzoglou 2003-04-12 23:03:37 UTC
  To tell you the truth I'm not into cooking myself unless it is cooking programs or ebuilds... Maybe if I ever decide to leave Greece and visit Canada I could try those recipes from someone who is into cooking more than just boiling eggs :-) (I'm really bad at cooking :-P Glad to be of help though!)
Comment 5 Susie Edgeworth 2003-04-13 22:21:44 UTC
I just got an error trying to run it :(

 $ largorecipes
Error in main: java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException: java.lang.NoSuchMethodError
	at com.largoguidedog.LargoProperties.FileDescriptionMap.refresh(LargoProperty.java:385)
	at com.largoguidedog.LargoProperties.FileDescriptionMap.<init>(LargoProperty.java:375)
	at com.largoguidedog.LargoProperties.LargoFileProperty.<init>(LargoProperty.java:312)
	at com.largoguidedog.LargoProperties.LargoProperties.<init>(LargoProperties.java:172)
	at com.largoguidedog.LargoProperties.LargoProperties.getSystemProperties(LargoProperties.java:96)
	at com.largoguidedog.Log.Log.logMessage(Log.java:273)
	at com.largoguidedog.UserInterface.Main.Startup.startup(Startup.java:112)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.largoguidedog.UserInterface.Main.Main.invokeStartup(Main.java:155)
	at com.largoguidedog.UserInterface.Main.Main.main(Main.java:91)
Comment 6 Susie Edgeworth 2003-04-13 23:10:22 UTC
Ok I found out my problem.  This java program seems to require blackdown-jdk 1.4.  I had been using 1.3 and now it runs just fine.  :))
Comment 7 Todd Berman (RETIRED) gentoo-dev 2003-05-23 12:35:12 UTC
committed.