diff options
author | makc <makc@FreeBSD.org> | 2010-06-20 05:48:29 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-06-20 05:48:29 +0800 |
commit | 5c9b7c49c0713832ab8525cf46c6f391505d8353 (patch) | |
tree | dc46fe64332186b8056f194a7bf9e4cfd071f69f /math/octave-forge-actuarial | |
parent | ba6c442fddeb45125f5c3354706f0fda975f8621 (diff) | |
download | freebsd-ports-gnome-5c9b7c49c0713832ab8525cf46c6f391505d8353.tar.gz freebsd-ports-gnome-5c9b7c49c0713832ab8525cf46c6f391505d8353.tar.zst freebsd-ports-gnome-5c9b7c49c0713832ab8525cf46c6f391505d8353.zip |
Add new port math/octave-forge-actuarial:
Actuarial functions for Casualty and Property lines.
WWW: http://octave.sourceforge.net/
PR: ports/147351
Submitted by: Stephen Montgomery-Smith <stephen at missouri.edu>
Feature safe: yes
Diffstat (limited to 'math/octave-forge-actuarial')
-rw-r--r-- | math/octave-forge-actuarial/Makefile | 23 | ||||
-rw-r--r-- | math/octave-forge-actuarial/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-actuarial/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-actuarial/pkg-plist | 1 |
4 files changed, 37 insertions, 0 deletions
diff --git a/math/octave-forge-actuarial/Makefile b/math/octave-forge-actuarial/Makefile new file mode 100644 index 000000000000..5a21a72e8321 --- /dev/null +++ b/math/octave-forge-actuarial/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: octave-forge-actuarial +# Date created: 2 June 2010 +# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu> +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-actuarial +PORTVERSION= 1.1.0 +CATEGORIES= math + +MAINTAINER= stephen@missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/Mk/bsd.octave.mk" +do-build: + @${DO_NADA} + +post-build: + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME} + +.include <bsd.port.post.mk> diff --git a/math/octave-forge-actuarial/distinfo b/math/octave-forge-actuarial/distinfo new file mode 100644 index 000000000000..10acfd980bbc --- /dev/null +++ b/math/octave-forge-actuarial/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/actuarial-1.1.0.tar.gz) = 32e0135e6b576e562487af5ce418ec83 +SHA256 (octave-forge/actuarial-1.1.0.tar.gz) = 7db143eb541c3ea1f03c4a6ddb6ca475b7e26ae4779a7da8f81ae8ec14b83a0c +SIZE (octave-forge/actuarial-1.1.0.tar.gz) = 38815 diff --git a/math/octave-forge-actuarial/pkg-descr b/math/octave-forge-actuarial/pkg-descr new file mode 100644 index 000000000000..5a763d3ca6c8 --- /dev/null +++ b/math/octave-forge-actuarial/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 actuarial. + +Actuarial functions for Casualty and Property lines. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-actuarial/pkg-plist b/math/octave-forge-actuarial/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-actuarial/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |