diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 06:48:56 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 06:48:56 +0000 |
commit | 61dcfa0105dcbf472b26437793a2ed88008e71cf (patch) | |
tree | 376fa9900e3b43768dd9bcc486aa38eb1166312c | |
parent | 1cb61cccf986ab367f884157f58fb56790bf57cc (diff) |
Notes
-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 |