aboutsummaryrefslogtreecommitdiffstats
path: root/net/l4ip
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2018-08-17 04:28:32 +0800
committerrene <rene@FreeBSD.org>2018-08-17 04:28:32 +0800
commitd55a2fcc765d8211d825c94c8a53ff57ba2a8ab5 (patch)
tree5f56fa83cb52628df1cce7e88fa14a644324e550 /net/l4ip
parentb9b9e6e07461a3dc74e068c56993102704112352 (diff)
downloadfreebsd-ports-gnome-d55a2fcc765d8211d825c94c8a53ff57ba2a8ab5.tar.gz
freebsd-ports-gnome-d55a2fcc765d8211d825c94c8a53ff57ba2a8ab5.tar.zst
freebsd-ports-gnome-d55a2fcc765d8211d825c94c8a53ff57ba2a8ab5.zip
Remove expired ports:
2018-08-16 net/traceroute: Upstream gone 2018-08-15 net/e169-stats: unknown license 2018-08-15 net/l4ip: unknown license 2018-08-15 net/dhcprelay: unknown license 2018-08-15 emulators/m2000: unknown license 2018-08-15 textproc/ant-xinclude-task: unknown license 2018-08-15 textproc/bomstrip: unknown license 2018-08-15 x11-fonts/ecofont: unknown license 2018-08-15 mail/roundcube-groupvice: unknown license 2018-08-15 security/pft: unknown license 2018-08-15 devel/kickassembler: unknown license 2018-08-15 devel/gdbmods: unknown license 2018-08-15 devel/as31: unknown license 2018-08-15 databases/dbf2mysql: unknown license 2018-08-15 misc/xpns: unknown license 2018-08-15 misc/amfm: unknown license 2018-08-15 games/smashbattle: unknown license 2018-08-15 games/syobon: unknown license 2018-08-15 games/optimax: unknown license 2018-08-15 games/xgospel: unknown license 2018-08-15 biology/blat: unknown license 2018-08-15 x11-clocks/swisswatch: unknown license 2018-08-15 palm/ppmtoTbmp: unknown license 2018-08-15 dns/ghtool: unknown license 2018-08-15 x11-themes/beastie: unknown license 2018-08-15 converters/uudx: unknown license 2018-08-15 sysutils/areca-cli: unknown license
Diffstat (limited to 'net/l4ip')
-rw-r--r--net/l4ip/Makefile38
-rw-r--r--net/l4ip/distinfo2
-rw-r--r--net/l4ip/files/patch-lion_tls.c18
-rw-r--r--net/l4ip/pkg-descr24
-rw-r--r--net/l4ip/pkg-plist11
5 files changed, 0 insertions, 93 deletions
diff --git a/net/l4ip/Makefile b/net/l4ip/Makefile
deleted file mode 100644
index 086c37642111..000000000000
--- a/net/l4ip/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= l4ip
-PORTVERSION= 1.0.294
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= http://www.lundman.net/ftp/l4ip/
-DISTNAME= ${PORTNAME}-${PORTVERSION:C/([0-9]*)\.([0-9]*)\.([0-9]*)/v\1.\2.b\3/}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= L4 health check daemon for IPFILTER
-
-LICENSE= NONE
-
-DEPRECATED= unknown license
-EXPIRATION_DATE= 2018-08-15
-
-USES= gmake ssl tar:tgz
-WRKSRC= ${WRKDIR}/${PORTNAME}/src
-
-OPTIONS_DEFINE= EXAMPLES
-
-post-patch:
- @${REINPLACE_CMD} -e 's,service_type_t,script_type_t,g' ${WRKSRC}/service.c
- @${REINPLACE_CMD} -e 's,/usr/sbin,/sbin,g' ${WRKSRC}/l4ip.conf
- @${REINPLACE_CMD} -e '/^CC/d' ${WRKSRC}/${MAKEFILE} ${WRKSRC}/../lion/${MAKEFILE}
- @${REINPLACE_CMD} -e "s|/usr/local/ssl|${OPENSSLBASE}|g" ${WRKSRC}/Makefile
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/l4ip ${STAGEDIR}${PREFIX}/sbin
- ${INSTALL_DATA} ${WRKSRC}/l4ip.conf ${STAGEDIR}${PREFIX}/etc/l4ip.conf.sample
-
-do-install-EXAMPLES-on:
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL} ${WRKSRC}/../samples/*.conf ${STAGEDIR}${EXAMPLESDIR}
-
-.include <bsd.port.mk>
diff --git a/net/l4ip/distinfo b/net/l4ip/distinfo
deleted file mode 100644
index b47dc9e3494c..000000000000
--- a/net/l4ip/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (l4ip-v1.0.b294.tgz) = 5d2a0793cc75b0219f409a95a0448be08ef0a27881dc75e86917aaafe055baf5
-SIZE (l4ip-v1.0.b294.tgz) = 222162
diff --git a/net/l4ip/files/patch-lion_tls.c b/net/l4ip/files/patch-lion_tls.c
deleted file mode 100644
index e9235c396d2b..000000000000
--- a/net/l4ip/files/patch-lion_tls.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- ../lion/tls.c.orig 2005-02-17 03:34:13.000000000 +0100
-+++ ../lion/tls.c 2016-04-13 21:52:15.409533000 +0200
-@@ -94,6 +94,7 @@ int tls_init( void )
-
- if (RAND_status() != 1) {
-
-+#ifndef OPENSSL_NO_EGD
- if ( (egdbytes = RAND_egd(ssl_egdsocket)) == -1 ) {
-
- net_server_SSL = 0;
-@@ -105,6 +106,7 @@ int tls_init( void )
-
- return -2;
- }
-+#endif
-
- if (RAND_status() != 1) {
-
diff --git a/net/l4ip/pkg-descr b/net/l4ip/pkg-descr
deleted file mode 100644
index 5763656b6a0a..000000000000
--- a/net/l4ip/pkg-descr
+++ /dev/null
@@ -1,24 +0,0 @@
-The idea is that IPFilter in its current state can already do a simple L4
-round-robin in its NAT rules. However, it does not detect or sense when a
-service and/or host is down. It will continue to send requests to a downed
-service/host.
-
-However, IPFilter lets us add and remove rules on-the-fly so it should be
-possible to build a daemon that lets you specify "clusters". In each cluster
-you would specify its members/hosts and services. As well as a health-check
-for the service to determine its current state.
-
-Once a service was deemed "up" we would add a Round-Robin rule to the NAT
-table, and naturally, the reverse once we detect a service as being "down".
-
-In addition to this, this program can optionally add ipf rules to log for RST
-(reset) packets coming from the members of your clusters. In the situations
-where the software/port goes down, but the host itself is still working, we
-would detect failure instantly. (Since the forwarded connections to the service
-would trigger a RST packet back). If this option is enabled, l4ip spawns the
-"ipmon" command to monitor for the "log" entries given when such a packet is
-detected. l4ip will then mark the service down. This is an add-on feature and
-is strictly not necessary for functional usage. It is currently only supported
-for TCP.
-
-WWW: http://www.lundman.net/unix/l4ip.php
diff --git a/net/l4ip/pkg-plist b/net/l4ip/pkg-plist
deleted file mode 100644
index 312c763a989c..000000000000
--- a/net/l4ip/pkg-plist
+++ /dev/null
@@ -1,11 +0,0 @@
-sbin/l4ip
-@sample etc/l4ip.conf.sample
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/apache1.conf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/apache2.conf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dns1.conf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dns2.conf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ftp1.conf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ftp2.conf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ldap.conf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ldap1.conf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ldap2.conf