1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Add port math/octave-forge-econometrics

This is econometrics.
Econometrics functions including MLE and GMM based techniques.

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>
This commit is contained in:
Maho Nakata 2008-09-08 04:00:50 +00:00
parent 7a2daeea0a
commit d94969d340
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220228
5 changed files with 34 additions and 0 deletions

View File

@ -188,6 +188,7 @@
SUBDIR += octave-forge-bioinfo
SUBDIR += octave-forge-civil-engineering
SUBDIR += octave-forge-combinatorics
SUBDIR += octave-forge-econometrics
SUBDIR += octave-forge-engine
SUBDIR += octave-forge-fpl
SUBDIR += octave-forge-general

View File

@ -0,0 +1,19 @@
# New ports collection makefile for: octave-forge
# Date created: 5 May 2004
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
#
# $FreeBSD$
#
PORTNAME= octave-forge-econometrics
PORTVERSION= 1.0.7
CATEGORIES= math
MAINTAINER= stephen@math.missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
RUN_DEPENDS+= ${TARBALLS_DIR}/optim.tar.gz:${PORTSDIR}/math/octave-forge-optim
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (octave-forge/econometrics-1.0.7.tar.gz) = 02aa745080267b75502f4842f9376206
SHA256 (octave-forge/econometrics-1.0.7.tar.gz) = cc3159f03314621087037a71d396c8d9004b93b3a5b4b21f0d2e13bf1e4826a0
SIZE (octave-forge/econometrics-1.0.7.tar.gz) = 42493

View 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 econometrics.
Econometrics functions including MLE and GMM based techniques.
WWW: http://octave.sourceforge.net/

View File

@ -0,0 +1 @@
@comment This file intentionally left empty