diff --git a/math/Makefile b/math/Makefile index 88c093312dca..2ec2d762da80 100644 --- a/math/Makefile +++ b/math/Makefile @@ -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 diff --git a/math/octave-forge-financial/Makefile b/math/octave-forge-financial/Makefile new file mode 100644 index 000000000000..317c1f3f7bb9 --- /dev/null +++ b/math/octave-forge-financial/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: octave-forge +# Date created: 5 May 2004 +# Whom: Stephen Montgomery-Smith +# +# $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 +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include diff --git a/math/octave-forge-financial/distinfo b/math/octave-forge-financial/distinfo new file mode 100644 index 000000000000..501fe61f1a55 --- /dev/null +++ b/math/octave-forge-financial/distinfo @@ -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 diff --git a/math/octave-forge-financial/pkg-descr b/math/octave-forge-financial/pkg-descr new file mode 100644 index 000000000000..5b6e104b9013 --- /dev/null +++ b/math/octave-forge-financial/pkg-descr @@ -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/ diff --git a/math/octave-forge-financial/pkg-plist b/math/octave-forge-financial/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-financial/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty