From owner-svn-ports-all@freebsd.org Mon Apr 23 16:08:22 2018 Return-Path: Delivered-To: svn-ports-all@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 6A8D4FA590D; Mon, 23 Apr 2018 16:08:22 +0000 (UTC) (envelope-from jwb@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 1EF18815AC; Mon, 23 Apr 2018 16:08:22 +0000 (UTC) (envelope-from jwb@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 167DC26673; Mon, 23 Apr 2018 16:08:22 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3NG8Lgr070759; Mon, 23 Apr 2018 16:08:21 GMT (envelope-from jwb@FreeBSD.org) Received: (from jwb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3NG8Lxg070754; Mon, 23 Apr 2018 16:08:21 GMT (envelope-from jwb@FreeBSD.org) Message-Id: <201804231608.w3NG8Lxg070754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jwb set sender to jwb@FreeBSD.org using -f From: "Jason W. Bacon" Date: Mon, 23 Apr 2018 16:08:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468100 - in head/biology: . pbbam X-SVN-Group: ports-head X-SVN-Commit-Author: jwb X-SVN-Commit-Paths: in head/biology: . pbbam X-SVN-Commit-Revision: 468100 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Apr 2018 16:08:22 -0000 Author: jwb Date: Mon Apr 23 16:08:21 2018 New Revision: 468100 URL: https://svnweb.freebsd.org/changeset/ports/468100 Log: biology/pbbam: PacBio BAM C++ library, with SWIG bindings Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D15154 Added: head/biology/pbbam/ head/biology/pbbam/Makefile (contents, props changed) head/biology/pbbam/distinfo (contents, props changed) head/biology/pbbam/pkg-descr (contents, props changed) head/biology/pbbam/pkg-plist (contents, props changed) Modified: head/biology/Makefile Modified: head/biology/Makefile ============================================================================== --- head/biology/Makefile Mon Apr 23 15:49:47 2018 (r468099) +++ head/biology/Makefile Mon Apr 23 16:08:21 2018 (r468100) @@ -81,6 +81,7 @@ SUBDIR += p5-TrimGalore SUBDIR += p5-transdecoder SUBDIR += paml + SUBDIR += pbbam SUBDIR += pbseqan SUBDIR += pear-merger SUBDIR += phrap Added: head/biology/pbbam/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/pbbam/Makefile Mon Apr 23 16:08:21 2018 (r468100) @@ -0,0 +1,35 @@ +# $FreeBSD$ + +PORTNAME= pbbam +DISTVERSION= g20180416 +CATEGORIES= biology + +MAINTAINER= jwb@FreeBSD.org +COMMENT= PacBio BAM C++ library, with SWIG bindings + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +BUILD_DEPENDS= boost-libs>=1.60.0:devel/boost-libs +LIB_DEPENDS= libhts.so:biology/htslib \ + libboost_regex.so:devel/boost-libs + +USES= cmake pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= PacificBiosciences +GH_TAGNAME= c6b8113adb5104948879e9ff69f739121f12a09f + +# Disable tests for now. Bound to bundled googletest. +CMAKE_ARGS+= -DHTSLIB_INCLUDE_DIRS:STRING=${LOCALBASE}/include/htslib \ + -DHTSLIB_LIBRARIES:STRING="-L${LOCALBASE}/lib -lhts" \ + -DPacBioBAM_build_tests:BOOL=OFF \ + -DPacBioBAM_build_docs:BOOL=OFF + +do-install: + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/bin/* ${STAGEDIR}${PREFIX}/bin + ${INSTALL_DATA} ${BUILD_WRKSRC}/lib/* ${STAGEDIR}${PREFIX}/lib + cd ${WRKSRC}/include && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include + ${MV} ${STAGEDIR}${PREFIX}/include/meson.build \ + ${STAGEDIR}${PREFIX}/include/pbbam + +.include Added: head/biology/pbbam/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/pbbam/distinfo Mon Apr 23 16:08:21 2018 (r468100) @@ -0,0 +1,3 @@ +TIMESTAMP = 1524331626 +SHA256 (PacificBiosciences-pbbam-g20180416-c6b8113adb5104948879e9ff69f739121f12a09f_GH0.tar.gz) = f7ede42417110db4fcc3fbc4b837911a0e2242e541a88c8ac34b4c26b4e5aad4 +SIZE (PacificBiosciences-pbbam-g20180416-c6b8113adb5104948879e9ff69f739121f12a09f_GH0.tar.gz) = 8105156 Added: head/biology/pbbam/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/pbbam/pkg-descr Mon Apr 23 16:08:21 2018 (r468100) @@ -0,0 +1,11 @@ +As of the 3.0 release of SMRTanalysis, PacBio is embracing the industry +standard BAM format for (both aligned and unaligned) basecall data files. We +have also formulated a BAM companion file format (bam.pbi) enabling fast access +to a richer set of per-read information as well as compatibility for software +built around the legacy cmp.h5 format. + +The pbbam software package provides components to create, query, & edit PacBio +BAM files and associated indices. These components include a core C++ library, +bindings for additional languages, and command-line utilities. + +WWW: https://github.com/PacificBiosciences/pbbam Added: head/biology/pbbam/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/pbbam/pkg-plist Mon Apr 23 16:08:21 2018 (r468100) @@ -0,0 +1,132 @@ +bin/bam2sam +bin/pbbamify +bin/pbindex +bin/pbindexdump +bin/pbmerge +include/pbbam/Accuracy.h +include/pbbam/AlignmentPrinter.h +include/pbbam/BaiIndexedBamReader.h +include/pbbam/BamFile.h +include/pbbam/BamHeader.h +include/pbbam/BamReader.h +include/pbbam/BamRecord.h +include/pbbam/BamRecordBuilder.h +include/pbbam/BamRecordImpl.h +include/pbbam/BamRecordTag.h +include/pbbam/BamRecordView.h +include/pbbam/BamTagCodec.h +include/pbbam/BamWriter.h +include/pbbam/BarcodeQuery.h +include/pbbam/Cigar.h +include/pbbam/CigarOperation.h +include/pbbam/ClipType.h +include/pbbam/Compare.h +include/pbbam/CompositeBamReader.h +include/pbbam/CompositeFastaReader.h +include/pbbam/Config.h +include/pbbam/DataSet.h +include/pbbam/DataSetTypes.h +include/pbbam/DataSetXsd.h +include/pbbam/EntireFileQuery.h +include/pbbam/FastaReader.h +include/pbbam/FastaSequence.h +include/pbbam/FastaSequenceQuery.h +include/pbbam/FastqReader.h +include/pbbam/FastqSequence.h +include/pbbam/FrameEncodingType.h +include/pbbam/Frames.h +include/pbbam/GenomicInterval.h +include/pbbam/GenomicIntervalQuery.h +include/pbbam/IRecordWriter.h +include/pbbam/IndexedBamWriter.h +include/pbbam/IndexedFastaReader.h +include/pbbam/Interval.h +include/pbbam/LocalContextFlags.h +include/pbbam/MD5.h +include/pbbam/MakeUnique.h +include/pbbam/MoveAppend.h +include/pbbam/Orientation.h +include/pbbam/PbiBasicTypes.h +include/pbbam/PbiBuilder.h +include/pbbam/PbiFile.h +include/pbbam/PbiFilter.h +include/pbbam/PbiFilterQuery.h +include/pbbam/PbiFilterTypes.h +include/pbbam/PbiIndexedBamReader.h +include/pbbam/PbiRawData.h +include/pbbam/Position.h +include/pbbam/ProgramInfo.h +include/pbbam/PulseBehavior.h +include/pbbam/PulseExclusionReason.h +include/pbbam/QNameQuery.h +include/pbbam/QualityValue.h +include/pbbam/QualityValues.h +include/pbbam/ReadAccuracyQuery.h +include/pbbam/ReadGroupInfo.h +include/pbbam/RecordType.h +include/pbbam/SamTagCodec.h +include/pbbam/SamWriter.h +include/pbbam/SequenceInfo.h +include/pbbam/Strand.h +include/pbbam/StringUtilities.h +include/pbbam/SubreadLengthQuery.h +include/pbbam/Tag.h +include/pbbam/TagCollection.h +include/pbbam/Unused.h +include/pbbam/Validator.h +include/pbbam/ZmwGroupQuery.h +include/pbbam/ZmwQuery.h +include/pbbam/ZmwType.h +include/pbbam/ZmwTypeMap.h +include/pbbam/exception/BundleChemistryMappingException.h +include/pbbam/exception/InvalidSequencingChemistryException.h +include/pbbam/exception/ValidationException.h +include/pbbam/internal/Accuracy.inl +include/pbbam/internal/BamHeader.inl +include/pbbam/internal/BamRecord.inl +include/pbbam/internal/BamRecordBuilder.inl +include/pbbam/internal/BamRecordImpl.inl +include/pbbam/internal/BamRecordView.inl +include/pbbam/internal/Cigar.inl +include/pbbam/internal/CigarOperation.inl +include/pbbam/internal/Compare.inl +include/pbbam/internal/CompositeBamReader.inl +include/pbbam/internal/CompositeFastaReader.inl +include/pbbam/internal/DataSet.inl +include/pbbam/internal/DataSetBaseTypes.h +include/pbbam/internal/DataSetBaseTypes.inl +include/pbbam/internal/DataSetElement.h +include/pbbam/internal/DataSetElement.inl +include/pbbam/internal/DataSetListElement.h +include/pbbam/internal/DataSetListElement.inl +include/pbbam/internal/DataSetTypes.inl +include/pbbam/internal/FastaSequence.inl +include/pbbam/internal/FastqSequence.inl +include/pbbam/internal/Frames.inl +include/pbbam/internal/GenomicInterval.inl +include/pbbam/internal/Interval.inl +include/pbbam/internal/PbiBasicTypes.inl +include/pbbam/internal/PbiFilter.inl +include/pbbam/internal/PbiFilterTypes.inl +include/pbbam/internal/PbiRawData.inl +include/pbbam/internal/ProgramInfo.inl +include/pbbam/internal/QualityValue.inl +include/pbbam/internal/QualityValues.inl +include/pbbam/internal/QueryBase.h +include/pbbam/internal/QueryBase.inl +include/pbbam/internal/ReadGroupInfo.inl +include/pbbam/internal/SequenceInfo.inl +include/pbbam/internal/Tag.inl +include/pbbam/internal/Validator.inl +include/pbbam/meson.build +include/pbbam/virtual/VirtualPolymeraseBamRecord.h +include/pbbam/virtual/VirtualPolymeraseCompositeReader.h +include/pbbam/virtual/VirtualPolymeraseReader.h +include/pbbam/virtual/VirtualRegion.h +include/pbbam/virtual/VirtualRegionType.h +include/pbbam/virtual/VirtualRegionTypeMap.h +include/pbbam/virtual/VirtualZmwBamRecord.h +include/pbbam/virtual/WhitelistedZmwReadStitcher.h +include/pbbam/virtual/ZmwReadStitcher.h +include/pbbam/virtual/ZmwWhitelistVirtualReader.h +lib/libpbbam.a