diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 14:07:49 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 14:07:49 +0800 |
commit | 0886a67d81624eba8ab0dba68d562a83e1d9edf2 (patch) | |
tree | 28819623deb20c15fde0786b2b5157d8f4c0adb2 | |
parent | 08960a91758acd2192163d3048f4a3778485c307 (diff) | |
download | freebsd-ports-gnome-0886a67d81624eba8ab0dba68d562a83e1d9edf2.tar.gz freebsd-ports-gnome-0886a67d81624eba8ab0dba68d562a83e1d9edf2.tar.zst freebsd-ports-gnome-0886a67d81624eba8ab0dba68d562a83e1d9edf2.zip |
Add port math/octave-forge-strings.
This is strings.
Additional manipulation 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-strings/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-strings/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-strings/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-strings/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 9c19ed4f4934..4acbc8ff4e21 100644 --- a/math/Makefile +++ b/math/Makefile @@ -229,6 +229,7 @@ SUBDIR += octave-forge-spline-gcvspl SUBDIR += octave-forge-splines SUBDIR += octave-forge-statistics + SUBDIR += octave-forge-strings SUBDIR += oleo SUBDIR += orpie SUBDIR += p5-AI-DecisionTree diff --git a/math/octave-forge-strings/Makefile b/math/octave-forge-strings/Makefile new file mode 100644 index 000000000000..8da7861eac8c --- /dev/null +++ b/math/octave-forge-strings/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-strings +PORTVERSION= 1.0.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-strings/distinfo b/math/octave-forge-strings/distinfo new file mode 100644 index 000000000000..5d0c40b8ee10 --- /dev/null +++ b/math/octave-forge-strings/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/strings-1.0.6.tar.gz) = 495f938c29a204761a20908e6d83de8b +SHA256 (octave-forge/strings-1.0.6.tar.gz) = df4895b560dce3c17f71b376be45bdb9e79cbfab40e15ca8893342c0e593662f +SIZE (octave-forge/strings-1.0.6.tar.gz) = 70996 diff --git a/math/octave-forge-strings/pkg-descr b/math/octave-forge-strings/pkg-descr new file mode 100644 index 000000000000..b14599f71156 --- /dev/null +++ b/math/octave-forge-strings/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 strings. + + Additional manipulation functions + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-strings/pkg-plist b/math/octave-forge-strings/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-strings/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |