1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

Add math/octave-forge-ad port.

This package is "Automatic Forward Differentiation (AD)".

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 02:00:25 +00:00
parent 69395e7346
commit 996cc28fa0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220200
6 changed files with 49 additions and 0 deletions

View File

@ -180,6 +180,7 @@
SUBDIR += octave
SUBDIR += octave-devel
SUBDIR += octave-forge
SUBDIR += octave-forge-ad
SUBDIR += octave-forge-base
SUBDIR += oleo
SUBDIR += orpie

View File

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

View File

@ -0,0 +1,17 @@
# New ports collection makefile for: octave-forge
# Date created: 5 May 2004
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
#
# $FreeBSD: /tmp/pcvs/ports/math/octave-forge-ad/Attic/Makefile~,v 1.1 2008-09-08 02:00:25 maho Exp $
#
PORTNAME= octave-forge-ad
PORTVERSION= 1.0.4
CATEGORIES= math
MAINTAINER= stephen@math.missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
.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/ad-1.0.4.tar.gz) = ae05db4f5d83e96029631110655e5173
SHA256 (octave-forge/ad-1.0.4.tar.gz) = 8003667ed9c36b96c68552fdfe9b7c17700f62d72d1bb1ae0e077c066958fbad
SIZE (octave-forge/ad-1.0.4.tar.gz) = 191667

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 ad.
Automatic Forward Differentiation
WWW: http://octave.sourceforge.net/

View File

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