mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
Add bindtest 1.56, it tests bind() semantics of IPv6 sockets.
PR: ports/71821 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
This commit is contained in:
parent
8bf909de63
commit
1860d1b25a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129196
@ -41,6 +41,7 @@
|
||||
SUBDIR += beacon
|
||||
SUBDIR += beacon-server
|
||||
SUBDIR += bfilter
|
||||
SUBDIR += bindtest
|
||||
SUBDIR += bing
|
||||
SUBDIR += binkd
|
||||
SUBDIR += blam
|
||||
|
28
net/bindtest/Makefile
Normal file
28
net/bindtest/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: bindtest
|
||||
# Date created: 2004-08-19
|
||||
# Whom: Janos Mohacsi <janos.mohacsi@bsd.hu>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bindtest
|
||||
PORTVERSION= 1.56
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/ \
|
||||
ftp://sunsite.cnlab-switch.ch/mirror/kame/misc/ \
|
||||
ftp://ftp.pasta.cs.uit.no/pub/IPv6/kame/misc/ \
|
||||
ftp://ftp.ipv6.uni-leipzig.de/pub/ftp.kame.net/pub/kame/misc/
|
||||
DISTNAME= ${PORTNAME}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= janos.mohacsi@bsd.hu
|
||||
COMMENT= Test bind() semantics of IPv6 sockets
|
||||
|
||||
MAN1= bindtest.1
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bindtest ${PREFIX}/bin/
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/test.sh ${PREFIX}/bin/bindtest.sh
|
||||
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/bindtest/distinfo
Normal file
2
net/bindtest/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (bindtest.tgz) = 34da012b719dc07913197d9beea9e71b
|
||||
SIZE (bindtest.tgz) = 9569
|
3
net/bindtest/pkg-descr
Normal file
3
net/bindtest/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Test bind() semantics of IPv6 sockets.
|
||||
|
||||
WWW: http://www.kame.net/newsletter/20010504/
|
3
net/bindtest/pkg-plist
Normal file
3
net/bindtest/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $FreeBSD$
|
||||
bin/bindtest
|
||||
bin/bindtest.sh
|
Loading…
Reference in New Issue
Block a user