From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 8 20:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E455AF6F for ; Fri, 8 Nov 2013 20:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C27CC2FC2 for ; Fri, 8 Nov 2013 20:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rA8Ke1QL064729 for ; Fri, 8 Nov 2013 20:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rA8Ke1qJ064728; Fri, 8 Nov 2013 20:40:01 GMT (envelope-from gnats) Resent-Date: Fri, 8 Nov 2013 20:40:01 GMT Resent-Message-Id: <201311082040.rA8Ke1qJ064728@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kurt Jaeger Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 76D4ECD3 for ; Fri, 8 Nov 2013 20:31:58 +0000 (UTC) (envelope-from pi@f10.opsec.eu) Received: from f10.opsec.eu (f10.opsec.eu [IPv6:2001:14f8:200:4::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 011332F61 for ; Fri, 8 Nov 2013 20:31:58 +0000 (UTC) Received: from pi by f10.opsec.eu with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1Vesif-0003fU-HZ for FreeBSD-gnats-submit@freebsd.org; Fri, 08 Nov 2013 21:31:53 +0100 Message-Id: Date: Fri, 08 Nov 2013 21:31:53 +0100 From: Kurt Jaeger To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/183801: [new port] biology/seqtools, replaces biology/dotter X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Kurt Jaeger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Nov 2013 20:40:02 -0000 >Number: 183801 >Category: ports >Synopsis: [new port] biology/seqtools, replaces biology/dotter >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Nov 08 20:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kurt Jaeger >Release: FreeBSD 10.0-BETA3 amd64 >Organization: - >Environment: System: FreeBSD f10.opsec.eu 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r257580: Sun Nov 3 19:43:01 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: biology/seqtools replaces biology/dotter >How-To-Repeat: - >Fix: #!/bin/sh # This is a shell archive echo x biology/seqtools mkdir -p biology/seqtools > /dev/null 2>&1 echo x biology/seqtools/pkg-descr sed 's/^X//' > biology/seqtools/pkg-descr << 'SHAR_END' XA suite of tools for visualising sequence alignments. X XBlixem is an interactive browser of pairwise alignments that have Xbeen stacked up in a "master-slave" multiple alignment; it is not Xa 'true' multiple alignment but a 'one-to-many' alignment. It Xdisplays an overview section showing the positions of genes and Xalignments around the alignment window, and a detail section showing Xthe actual alignment of protein or nucleotide sequences to the Xgenomic DNA sequence. X XBelvu is a multiple sequence alignment viewer and phylogenetic tool. XIt has an extensive set of user-configurable modes to color residues Xby conservation or by residue type, and some basic alignment editing Xcapabilities. It can generate distance matrices between sequences Xand construct distance-based trees, either graphically or as part Xof a phylogenetic software pipeline. X XDotter is a graphical dot-matrix program for detailed comparison Xof two sequences. Every residue in one sequence is compared to every Xresidue in the other, with one sequence plotted on the x-axis and Xthe other on the y-axis. Noise is filtered out so that alignments Xappear as diagonal lines. X XDotter provides a tool to explore the visual appearance of this Xlandscape, as well as a tool to examine the sequence alignment it Xrepresents. X XWWW: http://www.sanger.ac.uk/resources/software/seqtools/ SHAR_END echo x biology/seqtools/Makefile sed 's/^X//' > biology/seqtools/Makefile << 'SHAR_END' X# Created by: Kurt Jaeger X# $FreeBSD$ X XPORTNAME= seqtools XPORTVERSION= 4.22 XCATEGORIES= biology XMASTER_SITES= ftp://ftp.sanger.ac.uk/pub4/resources/software/seqtools/PRODUCTION/ X XMAINTAINER= fbsd-ports@opsec.eu XCOMMENT= Tools for visualising sequence alignments X XLICENSE= GPLv3 X XGNU_CONFIGURE= yes XUSE_GCC= any XUSE_GNOME= gtk20 XLDFLAGS+= -lexecinfo -lcurl -lm XMAKE_JOBS_UNSAFE= yes X X.include SHAR_END echo x biology/seqtools/distinfo sed 's/^X//' > biology/seqtools/distinfo << 'SHAR_END' XSHA256 (seqtools-4.22.tar.gz) = c0e782e7b5f705056a91c038684bde41833aba89bd7b4ba8531c15bb6ebf5ea8 XSIZE (seqtools-4.22.tar.gz) = 7049945 SHAR_END echo x biology/seqtools/pkg-plist sed 's/^X//' > biology/seqtools/pkg-plist << 'SHAR_END' Xbin/belvu Xbin/blixem Xbin/blixemh Xbin/dotter X%%PORTDOCS%%%%DOCSDIR%%/Belvu_manual.pdf X%%PORTDOCS%%%%DOCSDIR%%/Blixem_manual.pdf X%%PORTDOCS%%%%DOCSDIR%%/Dotter_manual.pdf X%%PORTDOCS%%%%DOCSDIR%%/belvu_quick_start.html X%%PORTDOCS%%%%DOCSDIR%%/belvu_usage.txt X%%PORTDOCS%%%%DOCSDIR%%/blixem_quick_start.html X%%PORTDOCS%%%%DOCSDIR%%/blixem_usage.txt X%%PORTDOCS%%%%DOCSDIR%%/dotter_quick_start.html X%%PORTDOCS%%%%DOCSDIR%%/dotter_usage.txt X%%PORTDOCS%%%%DOCSDIR%%/release_notes.html X%%PORTDOCS%%%%DOCSDIR%%/todo.html X@dirrmtry %%PORTDOCS%%%%DOCSDIR%% SHAR_END exit >Release-Note: >Audit-Trail: >Unformatted: