diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 03:54:38 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 03:54:38 +0000 |
commit | 36e96a093315980066572ca11dbd8ff017829ec8 (patch) | |
tree | 77dbaebb59f5e13644631d39a2fe68ba9cc3d8a7 | |
parent | a1893319740b1b7588906be2e0c5be16a9d59e29 (diff) | |
download | ports-36e96a093315980066572ca11dbd8ff017829ec8.tar.gz ports-36e96a093315980066572ca11dbd8ff017829ec8.zip |
Notes
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-general/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-general/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-general/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-general/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index ea8bf5956ff3..c5b8ac53c485 100644 --- a/math/Makefile +++ b/math/Makefile @@ -190,6 +190,7 @@ SUBDIR += octave-forge-combinatorics SUBDIR += octave-forge-engine SUBDIR += octave-forge-fpl + SUBDIR += octave-forge-general SUBDIR += octave-forge-gsl SUBDIR += octave-forge-image SUBDIR += octave-forge-informationtheory diff --git a/math/octave-forge-general/Makefile b/math/octave-forge-general/Makefile new file mode 100644 index 000000000000..eeda6143be03 --- /dev/null +++ b/math/octave-forge-general/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-general +PORTVERSION= 1.0.7 +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-general/distinfo b/math/octave-forge-general/distinfo new file mode 100644 index 000000000000..37512aba3ec7 --- /dev/null +++ b/math/octave-forge-general/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/general-1.0.7.tar.gz) = 0dc3f87aa7178c68dc3a51b609809bc9 +SHA256 (octave-forge/general-1.0.7.tar.gz) = cb3492093103d1ba897036db4a271c4bd481b2bca65d7969f0d45038da819cef +SIZE (octave-forge/general-1.0.7.tar.gz) = 44004 diff --git a/math/octave-forge-general/pkg-descr b/math/octave-forge-general/pkg-descr new file mode 100644 index 000000000000..b60575912df1 --- /dev/null +++ b/math/octave-forge-general/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 general. + + General tools for octave. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-general/pkg-plist b/math/octave-forge-general/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-general/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |