Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154240092
D14959.id41105.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
D14959.id41105.diff
View Options
Index: head/biology/Makefile
===================================================================
--- head/biology/Makefile
+++ head/biology/Makefile
@@ -78,6 +78,7 @@
SUBDIR += p5-TrimGalore
SUBDIR += p5-transdecoder
SUBDIR += paml
+ SUBDIR += pear-merger
SUBDIR += phrap
SUBDIR += phred
SUBDIR += phylip
Index: head/biology/pear-merger/Makefile
===================================================================
--- head/biology/pear-merger/Makefile
+++ head/biology/pear-merger/Makefile
@@ -0,0 +1,28 @@
+# $FreeBSD$
+
+# Newer versions require registration to download and the site is unreliable.
+
+PORTNAME= pear
+DISTVERSION= 0.9.6
+CATEGORIES= biology
+MASTER_SITES= https://depot.galaxyproject.org/software/pear/
+PKGNAMESUFFIX= -merger
+DISTNAME= ${PORTNAME}_${PORTVERSION}_src_all
+
+MAINTAINER= jwb@FreeBSD.org
+COMMENT= Memory-efficient and highly accurate paired-end read merger
+
+LICENSE= CC-BY-NC-SA-3.0
+
+GNU_CONFIGURE= yes
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src
+
+PLIST_FILES= bin/pearRM man/man1/pearRM.1.gz
+
+do-install:
+ @${CP} ${WRKSRC}/man/pear.1 ${WRKSRC}/man/pearRM.1
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/pear ${STAGEDIR}${PREFIX}/bin/pearRM
+ ${INSTALL_MAN} ${WRKSRC}/man/pearRM.1 ${STAGEDIR}${MANPREFIX}/man/man1
+
+.include <bsd.port.mk>
Index: head/biology/pear-merger/distinfo
===================================================================
--- head/biology/pear-merger/distinfo
+++ head/biology/pear-merger/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1519766031
+SHA256 (pear_0.9.6_src_all.tar.gz) = f7728371e26a5b46fa928b0f7ae1b552ed6a78815b117ba48ef1af98e96c8e2b
+SIZE (pear_0.9.6_src_all.tar.gz) = 292790
Index: head/biology/pear-merger/pkg-descr
===================================================================
--- head/biology/pear-merger/pkg-descr
+++ head/biology/pear-merger/pkg-descr
@@ -0,0 +1,5 @@
+PEAR is an ultrafast, memory-efficient and highly accurate paired-end read
+merger. It is fully parallelized and can run with as low as just a few
+kilobytes of memory.
+
+WWW: http://sco.h-its.org/exelixis/web/software/pear/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 28, 8:36 AM (5 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32262315
Default Alt Text
D14959.id41105.diff (2 KB)
Attached To
Mode
D14959: biology/pear-merger: Memory-efficient and highly accurate paired-end read merger
Attached
Detach File
Event Timeline
Log In to Comment