Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Nov 1999 11:44:51 -0500 (EST)
From:      jedgar@fxp.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14845: New port: graphics/gtkgraph
Message-ID:  <19991112164451.C186D9B22@pawn.primelocation.net>

next in thread | raw e-mail | index | archive | help

>Number:         14845
>Category:       ports
>Synopsis:       New port: graphics/gtkgraph
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 12 08:50:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris D. Faulhaber
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
BUGO - BSD Users Group of Orlando
>Environment:

FreeBSD 3.3-STABLE i386

>Description:

New port: graphics/gtkgraph

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

>How-To-Repeat:
>Fix:
	
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	gtkgraph
#	gtkgraph/Makefile
#	gtkgraph/files
#	gtkgraph/files/md5
#	gtkgraph/patches
#	gtkgraph/patches/patch-aa
#	gtkgraph/pkg
#	gtkgraph/pkg/PLIST
#	gtkgraph/pkg/COMMENT
#	gtkgraph/pkg/DESCR
#
echo c - gtkgraph
mkdir -p gtkgraph > /dev/null 2>&1
echo x - gtkgraph/Makefile
sed 's/^X//' >gtkgraph/Makefile << 'END-of-gtkgraph/Makefile'
X# New ports collection makefile for:	gtkgraph
X# Version required:			0.5.0
X# Date created:				12 October 1999
X# Whom:					Chris D. Faulhaber <jedgar@fxp.org>
X#
X# $FreeBSD$
X#
X
XDISTNAME=	gtkgraph-0.5.0
XCATEGORIES=	math
XMASTER_SITES=	http://gtkgraph.linuxbox.com/
X
XMAINTAINER=	jedgar@fxp.org
X
XLIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
X		intl.1:${PORTSDIR}/devel/gettext \
X		gdk_imlib.5:${PORTSDIR}/graphics/imlib
X
XGTK_CONFIG?=	${X11BASE}/bin/gtk12-config
X
XUSE_GMAKE=	yes
XUSE_X_PREFIX=	yes
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	--with-x
XCONFIGURE_ENV+=	CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \
X		GLIB_CONFIG="${GLIB_CONFIG}" \
X		GTK_CONFIG="${GTK_CONFIG}" \
X		LIBS="-L${LOCALBASE}/lib"
X
X.include <bsd.port.mk>
END-of-gtkgraph/Makefile
echo c - gtkgraph/files
mkdir -p gtkgraph/files > /dev/null 2>&1
echo x - gtkgraph/files/md5
sed 's/^X//' >gtkgraph/files/md5 << 'END-of-gtkgraph/files/md5'
XMD5 (gtkgraph-0.5.0.tar.gz) = 3c8f79aed751295fab95adb32ef31da2
END-of-gtkgraph/files/md5
echo c - gtkgraph/patches
mkdir -p gtkgraph/patches > /dev/null 2>&1
echo x - gtkgraph/patches/patch-aa
sed 's/^X//' >gtkgraph/patches/patch-aa << 'END-of-gtkgraph/patches/patch-aa'
X--- config.h.in.orig	Tue Jul 27 15:09:36 1999
X+++ config.h.in	Fri Nov 12 11:13:03 1999
X@@ -6,15 +6,6 @@
X /* Default value for alignment of strings in .mo file.  */
X #define DEFAULT_ALIGNMENT 1
X 
X-#ifndef __P
X-# if __STDC__
X-#  define __P(args) args
X-# else
X-#  define __P(args) ()
X-# endif
X-#endif
X-
X-
X /* Define if using alloca.c.  */
X #undef C_ALLOCA
X 
END-of-gtkgraph/patches/patch-aa
echo c - gtkgraph/pkg
mkdir -p gtkgraph/pkg > /dev/null 2>&1
echo x - gtkgraph/pkg/PLIST
sed 's/^X//' >gtkgraph/pkg/PLIST << 'END-of-gtkgraph/pkg/PLIST'
Xbin/gtkgraph
END-of-gtkgraph/pkg/PLIST
echo x - gtkgraph/pkg/COMMENT
sed 's/^X//' >gtkgraph/pkg/COMMENT << 'END-of-gtkgraph/pkg/COMMENT'
XGraphing calculator using GTK+
END-of-gtkgraph/pkg/COMMENT
echo x - gtkgraph/pkg/DESCR
sed 's/^X//' >gtkgraph/pkg/DESCR << 'END-of-gtkgraph/pkg/DESCR'
XGtkGraph is a simple graphing calculator written
Xfor X Windows using the GTK+ widget set.  It includes
Xthe following features:
X
X * Plotting up to ten functions on the same "canvas" 
X * Allowing the user to select the range of the canvas. 
X * Usage of functions exp, sin, tan, cos, asin, atan,
X   acos, sec, csc, cot, log, ln, abs, sqrt, and constants
X   pi and e. 
X * Saving and loading sets of functions to plot 
X * Printing 
X * Exporting the graph to PostScript, or any bitmap format
X   that Imlib supports (JPEG, XPM, PNG...) 
X * Arithmatic and algebraic calculations 
X * Allowing the user to customize colors and axis and plot
X   titles 
X
XWWW: http://gtkgraph.linuxbox.com/
X
X- Chris D. Faulhaber
Xjedgar@fxp.org
END-of-gtkgraph/pkg/DESCR
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991112164451.C186D9B22>