diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-pdb/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-pdb/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-pdb/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-pdb/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 908e37f66512..0a844e2824a9 100644 --- a/math/Makefile +++ b/math/Makefile @@ -216,6 +216,7 @@ SUBDIR += octave-forge-optiminterp SUBDIR += octave-forge-outliers SUBDIR += octave-forge-parallel + SUBDIR += octave-forge-pdb SUBDIR += oleo SUBDIR += orpie SUBDIR += p5-AI-DecisionTree diff --git a/math/octave-forge-pdb/Makefile b/math/octave-forge-pdb/Makefile new file mode 100644 index 000000000000..e772be66598d --- /dev/null +++ b/math/octave-forge-pdb/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-pdb +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-pdb/distinfo b/math/octave-forge-pdb/distinfo new file mode 100644 index 000000000000..00d55365c47e --- /dev/null +++ b/math/octave-forge-pdb/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/pdb-1.0.6.tar.gz) = 9dc44fff966951c07aa7c307411f2f39 +SHA256 (octave-forge/pdb-1.0.6.tar.gz) = f511f5633157d5572730e9a7a4d766f0c2a3d9c15a144f012c8999c26ad73514 +SIZE (octave-forge/pdb-1.0.6.tar.gz) = 37347 diff --git a/math/octave-forge-pdb/pkg-descr b/math/octave-forge-pdb/pkg-descr new file mode 100644 index 000000000000..682da8144720 --- /dev/null +++ b/math/octave-forge-pdb/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 pdb. + + Reads and display PDB-files from the Brookhaven protein databank + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-pdb/pkg-plist b/math/octave-forge-pdb/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-pdb/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |