From 588c86c090ba47134e954276084ca363ac4e4a3b Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Mon, 8 Sep 2008 03:27:56 +0000 Subject: [PATCH] Add port math/octave-forge-bioinfo. This is bioinfo. Bioinformatics manipulation 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-bioinfo/Makefile | 17 +++++++++++++++++ math/octave-forge-bioinfo/distinfo | 3 +++ math/octave-forge-bioinfo/pkg-descr | 10 ++++++++++ math/octave-forge-bioinfo/pkg-plist | 1 + 5 files changed, 32 insertions(+) create mode 100644 math/octave-forge-bioinfo/Makefile create mode 100644 math/octave-forge-bioinfo/distinfo create mode 100644 math/octave-forge-bioinfo/pkg-descr create mode 100644 math/octave-forge-bioinfo/pkg-plist diff --git a/math/Makefile b/math/Makefile index 77f7c40ad43b..d9fe22b594ea 100644 --- a/math/Makefile +++ b/math/Makefile @@ -185,6 +185,7 @@ SUBDIR += octave-forge-arpack SUBDIR += octave-forge-audio SUBDIR += octave-forge-base + SUBDIR += octave-forge-bioinfo SUBDIR += octave-forge-engine SUBDIR += octave-forge-fpl SUBDIR += octave-forge-gsl diff --git a/math/octave-forge-bioinfo/Makefile b/math/octave-forge-bioinfo/Makefile new file mode 100644 index 000000000000..482c829cd065 --- /dev/null +++ b/math/octave-forge-bioinfo/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-bioinfo +PORTVERSION= 0.1.1 +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-bioinfo/distinfo b/math/octave-forge-bioinfo/distinfo new file mode 100644 index 000000000000..6f2c47201402 --- /dev/null +++ b/math/octave-forge-bioinfo/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/bioinfo-0.1.1.tar.gz) = 693b49f6a6cf9247be68b85e31594deb +SHA256 (octave-forge/bioinfo-0.1.1.tar.gz) = 08d0fe3818476a8606a9962df1fbde7b3192f193f941b0f5813a6a13fb16cebf +SIZE (octave-forge/bioinfo-0.1.1.tar.gz) = 13306 diff --git a/math/octave-forge-bioinfo/pkg-descr b/math/octave-forge-bioinfo/pkg-descr new file mode 100644 index 000000000000..5d2e640d18f4 --- /dev/null +++ b/math/octave-forge-bioinfo/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 bioinfo. + + Bioinformatics manipulation + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-bioinfo/pkg-plist b/math/octave-forge-bioinfo/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-bioinfo/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty