From owner-svn-ports-head@freebsd.org Fri May 3 14:41:59 2019 Return-Path: Delivered-To: svn-ports-head@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 95D241592261; Fri, 3 May 2019 14:41:59 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 39401743F9; Fri, 3 May 2019 14:41:59 +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 123442229F; Fri, 3 May 2019 14:41:59 +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 x43EfwJ7080626; Fri, 3 May 2019 14:41:58 GMT (envelope-from jwb@FreeBSD.org) Received: (from jwb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x43Efw3K080622; Fri, 3 May 2019 14:41:58 GMT (envelope-from jwb@FreeBSD.org) Message-Id: <201905031441.x43Efw3K080622@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jwb set sender to jwb@FreeBSD.org using -f From: "Jason W. Bacon" Date: Fri, 3 May 2019 14:41:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500737 - in head/biology: . fastp fastp/files X-SVN-Group: ports-head X-SVN-Commit-Author: jwb X-SVN-Commit-Paths: in head/biology: . fastp fastp/files X-SVN-Commit-Revision: 500737 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 39401743F9 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2019 14:41:59 -0000 Author: jwb Date: Fri May 3 14:41:57 2019 New Revision: 500737 URL: https://svnweb.freebsd.org/changeset/ports/500737 Log: biology/fastp: Ultra-fast all-in-one FASTQ preprocessor fastp is a tool designed to provide fast all-in-one preprocessing for FastQ files. This tool is developed in C++ with multithreading supported to afford high performance. Added: head/biology/fastp/ head/biology/fastp/Makefile (contents, props changed) head/biology/fastp/distinfo (contents, props changed) head/biology/fastp/files/ head/biology/fastp/files/patch-Makefile (contents, props changed) head/biology/fastp/pkg-descr (contents, props changed) Modified: head/biology/Makefile Modified: head/biology/Makefile ============================================================================== --- head/biology/Makefile Fri May 3 14:31:18 2019 (r500736) +++ head/biology/Makefile Fri May 3 14:41:57 2019 (r500737) @@ -33,6 +33,7 @@ SUBDIR += fastahack SUBDIR += fastdnaml SUBDIR += fastool + SUBDIR += fastp SUBDIR += fastqc SUBDIR += fasttree SUBDIR += fastx-toolkit Added: head/biology/fastp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/fastp/Makefile Fri May 3 14:41:57 2019 (r500737) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= fastp +DISTVERSIONPREFIX= v +DISTVERSION= 0.20.0 +CATEGORIES= biology + +MAINTAINER= jwb@FreeBSD.org +COMMENT= Ultra-fast all-in-one FASTQ preprocessor + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= compiler:c++11-lang gmake +USE_GITHUB= yes + +GH_ACCOUNT= OpenGene + +ALL_TARGET= fastp +INSTALL_TARGET= install-strip +PLIST_FILES= bin/fastp + +.include + +# Force newer compiler on platforms using GCC 4.2 as base +.if ${CHOSEN_COMPILER_TYPE} == gcc +USE_GCC= yes +.endif + +.include Added: head/biology/fastp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/fastp/distinfo Fri May 3 14:41:57 2019 (r500737) @@ -0,0 +1,3 @@ +TIMESTAMP = 1556889058 +SHA256 (OpenGene-fastp-v0.20.0_GH0.tar.gz) = 8d751d2746db11ff233032fc49e3bcc8b53758dd4596fdcf4b4099a4d702ac22 +SIZE (OpenGene-fastp-v0.20.0_GH0.tar.gz) = 139422 Added: head/biology/fastp/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/fastp/files/patch-Makefile Fri May 3 14:41:57 2019 (r500737) @@ -0,0 +1,34 @@ +--- Makefile.orig 2019-04-17 03:23:22 UTC ++++ Makefile +@@ -3,9 +3,11 @@ DIR_SRC := ./src + DIR_OBJ := ./obj + + PREFIX ?= /usr/local ++DESTDIR ?= + BINDIR ?= $(PREFIX)/bin + INCLUDE_DIRS ?= + LIBRARY_DIRS ?= ++STRIP_CMD ?= strip + + SRC := $(wildcard ${DIR_SRC}/*.cpp) + OBJ := $(patsubst %.cpp,${DIR_OBJ}/%.o,$(notdir ${SRC})) +@@ -15,7 +17,8 @@ TARGET := fastp + BIN_TARGET := ${TARGET} + + CXX ?= g++ +-CXXFLAGS := -std=c++11 -g -O3 -I${DIR_INC} $(foreach includedir,$(INCLUDE_DIRS),-I$(includedir)) ${CXXFLAGS} ++CXXFLAGS ?= -g -O3 ++CXXFLAGS += -std=c++11 -I${DIR_INC} $(foreach includedir,$(INCLUDE_DIRS),-I$(includedir)) + LIBS := -lz -lpthread + LD_FLAGS := $(foreach librarydir,$(LIBRARY_DIRS),-L$(librarydir)) $(LIBS) $(LD_FLAGS) + +@@ -38,5 +41,8 @@ make_obj_dir: + fi + + install: +- install $(TARGET) $(BINDIR)/$(TARGET) ++ install $(TARGET) $(DESTDIR)$(BINDIR)/$(TARGET) + @echo "Installed." ++ ++install-strip: install ++ $(STRIP_CMD) $(DESTDIR)$(BINDIR)/$(TARGET) Added: head/biology/fastp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/fastp/pkg-descr Fri May 3 14:41:57 2019 (r500737) @@ -0,0 +1,5 @@ +fastp is a tool designed to provide fast all-in-one preprocessing for FastQ +files. This tool is developed in C++ with multithreading supported to afford +high performance. + +WWW: https://github.com/OpenGene/fastp