Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148615259
D14924.id40961.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D14924.id40961.diff
View Options
Index: biology/Makefile
===================================================================
--- biology/Makefile
+++ biology/Makefile
@@ -96,6 +96,7 @@
SUBDIR += pycogent
SUBDIR += pyfasta
SUBDIR += python-nexus
+ SUBDIR += rainbow
SUBDIR += recombine
SUBDIR += ruby-bio
SUBDIR += rubygem-bio
Index: biology/rainbow/Makefile
===================================================================
--- /dev/null
+++ biology/rainbow/Makefile
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME= rainbow
+DISTVERSION= 2.0.4
+CATEGORIES= wip biology
+MASTER_SITES= SF/bio-rainbow
+DISTNAME= rainbow_${PORTVERSION}
+
+MAINTAINER= jwb@FreeBSD.org
+COMMENT= Efficient clustering and assembling of short reads, especially for RAD
+
+LICENSE= GPLv3+
+
+USES= gmake
+
+PLIST_FILES= bin/rainbow bin/ezmsim bin/rbasm
+
+do-install:
+ @${MKDIR} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} \
+ ${WRKSRC}/rainbow \
+ ${WRKSRC}/ezmsim \
+ ${WRKSRC}/rbasm \
+ ${STAGEDIR}${PREFIX}/bin
+
+.include <bsd.port.mk>
Index: biology/rainbow/distinfo
===================================================================
--- /dev/null
+++ biology/rainbow/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1520455667
+SHA256 (rainbow_2.0.4.tar.gz) = 79281aae3bccd1ad467afef6fc7c8327aaa8d56f538821e2833d2b8f26b5bafc
+SIZE (rainbow_2.0.4.tar.gz) = 77111
Index: biology/rainbow/files/patch-Makefile
===================================================================
--- /dev/null
+++ biology/rainbow/files/patch-Makefile
@@ -0,0 +1,10 @@
+--- Makefile.orig 2015-07-27 18:28:54 UTC
++++ Makefile
+@@ -1,5 +1,5 @@
+-CC=gcc
+-CFLAGS= -W -O2 -Wall -Wno-self-assign -Wno-unused-function
++CC?=gcc
++CFLAGS?= -W -O2 -Wall -Wno-self-assign -Wno-unused-function
+ DFLAGS= -D_FILE_OFFSET_BITS=64
+ GLIBS=-lm
+ GENERIC_SRC= string.h bitvec.h file_reader.h hashset.h sort.h list.h dna.h heap.h stdaln.h vector.h
Index: biology/rainbow/pkg-descr
===================================================================
--- /dev/null
+++ biology/rainbow/pkg-descr
@@ -0,0 +1,3 @@
+Efficient tool for clustering and assembling short reads, especially for RAD.
+
+WWW: http://sourceforge.net/projects/bio-rainbow/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 20, 4:01 AM (17 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29997036
Default Alt Text
D14924.id40961.diff (2 KB)
Attached To
Mode
D14924: biology/rainbow: Efficient clustering and assembling of short reads
Attached
Detach File
Event Timeline
Log In to Comment