diff options
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-informationtheory/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-informationtheory/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-informationtheory/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-informationtheory/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index b57310f80d9b..8aa10dbaf073 100644 --- a/math/Makefile +++ b/math/Makefile @@ -191,6 +191,7 @@ SUBDIR += octave-forge-engine SUBDIR += octave-forge-fpl SUBDIR += octave-forge-gsl + SUBDIR += octave-forge-informationtheory SUBDIR += octave-forge-linear-algebra SUBDIR += oleo SUBDIR += orpie diff --git a/math/octave-forge-informationtheory/Makefile b/math/octave-forge-informationtheory/Makefile new file mode 100644 index 000000000000..6ecb2456e3ff --- /dev/null +++ b/math/octave-forge-informationtheory/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-informationtheory +PORTVERSION= 0.1.6 +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-informationtheory/distinfo b/math/octave-forge-informationtheory/distinfo new file mode 100644 index 000000000000..7efc2db145a7 --- /dev/null +++ b/math/octave-forge-informationtheory/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/informationtheory-0.1.6.tar.gz) = c09ea18c6ce43c6d236360aec4d221c8 +SHA256 (octave-forge/informationtheory-0.1.6.tar.gz) = 4cb1c7cf80b9b6d1ddf0575c9fb3e2cf276ff979f95a324fd914cceef7c50e25 +SIZE (octave-forge/informationtheory-0.1.6.tar.gz) = 33204 diff --git a/math/octave-forge-informationtheory/pkg-descr b/math/octave-forge-informationtheory/pkg-descr new file mode 100644 index 000000000000..fd69551f0b81 --- /dev/null +++ b/math/octave-forge-informationtheory/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 informationtheory. + + Functions and routines for basic Information Theory definitions, and source coding. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-informationtheory/pkg-plist b/math/octave-forge-informationtheory/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-informationtheory/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |