biology/bamtools: Update to 2.5.2
Code clean up Changes: https://github.com/pezmaster31/bamtools/releases/tag/v2.5.2 Reported by: portscout
This commit is contained in:
parent
1b29090a4a
commit
814a894e90
5 changed files with 11 additions and 17 deletions
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= bamtools
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.5.1
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 2.5.2
|
||||
CATEGORIES= biology
|
||||
|
||||
MAINTAINER= jwb@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1520126058
|
||||
SHA256 (pezmaster31-bamtools-v2.5.1_GH0.tar.gz) = 4abd76cbe1ca89d51abc26bf43a92359e5677f34a8258b901a01f38c897873fc
|
||||
SIZE (pezmaster31-bamtools-v2.5.1_GH0.tar.gz) = 549750
|
||||
TIMESTAMP = 1625529459
|
||||
SHA256 (pezmaster31-bamtools-v2.5.2_GH0.tar.gz) = 4d8b84bd07b673d0ed41031348f10ca98dd6fa6a4460f9b9668d6f1d4084dfc8
|
||||
SIZE (pezmaster31-bamtools-v2.5.2_GH0.tar.gz) = 245729
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- src/api/internal/io/TcpSocketEngine_unix_p.cpp.orig 2015-06-16 16:50:53 UTC
|
||||
+++ src/api/internal/io/TcpSocketEngine_unix_p.cpp
|
||||
@@ -12,6 +12,8 @@
|
||||
using namespace BamTools;
|
||||
using namespace BamTools::Internal;
|
||||
|
||||
+#include <netinet/in.h>
|
||||
+
|
||||
#ifdef SUN_OS
|
||||
#include <sys/filio.h>
|
||||
#endif
|
|
@ -1,4 +1,9 @@
|
|||
BamTools provides both a programmer's API and an end-user's toolkit for
|
||||
handling BAM files.
|
||||
|
||||
BAM is the binary alternative to the sequence alignment/map (SAM) format used
|
||||
for storing genetic sequence data. It uses BGZF block compression implemented
|
||||
on top of the standard gzip file format to provide good compression while
|
||||
allowing efficient random access for indexed queries.
|
||||
|
||||
WWW: https://github.com/pezmaster31/bamtools
|
||||
|
|
|
@ -18,7 +18,8 @@ include/bamtools/api/SamSequence.h
|
|||
include/bamtools/api/SamSequenceDictionary.h
|
||||
include/bamtools/api/algorithms/Sort.h
|
||||
include/bamtools/api/api_global.h
|
||||
include/bamtools/api/bamtools_api_export.h
|
||||
include/bamtools/shared/bamtools_global.h
|
||||
lib/libbamtools.so
|
||||
lib/libbamtools.so.2.5.1
|
||||
lib/libbamtools.so.2.5.2
|
||||
libdata/pkgconfig/bamtools-1.pc
|
||||
|
|
Loading…
Reference in a new issue