From owner-svn-ports-head@freebsd.org Fri Jul 13 07:02:18 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B65C8102BFE5; Fri, 13 Jul 2018 07:02:18 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 645B8780FA; Fri, 13 Jul 2018 07:02:18 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 457375057; Fri, 13 Jul 2018 07:02:18 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6D72ISB090234; Fri, 13 Jul 2018 07:02:18 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6D72Hs7090210; Fri, 13 Jul 2018 07:02:17 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201807130702.w6D72Hs7090210@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 13 Jul 2018 07:02:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474558 - in head/biology: . exonerate X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/biology: . exonerate X-SVN-Commit-Revision: 474558 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2018 07:02:19 -0000 Author: yuri Date: Fri Jul 13 07:02:16 2018 New Revision: 474558 URL: https://svnweb.freebsd.org/changeset/ports/474558 Log: New port: biology/exonerate: Generic tool for sequence alignment PR: 229180 Submitted by: Motomichi Matsuzaki Added: head/biology/exonerate/ head/biology/exonerate/Makefile (contents, props changed) head/biology/exonerate/distinfo (contents, props changed) head/biology/exonerate/pkg-descr (contents, props changed) head/biology/exonerate/pkg-plist (contents, props changed) Modified: head/biology/Makefile Modified: head/biology/Makefile ============================================================================== --- head/biology/Makefile Fri Jul 13 07:02:16 2018 (r474557) +++ head/biology/Makefile Fri Jul 13 07:02:16 2018 (r474558) @@ -26,6 +26,7 @@ SUBDIR += ddocent SUBDIR += diamond SUBDIR += emboss + SUBDIR += exonerate SUBDIR += fasta SUBDIR += fasta3 SUBDIR += fastahack Added: head/biology/exonerate/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/exonerate/Makefile Fri Jul 13 07:02:16 2018 (r474558) @@ -0,0 +1,22 @@ +# Created by: Motomichi Matsuzaki +# $FreeBSD$ + +PORTNAME= exonerate +PORTVERSION= 2.4.0 +CATEGORIES= biology +MASTER_SITES= http://ftp.ebi.ac.uk/pub/software/vertebrategenomics/exonerate/ + +MAINTAINER= mzaki@niid.go.jp +COMMENT= Generic tool for sequence alignment + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= gnome pkgconfig +GNU_CONFIGURE= yes +USE_GNOME= glib20 +TEST_TARGET= check + +MAKE_JOBS_UNSAFE= yes + +.include Added: head/biology/exonerate/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/exonerate/distinfo Fri Jul 13 07:02:16 2018 (r474558) @@ -0,0 +1,3 @@ +TIMESTAMP = 1529394154 +SHA256 (exonerate-2.4.0.tar.gz) = f849261dc7c97ef1f15f222e955b0d3daf994ec13c9db7766f1ac7e77baa4042 +SIZE (exonerate-2.4.0.tar.gz) = 520899 Added: head/biology/exonerate/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/exonerate/pkg-descr Fri Jul 13 07:02:16 2018 (r474558) @@ -0,0 +1,10 @@ +Exonerate is a tool for various types of pairwise sequence comparison. +It allows us to align sequences using many alignment models including +est2genome, protein2genome, and so on. + +Citation: + +Slater, G. S. C. and Birney, E. (2005) Automated generation of heuristics +for biological sequence comparison. BMC Bioinformatics 6:31. + +WWW: https://www.ebi.ac.uk/about/vertebrate-genomics/software/exonerate Added: head/biology/exonerate/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/exonerate/pkg-plist Fri Jul 13 07:02:16 2018 (r474558) @@ -0,0 +1,31 @@ +bin/exonerate +bin/ipcress +bin/exonerate-server +bin/fastaclean +bin/fastaclip +bin/fastachecksum +bin/fastacomposition +bin/fastadiff +bin/fastaexplode +bin/fastafetch +bin/fastahardmask +bin/fastaindex +bin/fastalength +bin/fastanrdb +bin/fastaoverlap +bin/fastareformat +bin/fastaremove +bin/fastarevcomp +bin/fastasoftmask +bin/fastasort +bin/fastasplit +bin/fastasubseq +bin/fastatranslate +bin/fastavalidcds +bin/fasta2esd +bin/fastaannotatecdna +bin/esd2esi +man/man1/exonerate-server.1.gz +man/man1/fastautils.1.gz +man/man1/exonerate.1.gz +man/man1/ipcress.1.gz