From 2841e1e6651c3cf901628c0ee95a4ef8bc3e8c5d Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Tue, 7 Jan 2003 03:14:23 +0000 Subject: add glgraph 0.2.6 An OpenGL based function grapher --- math/glgraph/Makefile | 34 ++++++++++++++++++++++++++++++++++ math/glgraph/distinfo | 1 + math/glgraph/pkg-comment | 1 + math/glgraph/pkg-descr | 4 ++++ math/glgraph/pkg-plist | 3 +++ 5 files changed, 43 insertions(+) create mode 100644 math/glgraph/Makefile create mode 100644 math/glgraph/distinfo create mode 100644 math/glgraph/pkg-comment create mode 100644 math/glgraph/pkg-descr create mode 100644 math/glgraph/pkg-plist (limited to 'math/glgraph') diff --git a/math/glgraph/Makefile b/math/glgraph/Makefile new file mode 100644 index 000000000000..29de9f5a0843 --- /dev/null +++ b/math/glgraph/Makefile @@ -0,0 +1,34 @@ +# ex:ts=8 +# Ports collection makefile for: glgraph +# Date created: Jan 7, 2003 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= glgraph +PORTVERSION= 0.2.6 +CATEGORIES= math +MASTER_SITES= http://glgraph.kaosu.ch/downl/ +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org + +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/OpenGL.pm:${PORTSDIR}/graphics/p5-OpenGL \ + ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ + ${SITE_PERL}/Math/Trig.pm:${PORTSDIR}/math/p5-Math-Trig \ + import:${PORTSDIR}/graphics/ImageMagick + +USE_BZIP2= yes +USE_PERL5_RUN= yes +NO_BUILD= yes +WRKSRC= ${WRKDIR}/${PORTNAME} + +do-install: + @${INSTALL_SCRIPT} ${WRKSRC}/glgraph ${PREFIX}/bin +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/documentation.html ${DOCSDIR} +.endif + +.include diff --git a/math/glgraph/distinfo b/math/glgraph/distinfo new file mode 100644 index 000000000000..6b6f39ee059f --- /dev/null +++ b/math/glgraph/distinfo @@ -0,0 +1 @@ +MD5 (glgraph_0.2.6.tar.bz2) = 6fb17521170701f83d035b48df9db02b diff --git a/math/glgraph/pkg-comment b/math/glgraph/pkg-comment new file mode 100644 index 000000000000..864b6e4ec4c4 --- /dev/null +++ b/math/glgraph/pkg-comment @@ -0,0 +1 @@ +An OpenGL based function grapher diff --git a/math/glgraph/pkg-descr b/math/glgraph/pkg-descr new file mode 100644 index 000000000000..7e07bda40305 --- /dev/null +++ b/math/glgraph/pkg-descr @@ -0,0 +1,4 @@ +GLgraph visualize mathematical functions. It can handle 3 unknowns (x,z,t) and +can produce a 4D function with 3 space and 1 time dimension. + +WWW: http://glgraph.kaosu.ch/ diff --git a/math/glgraph/pkg-plist b/math/glgraph/pkg-plist new file mode 100644 index 000000000000..68ad67cef005 --- /dev/null +++ b/math/glgraph/pkg-plist @@ -0,0 +1,3 @@ +bin/glgraph +%%PORTDOCS%%%%DOCSDIR%%/documentation.html +%%PORTDOCS%%@dirrm %%DOCSDIR%% -- cgit v1.2.3