mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
add rascal
Rascal, the Advanced Scientific CALculator
This commit is contained in:
parent
44307c34c4
commit
357bb46298
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41139
6 changed files with 48 additions and 0 deletions
|
@ -81,6 +81,7 @@
|
||||||
SUBDIR += py-gnuplot
|
SUBDIR += py-gnuplot
|
||||||
SUBDIR += py-scientific
|
SUBDIR += py-scientific
|
||||||
SUBDIR += pygist
|
SUBDIR += pygist
|
||||||
|
SUBDIR += rascal
|
||||||
SUBDIR += rcalc
|
SUBDIR += rcalc
|
||||||
SUBDIR += rpc
|
SUBDIR += rpc
|
||||||
SUBDIR += ruby-bigfloat
|
SUBDIR += ruby-bigfloat
|
||||||
|
|
33
math/rascal/Makefile
Normal file
33
math/rascal/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# ex:ts=8
|
||||||
|
# New ports collection makefile for: rascal
|
||||||
|
# Date created: Apr 9, 2001
|
||||||
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= rascal
|
||||||
|
PORTVERSION= 0.1.2
|
||||||
|
CATEGORIES= math
|
||||||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
|
||||||
|
MAINTAINER= ijliao@FreeBSD.org
|
||||||
|
|
||||||
|
USE_BISON= yes
|
||||||
|
|
||||||
|
USE_GMAKE= yes
|
||||||
|
ALL_TARGET=
|
||||||
|
|
||||||
|
DOCS= modules.pdf modules.ps rascal.pdf rascal.ps
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
@${INSTALL_PROGRAM} ${WRKSRC}/rascal ${PREFIX}/bin
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
@${MKDIR} ${PREFIX}/share/doc/rascal
|
||||||
|
.for file in ${DOCS}
|
||||||
|
@${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/rascal
|
||||||
|
.endfor
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
math/rascal/distinfo
Normal file
1
math/rascal/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (rascal-0.1.2.tar.gz) = b0509d1fc792c075e358f4f3093ad962
|
1
math/rascal/pkg-comment
Normal file
1
math/rascal/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Rascal, the Advanced Scientific CALculator
|
6
math/rascal/pkg-descr
Normal file
6
math/rascal/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
Rascal, the Advanced Scientific CALculator, is a platform independent
|
||||||
|
modular calculator. Based on modules for integer, doubles, strings,
|
||||||
|
vectors and matrices it can be easily extended with existing C or C++
|
||||||
|
code.
|
||||||
|
|
||||||
|
WWW: http://rascal.sourceforge.net/
|
6
math/rascal/pkg-plist
Normal file
6
math/rascal/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
bin/rascal
|
||||||
|
%%PORTDOCS%%share/doc/rascal/modules.pdf
|
||||||
|
%%PORTDOCS%%share/doc/rascal/modules.ps
|
||||||
|
%%PORTDOCS%%share/doc/rascal/rascal.pdf
|
||||||
|
%%PORTDOCS%%share/doc/rascal/rascal.ps
|
||||||
|
%%PORTDOCS%%@dirrm share/doc/rascal
|
Loading…
Add table
Reference in a new issue