Index: head/graphics/gtkgraph/Makefile =================================================================== --- head/graphics/gtkgraph/Makefile (revision 23806) +++ head/graphics/gtkgraph/Makefile (revision 23807) @@ -1,30 +1,30 @@ # New ports collection makefile for: gtkgraph -# Version required: 0.5.1 +# Version required: 0.5.2 # Date created: 12 October 1999 # Whom: Chris D. Faulhaber # # $FreeBSD$ # -DISTNAME= gtkgraph-0.5.1 +DISTNAME= gtkgraph-0.5.2 CATEGORIES= math MASTER_SITES= http://gtkgraph.linuxbox.com/ -MAINTAINER= jedgar@fxp.org +MAINTAINER= jedgar@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ intl.1:${PORTSDIR}/devel/gettext \ gdk_imlib.5:${PORTSDIR}/graphics/imlib GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_GMAKE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-x CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \ GLIB_CONFIG="${GLIB_CONFIG}" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" .include Property changes on: head/graphics/gtkgraph/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/graphics/gtkgraph/distinfo =================================================================== --- head/graphics/gtkgraph/distinfo (revision 23806) +++ head/graphics/gtkgraph/distinfo (revision 23807) @@ -1 +1 @@ -MD5 (gtkgraph-0.5.1.tar.gz) = d6fc53698cf62fa6a1d1a5a7e8a82a53 +MD5 (gtkgraph-0.5.2.tar.gz) = 7cd5d54fecd61422f88f3eb84ca2f535 Property changes on: head/graphics/gtkgraph/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/graphics/gtkgraph/pkg-descr =================================================================== --- head/graphics/gtkgraph/pkg-descr (revision 23806) +++ head/graphics/gtkgraph/pkg-descr (revision 23807) @@ -1,21 +1,21 @@ 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 WWW: http://gtkgraph.linuxbox.com/ - Chris D. Faulhaber -jedgar@fxp.org +jedgar@FreeBSD.org Property changes on: head/graphics/gtkgraph/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/graphics/gtkgraph/pkg-plist =================================================================== --- head/graphics/gtkgraph/pkg-plist (revision 23806) +++ head/graphics/gtkgraph/pkg-plist (revision 23807) @@ -1,2 +1,3 @@ bin/gtkgraph share/locale/fr/LC_MESSAGES/gtkgraph.mo +share/locale/ja/LC_MESSAGES/gtkgraph.mo Property changes on: head/graphics/gtkgraph/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property