From dcbded9aa8c4d69e88103c4307e97fff7bc1a315 Mon Sep 17 00:00:00 2001 From: maho Date: Mon, 8 Sep 2008 05:42:18 +0000 Subject: 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 --- math/Makefile | 1 + math/octave-forge-sockets/Makefile | 17 +++++++++++++++++ math/octave-forge-sockets/distinfo | 3 +++ math/octave-forge-sockets/pkg-descr | 10 ++++++++++ math/octave-forge-sockets/pkg-plist | 1 + 5 files changed, 32 insertions(+) create mode 100644 math/octave-forge-sockets/Makefile create mode 100644 math/octave-forge-sockets/distinfo create mode 100644 math/octave-forge-sockets/pkg-descr create mode 100644 math/octave-forge-sockets/pkg-plist 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 +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-sockets +PORTVERSION= 1.0.5 +CATEGORIES= math + +MAINTAINER= stephen@math.missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +.include +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include 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 -- cgit