[Midnightbsd-cvs] mports: net/dhcpdump: add dhcpdump

crash at midnightbsd.org crash at midnightbsd.org
Mon Aug 11 12:58:46 EDT 2008


Log Message:
-----------
add dhcpdump

Added Files:
-----------
    mports/net/dhcpdump:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)

-------------- next part --------------
--- /dev/null
+++ net/dhcpdump/pkg-descr
@@ -0,0 +1,7 @@
+This command parses the output of tcpdump to display the dhcp-packets
+for easier checking and debugging.
+
+WWW: http://www.mavetju.org/unix/general.php
+
+- Edwin Groothuis
+edwin at mavetju.org
--- /dev/null
+++ net/dhcpdump/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for:   dhcpdump
+# Date created:        1 March 2001
+# Whom:                Edwin Groothuis (edwin at mavetju.org)
+#
+# $FreeBSD: ports/net/dhcpdump/Makefile,v 1.12 2008/06/24 03:28:19 edwin Exp $
+# $Midnightbsd$
+
+PORTNAME=	dhcpdump
+PORTVERSION=	1.8
+CATEGORIES=	net
+MASTER_SITES=	http://www.mavetju.org/download/
+
+MAINTAINER=	ports at Midnightbsd.org
+COMMENT=	Decode and diagnose sniffed DHCP packets
+LICENSE=        other
+MAN8=		dhcpdump.8
+PLIST_FILES=	bin/dhcpdump
+
+USE_PERL5_BUILD=	yes
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/dhcpdump ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/dhcpdump.8 ${PREFIX}/man/man8
+
+.include <bsd.port.mk>
--- /dev/null
+++ net/dhcpdump/distinfo
@@ -0,0 +1,3 @@
+MD5 (dhcpdump-1.8.tar.gz) = 099c786997c424f196414f9575f1fb90
+SHA256 (dhcpdump-1.8.tar.gz) = 6d5eb9418162fb738bc56e4c1682ce7f7392dd96e568cc996e44c28de7f77190
+SIZE (dhcpdump-1.8.tar.gz) = 10740


More information about the Midnightbsd-cvs mailing list