From: "Martin Mokrejs" <mmokrejs@fold.natur.cuni.cz>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/manatee-igs/
Date: Sun, 8 Jan 2012 12:14:27 +0000 (UTC) [thread overview]
Message-ID: <e7df2fee99694eb290f7646148bf8aef3e9f4ac5.mmokrejs@gentoo> (raw)
commit: e7df2fee99694eb290f7646148bf8aef3e9f4ac5
Author: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sun Jan 8 12:06:34 2012 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sun Jan 8 12:06:34 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e7df2fee
sci-biology/manatee-igs: new package for prokaryotic genome annotation and editing using chado
---
sci-biology/manatee-igs/ChangeLog | 10 +++
sci-biology/manatee-igs/manatee-igs-2.23.1.ebuild | 77 +++++++++++++++++++++
sci-biology/manatee-igs/metadata.xml | 9 +++
3 files changed, 96 insertions(+), 0 deletions(-)
diff --git a/sci-biology/manatee-igs/ChangeLog b/sci-biology/manatee-igs/ChangeLog
new file mode 100644
index 0000000..163f6a4
--- /dev/null
+++ b/sci-biology/manatee-igs/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-biology/manatee-igs
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*manatee-igs-2.23.1 (08 Jan 2012)
+
+ 08 Jan 2012; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
+ +manatee-igs-2.23.1.ebuild, +metadata.xml:
+ new package for prokaryotic genome annotation and editing
+
diff --git a/sci-biology/manatee-igs/manatee-igs-2.23.1.ebuild b/sci-biology/manatee-igs/manatee-igs-2.23.1.ebuild
new file mode 100644
index 0000000..b2f4e39
--- /dev/null
+++ b/sci-biology/manatee-igs/manatee-igs-2.23.1.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+DESCRIPTION="IGS-modified version of the genome annotation tool that can view, modify and store annotation for prokaryotic and eukaryotic genomes."
+HOMEPAGE="http://manatee.sourceforge.net/igs"
+SRC_URI="http://sourceforge.net/projects/manatee/files/igs_manatee/"${PV}"/manatee-"${PV}"_linux.tgz
+ http://manatee.sourceforge.net/igs/docs/README_Linux.txt"
+
+LICENSE="Artistic-IGS"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-libs/expat-1.95.8
+ >=media-libs/gd-2.0.34
+ virtual/perl-CGI
+ dev-perl/DBI
+ dev-perl/DBD-mysql
+ dev-perl/XML-Parser
+ dev-perl/XML-Twig
+ dev-perl/XML-Simple
+ dev-perl/XML-Writer
+ dev-perl/HTML-Template
+ dev-perl/Tree-DAG_Node
+ virtual/perl-File-Spec
+ virtual/perl-Data-Dumper
+ dev-perl/GD
+ dev-perl/GDTextUtil
+ dev-perl/GDGraph
+ virtual/perl-Storable
+ dev-perl/Log-Log4perl
+ dev-perl/Log-Cabin
+ dev-perl/DateManip
+ dev-perl/IO-Tee
+ dev-perl/MLDBM
+ dev-perl/JSON
+ dev-perl/JSON-Any
+ sci-biology/bioperl"
+RDEPEND="${DEPEND}
+ >=dev-db/mysql-5.0
+ >=www-servers/apache-2.2"
+
+S="${WORKDIR}"/manatee-"${PV}"_linux
+
+src_prepare(){
+ find "${S}" -name \*.cgi | while read f; do sed -e 's|#!/usr/local/bin/perl|#!/usr/bin/perl|' -i $f; done
+ find "${S}" -name \*.pl | while read f; do sed -e 's|#!/usr/local/bin/perl|#!/usr/bin/perl|' -i $f; done
+ find "${S}" -name \*.pm | while read f; do sed -e 's|#!/usr/local/bin/perl|#!/usr/bin/perl|' -i $f; done
+}
+
+#src_configure(){
+# there used to be manateee-="${PV}".tgz file which contained configure script in the past
+# now the layout is different, temporarily commenting out untill we find the current full sources back again
+# econf HTTPD=/usr/sbin/httpd HTTPD_SCRIPT_HOME=/var/www/cgi-bin HTTPD_DOC_HOME=/var/www/htdocs MYSQLD=/usr/sbin/mysqld || die
+#}
+#
+#src_compile(){
+# emake || die
+#}
+
+src_install(){
+ dodoc ${DISTDIR}"/README_Linux.txt"
+ dodir /var/www/localhost/cgi-bin
+ cp -r src/cgi-bin/chado_prok_manatee "${D}"/var/www/localhost/cgi-bin
+ dodir /var/www/localhost/htdocs/manatee
+ cp -r src/htdocs/tdb "${D}"/var/www/localhost/htdocs/manatee
+
+ einfo "Please read the "${S}"/databases/Makefile.PL and import the databases into your MySQL database"
+
+ einfo "You have to fetch the 1.1 GB large file from http://sourceforge.net/projects/manatee/files/igs_manatee/"${PV}"/lookups-"${PV}"_linux.tgz"
+ einfo "You need to update it regularly."
+ einfo "Also fetch http://sourceforge.net/projects/manatee/files/igs_manatee/"${PV}"/blastdb-"${PV}".tgz (about 2MB in size)"
+}
diff --git a/sci-biology/manatee-igs/metadata.xml b/sci-biology/manatee-igs/metadata.xml
new file mode 100644
index 0000000..07b5255
--- /dev/null
+++ b/sci-biology/manatee-igs/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci-biology</herd>
+ <maintainer>
+ <email>mmokrejs@fold.natur.cuni.cz</email>
+ <name>Martin Mokrejs</name>
+ </maintainer>
+</pkgmetadata>
next reply other threads:[~2012-01-08 12:14 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-08 12:14 Martin Mokrejs [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-08-29 14:17 [gentoo-commits] proj/sci:master commit in: sci-biology/manatee-igs/ Martin Mokrejs
2013-08-29 14:23 Martin Mokrejs
2015-06-15 7:24 Justin Lecher
2015-10-27 9:55 Martin Mokrejs
2016-03-29 17:21 Justin Lecher
2021-01-19 12:18 Andrew Ammerlaan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e7df2fee99694eb290f7646148bf8aef3e9f4ac5.mmokrejs@gentoo \
--to=mmokrejs@fold.natur.cuni.cz \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox