Bug 82904 - ebuild for the brutal file manager, bfm v1.2
Bug#: 82904 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: java@gentoo.org Reported By: henrik_johansson@home.se
Component: Ebuilds
URL: 
Summary: ebuild for the brutal file manager, bfm v1.2
Keywords:  
Status Whiteboard: 
Opened: 2005-02-21 20:05 0000
Description:   Opened: 2005-02-21 20:05 0000
Ebuild for bfm, a combined first person shooter and file manager written in
java3d, you remove files by shooting at them :)

I suggest app-misc/bfm for this ebuild

------- Comment #1 From Henrik Johansson 2005-02-21 20:06:50 0000 -------
Created an attachment (id=51831) [details]
bfm-1.2.ebuild

------- Comment #2 From Jan Brinkmann (RETIRED) 2005-03-29 02:26:11 0000 -------
This file manager is really funny! I wrote an build.xml for it and now we're
building it from source. Importet into the tree, thanks for reporting and for
using gentoo!

------- Comment #3 From Henrik Johansson 2005-04-01 23:00:38 0000 -------
Thanks for adding this package to the portage tree, just a little request,
could  '$@' be added to the shell script that is created in the ebuild to pass
flags to bfm?

replace line 56:
echo "\$(java-config -J) -Djava.library.path=/opt/${java3d}/lib -cp
\$(java-config -p bfm,${java3d}) Bfm" >> ${PN}

with:
echo "\$(java-config -J) -Djava.library.path=/opt/${java3d}/lib -cp
\$(java-config -p bfm,${java3d}) Bfm \$@" >> ${PN}

Should maybe create a patch but I'm sitting at a public computer without my
gentoo system right now...

------- Comment #4 From Thomas Matthijs (RETIRED) 2005-04-02 02:02:07 0000 -------
changed, thanks