1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add Dynamic Tunnel Configuration Protocol daemon and client

dtcpc and dtcps 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
This commit is contained in:
Hajimu UMEMOTO 2002-10-22 18:30:58 +00:00
parent bcc333b8db
commit 09566ad638
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68601
6 changed files with 56 additions and 0 deletions

View File

@ -108,6 +108,7 @@
SUBDIR += docsis
SUBDIR += domtools
SUBDIR += driftnet
SUBDIR += dtcp
SUBDIR += easysoap
SUBDIR += echolot
SUBDIR += echoping

41
net/dtcp/Makefile Normal file
View File

@ -0,0 +1,41 @@
# New ports collection makefile for: dtcp
# Date Created: Sep 27 2002
# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= dtcp
PORTVERSION= 20021022
#PORTREVISION= 0
CATEGORIES= net ipv6
MASTER_SITES= http://www.imasy.or.jp/~ume/ipv6/
MAINTAINER= ume@FreeBSD.org
.if !defined(DTCP_CLIENT_ONLY)
RUN_DEPENDS= qpopauth:${PORTSDIR}/mail/qpopper
.endif
USE_RUBY= yes
WRKSRC= ${WRKDIR}/dtcp
MAN8= dtcpc.8 dtcps.8
MANCOMPRESSED= yes
pre-everything:
.if !defined(DTCP_CLIENT_ONLY)
@${ECHO} ""
@${ECHO} "If you don't use DTCP server, you don't need qpopper."
@${ECHO} "In that case, You may use DTCP_CLIENT_ONLY=yes to avoid building qpopper."
@${ECHO} ""
.endif
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/dtcpc.sh \
${PREFIX}/etc/rc.d/dtcpc.sh.sample
${INSTALL_SCRIPT} ${WRKSRC}/dtcps.sh \
${PREFIX}/etc/rc.d/dtcps.sh.sample
.include <bsd.port.mk>

1
net/dtcp/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (dtcp-20021022.tar.gz) = 9ba30009540098b1bed34fa769977809

1
net/dtcp/pkg-comment Normal file
View File

@ -0,0 +1 @@
Dynamic Tunnel Configuration Protocol daemon and client

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

@ -0,0 +1,8 @@
Dynamic Tunnel Configuration Protocol daemon and client
dtcpc and dtcps 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>

4
net/dtcp/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
sbin/dtcpc
sbin/dtcps
etc/rc.d/dtcpc.sh.sample
etc/rc.d/dtcps.sh.sample