From owner-cvs-ports@FreeBSD.ORG Wed May 14 14:07:01 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67252106564A; Wed, 14 May 2008 14:07:01 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 596E38FC13; Wed, 14 May 2008 14:07:01 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4EE71te003911; Wed, 14 May 2008 14:07:01 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4EE71KT003910; Wed, 14 May 2008 14:07:01 GMT (envelope-from pav) Message-Id: <200805141407.m4EE71KT003910@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 14 May 2008 14:07:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/biology Makefile ports/biology/njplot Makefile distinfo pkg-descr ports/biology/njplot/files patch-makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2008 14:07:01 -0000 pav 2008-05-14 14:07:01 UTC FreeBSD ports repository Modified files: biology Makefile Added files: biology/njplot Makefile distinfo pkg-descr biology/njplot/files patch-makefile Log: NJplot is a tree drawing program able to draw any phylogenetic tree expressed in the Newick phylogenetic tree format (e.g., the format used by the PHYLIP package). NJplot is especially convenient for rooting the unrooted trees obtained from parsimony, distance or maximum likelihood tree-building methods. The package contains the following programs: njplot - draw phylogenetic trees and interactively modify them newicktops - non-interactive version rendering into a PostScript file newicktotxt - non-interactive version rendering into a text file unrooted - draw unrooted circular trees If you use NJplot in a published work, please cite the following reference: Perriere, G. and Gouy, M. (1996) WWW-Query: An on-line retrieval system for biological sequence banks. Biochimie, 78, 364-369. WWW: http://pbil.univ-lyon1.fr/software/njplot.html PR: ports/118438 Submitted by: Motomichi Matsuzaki Revision Changes Path 1.97 +1 -0 ports/biology/Makefile 1.1 +55 -0 ports/biology/njplot/Makefile (new) 1.1 +3 -0 ports/biology/njplot/distinfo (new) 1.1 +69 -0 ports/biology/njplot/files/patch-makefile (new) 1.1 +17 -0 ports/biology/njplot/pkg-descr (new)