gtkgraph stable port information

Package: gtkgraph
Version: 0.6.2
Revision: 5
Maintainer: None
Source: http://vitelus.com/gtkgraph/%n-%v.tar.gz
Source-MD5: b07b21d3c82f2c8db893850a35357a8c
BuildDepends: glib, gtk+, imlib, libgettext3-dev, gettext-bin, gettext-tools, x11-dev, fink (>= 0.24.12-1)
Depends: glib-shlibs, gtk+-shlibs, imlib-shlibs, libgettext3-shlibs, x11
PatchFile: %n.patch
PatchFile-MD5: 89f57c322638e45f72ac5610cf9b7ae3
UpdateConfigGuess: true
UpdatePoMakefile: true
DocFiles: AUTHORS BUGS ChangeLog COPYING COPYING.LGPL HACKING NEWS PHILOSOPHY README TODO
Description: Graphing calculator using Gtk+
DescDetail: <<
GtkGraph is a simple graphing calculator written for X Windows using the
GTK+ widget set. It includes the following features:

* Plotting up to ten functions on the same "canvas"
* Allowing the user to select the range of the canvas.
* Usage of functions exp, sin, tan, cos, asin, atan, acos, sec, csc, cot,
log, ln, abs, sqrt, and constants pi and e.
* Saving and loading sets of functions to plot
* Printing
* Exporting the graph to PostScript, or any bitmap format that Imlib
supports (JPEG, XPM, PNG...)
* Arithmatic and algebraic calculations
* Allowing the user to customize colors and axis and plot titles
<<
DescPackaging: <<
Originally packaged by Matt Stephenson.
<<
License: GPL/LGPL
Homepage: http://vitelus.com/gtkgraph

gtkgraph stable port .patch

--- gtkgraph-0.6.2/src/gtkitementry.c 1999-12-23 23:08:28.000000000 +1100
+++ gtkgraph-0.6.2-patched/src/gtkitementry.c 2002-07-09 00:20:17.000000000 +1000
@@ -1918,7 +1918,7 @@
}

void
-gtk_entry_select_region (GtkEntry *entry,
+gtkgraph_entry_select_region (GtkEntry *entry,
gint start,
gint end)
{
@@ -1926,7 +1926,7 @@
}

void
-gtk_entry_set_max_length (GtkEntry *entry,
+gtkgraph_entry_set_max_length (GtkEntry *entry,
guint16 max)
{
g_return_if_fail (entry != NULL);

gtkgraph _unstable_ port .patch