diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-30 09:20:54 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-30 09:20:54 +0000 |
commit | 5779dde0407901482c0b524f18e2e9c27f52d782 (patch) | |
tree | 76563e105220d1848abbcf8048809f953b7b0c2c | |
parent | ba5de55346ed8a9a9e39cdf9e3789df3afed870b (diff) | |
download | ports-5779dde0407901482c0b524f18e2e9c27f52d782.tar.gz ports-5779dde0407901482c0b524f18e2e9c27f52d782.zip |
The BioCocoa framework provides developers with the opportunity to add
support for reading and writing BEAST, Clustal, EMBL, Fasta, GCG-MSF, GDE,
Hennig86, NCBI, NEXUS, NONA, PDB, Phylip, PIR, Plain/Raw, Swiss-Prot and
TNT files by writing only three lines of code.
The framework is written in Cocoa (Objective-C).
WWW: http://bioinformatics.org/biococoa/
Notes
Notes:
svn path=/head/; revision=181036
-rw-r--r-- | biology/Makefile | 1 | ||||
-rw-r--r-- | biology/biococoa/Makefile | 26 | ||||
-rw-r--r-- | biology/biococoa/distinfo | 3 | ||||
-rw-r--r-- | biology/biococoa/pkg-descr | 7 | ||||
-rw-r--r-- | biology/biococoa/pkg-plist | 8 |
5 files changed, 45 insertions, 0 deletions
diff --git a/biology/Makefile b/biology/Makefile index c4cbbeb9b5c3..0c43bb94a2a1 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -10,6 +10,7 @@ SUBDIR += avida SUBDIR += babel SUBDIR += belvu + SUBDIR += biococoa SUBDIR += biojava SUBDIR += blast SUBDIR += boinc-simap diff --git a/biology/biococoa/Makefile b/biology/biococoa/Makefile new file mode 100644 index 000000000000..7f0f0aa839fd --- /dev/null +++ b/biology/biococoa/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: biococoa +# Date created: 30 Dec 2006 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= biococoa +PORTVERSION= 1.6.0 +CATEGORIES= biology +MASTER_SITES= ${MASTER_SITE_DEBIAN} +MASTER_SITE_SUBDIR= pool/main/b/biococoa.app +DISTNAME= biococoa.app_${PORTVERSION}.orig + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= Bioinformatics framework + +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes + +WRKSRC= ${WRKDIR}/biococoa + +.include <bsd.port.mk> diff --git a/biology/biococoa/distinfo b/biology/biococoa/distinfo new file mode 100644 index 000000000000..ed548b130837 --- /dev/null +++ b/biology/biococoa/distinfo @@ -0,0 +1,3 @@ +MD5 (biococoa.app_1.6.0.orig.tar.gz) = ec2194ffc9f5674331ea51fe02b61b3e +SHA256 (biococoa.app_1.6.0.orig.tar.gz) = dc9afef09686699532a5fa918de18778ae1bd3fea3a66d4bc9158b35f11d1931 +SIZE (biococoa.app_1.6.0.orig.tar.gz) = 22089 diff --git a/biology/biococoa/pkg-descr b/biology/biococoa/pkg-descr new file mode 100644 index 000000000000..d361c2373ba1 --- /dev/null +++ b/biology/biococoa/pkg-descr @@ -0,0 +1,7 @@ +The BioCocoa framework provides developers with the opportunity to add +support for reading and writing BEAST, Clustal, EMBL, Fasta, GCG-MSF, GDE, +Hennig86, NCBI, NEXUS, NONA, PDB, Phylip, PIR, Plain/Raw, Swiss-Prot and +TNT files by writing only three lines of code. +The framework is written in Cocoa (Objective-C). + +WWW: http://bioinformatics.org/biococoa/ diff --git a/biology/biococoa/pkg-plist b/biology/biococoa/pkg-plist new file mode 100644 index 000000000000..886d3fe3ddc1 --- /dev/null +++ b/biology/biococoa/pkg-plist @@ -0,0 +1,8 @@ +Local/Applications/BioCocoa.app/BioCocoa +Local/Applications/BioCocoa.app/Resources/BioCocoa.desktop +Local/Applications/BioCocoa.app/Resources/Info-gnustep.plist +Local/Applications/BioCocoa.app/Resources/biococoa.tiff +Local/Applications/BioCocoa.app/library_paths.openapp +Local/Applications/BioCocoa.app/stamp.make +@dirrm Local/Applications/BioCocoa.app/Resources +@dirrm Local/Applications/BioCocoa.app |