From owner-cvs-all@FreeBSD.ORG Sat May 24 07:04:45 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C87221065679; Sat, 24 May 2008 07:04:45 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CA3678FC18; Sat, 24 May 2008 07:04:45 +0000 (UTC) (envelope-from edwin@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 m4O74j07012091; Sat, 24 May 2008 07:04:45 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4O74jpU012090; Sat, 24 May 2008 07:04:45 GMT (envelope-from edwin) Message-Id: <200805240704.m4O74jpU012090@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 24 May 2008 07:04:45 +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/phred Makefile distinfo pkg-descr ports/biology/phred/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2008 07:04:45 -0000 edwin 2008-05-24 07:04:45 UTC FreeBSD ports repository Modified files: biology Makefile Added files: biology/phred Makefile distinfo pkg-descr biology/phred/files patch-Makefile Log: New port: biology/consed viewing and editing workbench for sequence assembly Consed is a tool for viewing, editing, and finishing sequence assemblies. The port is constituted of 4 parts: biology/phred: base caller with quality evaluation biology/phrap: sequence assembler for shotgun sequencing biology/consed: workbench biology/phd2fasta: small utility All these can be used separately; however, most function of consed depends on the others. Although these programs are licensed freely for academic and nonprofit purposes, users have to contact the authors to get the softwares. Phred (including phd2fasta) and phrap are emailed, and consed can be downloaded to a restricted IP address. For commercial users, the licensing fee is ca. $10,000 at the time of writing. PR: ports/118548 Submitted by: Motomichi Matsuzaki Revision Changes Path 1.101 +1 -0 ports/biology/Makefile 1.1 +67 -0 ports/biology/phred/Makefile (new) 1.1 +3 -0 ports/biology/phred/distinfo (new) 1.1 +13 -0 ports/biology/phred/files/patch-Makefile (new) 1.1 +24 -0 ports/biology/phred/pkg-descr (new)