mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
add ptunnel-0.60
Ptunnel is an application that allows you to reliably tunnel TCP connections to a remote host using ICMP echo request and reply packets, commonly known as ping requests and replies. WWW: http://www.cs.uit.no/~daniels/PingTunnel/
This commit is contained in:
parent
6a40d7a441
commit
f83eb9ea5a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134321
@ -615,6 +615,7 @@
|
||||
SUBDIR += proxychains
|
||||
SUBDIR += prtunnel
|
||||
SUBDIR += psi
|
||||
SUBDIR += ptunnel
|
||||
SUBDIR += pvm
|
||||
SUBDIR += pvm++
|
||||
SUBDIR += pxe
|
||||
|
36
net/ptunnel/Makefile
Normal file
36
net/ptunnel/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# New ports collection makefile for: ptunnel
|
||||
# Date created: 23 April 2005
|
||||
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ptunnel
|
||||
PORTVERSION= 0.60
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.cs.uit.no/~daniels/PingTunnel/
|
||||
DISTNAME= PingTunnel-${PORTVERSION}
|
||||
|
||||
MAINTAINER= leeym@FreeBSD.org
|
||||
COMMENT= Tunneling TCP connections over ICMP echo request and reply
|
||||
|
||||
WRKSRC= ${WRKDIR}/PingTunnel
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
PLIST_FILES= bin/ptunnel
|
||||
MAN8= ptunnel.8
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/-lpthread/${PTHREAD_LIBS}/' ${WRKSRC}/${MAKEFILE}
|
||||
.if ${OSVERSION} < 500000
|
||||
@${REINPLACE_CMD} -e 's/stdint.h/inttypes.h/' ${WRKSRC}/ptunnel.h
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/ptunnel ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/ptunnel.8 ${MAN8PREFIX}/man/man8
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
net/ptunnel/distinfo
Normal file
2
net/ptunnel/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (PingTunnel-0.60.tar.gz) = 2556e51ab975371ed8cad0aa87899aad
|
||||
SIZE (PingTunnel-0.60.tar.gz) = 53170
|
5
net/ptunnel/pkg-descr
Normal file
5
net/ptunnel/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Ptunnel is an application that allows you to reliably tunnel TCP connections
|
||||
to a remote host using ICMP echo request and reply packets, commonly known as
|
||||
ping requests and replies.
|
||||
|
||||
WWW: http://www.cs.uit.no/~daniels/PingTunnel/
|
Loading…
Reference in New Issue
Block a user