aboutsummaryrefslogtreecommitdiff
path: root/biology/fastool
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Multiple ports:Jason W. Bacon2018-01-311-2/+1
| | | | | | | | | | | Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org Remove Created by comments for same user Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D14128 Notes: svn path=/head/; revision=460452
* Never set WRKSRC when using USE_GITHUB.Mathieu Arnold2017-01-031-2/+0
| | | | | | | | | | | | | If you want to set WRKSRC, set GH_PROJECT instead. - The GitHub URLs are case insensitive, but the distribution files you get out of them are not. - If the repository was renamed, the old URL will still work, but the distribution name will be ith the new name. Sponsored by: Absolight Notes: svn path=/head/; revision=430490
* - Update maintainer mail addressMartin Wilke2015-12-111-2/+2
| | | | | | | | | | | | - Update/Remove MASTER_SITE PR: 204755 Submitted by: jwbacon@tds.net (maintainer) Approved by: mat (mentor) Differential Revision: D4493 Notes: svn path=/head/; revision=403506
* Simple and quick FastQ and FastA tool for file reading and conversion.Ruslan Makhmatkhanov2015-09-253-0/+38
WWW: https://github.com/fstrozzi/Fastool PR: 203293 Submitted by: Jason Bacon <jwbacon@tds.net> Notes: svn path=/head/; revision=397849