diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 07:35:59 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 07:35:59 +0000 |
commit | ab96ace2b5ddd8bf7a968d24824bfe625442c2c6 (patch) | |
tree | 864a85b0b91b4e3da07c688138885c1755c1b8a2 /math | |
parent | 9859192ad431448392b16c76c008ebdcb1060242 (diff) | |
download | ports-ab96ace2b5ddd8bf7a968d24824bfe625442c2c6.tar.gz ports-ab96ace2b5ddd8bf7a968d24824bfe625442c2c6.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-financial/Makefile | 20 | ||||
-rw-r--r-- | math/octave-forge-financial/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-financial/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-financial/pkg-plist | 1 |
5 files changed, 35 insertions, 0 deletions
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 <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> 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 |