diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-04-10 00:58:35 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-04-10 00:58:35 +0800 |
commit | 0656d306b41933ee310febb121babdb73b0a70f9 (patch) | |
tree | 0ff3042eccb784fa59c4cdf2b232fd09e933919f /math/rascal | |
parent | 7d3f99c4c2dc42c568cbef35119b2828a19fd054 (diff) | |
download | freebsd-ports-gnome-0656d306b41933ee310febb121babdb73b0a70f9.tar.gz freebsd-ports-gnome-0656d306b41933ee310febb121babdb73b0a70f9.tar.zst freebsd-ports-gnome-0656d306b41933ee310febb121babdb73b0a70f9.zip |
add rascal
Rascal, the Advanced Scientific CALculator
Diffstat (limited to 'math/rascal')
-rw-r--r-- | math/rascal/Makefile | 33 | ||||
-rw-r--r-- | math/rascal/distinfo | 1 | ||||
-rw-r--r-- | math/rascal/pkg-comment | 1 | ||||
-rw-r--r-- | math/rascal/pkg-descr | 6 | ||||
-rw-r--r-- | math/rascal/pkg-plist | 6 |
5 files changed, 47 insertions, 0 deletions
diff --git a/math/rascal/Makefile b/math/rascal/Makefile new file mode 100644 index 000000000000..9d37ad24abd7 --- /dev/null +++ b/math/rascal/Makefile @@ -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> diff --git a/math/rascal/distinfo b/math/rascal/distinfo new file mode 100644 index 000000000000..a87ffdc54557 --- /dev/null +++ b/math/rascal/distinfo @@ -0,0 +1 @@ +MD5 (rascal-0.1.2.tar.gz) = b0509d1fc792c075e358f4f3093ad962 diff --git a/math/rascal/pkg-comment b/math/rascal/pkg-comment new file mode 100644 index 000000000000..2de64ab4f571 --- /dev/null +++ b/math/rascal/pkg-comment @@ -0,0 +1 @@ +Rascal, the Advanced Scientific CALculator diff --git a/math/rascal/pkg-descr b/math/rascal/pkg-descr new file mode 100644 index 000000000000..b0b21bd6f67c --- /dev/null +++ b/math/rascal/pkg-descr @@ -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/ diff --git a/math/rascal/pkg-plist b/math/rascal/pkg-plist new file mode 100644 index 000000000000..33b97a990de1 --- /dev/null +++ b/math/rascal/pkg-plist @@ -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 |