From e4ca61134fb81ebb34713ff2313e7e24270b2fb0 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 24 Sep 2008 07:26:36 +0000 Subject: 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 benchmark. The package contains code used to benchmark speed of Octave. WWW: http://octave.sourceforge.net/ PR: 127301 Submitted by: Stephen Montgomery-Smith --- benchmarks/octave-forge-benchmark/Makefile | 17 +++++++++++++++++ benchmarks/octave-forge-benchmark/distinfo | 3 +++ benchmarks/octave-forge-benchmark/pkg-descr | 10 ++++++++++ benchmarks/octave-forge-benchmark/pkg-plist | 1 + 4 files changed, 31 insertions(+) create mode 100644 benchmarks/octave-forge-benchmark/Makefile create mode 100644 benchmarks/octave-forge-benchmark/distinfo create mode 100644 benchmarks/octave-forge-benchmark/pkg-descr create mode 100644 benchmarks/octave-forge-benchmark/pkg-plist (limited to 'benchmarks/octave-forge-benchmark') diff --git a/benchmarks/octave-forge-benchmark/Makefile b/benchmarks/octave-forge-benchmark/Makefile new file mode 100644 index 000000000000..45d56b206ae7 --- /dev/null +++ b/benchmarks/octave-forge-benchmark/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: octave-forge-benchmark +# Date created: 11 September 2008 +# Whom: Stephen Montgomery-Smith +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-benchmark +PORTVERSION= 1.0.0 +CATEGORIES= benchmarks math + +MAINTAINER= stephen@math.missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +.include +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include diff --git a/benchmarks/octave-forge-benchmark/distinfo b/benchmarks/octave-forge-benchmark/distinfo new file mode 100644 index 000000000000..63a82b154a17 --- /dev/null +++ b/benchmarks/octave-forge-benchmark/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/benchmark-1.0.0.tar.gz) = 211a810feb960fad486d2c9c9bb7d0a8 +SHA256 (octave-forge/benchmark-1.0.0.tar.gz) = c039c664127e4dd4f3e4ac1fd49f8d60af77c6f1d8369161abbf2fccd589898d +SIZE (octave-forge/benchmark-1.0.0.tar.gz) = 11940 diff --git a/benchmarks/octave-forge-benchmark/pkg-descr b/benchmarks/octave-forge-benchmark/pkg-descr new file mode 100644 index 000000000000..8b034abc3dd6 --- /dev/null +++ b/benchmarks/octave-forge-benchmark/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 benchmark. + +The package contains code used to benchmark speed of Octave. + +WWW: http://octave.sourceforge.net/ diff --git a/benchmarks/octave-forge-benchmark/pkg-plist b/benchmarks/octave-forge-benchmark/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/benchmarks/octave-forge-benchmark/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty -- cgit v1.2.3