notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
py-libdnet Simple interface to low level networking routines
1.13_5 net on this many watch lists=4 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.13_5Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2005-11-22 21:57:18
Last Update: 2023-09-20 17:07:11
Commit Hash: 1c7096c
People watching this port, also watch:: libdnet, libevent, zip, dspam, pcre
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://github.com/5u623l20/libdnet/
Description:
Python wrapper around libdnet which provides a simplified, portable interface to several low-level networking routines, including network address manipulation, kernel arp(4) cache and route(4) table lookup and manipulation, network firewalling, network interface lookup and manipulation, and raw IP packet and Ethernet frame transmission. It is intended to complement the functionality provided by pcap(3).
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}libdnet>0:net/py-libdnet@${PY_FLAVOR}
To install the port:
cd /usr/ports/net/py-libdnet/ && make install clean
To add the package, run one of these commands:
  • pkg install net/py-libdnet
  • pkg install py39-libdnet
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-libdnet listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-libdnet
Package flavors (<flavor>: <package>)
  • py39: py39-libdnet
distinfo:
TIMESTAMP = 1553018633 SHA256 (5u623l20-libdnet-v1.13_GH0.tar.gz) = 04022817ff3309b09eb1ee1b478d41ac8b53bd14a951a118373701b89b997782 SIZE (5u623l20-libdnet-v1.13_GH0.tar.gz) = 93336

Packages (timestamps in pop-ups are UTC):
py37-libdnet
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--1.13_3---1.13_3-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-libdnet
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.13_51.13_5-1.13_51.13_5---
FreeBSD:13:quarterly1.13_51.13_51.13_41.13_51.13_51.13_51.13_51.13_5
FreeBSD:14:latest1.13_51.13_51.13_41.13_51.13_51.13_4-1.13_4
FreeBSD:14:quarterly1.13_51.13_5-1.13_51.13_51.13_51.13_51.13_5
FreeBSD:15:latest1.13_51.13_5n/a1.13_5n/a1.13_51.13_51.13_5
FreeBSD:15:quarterly--n/a-n/a---
 

Master port: net/libdnet
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cython-3.9 : lang/cython@py39
  2. python3.9 : lang/python39
  3. autoconf>=2.71 : devel/autoconf
  4. automake>=1.16.5 : devel/automake
  5. libtoolize : devel/libtool
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. python3.9 : lang/python39
Library dependencies:
  1. libpfctl.so : net/libpfctl
This port is required by:
for Run
  1. net/scapy

Configuration Options:
No options to configure
Options name:
net_py-libdnet
USES:
autoreconf libtool localbase:ldflags python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/5u623l20/libdnet/tar.gz/v1.13?dummy=/
Collapse this list.

Number of commits found: 31

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
This is a slave port. You may also want to view the commits to the master port: net/libdnet
CommitCreditsLog message
1.13_5
20 Sep 2023 17:07:11
commit hash: 1c7096ced41211ed08f1dbae6d18dd8d49c19bf9commit hash: 1c7096ced41211ed08f1dbae6d18dd8d49c19bf9commit hash: 1c7096ced41211ed08f1dbae6d18dd8d49c19bf9commit hash: 1c7096ced41211ed08f1dbae6d18dd8d49c19bf9 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
net/py-libdnet: Fix runtime build

After the fix for net/libdnet py-libdnet was failing to build which is
fixed here.

Approved by:	portmgr (just-fix-it)
1.13_4
26 Jul 2023 00:48:20
commit hash: 95274bf4f99c71fc056013d966aec239161dfd74commit hash: 95274bf4f99c71fc056013d966aec239161dfd74commit hash: 95274bf4f99c71fc056013d966aec239161dfd74commit hash: 95274bf4f99c71fc056013d966aec239161dfd74 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Fix build with llvm16 on 13.2-STABLE

As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.

- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
  1302507 and less than 1400000

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
1.13_4
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
1.13_4
24 Jun 2023 12:03:43
commit hash: 453636c52778c22126c86e4cd83e699a41d60cd4commit hash: 453636c52778c22126c86e4cd83e699a41d60cd4commit hash: 453636c52778c22126c86e4cd83e699a41d60cd4commit hash: 453636c52778c22126c86e4cd83e699a41d60cd4 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
net/{py-}libdnet: Fix build with llvm16

Sponsored by:	The FreeBSD Foundation

Sponsored by:	The FreeBSD Foundation
1.13_4
10 Sep 2022 17:41:16
commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Author: Tobias Kortkamp
Fix WWW in parent/child ports

Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
 a) just using the pkg-descr from the parents
 b) or had their own separate pkg-descr with custom WWW

Use WWW?= in parents when the child's WWW is different.

Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.

Approved by:	portmgr (implicit)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
1.13_4
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.13_4
20 Jul 2022 14:22:37
commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
net: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Jette <jettea46@yahoo.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Deiter <Alex.Deiter@Gmail.COM>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.13_4
03 Jun 2022 13:59:09
commit hash: 0e5f6c40399ab3c3f4e17461f921e6c042a1741acommit hash: 0e5f6c40399ab3c3f4e17461f921e6c042a1741acommit hash: 0e5f6c40399ab3c3f4e17461f921e6c042a1741acommit hash: 0e5f6c40399ab3c3f4e17461f921e6c042a1741a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/py-libdnet: Fix build with setuptools 58.0.0+

- Bump PORTREVISION for package change

With hat:	python
1.13_3
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.13_3
28 Dec 2020 23:02:15
Revision:559531Original commit files touched by this commit
antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
1.13_3
24 Dec 2020 13:36:54
Revision:559090Original commit files touched by this commit
fluffy search for other commits by this committer
net/py-libdnet: switch to PYTHON_EXT_SUFFIX
1.13
05 Apr 2019 22:33:16
Revision:497997Original commit files touched by this commit
bofh search for other commits by this committer
net/py-libdnet: Fix build with both python 2 and 3

I have reviewed the code of net/libdnet. And created a fork as the
evelopment seems stalled by the original author.
- Removed all the codes not related to FreeBSD
- Fix configure script to find related header files and now it builds
  relevant source files instead of *-none.c files
- Modernized all build tools configuration file and removed unnecessary
  files
- Works at least with PF. Still not working with ipfw2/ipfilter.
- Python package now supports both Python 2 and 3

The repo location is:
https://github.com/5u623l20/libdnet/

PR:		236643
Submitted by:	bofh
Approved by:	maintainer-timeout
1.12_1
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.12_1
25 Jun 2017 00:29:09
Revision:444251Original commit files touched by this commit
linimon search for other commits by this committer
Begin deorbit burn of ia64.  We have not attempted to build packages for
it for many years.

While here, alphabetize ARCHs, pet portlint, and modernize usages.

Approved by:	portmgr (tier-2 blanket)
1.12_1
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
1.12_1
25 Oct 2014 06:45:46
Revision:371467Original commit files touched by this commit
antoine search for other commits by this committer
Unbreak
1.12_1
24 Oct 2014 16:21:26
Revision:371449Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of net/ to new USES=python

Approved by:	portmgr (implicit)
1.11_3
03 Mar 2014 20:54:21
Revision:346966Original commit files touched by this commit
antoine search for other commits by this committer
New LIB_DEPENDS syntax, fix plist, update WWW
1.11_3
26 Feb 2014 04:44:38
Revision:346086Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support
1.11_3
20 Sep 2013 22:10:25
Revision:327755Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
1.11_3
18 Aug 2013 08:56:22
Revision:324895Original commit files touched by this commit
mva search for other commits by this committer
- Use a more clean approach to fix the build instead of pulling in
  another build dependency
1.11_3
18 Aug 2013 08:46:58
Revision:324894Original commit files touched by this commit
mva search for other commits by this committer
- Fix build after the recent lang/python changes
- Trim Makefile headers
1.11_1
30 Jul 2007 09:42:28
Original commit files touched by this commit
alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
1.11_1
12 Mar 2007 17:51:53
Original commit files touched by this commit
tmclaugh search for other commits by this committer
Fix py-libdnet.

The py-libdnet port has been seperated out as a slave port to libdnet and
is now dependent on libdnet.  py-libdnet now only installs the libdnet
python module.  Since files previously owned by py-libdnet are now owned
by its dependency, in order to upgrade correctly, py-libdnet must be
deinstall and then reinstalled manually.

PR:             109262
Submitted by:   thierry and me
Approved by:    maintainer timeout
1.11
11 Feb 2007 01:23:35
Original commit files touched by this commit
kris search for other commits by this committer
Schedule these broken ports for removal on 2007-04-10 if they are still
broken at that time and no fix has been submitted.
1.11
11 Dec 2006 15:59:00
Original commit files touched by this commit
xride search for other commits by this committer
Backup previous commit.

Approved by:    tmclaugh (impilicit)
1.11
11 Dec 2006 14:10:50
Original commit files touched by this commit
xride search for other commits by this committer
Unbreak via net/libdnet commit.

PR:             104364
Submitted by:   Yonatan <onatan@gmail.com> (maintainer)
Approved by:    tmclaugh (implicit)
1.11
21 Oct 2006 03:10:46
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN: Incomplete pkg-plist

Approved by:    portmgr (self)
1.10_1
04 Jul 2006 00:58:02
Original commit files touched by this commit
linimon search for other commits by this committer
Mark as not for ia64: causes internal gcc compiler error.
1.10
22 Nov 2005 21:55:30
Original commit files touched by this commit
thierry search for other commits by this committer
Build libdnet' Python module in a slave port.
(needed for a to-be-released soon port)

Since I'm there, add SHA256.

Approved by:    Jonatan B <onatan (at) gmail.com> (maintainer)

Number of commits found: 31