aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-08-16 20:28:32 +0000
committerRene Ladan <rene@FreeBSD.org>2018-08-16 20:28:32 +0000
commit048dda04006a021f030bf1f49deffff6bc18bd3e (patch)
tree5f56fa83cb52628df1cce7e88fa14a644324e550 /net
parent3bfd2446823321c2d63349c4f3dd469d81f3bbdb (diff)
downloadports-048dda04006a021f030bf1f49deffff6bc18bd3e.tar.gz
ports-048dda04006a021f030bf1f49deffff6bc18bd3e.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/Makefile4
-rw-r--r--net/dhcprelay/Makefile27
-rw-r--r--net/dhcprelay/distinfo2
-rw-r--r--net/dhcprelay/files/dhcprelay.in29
-rw-r--r--net/dhcprelay/files/patch-Makefile15
-rw-r--r--net/dhcprelay/files/patch-dhcprelay.c11
-rw-r--r--net/dhcprelay/pkg-descr26
-rw-r--r--net/e169-stats/Makefile28
-rw-r--r--net/e169-stats/distinfo2
-rw-r--r--net/e169-stats/files/patch-Makefile11
-rw-r--r--net/e169-stats/pkg-descr3
-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
-rw-r--r--net/traceroute/Makefile27
-rw-r--r--net/traceroute/distinfo2
-rw-r--r--net/traceroute/files/patch-Makefile67
-rw-r--r--net/traceroute/pkg-descr7
20 files changed, 0 insertions, 354 deletions
diff --git a/net/Makefile b/net/Makefile
index d5808c83ab6b..a3f64b17b3af 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -118,7 +118,6 @@
SUBDIR += dhcpdump
SUBDIR += dhcperf
SUBDIR += dhcping
- SUBDIR += dhcprelay
SUBDIR += dhcprelya
SUBDIR += dictd
SUBDIR += dictd-database
@@ -133,7 +132,6 @@
SUBDIR += dtcp
SUBDIR += dtcpclient
SUBDIR += dual-dhclient
- SUBDIR += e169-stats
SUBDIR += easysoap
SUBDIR += echoping
SUBDIR += elixir-kafka_ex
@@ -356,7 +354,6 @@
SUBDIR += ktnef
SUBDIR += kwooty
SUBDIR += l2tpd
- SUBDIR += l4ip
SUBDIR += ladvd
SUBDIR += lambdamoo
SUBDIR += latd
@@ -1466,7 +1463,6 @@
SUBDIR += tn5250j
SUBDIR += toonel
SUBDIR += torsocks
- SUBDIR += traceroute
SUBDIR += traefik
SUBDIR += traff
SUBDIR += trafshow
diff --git a/net/dhcprelay/Makefile b/net/dhcprelay/Makefile
deleted file mode 100644
index 6ca5238a631f..000000000000
--- a/net/dhcprelay/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: Edwin Groothuis (edwin@mavetju.org)
-# $FreeBSD$
-
-PORTNAME= dhcprelay
-PORTVERSION= 1.2
-PORTREVISION= 4
-CATEGORIES= net
-MASTER_SITES= http://www.mavetju.org/download/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Lightweight DHCP Relay Agent with GIF tunnel support
-
-LICENSE= NONE
-
-DEPRECATED= unknown license
-EXPIRATION_DATE= 2018-08-15
-
-LIB_DEPENDS= libdnet.so:net/libdnet
-
-USE_RC_SUBR= ${PORTNAME}
-
-PLIST_FILES= bin/dhcprelay
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/dhcprelay ${STAGEDIR}${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/net/dhcprelay/distinfo b/net/dhcprelay/distinfo
deleted file mode 100644
index 5a0b72c06c77..000000000000
--- a/net/dhcprelay/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (dhcprelay-1.2.tar.gz) = 031485e4e426de163dd377ee65ca0665441a821b72a635f8a6a52bdb88886d24
-SIZE (dhcprelay-1.2.tar.gz) = 4476
diff --git a/net/dhcprelay/files/dhcprelay.in b/net/dhcprelay/files/dhcprelay.in
deleted file mode 100644
index 89fd3fd55659..000000000000
--- a/net/dhcprelay/files/dhcprelay.in
+++ /dev/null
@@ -1,29 +0,0 @@
-#! /bin/sh
-#
-# $FreeBSD$
-#
-# PROVIDE: dhcprelay
-# REQUIRE: DAEMON
-#
-# Add the following line to /etc/rc.conf to enable dhcrelay:
-#
-# dhcprelay_enable="YES"
-#
-# dhcprelay_server dhcprelay server(s)
-# dhcprelay_ifaces ethernet interface(s)
-
-. /etc/rc.subr
-
-name=dhcprelay
-rcvar=${name}_enable
-
-load_rc_config ${name}
-
-: ${dhcprelay_enable="NO"}
-: ${dhcprelay_ifaces=""}
-
-pidfile=/var/run/${name}.pid
-command=%%PREFIX%%/bin/${name}
-command_args="${dhcprelay_ifaces} ${dhcprelay_server}"
-
-run_rc_command "$1"
diff --git a/net/dhcprelay/files/patch-Makefile b/net/dhcprelay/files/patch-Makefile
deleted file mode 100644
index 624a4b2196e7..000000000000
--- a/net/dhcprelay/files/patch-Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
---- Makefile.orig 2006-03-21 02:46:28 UTC
-+++ Makefile
-@@ -1,8 +1,10 @@
-+all: dhcprelay
-+
- dhcprelay: dhcprelay.o
-- gcc -g -o $@ -Wall -L/usr/local/lib -lpcap -ldnet $>
-+ ${CC} ${LDFLAGS} -o $@ -Wall -L${LOCALBASE}/lib -lpcap -ldnet $>
-
- dhcprelay.o: dhcprelay.c
-- gcc -g -c -o $@ -Wall -I/usr/local/include $<
-+ ${CC} ${CFLAGS} -c -o $@ -Wall -I${LOCALBASE}/include $<
-
- clean:
- rm -f dhcprelay.o dhcprelay dhcprelay.core
diff --git a/net/dhcprelay/files/patch-dhcprelay.c b/net/dhcprelay/files/patch-dhcprelay.c
deleted file mode 100644
index 73f7b6f5b479..000000000000
--- a/net/dhcprelay/files/patch-dhcprelay.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- dhcprelay.c.orig 2006-03-21 02:46:28 UTC
-+++ dhcprelay.c
-@@ -186,7 +186,7 @@ void pcap_callback(u_char *user, const s
- printf(" %d",eh->ether_type);
- }
- // check for IPv4 packets
-- if (eh->ether_type!=8) {
-+ if (eh->ether_type != htons(0x800)) {
- if (DEBUG>1) printf("\n");
- return;
- }
diff --git a/net/dhcprelay/pkg-descr b/net/dhcprelay/pkg-descr
deleted file mode 100644
index c931f568bdf7..000000000000
--- a/net/dhcprelay/pkg-descr
+++ /dev/null
@@ -1,26 +0,0 @@
-A light-weight DHCP Relay Agent.
-
-Why not the ISC DHCP Relay Agent?
-
-- If your RA has multiple interfaces, you get multiple requests for
- each request:
-
- DHCPREQUEST for 10.199.14.216 from 00:10:dc:d1:e6:39 (foo) via 10.199.14.1
- DHCPACK on 10.199.14.216 to 00:10:dc:d1:e6:39 (foo) via 10.199.14.1
- DHCPREQUEST for 10.199.14.216 from 00:10:dc:d1:e6:39 (foo) via 10.10.3.5: wrong network.
- DHCPNAK on 10.199.14.216 to 00:10:dc:d1:e6:39 via 10.10.3.5
-
- This RA sends only one request, coming with the IP address of the
- LAN the request came from.
-
-- If your RA has multiple interfaces, the outgoing interfaces to
- the WAN needs to be active in the DHCP relay otherwise answers
- are not picked up.
-
- This RA uses a unicast socket for returning answers.
-
-- If your RA has non-ethernet interfaces (GIF-tunnels for example,
- which VPN back to the central network), the answers are not picked
- up by the RA.
-
-WWW: http://www.mavetju.org/networking/
diff --git a/net/e169-stats/Makefile b/net/e169-stats/Makefile
deleted file mode 100644
index 1eca74203b85..000000000000
--- a/net/e169-stats/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Created by: Edwin Groothuis <edwin@mavetju.org>
-# $FreeBSD$
-
-PORTNAME= e169-stats
-PORTVERSION= 0.6
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= http://www.mavetju.org/download/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Curses realtime statistics for the Huawei E169 modem
-
-LICENSE= NONE
-
-DEPRECATED= unknown license
-EXPIRATION_DATE= 2018-08-15
-
-USES= ncurses
-PLIST_FILES= bin/e169-stats
-
-do-build:
- ${CC} ${CFLAGS} -o ${WRKSRC}/e169-stats ${WRKSRC}/e169-stats.c \
- ${LDFLAGS} -lncurses
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/e169-stats ${STAGEDIR}${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/net/e169-stats/distinfo b/net/e169-stats/distinfo
deleted file mode 100644
index 0823079f1b46..000000000000
--- a/net/e169-stats/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (e169-stats-0.6.tar.gz) = 0e6a4f32dfc181471a3c7ed16cda99b4064765af8f1ae2a8713c9b73aa10505a
-SIZE (e169-stats-0.6.tar.gz) = 4434
diff --git a/net/e169-stats/files/patch-Makefile b/net/e169-stats/files/patch-Makefile
deleted file mode 100644
index 994332aae247..000000000000
--- a/net/e169-stats/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig 2013-10-12 08:08:47.000000000 +1100
-+++ Makefile 2013-10-12 08:08:56.000000000 +1100
-@@ -1,7 +1,7 @@
- all: e169-stats
-
- e169-stats: e169-stats.c
-- gcc -Wall -o e169-stats e169-stats.c -lcurses
-+ cc -Wall -o e169-stats e169-stats.c -lcurses
-
- clean:
- -rm e169-stats *.core
diff --git a/net/e169-stats/pkg-descr b/net/e169-stats/pkg-descr
deleted file mode 100644
index b21e4ca531ce..000000000000
--- a/net/e169-stats/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Curses based overview for the statistics generated by the Huawei
-E169 3G USB modem. Please note that this requires at least FreeBSD
-7.2 because it makes use of the u3g(4) driver.
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
diff --git a/net/traceroute/Makefile b/net/traceroute/Makefile
deleted file mode 100644
index bc81171c1610..000000000000
--- a/net/traceroute/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: chris@vader.org
-# $FreeBSD$
-
-PORTNAME= traceroute
-PORTVERSION= ${RELEASEDATE}
-CATEGORIES= net
-MASTER_SITES= http://mitya.pp.ru/
-DISTNAME= ${PORTNAME}_${PORTVERSION}
-
-MAINTAINER= demon@FreeBSD.org
-COMMENT= Version of 'traceroute' that shows the AS network number of each hop
-
-BROKEN= does not fetch
-DEPRECATED= Upstream gone
-EXPIRATION_DATE=2018-08-16
-
-RELEASEDATE= 991603
-NO_WRKSUBDIR= yes
-PLIST_FILES= "@(,,4555) sbin/traceroute" man/man8/traceroute.8.gz
-USES= tar:Z
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/traceroute \
- ${STAGEDIR}${PREFIX}/sbin
- ${INSTALL_MAN} ${WRKSRC}/traceroute.8 ${STAGEDIR}${PREFIX}/man/man8
-
-.include <bsd.port.mk>
diff --git a/net/traceroute/distinfo b/net/traceroute/distinfo
deleted file mode 100644
index c525c1689132..000000000000
--- a/net/traceroute/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (traceroute_991603.tar.Z) = c763802c2a32e240f350c9a5440a2080f61c4581b8bc959628b47982c8a402af
-SIZE (traceroute_991603.tar.Z) = 75111
diff --git a/net/traceroute/files/patch-Makefile b/net/traceroute/files/patch-Makefile
deleted file mode 100644
index 4507ac71e4e0..000000000000
--- a/net/traceroute/files/patch-Makefile
+++ /dev/null
@@ -1,67 +0,0 @@
---- Makefile.old Fri Aug 28 04:40:36 1998
-+++ Makefile Fri Dec 4 16:32:45 1998
-@@ -61,13 +61,13 @@
- # were used to build the resolver library you are linking with.
- # ----------------------------------------------------------------------
-
--INCL = ../include
-+#INCL = ../include
- INCL =
-
--COMPINCL = ../compat/include
-+#COMPINCL = ../compat/include
- COMPINCL =
-
--INCLUDES = -I$(INCL) -I$(COMPINCL)
-+#INCLUDES = -I$(INCL) -I$(COMPINCL)
- INCLUDES =
-
- # ----------------------------------------------------------------------
-@@ -79,13 +79,14 @@
- COPTS =
- COPTS = -O
-
--CFLAGS = $(COPTS) $(DEFS)
-+#CFLAGS = $(COPTS) $(DEFS)
-
- # Select your favorite compiler.
--CC = /usr/ucb/cc #if defined(solaris) && BSD
--CC = /bin/cc -arch m68k -arch i386 #if defined(next)
--CC = /bin/cc
--CC = cc
-+#CC = /usr/ucb/cc #if defined(solaris) && BSD
-+#CC = /bin/cc -arch m68k -arch i386 #if defined(next)
-+#CC = /bin/cc
-+#CC = cc
-+cc = ${CC}
-
- # ----------------------------------------------------------------------
- # Linking definitions.
-@@ -101,17 +102,17 @@
- # With BIND 4.9.3 the getnet...() calls are in the resolver library.
- # ----------------------------------------------------------------------
-
--RES = -lsocket #if defined(SCO) && default
--RES =
--RES = ../res/libresolv.a
--RES = -lresolv
--
--COMPLIB = ../compat/lib/lib44bsd.a
--COMPLIB = -lnet
--COMPLIB =
-+#RES = -lsocket #if defined(SCO) && default
-+#RES =
-+#RES = ../res/libresolv.a
-+#RES = -lresolv
-+
-+#COMPLIB = ../compat/lib/lib44bsd.a
-+#COMPLIB = -lnet
-+#COMPLIB =
-
--LIBS = -lsocket -lnsl #if defined(solaris) && not BSD
--LIBS =
-+#LIBS = -lsocket -lnsl #if defined(solaris) && not BSD
-+#LIBS =
-
- LIBRARIES = $(RES) $(COMPLIB) $(LIBS)
-
diff --git a/net/traceroute/pkg-descr b/net/traceroute/pkg-descr
deleted file mode 100644
index a61a0f87e535..000000000000
--- a/net/traceroute/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-A version of 'traceroute' that shows the AS network number of each hop.
-
-NOTE: The ASN lookup feature currently only works on RIPE registered ASNs.
-
-Chris Dabrowski
-chris@vader.org
-chrisd@demon.net