diff --git a/net-analyzer/dhcpdump/Manifest b/net-analyzer/dhcpdump/Manifest index b52390457a84e..e66319d9349fb 100644 --- a/net-analyzer/dhcpdump/Manifest +++ b/net-analyzer/dhcpdump/Manifest @@ -1 +1,2 @@ DIST dhcpdump-1.8.tar.gz 10740 BLAKE2B f87f1db539b06cffd68395982476bd7bfcad4e41d86aea7f3be357a07d597cdb34e8888eaf90e6dc11db0252dce418a3b1ad8a00b0d3a7c7faab48f14c6aec85 SHA512 52cd63d581a3c530c2f5baa66808d5b0241853651c720bd513b769b8301b4dff9c87243787014aea98a5b3ebed86ec317b58d262bf5031015141a4da50fb76e6 +DIST dhcpdump-1.9.tar.xz 11520 BLAKE2B a1749a27695aa88dbac46062ed67a45ea2dba500e56220d6f200c92e7ea379d085150c32d1499d4209b1fd774ad7a517f4e49a6221dfce066691077808100abb SHA512 352737e4e4ecc0d3ca80f881b09981bd3998d42f0141fc71f429d99057f49bdeb233ea64888b603470424f99eabd2575d2d92945dd7f606875ec5bc3b6efe7f4 diff --git a/net-analyzer/dhcpdump/dhcpdump-1.9.ebuild b/net-analyzer/dhcpdump/dhcpdump-1.9.ebuild new file mode 100644 index 0000000000000..c4ae92ec34a65 --- /dev/null +++ b/net-analyzer/dhcpdump/dhcpdump-1.9.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="DHCP Packet Analyzer/tcpdump postprocessor" +HOMEPAGE="https://github.com/bbonev/dhcpdump https://www.mavetju.org/unix/general.php" +SRC_URI="https://github.com/bbonev/${PN}/releases/download/v${PV}/${P}.tar.xz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~mips ~x86" + +# for pod2man +BDEPEND="dev-lang/perl" +DEPEND="net-libs/libpcap" +RDEPEND="${DEPEND}" + +src_compile() { + tc-export CC + emake +} + +src_install() { + dobin ${PN} + doman ${PN}.8 + einstalldocs +} diff --git a/net-analyzer/dhcpdump/metadata.xml b/net-analyzer/dhcpdump/metadata.xml index 4a2aa198f9ce1..4edd4225e6b24 100644 --- a/net-analyzer/dhcpdump/metadata.xml +++ b/net-analyzer/dhcpdump/metadata.xml @@ -1,12 +1,15 @@ - - netmon@gentoo.org - Gentoo network monitoring and analysis project - - -This command parses the output of tcpdump to display the -dhcp-packets for easier checking and debugging. - + + netmon@gentoo.org + Gentoo network monitoring and analysis project + + + This command parses the output of tcpdump to display the + dhcp-packets for easier checking and debugging. + + + bbonev/dhcpdump +