diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2007-01-25 11:25:40 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2007-01-25 11:25:40 +0000 |
commit | b82ef03e301c95a745c8728e1792dc1f537fc7c2 (patch) | |
tree | 65d81df78be779d175b2ba8d8227d8e86177bc0b /biology/coalesce | |
parent | c4499324f3031743dfc3e0fdcda96d2a1e411039 (diff) |
Notes
Diffstat (limited to 'biology/coalesce')
-rw-r--r-- | biology/coalesce/Makefile | 33 | ||||
-rw-r--r-- | biology/coalesce/distinfo | 3 | ||||
-rw-r--r-- | biology/coalesce/files/patch-Makefile | 25 | ||||
-rw-r--r-- | biology/coalesce/pkg-descr | 12 | ||||
-rw-r--r-- | biology/coalesce/pkg-plist | 4 |
5 files changed, 0 insertions, 77 deletions
diff --git a/biology/coalesce/Makefile b/biology/coalesce/Makefile deleted file mode 100644 index 34b1bbcc55ec..000000000000 --- a/biology/coalesce/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: coalesce -# Date created: 6 August 2001 -# Whom: Johann Visagie <wjv@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= coalesce -PORTVERSION= 1.50 -CATEGORIES= biology -MASTER_SITES= ftp://evolution.genetics.washington.edu/pub/lamarc/coalesce/ -DISTNAME= ${PORTNAME}1.5b -EXTRACT_SUFX= .tar.Z - -MAINTAINER= ports@FreeBSD.org -COMMENT= A program to fit population models - -DEPRECATED= distfile disappeared from homepage -EXPIRATION_DATE= 2007-01-07 - -NO_WRKSUBDIR= yes -ALL_TARGET= ${PORTNAME} - -do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ - -post-install: -.if !defined(NOPORTDOCS) - @ ${MKDIR} ${DOCSDIR} - @ ${INSTALL_DATA} ${WRKSRC}/*.doc ${DOCSDIR}/ -.endif - -.include <bsd.port.mk> diff --git a/biology/coalesce/distinfo b/biology/coalesce/distinfo deleted file mode 100644 index 478671f7f8e3..000000000000 --- a/biology/coalesce/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (coalesce1.5b.tar.Z) = feea2925ac514e644c53c27c497f4081 -SHA256 (coalesce1.5b.tar.Z) = 69ac160f39d6f5475f7d16f5f00db225cbac3a7e8801c0d199fc06b06eeb8f64 -SIZE (coalesce1.5b.tar.Z) = 73319 diff --git a/biology/coalesce/files/patch-Makefile b/biology/coalesce/files/patch-Makefile deleted file mode 100644 index ca16d8fbea20..000000000000 --- a/biology/coalesce/files/patch-Makefile +++ /dev/null @@ -1,25 +0,0 @@ ---- Makefile.orig Thu Feb 29 18:00:09 1996 -+++ Makefile Mon Aug 6 16:32:10 2001 -@@ -1,20 +1,9 @@ - LIBS = -lm - BINDIR = ./bin --CFLAGS = -g --CC = cc $(CFLAGS) -+CFLAGS += -g - DCC = gcc -g -DDMALLOC_FUNC_CHECK -ansi -pedantic - DLIBS = -lm -L/usr/local/lib -ldmalloc --# -O - PROGS = coalesce fluctuate - - coalesce : coalesce.c constants.h lamarc.h -- $(CC) coalesce.c $(LIBS) -o coalesce -- --modellike.o : modellike.c -- $(CC) -c modellike.c -- --fluctuate.o : fluctuate.c -- $(CC) -c fluctuate.c -- --fluctuate : fluctuate.o modellike.o -- $(CC) fluctuate.o modellike.o $(LIBS) -o fluctuate -+ $(CC) $(CFLAGS) coalesce.c $(LIBS) -o coalesce diff --git a/biology/coalesce/pkg-descr b/biology/coalesce/pkg-descr deleted file mode 100644 index 42961b73dd85..000000000000 --- a/biology/coalesce/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Coalesce fits the model which has a single population of constant size, and -estimates 4Nu, where N is the effective population size and u is the neutral -mutation rate per site - -Coalesce forms part of the Lamarc (Likelihood Analysis with Metropolis -Algorithm using Random Coalescence) suite. See: - - http://evolution.genetics.washington.edu/lamarc.html - -WWW: http://evolution.genetics.washington.edu/lamarc/recombine.html - --- Johann Visagie <wjv@FreeBSD.org> diff --git a/biology/coalesce/pkg-plist b/biology/coalesce/pkg-plist deleted file mode 100644 index 3d66316d6716..000000000000 --- a/biology/coalesce/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/coalesce -%%PORTDOCS%%%%DOCSDIR%%/coalesce.doc -%%PORTDOCS%%%%DOCSDIR%%/errors.doc -%%PORTDOCS%%@dirrm %%DOCSDIR%% |