diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 14:48:56 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 14:48:56 +0800 |
commit | 9456aa06f8e53d889180222eb83330b5afc07c71 (patch) | |
tree | 841619da90df87e5ecf228799de4fe9f1474005b /math | |
parent | 515b10cabdc7a8cd1612156c01611647c7c5fea4 (diff) | |
download | freebsd-ports-gnome-9456aa06f8e53d889180222eb83330b5afc07c71.tar.gz freebsd-ports-gnome-9456aa06f8e53d889180222eb83330b5afc07c71.tar.zst freebsd-ports-gnome-9456aa06f8e53d889180222eb83330b5afc07c71.zip |
Add port math/octave-forge-tcl-octave.
This is tcl-octave.
socket implementation of a tcl-octave connection
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>
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-tcl-octave/Makefile | 19 | ||||
-rw-r--r-- | math/octave-forge-tcl-octave/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-tcl-octave/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-tcl-octave/pkg-plist | 1 |
5 files changed, 34 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 6d3892bf1141..86a8abafdb4e 100644 --- a/math/Makefile +++ b/math/Makefile @@ -232,6 +232,7 @@ SUBDIR += octave-forge-strings SUBDIR += octave-forge-struct SUBDIR += octave-forge-symband + SUBDIR += octave-forge-tcl-octave SUBDIR += octave-forge-time SUBDIR += octave-forge-triangular SUBDIR += octave-forge-video diff --git a/math/octave-forge-tcl-octave/Makefile b/math/octave-forge-tcl-octave/Makefile new file mode 100644 index 000000000000..82fcf4aae190 --- /dev/null +++ b/math/octave-forge-tcl-octave/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-tcl-octave +PORTVERSION= 0.1.7 +CATEGORIES= math + +MAINTAINER= stephen@math.missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +USE_TCL_WRAPPER= yes + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include <bsd.port.post.mk> diff --git a/math/octave-forge-tcl-octave/distinfo b/math/octave-forge-tcl-octave/distinfo new file mode 100644 index 000000000000..b31a90788f83 --- /dev/null +++ b/math/octave-forge-tcl-octave/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/tcl-octave-0.1.7.tar.gz) = 484907e9b35021587a8b423589d07619 +SHA256 (octave-forge/tcl-octave-0.1.7.tar.gz) = 9dc65894f9c9800b4670a785aff3029f1c7f2f1fb3a2e1353c1855c81636ed19 +SIZE (octave-forge/tcl-octave-0.1.7.tar.gz) = 23297 diff --git a/math/octave-forge-tcl-octave/pkg-descr b/math/octave-forge-tcl-octave/pkg-descr new file mode 100644 index 000000000000..52579a4c974d --- /dev/null +++ b/math/octave-forge-tcl-octave/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 tcl-octave. + + socket implementation of a tcl-octave connection + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-tcl-octave/pkg-plist b/math/octave-forge-tcl-octave/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-tcl-octave/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |