diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 07:42:27 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 07:42:27 +0000 |
commit | bdabee07efe5f78ef7ac2bc1195d12cae4e60131 (patch) | |
tree | b36ab2d66e1a02ecc88d6e898e062aa99c868825 /math/octave-forge-ga | |
parent | 3053270c1c37cddabb3acf837df5511934c6ebfc (diff) | |
download | ports-bdabee07efe5f78ef7ac2bc1195d12cae4e60131.tar.gz ports-bdabee07efe5f78ef7ac2bc1195d12cae4e60131.zip |
Notes
Diffstat (limited to 'math/octave-forge-ga')
-rw-r--r-- | math/octave-forge-ga/Makefile | 19 | ||||
-rw-r--r-- | math/octave-forge-ga/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-ga/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-ga/pkg-plist | 1 |
4 files changed, 33 insertions, 0 deletions
diff --git a/math/octave-forge-ga/Makefile b/math/octave-forge-ga/Makefile new file mode 100644 index 000000000000..9978d9d548b5 --- /dev/null +++ b/math/octave-forge-ga/Makefile @@ -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-ga +PORTVERSION= 0.9.4 +CATEGORIES= math + +MAINTAINER= stephen@math.missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +RUN_DEPENDS+= ${TARBALLS_DIR}/communications.tar.gz:${PORTSDIR}/math/octave-forge-communications + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include <bsd.port.post.mk> diff --git a/math/octave-forge-ga/distinfo b/math/octave-forge-ga/distinfo new file mode 100644 index 000000000000..e2e49e1d6219 --- /dev/null +++ b/math/octave-forge-ga/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/ga-0.9.4.tar.gz) = 2808b35d59de43386f144e4d5fdf0e5f +SHA256 (octave-forge/ga-0.9.4.tar.gz) = 3a5fb87c2b53804ddd9f2aa5339f696e117a6b25493dd2dc83ef2419cef85be7 +SIZE (octave-forge/ga-0.9.4.tar.gz) = 21292 diff --git a/math/octave-forge-ga/pkg-descr b/math/octave-forge-ga/pkg-descr new file mode 100644 index 000000000000..1e1adc46c860 --- /dev/null +++ b/math/octave-forge-ga/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 ga. + + Genetic optimization code + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-ga/pkg-plist b/math/octave-forge-ga/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-ga/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |