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>
This commit is contained in:
Maho Nakata 2008-09-08 06:48:56 +00:00
parent 1cb61cccf9
commit 61dcfa0105
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220272
5 changed files with 34 additions and 0 deletions

View file

@ -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

View 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-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>

View file

@ -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

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 tcl-octave.
socket implementation of a tcl-octave connection
WWW: http://octave.sourceforge.net/

View file

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