mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
Add port math/octave-forge-symbolic
This is symbolic. Symbolic toolbox based on GiNaC and CLN. The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. PR: 127030 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
This commit is contained in:
parent
61dcfa0105
commit
b98813267a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220273
@ -232,6 +232,7 @@
|
||||
SUBDIR += octave-forge-strings
|
||||
SUBDIR += octave-forge-struct
|
||||
SUBDIR += octave-forge-symband
|
||||
SUBDIR += octave-forge-symbolic
|
||||
SUBDIR += octave-forge-tcl-octave
|
||||
SUBDIR += octave-forge-time
|
||||
SUBDIR += octave-forge-triangular
|
||||
|
19
math/octave-forge-symbolic/Makefile
Normal file
19
math/octave-forge-symbolic/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# New ports collection makefile for: octave-forge
|
||||
# Date created: 5 May 2004
|
||||
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= octave-forge-symbolic
|
||||
PORTVERSION= 1.0.7
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= stephen@math.missouri.edu
|
||||
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
||||
|
||||
LIB_DEPENDS+= ginac:${PORTSDIR}/math/GiNaC
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/Mk/bsd.octave.mk"
|
||||
.include <bsd.port.post.mk>
|
3
math/octave-forge-symbolic/distinfo
Normal file
3
math/octave-forge-symbolic/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (octave-forge/symbolic-1.0.7.tar.gz) = 30758e5791a04c378ed3e32b57396cd0
|
||||
SHA256 (octave-forge/symbolic-1.0.7.tar.gz) = 0566c0ce9b0b7b1488b369629562dc2ac8d5d8213b05afc86e9781da82a77a03
|
||||
SIZE (octave-forge/symbolic-1.0.7.tar.gz) = 80658
|
10
math/octave-forge-symbolic/pkg-descr
Normal file
10
math/octave-forge-symbolic/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
The octave-forge package is the result of The GNU Octave Repositry project,
|
||||
which is intended to be a central location for custom scripts, functions and
|
||||
extensions for GNU Octave. contains the source for all the functions plus
|
||||
build and install scripts.
|
||||
|
||||
This is symbolic.
|
||||
|
||||
Symbolic toolbox based on GiNaC and CLN.
|
||||
|
||||
WWW: http://octave.sourceforge.net/
|
1
math/octave-forge-symbolic/pkg-plist
Normal file
1
math/octave-forge-symbolic/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
@comment This file intentionally left empty
|
Loading…
Reference in New Issue
Block a user