mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- Reset lars@eggert.org maintainership (maintainer no longer uses these ports)
- While here, minor cleanup for net/tcpsplit PR: 206406, 206407 Approved by: lars@eggert.org (private email)
This commit is contained in:
parent
9a1cdfdf07
commit
5cad147b16
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409181
@ -6,7 +6,7 @@ PORTVERSION= 0.7.5
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
CATEGORIES= benchmarks
|
||||
|
||||
MAINTAINER= lars@eggert.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Measure throughput and other metrics for TCP
|
||||
|
||||
LICENSE= GPLv3+
|
||||
|
@ -6,7 +6,7 @@ PORTVERSION= 0.3.6
|
||||
CATEGORIES= benchmarks
|
||||
MASTER_SITES= http://caia.swin.edu.au/tools/spp/downloads/
|
||||
|
||||
MAINTAINER= lars@eggert.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Calculates round trip time from pcap files or live capture
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
@ -6,21 +6,24 @@ PORTVERSION= 0.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.icir.org/mallman/software/tcpsplit/
|
||||
|
||||
MAINTAINER= lars@eggert.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Breaks a libpcap trace along TCP connection boundaries
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
||||
|
||||
PLIST_FILES= bin/tcpsplit
|
||||
PORTDOCS= README
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E '/^(CC|CFLAGS|INC|LD)/d' ${WRKSRC}/Makefile
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/tcpsplit ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user