Page MenuHomeFreeBSD

New port: sysutils/pcapfix: tool to repair pcap and pcapng files.
ClosedPublic

Authored by jrm on Feb 12 2017, 11:37 PM.
Tags
None
Referenced Files
F152483543: D9561.id25064.diff
Wed, Apr 15, 6:08 AM
F152468176: D9561.id.diff
Wed, Apr 15, 3:50 AM
F152446875: D9561.id.diff
Wed, Apr 15, 12:44 AM
Unknown Object (File)
Tue, Apr 14, 11:33 AM
Unknown Object (File)
Sat, Apr 11, 3:59 AM
Unknown Object (File)
Sat, Apr 11, 2:24 AM
Unknown Object (File)
Fri, Apr 10, 9:24 PM
Unknown Object (File)
Thu, Apr 9, 12:38 AM
Subscribers

Details

Summary

New port: sysutils/pcapfix: tool to repair pcap and pcapng files.

PR: 217052

Pcapfix is a tool to repair your damaged or corrupted pcap and pcapng files.

WWW: http://f00l.de/pcapfix/

Test Plan

portlint -C: OK
testport: OK (poudriere: 10.3-RELEASE-p10, i386, default options)
testport: OK (poudriere: 10.3-RELEASE-p10, amd64, default options)
testport: OK (poudriere: 11.0-RELEASE-p1, i386, default options)
testport: OK (poudriere: 11.0-RELEASE-p1, amd64, default options)

Diff Detail

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

Event Timeline

jrm retitled this revision from to New port: sysutils/pcapfix: tool to repair pcap and pcapng files..
jrm updated this object.
jrm edited the test plan for this revision. (Show Details)
jrm added reviewers: swills, AMDmi3.
swills edited edge metadata.

Approved

This revision is now accepted and ready to land.Feb 12 2017, 11:45 PM
This revision was automatically updated to reflect the committed changes.
head/sysutils/pcapfix/Makefile
16

This should have been:

DISTVERSIONPREFIX= v

in the top block.

Ah, yes. I see you fixed it already. Thank you.