1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Dynamic Tunnel Configuration Protocol client written in C.

This commit is contained in:
Hajimu UMEMOTO 2003-03-06 05:46:12 +00:00
parent a904a0fc8f
commit 96cf66f3f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77023
5 changed files with 39 additions and 0 deletions

View File

@ -118,6 +118,7 @@
SUBDIR += domtools
SUBDIR += driftnet
SUBDIR += dtcp
SUBDIR += dtcpclient
SUBDIR += easysoap
SUBDIR += echolot
SUBDIR += echoping

24
net/dtcpclient/Makefile Normal file
View File

@ -0,0 +1,24 @@
# New ports collection makefile for: dtcpclient
# Date Created: Feb 27 2003
# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= dtcpclient
PORTVERSION= 20030301
#PORTREVISION= 0
CATEGORIES= net ipv6
MASTER_SITES= http://www.imasy.or.jp/~ume/ipv6/
MAINTAINER= ume@FreeBSD.org
COMMENT= Dynamic Tunnel Configuration Protocol client
MAN8= dtcpclient.8
MANCOMPRESSED= yes
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/dtcpclient.sh \
${PREFIX}/etc/rc.d/dtcpclient.sh.sample
.include <bsd.port.mk>

1
net/dtcpclient/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (dtcpclient-20030301.tar.gz) = 280a3e04ef226fd7beaccab89a1e21a2

8
net/dtcpclient/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
Dynamic Tunnel Configuration Protocol client
dtcpclient implement Dynamic Tunnel Configuration Protocol (DTCP for
short) proposed by Trumpet:
http://jazz-1.trumpet.com.au/ipv6-draft/dtcp-draft-prt-13-may-1999.htm
- Hajimu UMEMOTO <ume@FreeBSD.org>

5
net/dtcpclient/pkg-plist Normal file
View File

@ -0,0 +1,5 @@
sbin/dtcpclient
@unexec if cmp -s %D/etc/dtcpclient.script %D/etc/dtcpclient.script.sample; then rm -f %D/etc/dtcpclient.script; fi
etc/dtcpclient.script.sample
@exec [ -f %B/dtcpclient.script ] || cp %B/%f %B/dtcpclient.script
etc/rc.d/dtcpclient.sh.sample