diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 13:42:18 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 13:42:18 +0800 |
commit | dcbded9aa8c4d69e88103c4307e97fff7bc1a315 (patch) | |
tree | 3ea36304555c88614195ea4152ca538c6dc34cf9 | |
parent | c9b10221338debbf680cd30fbd9ac432de497e32 (diff) | |
download | freebsd-ports-gnome-dcbded9aa8c4d69e88103c4307e97fff7bc1a315.tar.gz freebsd-ports-gnome-dcbded9aa8c4d69e88103c4307e97fff7bc1a315.tar.zst freebsd-ports-gnome-dcbded9aa8c4d69e88103c4307e97fff7bc1a315.zip |
Add port math/octave-forge-sokets
This is sockets.
Socket functions
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>
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-sockets/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-sockets/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-sockets/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-sockets/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index c46ae9f1aeb3..eeb8f2b5e025 100644 --- a/math/Makefile +++ b/math/Makefile @@ -222,6 +222,7 @@ SUBDIR += octave-forge-pt_br SUBDIR += octave-forge-secs1d SUBDIR += octave-forge-secs2d + SUBDIR += octave-forge-sockets SUBDIR += oleo SUBDIR += orpie SUBDIR += p5-AI-DecisionTree diff --git a/math/octave-forge-sockets/Makefile b/math/octave-forge-sockets/Makefile new file mode 100644 index 000000000000..c1e0fcda46ba --- /dev/null +++ b/math/octave-forge-sockets/Makefile @@ -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-sockets +PORTVERSION= 1.0.5 +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> diff --git a/math/octave-forge-sockets/distinfo b/math/octave-forge-sockets/distinfo new file mode 100644 index 000000000000..1588711bf1b3 --- /dev/null +++ b/math/octave-forge-sockets/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/sockets-1.0.5.tar.gz) = 5272355a695a34f1ebffbeda701c2f0e +SHA256 (octave-forge/sockets-1.0.5.tar.gz) = 6294426101c455f6eabc9b504cb6d3e7706d03a5a5670ec94786629a169ec26a +SIZE (octave-forge/sockets-1.0.5.tar.gz) = 14297 diff --git a/math/octave-forge-sockets/pkg-descr b/math/octave-forge-sockets/pkg-descr new file mode 100644 index 000000000000..0b754190d6a1 --- /dev/null +++ b/math/octave-forge-sockets/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 sockets. + + Socket functions + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-sockets/pkg-plist b/math/octave-forge-sockets/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-sockets/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |