Port details |
- py-libdnet Simple interface to low level networking routines
- 1.13_5 net =6 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
- Port Added: 2005-11-22 21:57:18
- Last Update: 2024-10-01 18:56:20
- Commit Hash: 4485bd8
- People watching this port, also watch:: libdnet, unzip, tor, libevent, dspam
- 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).
- ¦ ¦ ¦ ¦
- 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 py311-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 py311-libdnet listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-libdnet
- Package flavors (<flavor>: <package>)
- 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):
- Master port: net/libdnet
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>0 : devel/py-setuptools@py311
- cython-3.11 : lang/cython@py311
- python3.11 : lang/python311
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- Library dependencies:
-
- libpfctl.so : net/libpfctl
- There are no ports dependent upon this port
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:
|
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 |
Commit | Credits | Log message |
1.13_5 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
1.13_5 29 Jun 2024 05:02:34 |
Jason E. Hale (jhale) |
*/*: Add ${PY_SETUPTOOLS} to BUILD_DEPENDS
Fix build when setuptools is removed from RUN_DEPENDS in
Mk/Uses/python.mk.
PR: 270510
Approved by: portmgr (blanket) |
1.13_5 20 Sep 2023 17:07:11 |
Muhammad Moinur Rahman (bofh) |
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 |
Muhammad Moinur Rahman (bofh) |
*/*: 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 |
Rene Ladan (rene) |
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 |
Muhammad Moinur Rahman (bofh) |
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 |
Stefan Eßer (se) 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 |
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) |
1.13_4 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 ) |
1.13_4 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
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 ) |
1.13_4 03 Jun 2022 13:59:09 |
Po-Chuan Hsieh (sunpoet) |
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 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.13_3 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.13_3 24 Dec 2020 13:36:54 |
fluffy |
net/py-libdnet: switch to PYTHON_EXT_SUFFIX |
1.13 05 Apr 2019 22:33:16 |
bofh |
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 |
mat |
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 ) |
1.12_1 25 Jun 2017 00:29:09 |
linimon |
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 |
mat |
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 |
antoine |
Unbreak |
1.12_1 24 Oct 2014 16:21:26 |
mva |
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit) |
1.11_3 03 Mar 2014 20:54:21 |
antoine |
New LIB_DEPENDS syntax, fix plist, update WWW |
1.11_3 26 Feb 2014 04:44:38 |
miwi |
- Stage support |
1.11_3 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.11_3 18 Aug 2013 08:56:22 |
mva |
- 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 |
mva |
- Fix build after the recent lang/python changes
- Trim Makefile headers |
1.11_1 30 Jul 2007 09:42:28 |
alexbl |
- 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 |
tmclaugh |
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 |
kris |
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 |
xride |
Backup previous commit.
Approved by: tmclaugh (impilicit) |
1.11 11 Dec 2006 14:10:50 |
xride |
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 |
kris |
BROKEN: Incomplete pkg-plist
Approved by: portmgr (self) |
1.10_1 04 Jul 2006 00:58:02 |
linimon |
Mark as not for ia64: causes internal gcc compiler error. |
1.10 22 Nov 2005 21:55:30 |
thierry |
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) |