Page MenuHomeFreeBSD

biology/smithwaterman: Smith-waterman-gotoh alignment algorithm
ClosedPublic

Authored by jwb on Apr 15 2018, 5:25 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 11, 6:17 AM
Unknown Object (File)
Wed, Oct 8, 6:11 AM
Unknown Object (File)
Thu, Sep 25, 2:38 AM
Unknown Object (File)
Mon, Sep 15, 8:31 PM
Unknown Object (File)
Sep 13 2025, 9:42 PM
Unknown Object (File)
Sep 12 2025, 4:11 PM
Unknown Object (File)
Sep 12 2025, 8:53 AM
Unknown Object (File)
Sep 12 2025, 8:52 AM
Subscribers

Details

Summary

biology/smithwaterman: Smith-waterman-gotoh alignment algorithm
Approved by jrm (mentor) or wen (mentor)
Differential to be added to commit message

Test Plan

portlint -AC: looks fine
Passed poudriere on {10.3,11.1}-{amd64,i386}
Tested in production

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

biology/smithwaterman/Makefile
4 ↗(On Diff #41477)

Since this is not an upstream version, I think we want PORTVERSION here. Have a look at 'Example 5.9. Exotic Case 2' in the PH.

14 ↗(On Diff #41477)

Single block 'USES and USE_x' block?

USES=		gmake
USE_GITHUB=	yes
GH_ACCOUNT=	ekg
GH_TAGNAME=	2610e259611ae4cde8f03c72499d28f03f6d38a7
USE_LDCONFIG=	yes

I was actually following Example 5.13 on the DISTVERSION.

Attribute the blank line to dain bramage.

Thanks.

This revision is now accepted and ready to land.Apr 15 2018, 11:48 AM
This revision was automatically updated to reflect the committed changes.