aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2017-06-26 01:26:23 +0800
committerrene <rene@FreeBSD.org>2017-06-26 01:26:23 +0800
commite41df9f78210d984436267ebb0b3ffb7c6b4173e (patch)
treee4f9314b94f0b51a6f3d06a672fe43ec6135b243 /net
parentf0f9a05e0bd4ae92e0ec098b6aff467ab470397e (diff)
downloadfreebsd-ports-gnome-e41df9f78210d984436267ebb0b3ffb7c6b4173e.tar.gz
freebsd-ports-gnome-e41df9f78210d984436267ebb0b3ffb7c6b4173e.tar.zst
freebsd-ports-gnome-e41df9f78210d984436267ebb0b3ffb7c6b4173e.zip
Remove expired ports:
2017-06-15 databases/pgpool-II: Deprecated by upstream; use database/pgpool instead 2017-06-15 databases/pgpool-II-30: Deprecated by upstream; use database/pgpool instead 2017-06-18 games/libgames-support: Superseded by libgnome-games-support, no longer used by anything 2017-06-22 net/sixxs-aiccu: SixXS shutdown on 2017-06-06, https://www.sixxs.net/sunset/ databases/pgpoolAdmin: depended on expired databases/pgpool-II and only supported PostgreSQL 9.2 which is will EOL in September 2017
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/sixxs-aiccu/Makefile65
-rw-r--r--net/sixxs-aiccu/distinfo2
-rw-r--r--net/sixxs-aiccu/files/patch-common-common.c25
-rw-r--r--net/sixxs-aiccu/files/sixxs-aiccu.in40
-rw-r--r--net/sixxs-aiccu/pkg-descr4
-rw-r--r--net/sixxs-aiccu/pkg-plist2
7 files changed, 0 insertions, 139 deletions
diff --git a/net/Makefile b/net/Makefile
index 4398a890db42..bc249b6c6fc4 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1279,7 +1279,6 @@
SUBDIR += sippy_b2bua
SUBDIR += siproxd
SUBDIR += sipsak
- SUBDIR += sixxs-aiccu
SUBDIR += skstream
SUBDIR += sl2tps
SUBDIR += slurm
diff --git a/net/sixxs-aiccu/Makefile b/net/sixxs-aiccu/Makefile
deleted file mode 100644
index b296b5d15abd..000000000000
--- a/net/sixxs-aiccu/Makefile
+++ /dev/null
@@ -1,65 +0,0 @@
-# Created by: Meno Abels <meno.abels@adviser.com>
-# $FreeBSD$
-
-PORTNAME= aiccu
-PORTVERSION= 20070115
-PORTREVISION= 5
-CATEGORIES= net ipv6
-MASTER_SITES= http://www.sixxs.net/archive/sixxs/aiccu/unix/
-PKGNAMEPREFIX= sixxs-
-DISTNAME= aiccu_20070115
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= SixXS IPv6 TIC+ tunnel broker heartbeat client
-
-DEPRECATED= SixXS shutdown on 2017-06-06, https://www.sixxs.net/sunset/
-EXPIRATION_DATE=2017-06-22
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/doc/LICENSE
-
-WRKSRC= ${WRKDIR}/aiccu
-BUILD_WRKSRC= ${WRKDIR}/aiccu/unix-console
-
-USE_RC_SUBR= sixxs-aiccu
-USES= gmake
-MAKE_ARGS= CC="${CC}" LDFLAGS="${LDFLAGS}"
-CFLAGS+= -D_REENTRANT -I${LOCALBASE}/include
-LDFLAGS+= -lpthread -L${LOCALBASE}/lib
-
-PORTDOCS= README
-
-OPTIONS_DEFINE= GNUTLS LOG_DAEMON DOCS
-OPTIONS_DEFAULT= GNUTLS
-
-GNUTLS_DESC= Use gnutls to secure TIC supporting starttls
-LOG_DAEMON_DESC=Log to LOG_DAEMON instead to LOG_LOCAL7
-
-GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
-GNUTLS_CFLAGS= -DAICCU_GNUTLS
-GNUTLS_LDFLAGS= -lgnutls
-
-post-patch:
- @${REINPLACE_CMD} \
- -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
-
-post-patch-LOG_DAEMON-on:
- @${REINPLACE_CMD} \
- -e 's:LOG_LOCAL7:LOG_DAEMON:' \
- ${WRKSRC}/common/common.c
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/unix-console/aiccu ${STAGEDIR}${PREFIX}/sbin/sixxs-aiccu
- ${INSTALL_DATA} ${WRKSRC}/doc/aiccu.conf ${STAGEDIR}${PREFIX}/etc/aiccu.conf.sample
-
-do-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/README ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/net/sixxs-aiccu/distinfo b/net/sixxs-aiccu/distinfo
deleted file mode 100644
index c59cb71b3fef..000000000000
--- a/net/sixxs-aiccu/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (aiccu_20070115.tar.gz) = 2260f426c13471169ccff8cb4a3908dc5f79fda18ddb6a55363e7824e6c4c760
-SIZE (aiccu_20070115.tar.gz) = 70056
diff --git a/net/sixxs-aiccu/files/patch-common-common.c b/net/sixxs-aiccu/files/patch-common-common.c
deleted file mode 100644
index a8163ee8c905..000000000000
--- a/net/sixxs-aiccu/files/patch-common-common.c
+++ /dev/null
@@ -1,25 +0,0 @@
---- common/common.c.orig 2006-12-21 14:08:50 UTC
-+++ common/common.c
-@@ -271,8 +271,6 @@ TLSSOCKET sock_alloc(void);
- TLSSOCKET sock_alloc(void)
- {
- #ifdef AICCU_GNUTLS
-- /* Allow connections to servers that have OpenPGP keys as well */
-- const int cert_type_priority[3] = { GNUTLS_CRT_X509, GNUTLS_CRT_OPENPGP, 0 };
- int ret;
- #endif /* AICCU_GNUTLS*/
-
-@@ -296,11 +294,8 @@ TLSSOCKET sock_alloc(void)
- return NULL;
- }
-
-- /* Use default priorities */
-- gnutls_set_default_priority(sock->session);
-- /* XXX: Return value is not documented in GNUTLS documentation! */
--
-- gnutls_certificate_type_set_priority(sock->session, cert_type_priority);
-+ /* Allow connections to servers that have OpenPGP keys as well */
-+ gnutls_priority_set_direct(sock->session, "NORMAL:+CTYPE-OPENPGP", NULL);
- /* XXX: Return value is not documented in GNUTLS documentation! */
-
- /* Configure the x509 credentials for the current session */
diff --git a/net/sixxs-aiccu/files/sixxs-aiccu.in b/net/sixxs-aiccu/files/sixxs-aiccu.in
deleted file mode 100644
index d3e31cd2eacb..000000000000
--- a/net/sixxs-aiccu/files/sixxs-aiccu.in
+++ /dev/null
@@ -1,40 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-# PROVIDE: sixxs-aiccu
-# REQUIRE: NETWORKING ldconfig
-
-#
-# Add the following lines to /etc/rc.conf to enable sixxs-aiccu:
-#
-#sixxs_aiccu_enable="YES"
-#
-
-. /etc/rc.subr
-
-name="sixxs_aiccu"
-rcvar="sixxs_aiccu_enable"
-
-command="%%PREFIX%%/sbin/sixxs-aiccu"
-
-load_rc_config ${name}
-
-# set default
-: ${sixxs_aiccu_enable="NO"}
-: ${sixxs_aiccu_config="%%PREFIX%%/etc/aiccu.conf"}
-
-command_args="${sixxs_aiccu_config}"
-required_files="${sixxs_aiccu_config}"
-start_cmd="${command} start $command_args"
-stop_cmd="${command} stop $command_args"
-brokers_cmd="${command} brokers"
-tunnels_cmd="${command} tunnels $command_args"
-test_cmd="${command} test $command_args"
-autotest_cmd="${command} autotest $command_args"
-license_cmd="${command} license"
-version_cmd="${command} version"
-extra_commands="brokers tunnels test autotest license version"
-
-run_rc_command "$1"
diff --git a/net/sixxs-aiccu/pkg-descr b/net/sixxs-aiccu/pkg-descr
deleted file mode 100644
index 1cd61d4f13c4..000000000000
--- a/net/sixxs-aiccu/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-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/
diff --git a/net/sixxs-aiccu/pkg-plist b/net/sixxs-aiccu/pkg-plist
deleted file mode 100644
index c8824a91256f..000000000000
--- a/net/sixxs-aiccu/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-@sample etc/aiccu.conf.sample
-sbin/sixxs-aiccu