mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add sixxs-aiccu 20050131, sixXS IPv6 TIC+ tunnel broker heartbeat
client. This is the TIC+ heartbeart client for the public dynamic-IPv4 IPv6 tunnel beta test from the SixXS tunnel service provider. WWW: http://www.sixxs.net/tools/aiccu/ PR: ports/71462 Submitted by: Meno Abels <meno.abels AT adviser.com>
This commit is contained in:
parent
88363abf0a
commit
eca0d38d13
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131225
@ -709,6 +709,7 @@
|
||||
SUBDIR += sipp
|
||||
SUBDIR += siproxd
|
||||
SUBDIR += sipsak
|
||||
SUBDIR += sixxs-aiccu
|
||||
SUBDIR += sixxs-heartbeatd
|
||||
SUBDIR += skstream
|
||||
SUBDIR += skype
|
||||
|
49
net/sixxs-aiccu/Makefile
Normal file
49
net/sixxs-aiccu/Makefile
Normal file
@ -0,0 +1,49 @@
|
||||
# New ports collection makefile for: sixxs-aiccu
|
||||
# Date created: 2004-09-07
|
||||
# Whom: Meno Abels <meno.abels@adviser.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sixxs-aiccu
|
||||
PORTVERSION= 20050131
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= http://www.sixxs.net/archive/sixxs/aiccu/unix/
|
||||
DISTNAME= aiccu_2005.01.31
|
||||
|
||||
MAINTAINER= meno.abels@adviser.com
|
||||
COMMENT= SixXS IPv6 TIC+ tunnel broker heartbeat client
|
||||
|
||||
USE_RC_SUBR= yes
|
||||
USE_GMAKE= yes
|
||||
CFLAGS+= ${PTHREAD_CFLAGS}
|
||||
LDFLAGS+= ${PTHREAD_LIBS}
|
||||
MAKE_ARGS= CC="${CC}"
|
||||
MAKE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
WRKSRC= ${WRKDIR}/aiccu
|
||||
BUILD_WRKSRC= ${WRKDIR}/aiccu/unix-console
|
||||
|
||||
PORTDOCS= README
|
||||
|
||||
pre-build:
|
||||
@${SED} -e 's:%%PREFIX%%:${PREFIX}:g' \
|
||||
-e 's:%%RC_SUBR%%:${RC_SUBR}:g' \
|
||||
${FILESDIR}/sixxs-aiccu.sh >${WRKDIR}/sixxs-aiccu.sh
|
||||
@${SED} \
|
||||
-e 's:verbose true:verbose false:' \
|
||||
-e 's:daemonize false:daemonize true:' \
|
||||
-e 's:automatic false:automatic true:' \
|
||||
-e 's:tunnel_id T2995:#tunnel_id TXXXX:' \
|
||||
-e 's:ipv4_interface eth0:ipv4_interface sis0:' \
|
||||
-e 's:ipv6_interface sixxs:ipv6_interface gif0:' \
|
||||
${WRKSRC}/doc/aiccu.conf > ${WRKDIR}/aiccu.conf
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${DOCSDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/unix-console/aiccu ${PREFIX}/sbin/sixxs-aiccu
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/README ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/aiccu.conf ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKDIR}/aiccu.conf ${PREFIX}/etc/aiccu.conf.sample
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/sixxs-aiccu.sh ${PREFIX}/etc/rc.d
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/sixxs-aiccu/distinfo
Normal file
2
net/sixxs-aiccu/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (aiccu_2005.01.31.tar.gz) = 7c3da5feab3d59fb5a99a45203e0ca56
|
||||
SIZE (aiccu_2005.01.31.tar.gz) = 45672
|
26
net/sixxs-aiccu/files/patch-unix-console::Makefile
Normal file
26
net/sixxs-aiccu/files/patch-unix-console::Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
--- unix-console/Makefile.orig Mon Jan 31 19:59:30 2005
|
||||
+++ unix-console/Makefile Sun Mar 13 16:42:00 2005
|
||||
@@ -37,7 +37,7 @@
|
||||
CFLAGS += -D AICCU_TYPE="\"freebsd4\""
|
||||
SRCS += ../common/aiccu_freebsd4.c
|
||||
OBJS += ../common/aiccu_freebsd4.o
|
||||
-CFLAGS += -pthread
|
||||
+#CFLAGS += -pthread
|
||||
endif
|
||||
|
||||
# FreeBSD 5.x
|
||||
@@ -45,7 +45,13 @@
|
||||
CFLAGS += -D AICCU_TYPE="\"kame\""
|
||||
SRCS += ../common/aiccu_kame.c
|
||||
OBJS += ../common/aiccu_kame.o
|
||||
-CFLAGS += -pthread
|
||||
+#CFLAGS += -pthread
|
||||
+endif
|
||||
+# FreeBSD 6.x
|
||||
+ifeq ($(shell uname -r | cut -c 1),6)
|
||||
+CFLAGS += -D AICCU_TYPE="\"kame\""
|
||||
+SRCS += ../common/aiccu_kame.c
|
||||
+OBJS += ../common/aiccu_kame.o
|
||||
endif
|
||||
endif
|
||||
|
30
net/sixxs-aiccu/files/sixxs-aiccu.sh
Normal file
30
net/sixxs-aiccu/files/sixxs-aiccu.sh
Normal file
@ -0,0 +1,30 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
# PROVIDE: sixxs-aiccu
|
||||
# REQUIRE: NETWORKING
|
||||
# KEYWORD: FreeBSD
|
||||
|
||||
#
|
||||
# Add the following lines to /etc/rc.conf to enable sixxs-aiccu:
|
||||
#
|
||||
#sixxs_aiccu_enable="YES"
|
||||
#
|
||||
|
||||
. %%RC_SUBR%%
|
||||
|
||||
name=sixxs_aiccu
|
||||
rcvar=`set_rcvar`
|
||||
|
||||
command="%%PREFIX%%/sbin/sixxs-aiccu start"
|
||||
command_args=%%PREFIX%%/etc/aiccu.conf
|
||||
stop_cmd="%%PREFIX%%/sbin/sixxs-aiccu stop"
|
||||
required_files=%%PREFIX%%/etc/aiccu.conf
|
||||
|
||||
# set default
|
||||
sixxs_aiccu_enable=${sixxs_aiccu_enable:-"NO"}
|
||||
|
||||
load_rc_config ${name}
|
||||
run_rc_command "$1"
|
4
net/sixxs-aiccu/pkg-descr
Normal file
4
net/sixxs-aiccu/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This is the TIC+ heartbeart client for the public dynamic-IPv4
|
||||
IPv6 tunnel beta test from the SixXS tunnel service provider.
|
||||
|
||||
WWW: http://www.sixxs.net/tools/aiccu/
|
5
net/sixxs-aiccu/pkg-plist
Normal file
5
net/sixxs-aiccu/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
etc/aiccu.conf.sample
|
||||
etc/rc.d/sixxs-aiccu.sh
|
||||
sbin/sixxs-aiccu
|
||||
%%EXAMPLESDIR%%/aiccu.conf
|
||||
@dirrm %%EXAMPLESDIR%%
|
Loading…
Reference in New Issue
Block a user