===> Creating shar file ===> Viewing diff with more # 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: # # honggfuzz # honggfuzz/Makefile # honggfuzz/pkg-descr # honggfuzz/pkg-plist # honggfuzz/distinfo # echo c - honggfuzz mkdir -p honggfuzz > /dev/null 2>&1 echo x - honggfuzz/Makefile sed 's/^X//' >honggfuzz/Makefile << 'e960545930a29b80ae20bf15ee37ba4f' X# New ports collection makefile for: honggfuzz X# Date created: 2010-12-13 X# Whom: Sofian Brabez X# X# $FreeBSD$ X# X XPORTNAME= honggfuzz XPORTVERSION= 0.1 XCATEGORIES= security XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} XEXTRACT_SUFX= .tgz X XMAINTAINER= sbrabez@gmail.com XCOMMENT= A general-purpose fuzzer with simple, command-line interface X XUSE_GMAKE= yes X X# inplace replacement to remove relative binary path in examples scripts Xdo-patch: X @${REINPLACE_CMD} -i "" -E "s,\.\./,," ${WRKSRC}/examples/*.sh X Xdo-build: X @(cd ${WRKSRC}; ${GMAKE}) X Xdo-install: X.if !defined(NOPORTEXAMPLES) X @${MKDIR} ${EXAMPLESDIR} X @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) X.endif X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X X.include e960545930a29b80ae20bf15ee37ba4f echo x - honggfuzz/pkg-descr sed 's/^X//' >honggfuzz/pkg-descr << 'abe6f71f910e545bd77f1268f495659e' XHonggfuzz is a general-purpose fuzzing tool. Given a starting corpus of test Xfiles, Hongfuzz supplies and modifies input to a test program and utilize the Xptrace() API/POSIX signal interface to detect and log crashes. X XWWW: http://code.google.com/p/honggfuzz/ abe6f71f910e545bd77f1268f495659e echo x - honggfuzz/pkg-plist sed 's/^X//' >honggfuzz/pkg-plist << '1bad8e48fc4de402cde10652c2763ad7' X@comment $FreeBSD$ Xbin/honggfuzz X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/externalfuzzers/lowBytesIncrease.py X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/externalfuzzers/o20.sh X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inputfiles/badcode1.txt X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/run-honggfuzz-on-badcode1-with-externalfuzzer.sh X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/run-honggfuzz-on-badcode1.sh X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/targets/Makefile X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/targets/badcode1.c X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/targets X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/inputfiles X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/externalfuzzers X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% 1bad8e48fc4de402cde10652c2763ad7 echo x - honggfuzz/distinfo sed 's/^X//' >honggfuzz/distinfo << '6298ed4c90449105cc8b9d52e198fe24' XSHA256 (honggfuzz-0.1.tgz) = 5eabcb34e63989ed4f5642d912c8641cae186311d69337401092b6d50f806e3a XSIZE (honggfuzz-0.1.tgz) = 18228 6298ed4c90449105cc8b9d52e198fe24 exit ===> Done