Opened 14 years ago

Closed 14 years ago

#25902 closed submission (fixed)

[NEW] net/tcpdstat

Reported by: jul_bsd@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc:
Port: tcpdstat

Description

Produces a per-protocol breakdown of traffic by bytes and packets, with average and maximum transfer rates, for a given libpcap file (e.g., from tcpdump, ethereal, snort, etc.) Useful for getting a high-level view of traffic patterns.

(Dep for nsm-console)

Attachments (1)

Portfile (1.3 KB) - added by jul_bsd@… 14 years ago.

Download all attachments as: .zip

Change History (3)

Changed 14 years ago by jul_bsd@…

Attachment: Portfile added

comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Port: tcpdstat added
Status: newassigned

comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Thanks, committed in r70313 with these changes:

  • whitespace / formatting
  • changed maintainer to you with openmaintainer
  • changed description to long_description; added new short description
  • added "dist_subdir ${name}/${version}" since the distfile name does not include the version number so that future updates do not result in checksum errors when upgrading
  • changed "configure {}" to "use_configure no"
  • changed PREFIX reinplace to destroot.destdir argument
  • changed some reinplaces to reinplace/patchfile combo, for improved future-proofing (if a future version changes the source file in a way that means we need to change the patch, the patch phase will fail and let us know that; failing reinplaces give no warning (unless you use the MacPorts base patch in #15514))
  • did remaining reinplace in post-patch instead of pre-build
  • ensure we're UsingTheRightCompiler
  • support universal and non-default-build_arch builds
Note: See TracTickets for help on using tickets.