diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 15:35:59 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 15:35:59 +0800 |
commit | 5863f32f21889c59d9dd93bcbee72f94a7621247 (patch) | |
tree | 2d884edabd2847514537cd32996a98377eaafd90 | |
parent | d4803db37fd1e9e616494d5ca9efe0acbba23b63 (diff) | |
download | freebsd-ports-gnome-5863f32f21889c59d9dd93bcbee72f94a7621247.tar.gz freebsd-ports-gnome-5863f32f21889c59d9dd93bcbee72f94a7621247.tar.zst freebsd-ports-gnome-5863f32f21889c59d9dd93bcbee72f94a7621247.zip |
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>
-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 |