Port details |
- pkt-gen Packet sink/source using the netmap API
- g2024.09.16 net =4 g2023.04.22Version of this port present on the latest quarterly branch.
- Maintainer: olivier@FreeBSD.org
- Port Added: 2017-08-26 07:40:04
- Last Update: 2024-10-20 21:31:47
- Commit Hash: 1cf1a30
- People watching this port, also watch:: bingrep, check_ssl_cert, newsboat, xrdp, pcpustat
- License: BSD2CLAUSE
- WWW:
- https://github.com/luigirizzo/netmap
- Description:
- Packet sink/source using the netmap API useful for perforamce testing
networks. This is the upstream version of the program by the same name
that lives in /usr/src/tools/tools/netmap, maintained by Luigi Rizzo.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/pkt-gen/ && make install clean
- To add the package, run one of these commands:
- pkg install net/pkt-gen
- pkg install pkt-gen
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pkt-gen
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1729258698
SHA256 (luigirizzo-netmap-g2024.09.16-eb905c6_GH0.tar.gz) = 50e681ff6156273b810cc6fd8c64bc240de4f75db642d34a3b4f70c1f09f42fa
SIZE (luigirizzo-netmap-g2024.09.16-eb905c6_GH0.tar.gz) = 771578
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pkt-gen-g2024.09.16:
PCAP=on: Support loading packets from pcap file
===> Use 'make config' to modify these settings
- Options name:
- net_pkt-gen
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
g2024.09.16 20 Oct 2024 21:31:47 |
Olivier Cochard (olivier) |
net/pkt-gen: Update to latest version |
g2023.04.22 05 Oct 2023 14:55:35 |
Olivier Cochard (olivier) |
net/pkt-gen: Update to 2023.04.22 and add man pages
PR: 271004
Reported by: Jose Luis Duran <jlduran@gmail.com>
Event: Oslo Hackathon at Modirum |
g2023.03.22_1 20 Apr 2023 11:49:22 |
Robert Clausecker (fuz) |
net/pkt-gen: fix on 32 bit platforms (again)
Exorcise -Werror for the third time.
Re-add patches needed to build on 32 bit platforms.
Please don't remove patches without understanding them first.
Fixes: 9305cd3f9321bfba95479b2b2a15c7639a790383
PR: 270440
See also: PR 264561, 230623
Approved by: portmgr (build fix blanket) |
g2023.03.22 02 Apr 2023 12:47:43 |
Olivier Cochard (olivier) |
net/pkt-gen: Disable build on 32bit platforms
Reported by: pkg-fallout |
g2023.03.22 27 Mar 2023 12:12:12 |
Olivier Cochard (olivier) |
net/pkt-gen: Update to g2023.03.22
PR: 270440
Reported by: Jose Luis Duran <jlduran@gmail.com> |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
g2022.02.10 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
g2022.02.10 28 Jun 2022 21:15:26 |
Olivier Cochard (olivier) |
net/pkt-gen: fix build on armv6, armv7, i386
PR: 264561
Reported by: Robert Clausecker <fuz@fuz.su> |
g2022.02.10 02 Mar 2022 22:46:28 |
Olivier Cochard (olivier) |
net/pkt-gen: Not for arch i386 |
g2022.02.10 16 Feb 2022 15:21:56 |
Olivier Cochard (olivier) |
net/pkt-gen: Take maintainership and update it to lastest version |
g2017.08.06_1 07 Jun 2021 17:36:24 |
Rene Ladan (rene) |
*/*: return shurd's ports to the pool ...
... after safekeeping his commit bit.
With hat: portmgr-secretary |
g2017.08.06_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
g2017.08.06_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
g2017.08.06_1 18 Aug 2018 20:42:47 |
sunpoet |
Update MAINTAINER: use @FreeBSD.org |
g2017.08.06_1 15 Aug 2018 02:26:35 |
shurd |
Disable extra warnings and especially -Werror
-Wall and -Wextra tend to highlight new compiler features, not new problems.
They don't need to be on when building a port... -Werror just makes them
worse.
PR: 230623
Reported by: jbeich@
Sponsored by: Limelight Networks |
g2017.08.06_1 27 Aug 2017 20:02:54 |
shurd |
Fix build on i386 |
g2017.08.06 26 Aug 2017 07:39:53 |
shurd |
Add port of pkt-gen, a packet sink/source using the netmap API
Sponsored by: Limelight Networks
Differential Revision: https://reviews.freebsd.org/D12123 |