From 4b77de375e67d36e282f7ec41e517d5240f15d54 Mon Sep 17 00:00:00 2001 From: maho Date: Mon, 8 Sep 2008 07:42:27 +0000 Subject: Add port math/octave-forge-ga This is ga. Genetic optimization code 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 --- math/octave-forge-ga/Makefile | 19 +++++++++++++++++++ math/octave-forge-ga/distinfo | 3 +++ math/octave-forge-ga/pkg-descr | 10 ++++++++++ math/octave-forge-ga/pkg-plist | 1 + 4 files changed, 33 insertions(+) create mode 100644 math/octave-forge-ga/Makefile create mode 100644 math/octave-forge-ga/distinfo create mode 100644 math/octave-forge-ga/pkg-descr create mode 100644 math/octave-forge-ga/pkg-plist (limited to 'math/octave-forge-ga') 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 +# +# $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 +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include 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 -- cgit