1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

- Update to 1.61

- Add OPTIONS for ipv6
- Take maintainership

PR:		96681
Submitted by:	"Martin Wilke" <freebsd___unixfreunde.de>
This commit is contained in:
Marcus Alves Grando 2006-05-06 01:57:46 +00:00
parent 57c00223d0
commit 44f372b64c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161458
2 changed files with 20 additions and 8 deletions

View File

@ -6,12 +6,12 @@
#
PORTNAME= ipsumdump
PORTVERSION= 1.57
PORTVERSION= 1.61
CATEGORIES= net
MASTER_SITES= http://www.cs.ucla.edu/~kohler/ipsumdump/ \
http://core.inec.ru/~az/
MAINTAINER= ports@FreeBSD.org
MAINTAINER= freebsd@unixfreunde.de
COMMENT= Produce ASCII summary of network traffic or tcpdump(1) file
GNU_CONFIGURE= yes
@ -19,17 +19,29 @@ CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_PERL5_BUILD=yes
USE_GMAKE= yes
MAN1= ${PORTNAME}.1
MAN1= ${PORTNAME}.1 ipaggcreate.1
PORTDOCS= README
PLIST_FILES= bin/ipaggcreate bin/ipsumdump
OPTIONS= IPV6 "IPv6 internet support" off \
.include <bsd.port.pre.mk>
.if defined(WITH_IPV6)
CONFIGURE_ARGS+=--enable-ipv6
PLIST_SUB+= IPV6=""
.else
CONFIGURE_ARGS+=--disable-ipv6
PLIST_SUB+= IPV6="@comment "
.endif
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
@${MKDIR} ${DOCSDIR}
.for i in README
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (ipsumdump-1.57.tar.gz) = 954a645f3c9dfda659b4aad3a96f0463
SHA256 (ipsumdump-1.57.tar.gz) = 7804e926fcf256f112d8f39f5396f19c72378f20e23ac20b483f259b9d2f16af
SIZE (ipsumdump-1.57.tar.gz) = 587517
MD5 (ipsumdump-1.61.tar.gz) = d3b3c19e04350a7ab264fe31603c19d9
SHA256 (ipsumdump-1.61.tar.gz) = b8eb2588b1a86f5ca23bbbfabc8d1fb2c7d60eaa8ff70789a274cf6275e6af81
SIZE (ipsumdump-1.61.tar.gz) = 592657