Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82904 - ebuild for the brutal file manager, bfm v1.2
Summary: ebuild for the brutal file manager, bfm v1.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-21 20:05 UTC by Henrik Johansson
Modified: 2005-04-02 02:02 UTC (History)
0 users

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


Attachments
bfm-1.2.ebuild (bfm-1.2.ebuild,1.13 KB, text/plain)
2005-02-21 20:06 UTC, Henrik Johansson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Henrik Johansson 2005-02-21 20:05:42 UTC
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 Henrik Johansson 2005-02-21 20:06:50 UTC
Created attachment 51831 [details]
bfm-1.2.ebuild
Comment 2 Jan Brinkmann (RETIRED) gentoo-dev 2005-03-29 02:26:11 UTC
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 Henrik Johansson 2005-04-01 23:00:38 UTC
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 Thomas Matthijs (RETIRED) gentoo-dev 2005-04-02 02:02:07 UTC
changed, thanks