Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 50565
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Science Related Packages <sci@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jonathan S. Romero <jonnyro@jonnyro.isa-geek.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
g3data-1.4.0.1.ebuild E-build with proper header and license fixed text/plain Jonathan S. Romero 2004-05-10 09:33 0000 569 bytes Details
g3datatest.bmp Test graphic file for g3data image/bmp Jonathan S. Romero 2004-05-14 06:38 0000 369.29 KB Details
g3data-1.4.0.1.ebuild E-build for g3data text/plain Jonathan S. Romero 2004-05-16 11:42 0000 581 bytes Details
g3data-1.5.0.ebuild ebuild for version 1.5.0 text/plain Maxim Loginov 2006-01-05 05:25 0000 966 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 50565 depends on: Show dependency tree
Bug 50565 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-05-09 12:45 0000
G3data is a program to help users extract data points from scanned images of
graphs, like those usually contained in scholarly papers.

------- Comment #1 From Jonathan S. Romero 2004-05-09 12:48:13 0000 -------
This e-build works, but I'm new to the e-build development scene.  Once I
figure out how to set the headers and stuff properly, i'll attach a proposed
e-build to this bug.  Also, this program should probably go in app-sci


DESCRIPTION="Extracts features from scanned images of 2d graphs"
SRC_URI="http://www.acclab.helsinki.fi/~frantz/software/g3data-$PV.tar.gz"
HOMEPAGE="http://www.acclab.helsinki.fi/~frantz/software/g3data.php"

LICENCE="GPL-2"
SLOT="0"
KEYWORDS="x86"

DEPEND="imlib gtk+"

src_compile() {
        emake || die "emake failed"
}

src_install() {
        dobin g3data
        doman g3data.1.gz
}


------- Comment #2 From Jonathan S. Romero 2004-05-09 12:50:41 0000 -------
This one is better, as it accurately reflects the gtk-2 dependency.  I'll
attach once I figure out how to setup the headers as required by e-builds.

DESCRIPTION="Extracts features from scanned images of 2d graphs"
SRC_URI="http://www.acclab.helsinki.fi/~frantz/software/g3data-$PV.tar.gz"
HOMEPAGE="http://www.acclab.helsinki.fi/~frantz/software/g3data.php"

LICENCE="GPL-2"
SLOT="0"
KEYWORDS="x86"

DEPEND="imlib >=x11-libs/gtk+-2.0.0"

src_compile() {
        emake || die "emake failed"
}

src_install() {
        dobin g3data
        doman g3data.1.gz
        einfo "See \"man g3data\" for documentation"
}

------- Comment #3 From Jonathan S. Romero 2004-05-10 09:33:24 0000 -------
Created an attachment (id=31113) [details]
E-build with proper header and license fixed

This should be a compliant e-build for g3data.

------- Comment #4 From Jonathan S. Romero 2004-05-14 06:38:12 0000 -------
Created an attachment (id=31409) [details]
Test graphic file for g3data

This graphic should allow you to test g3data.  Note that the red squares are in
the image, not generated by g3data.  If you run: "g3data g3datatest.bmp"
1)Click on the button marked Set point X1 on X axis, then click on the bottom
left corner of the graph axis.	After you do this the box marked X1 value will
become avaiable to enter data.	Type in 0 here, or whatever number corresponds
to the bottom left of the coordinate system.  2) Click on "Set point X2 on X
axis", then click on the bottom right corner of the graph axis lines, the box
X2 value will become available, fill in the x coordinate of the rightmost
position according to the coordinate system.  3&4) do the same for Y1 and Y2,
using the lower and upper left graph axis positions and their values
respectively.

After you do this.  You can click on individual points in the graph, and it
will add them to a point table.  Once you have collected all the points you
want, you can click "export point data".

------- Comment #5 From Ed Catmur 2004-05-14 06:48:55 0000 -------
Looks good. Please include the category of imlib i.e. media-libs/imlib. 
Also the ACCEPT_KEYWORDS should initially be "~x86".
Please attach ebuilds as "text/plain" so they can be previewed in-browser.

------- Comment #6 From Jonathan S. Romero 2004-05-16 11:42:46 0000 -------
Created an attachment (id=31536) [details]
E-build for g3data

Changed to ~x86 and corrected imlib reference in ebuild

------- Comment #7 From Jonathan S. Romero 2004-05-29 23:18:55 0000 -------
The ebuild has been fixed according to comments.  What else is required to get
it merged into portage?

------- Comment #8 From Maxim Loginov 2006-01-05 05:25:12 0000 -------
Created an attachment (id=76233) [details]
ebuild for new version 

it seems that the project still continue
http://koti.welho.com/jfrantz/software/g3data.html

I made a new ebuild for version 1.5.0. unfortunately I failed to make man from
sgml on my system... hopefully author will include prebuilded man page in the
distribution.

hm... why previuos ebuild is not in the portage, though bug is closed?
by the way, I'm ready to maintain it (hopefully this helps me to learn ebuild
writing :-)

------- Comment #9 From Marcus D. Hanwell 2006-01-05 11:46:28 0000 -------
Please attach ebuilds as text/plain otherwise they will not be looked at. I am
not sure why this bug has been closed - reopening. I have used this application
briefly in the past and would consider adding it to portage if I can find some
time to test it out.

------- Comment #10 From Maxim Loginov 2006-01-05 12:28:23 0000 -------
done. now it is early to add it into portage, because of problem with building
man page from sgml. I'd prefer to have pure man in distribution. hopefully
author will supply it.

------- Comment #11 From Marcus D. Hanwell 2006-01-05 13:11:28 0000 -------
I have added it to the overlay for further testing for now. It does compile
just fine if you add a dep on app-text/docbook-sgml-utils-0.6.14 but it is also
hardwired to this version which is terrible. I will test more later when I get
chance to take a better look at it.

------- Comment #12 From Marcus D. Hanwell 2006-06-06 03:25:34 0000 -------
Moved to the main tree. Closing. Thanks for your work on this ebuild - I use it
a little in my work.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug