mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
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 <stephen@math.missouri.edu>
This commit is contained in:
parent
3053270c1c
commit
bdabee07ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220281
@ -196,6 +196,7 @@
|
||||
SUBDIR += octave-forge-fixed
|
||||
SUBDIR += octave-forge-fpl
|
||||
SUBDIR += octave-forge-ftp
|
||||
SUBDIR += octave-forge-ga
|
||||
SUBDIR += octave-forge-general
|
||||
SUBDIR += octave-forge-gsl
|
||||
SUBDIR += octave-forge-ident
|
||||
|
19
math/octave-forge-ga/Makefile
Normal file
19
math/octave-forge-ga/Makefile
Normal 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-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>
|
3
math/octave-forge-ga/distinfo
Normal file
3
math/octave-forge-ga/distinfo
Normal file
@ -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
|
10
math/octave-forge-ga/pkg-descr
Normal file
10
math/octave-forge-ga/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 ga.
|
||||
|
||||
Genetic optimization code
|
||||
|
||||
WWW: http://octave.sourceforge.net/
|
1
math/octave-forge-ga/pkg-plist
Normal file
1
math/octave-forge-ga/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
@comment This file intentionally left empty
|
Loading…
Reference in New Issue
Block a user