Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5207 - xfractint-20.2.04 (New Package)
Summary: xfractint-20.2.04 (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-18 17:09 UTC by jsm
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments
ebuild file for xfractint-20.2.04 (xfractint-20.2.04.ebuild,1.02 KB, text/plain)
2002-07-18 17:10 UTC, jsm
Details
updated Ebuild file for xfractint-20.2.04 (xfractint-20.2.04-r1.ebuild,956 bytes, text/plain)
2002-07-19 12:16 UTC, jsm
Details
File for /etc/env.d to update FRACTDIR environment variable (xfractint.envd,62 bytes, text/plain)
2002-07-19 12:18 UTC, jsm
Details
UPDATED ebuild for xfractint (xfractint-20.2.04-r1.ebuild,959 bytes, text/plain)
2002-07-19 16:30 UTC, jsm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jsm 2002-07-18 17:09:51 UTC
Attached is my first attempt at an ebuild for Xfractint
(http://www.fractint.org).  It's a very cool fractal generator. I'm having only
one problem, the FRACTDIR variable needs to be exported and set to
/usr/local/xfractint for the program to run correctly (in /etc/exports or
exports.env?)  If someone could help with that part, I'd be ready to go.

I think it should go in apps-misc/xfractint

J.
Comment 1 jsm 2002-07-18 17:10:55 UTC
Created attachment 2366 [details]
ebuild file for xfractint-20.2.04
Comment 2 jsm 2002-07-19 12:16:37 UTC
Created attachment 2391 [details]
updated Ebuild file for xfractint-20.2.04

Please use this ebuild instead of the previous one.
Comment 3 jsm 2002-07-19 12:18:57 UTC
Created attachment 2392 [details]
File for /etc/env.d to update FRACTDIR environment variable

This file must be in the "files" directory and is then copied to
/etc/env.d/60xfractint in the ebuild script.
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2002-07-19 15:55:47 UTC
I do not like that /usr/local needs to be used.  If you can get it to use
/usr/share/fractdir or something, that would be better.
Comment 5 jsm 2002-07-19 16:23:29 UTC
Seemant,

The new ebuild I uploaded
(http://bugs.gentoo.org/attachment.cgi?id=2391&action=edit ) does not use
/usr/local.  It installs to /usr/share/xfractint.
Comment 6 jsm 2002-07-19 16:30:42 UTC
Created attachment 2401 [details]
UPDATED ebuild for xfractint

Changed the license info to freeware.
Comment 7 jsm 2002-07-19 16:32:25 UTC
Seemant,

Just updated the ebuild again, check this one :

07/19/02 16:30

http://bugs.gentoo.org/attachment.cgi?id=2401&action=view
Comment 8 Daniel Ahlberg (RETIRED) gentoo-dev 2002-07-22 07:38:09 UTC
Commited, but masked for now. I'll unmask it when its been tested. 
Comment 9 jsm 2002-07-23 09:31:51 UTC
I noticed xfract20.2.04.zip was copied to
http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/ .  At what
stage do you guys change the ebuild so it starts pulling from there?  Or is that
my responsibility?

Comment 10 Daniel Ahlberg (RETIRED) gentoo-dev 2002-07-23 11:11:57 UTC
The files in SRC_URI are automatically mirrored, it happens automatically. When
emerge:ing a packet it first checks the mirrors in your make.conf and if it
can't pull the source from the mirrors it will download it from SRC_URI.