Port details |
- liblpm Longest Prefix Match library
- g2020082801 devel =2 g2020082801Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2019-05-24 14:48:57
- Last Update: 2023-04-11 20:46:12
- Commit Hash: 2c2dd85
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://github.com/rmind/liblpm
- Description:
- Longest Prefix Match (LPM) library supporting IPv4 and IPv6.
- ¦ ¦ ¦ ¦
- 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/devel/liblpm/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/liblpm
- pkg install liblpm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: liblpm
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1598651090
SHA256 (rmind-liblpm-g2020082801-4119bb7_GH0.tar.gz) = fe32bd5a1ac8afb4aa3b370485723fab13d55c631f6ced4ad2cf4c11ebf07baf
SIZE (rmind-liblpm-g2020082801-4119bb7_GH0.tar.gz) = 14527
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.3 : devel/gmake
- libtool : devel/libtool
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_liblpm
- USES:
- compiler:c11 gmake libtool:build
- 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 |
g2020082801 11 Apr 2023 20:46:12 |
Muhammad Moinur Rahman (bofh) |
*/*: Adopt ports from swills@ |
g2020082801 11 Apr 2023 20:34:04 |
Rene Ladan (rene) |
all: return swills' ports to the pools after safeeping his ports bit.
With hat: portmgr-secretary |
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) |
g2020082801 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 ) |
g2020082801 29 Aug 2021 14:54:01 |
Alexey Dokuchaev (danfe) |
Cleanup: for ports under d* categories, drop redundant GH_{ACCOUNT,PROJECT}. |
g2020082801 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
g2020082801 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
g2020082801 08 Oct 2020 11:49:43 |
pkubaj |
devel/liblpm: fix build on GCC architectures
Patching fails, just use newer GCC. |
g2020082801 02 Sep 2020 00:55:41 |
swills |
devel/liblpm: update to new snapshot |
g2019052401 10 Jun 2019 18:52:40 |
linimon |
Patch compiler flags to fix build failures on GCC-based architectures:
cc1: error: unrecognized command line option "-Wno-unknown-warning-option"
cc1: error: unrecognized command line option "-Wsuggest-attribute=noreturn"
cc1: error: unrecognized command line option "-Wjump-misses-init"
Approved by: portmgr (tier-2 blanket) |
g2019052401 24 May 2019 14:48:43 |
swills |
devel/liblpm: create port
Longest Prefix Match (LPM) library supporting IPv4 and IPv6.
WWW: https://github.com/rmind/liblpm
Will be used by npf port |