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
This commit is contained in:
parent
9b4924478f
commit
343158e65e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256728
4 changed files with 37 additions and 0 deletions
23
math/octave-forge-actuarial/Makefile
Normal file
23
math/octave-forge-actuarial/Makefile
Normal file
|
@ -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>
|
3
math/octave-forge-actuarial/distinfo
Normal file
3
math/octave-forge-actuarial/distinfo
Normal file
|
@ -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
|
10
math/octave-forge-actuarial/pkg-descr
Normal file
10
math/octave-forge-actuarial/pkg-descr
Normal 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 actuarial.
|
||||
|
||||
Actuarial functions for Casualty and Property lines.
|
||||
|
||||
WWW: http://octave.sourceforge.net/
|
1
math/octave-forge-actuarial/pkg-plist
Normal file
1
math/octave-forge-actuarial/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
@comment This file intentionally left empty
|
Loading…
Reference in a new issue