From owner-dev-commits-ports-main@freebsd.org Mon Aug 30 13:10:16 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D6B8567686B; Mon, 30 Aug 2021 13:10:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GyrK44SF4z3wC1; Mon, 30 Aug 2021 13:10:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8165F1E7E2; Mon, 30 Aug 2021 13:10:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17UDAGog067991; Mon, 30 Aug 2021 13:10:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17UDAGI3067987; Mon, 30 Aug 2021 13:10:16 GMT (envelope-from git) Date: Mon, 30 Aug 2021 13:10:16 GMT Message-Id: <202108301310.17UDAGI3067987@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Jason W. Bacon" Subject: git: 904aa6046960 - main - biology/biolibc-tools: High-performance tools based on biolibc MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jwb X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 904aa60469601239cefbb5dde7f5aa33ccac9a21 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2021 13:10:16 -0000 The branch main has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=904aa60469601239cefbb5dde7f5aa33ccac9a21 commit 904aa60469601239cefbb5dde7f5aa33ccac9a21 Author: Jason W. Bacon AuthorDate: 2021-08-30 13:09:23 +0000 Commit: Jason W. Bacon CommitDate: 2021-08-30 13:09:23 +0000 biology/biolibc-tools: High-performance tools based on biolibc Biolibc-tools is a collection of simple fast, memory-efficient, programs for processing biological data. These are simple programs built on biolibc that are not complex enough to warrant a separate project. --- biology/Makefile | 1 + biology/biolibc-tools/Makefile | 28 ++++++++++++++++++++++++++++ biology/biolibc-tools/distinfo | 3 +++ biology/biolibc-tools/pkg-descr | 6 ++++++ biology/biolibc-tools/pkg-plist | 7 +++++++ 5 files changed, 45 insertions(+) diff --git a/biology/Makefile b/biology/Makefile index b3a5731f8a6a..34d07d7a77a8 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -13,6 +13,7 @@ SUBDIR += bioawk SUBDIR += biococoa SUBDIR += biolibc + SUBDIR += biolibc-tools SUBDIR += bioparser SUBDIR += biosig SUBDIR += biosoup diff --git a/biology/biolibc-tools/Makefile b/biology/biolibc-tools/Makefile new file mode 100644 index 000000000000..39913d8b5347 --- /dev/null +++ b/biology/biolibc-tools/Makefile @@ -0,0 +1,28 @@ +# Created by: J. Bacon + +PORTNAME= biolibc-tools +DISTVERSION= 0.1.0-34 +DISTVERSIONSUFFIX= -gf1224de +CATEGORIES= biology + +MAINTAINER= jwb@FreeBSD.org +COMMENT= High-performance bioinformatics tools based on biolibc + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= uthash>0:devel/uthash +LIB_DEPENDS= libbiolibc.so:biology/biolibc \ + libxtend.so:devel/libxtend \ + libxxhash.so:devel/xxhash + +USE_GITHUB= yes + +GH_ACCOUNT= auerlab + +INSTALL_TARGET= install-strip + +pre-build: + (cd ${WRKSRC} && ${MAKE} LOCALBASE=${LOCALBASE} depend) + +.include diff --git a/biology/biolibc-tools/distinfo b/biology/biolibc-tools/distinfo new file mode 100644 index 000000000000..9a1bab65b7ce --- /dev/null +++ b/biology/biolibc-tools/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1630328729 +SHA256 (auerlab-biolibc-tools-0.1.0-34-gf1224de_GH0.tar.gz) = c63309cad0e73a9336deebfc9ea9104320810d45631141ec1a8554f6cf5a6cf7 +SIZE (auerlab-biolibc-tools-0.1.0-34-gf1224de_GH0.tar.gz) = 11683 diff --git a/biology/biolibc-tools/pkg-descr b/biology/biolibc-tools/pkg-descr new file mode 100644 index 000000000000..0eed7c2f7313 --- /dev/null +++ b/biology/biolibc-tools/pkg-descr @@ -0,0 +1,6 @@ +Biolibc-tools is a collection of simple fast, memory-efficient, +programs for processing biological data. These are simple programs +built on biolibc that are not complex enough to warrant a separate +project. + +WWW: https://github.com/auerlab/biolibc-tools diff --git a/biology/biolibc-tools/pkg-plist b/biology/biolibc-tools/pkg-plist new file mode 100644 index 000000000000..04756a2801be --- /dev/null +++ b/biology/biolibc-tools/pkg-plist @@ -0,0 +1,7 @@ +bin/fastq-derep.sh +bin/fastx-derep +bin/fastx2tsv +libexec/biolibc-tools/uniq-seqs.awk +man/man1/fastq-dedup.sh.1.gz +man/man1/fastx-derep.1.gz +man/man1/fastx2tsv.1.gz