diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 13:25:21 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 13:25:21 +0800 |
commit | 813963cc7ea475300ba9de29f5c40b05b3e6360b (patch) | |
tree | 377debb2070bb1087e37abfb33b1ae208613b78f /math | |
parent | 37917f42b87390a94eb1a7220185358ea58aedb3 (diff) | |
download | freebsd-ports-gnome-813963cc7ea475300ba9de29f5c40b05b3e6360b.tar.gz freebsd-ports-gnome-813963cc7ea475300ba9de29f5c40b05b3e6360b.tar.zst freebsd-ports-gnome-813963cc7ea475300ba9de29f5c40b05b3e6360b.zip |
Add port math/octave-forge-pdb
This is pdb.
Reads and display PDB-files from the Brookhaven protein databank
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>
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 |