add glgraph 0.2.6
An OpenGL based function grapher
This commit is contained in:
parent
13f3771961
commit
2841e1e665
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72664
6 changed files with 44 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
|||
SUBDIR += gdcalc
|
||||
SUBDIR += geg
|
||||
SUBDIR += gexpr
|
||||
SUBDIR += glgraph
|
||||
SUBDIR += glove
|
||||
SUBDIR += glpk
|
||||
SUBDIR += gnumeric
|
||||
|
|
34
math/glgraph/Makefile
Normal file
34
math/glgraph/Makefile
Normal file
|
@ -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 <bsd.port.mk>
|
1
math/glgraph/distinfo
Normal file
1
math/glgraph/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (glgraph_0.2.6.tar.bz2) = 6fb17521170701f83d035b48df9db02b
|
1
math/glgraph/pkg-comment
Normal file
1
math/glgraph/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
An OpenGL based function grapher
|
4
math/glgraph/pkg-descr
Normal file
4
math/glgraph/pkg-descr
Normal file
|
@ -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/
|
3
math/glgraph/pkg-plist
Normal file
3
math/glgraph/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
bin/glgraph
|
||||
%%PORTDOCS%%%%DOCSDIR%%/documentation.html
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in a new issue