# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # fastool # fastool/Makefile # fastool/distinfo # fastool/pkg-descr # echo c - fastool mkdir -p fastool > /dev/null 2>&1 echo x - fastool/Makefile sed 's/^X//' >fastool/Makefile << '398291a4f5883386c1282c247193f4a9' X# Created by: Jason Bacon X# $FreeBSD$ X XPORTNAME= fastool XPORTVERSION= 0.1.4 XCATEGORIES= biology X XMAINTAINER= jwbacon@tds.net XCOMMENT= Simple and quick FastQ and FastA tool for file reading and conversion X XLICENSE= BSD2CLAUSE X XUSE_GITHUB= yes XGH_ACCOUNT= fstrozzi XGH_PROJECT= Fastool X XWRKSRC= ${WRKDIR}/Fastool-${PORTVERSION} X XPLIST_FILES= bin/fastool X XCFLAGS+= -std=c99 X Xpost-patch: X ${REINPLACE_CMD} \ X -e 's|CC *=|CC ?=|g' \ X -e 's|CFLAGS *=|CFLAGS ?=|g' \ X ${WRKSRC}/Makefile X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/fastool \ X ${STAGEDIR}${PREFIX}/bin X X.include 398291a4f5883386c1282c247193f4a9 echo x - fastool/distinfo sed 's/^X//' >fastool/distinfo << '6cbdfe46fda262e26e342f9d8705904c' XSHA256 (fstrozzi-Fastool-0.1.4_GH0.tar.gz) = f86f02fced9479b77d6d27a442b66e66f0c55d40d5ad2ddd91a752de57024540 XSIZE (fstrozzi-Fastool-0.1.4_GH0.tar.gz) = 6346 6cbdfe46fda262e26e342f9d8705904c echo x - fastool/pkg-descr sed 's/^X//' >fastool/pkg-descr << 'c861df630a9b9cc6756f8078dcd95c32' XSimple and quick FastQ and FastA tool for file reading and conversion. X XWWW: https://github.com/fstrozzi/Fastool c861df630a9b9cc6756f8078dcd95c32 exit