Add port math/octave-forge-financial

This is financial.
Financial manipulation and plotting functions

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:
Maho Nakata 2008-09-08 07:35:59 +00:00
parent 9859192ad4
commit ab96ace2b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220278
5 changed files with 35 additions and 0 deletions

View file

@ -191,6 +191,7 @@
SUBDIR += octave-forge-communications
SUBDIR += octave-forge-econometrics
SUBDIR += octave-forge-engine
SUBDIR += octave-forge-financial
SUBDIR += octave-forge-fixed
SUBDIR += octave-forge-fpl
SUBDIR += octave-forge-ftp

View file

@ -0,0 +1,20 @@
# New ports collection makefile for: octave-forge
# Date created: 5 May 2004
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
#
# $FreeBSD$
#
PORTNAME= octave-forge-financial
PORTVERSION= 0.3.0
CATEGORIES= math
MAINTAINER= stephen@math.missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
RUN_DEPENDS+= ${TARBALLS_DIR}/time.tar.gz:${PORTSDIR}/math/octave-forge-time
RUN_DEPENDS+= ${TARBALLS_DIR}/miscellaneous.tar.gz:${PORTSDIR}/math/octave-forge-miscellaneous
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>

View file

@ -0,0 +1,3 @@
MD5 (octave-forge/financial-0.3.0.tar.gz) = 3063ab02196f129f88a61eacabde4c20
SHA256 (octave-forge/financial-0.3.0.tar.gz) = 2d0049e85ebf36ad17b47d0c2e53ea546d9f9fa17899545c17589ea704c917d5
SIZE (octave-forge/financial-0.3.0.tar.gz) = 18408

View 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 financial.
Financial manipulation and plotting functions
WWW: http://octave.sourceforge.net/

View file

@ -0,0 +1 @@
@comment This file intentionally left empty