aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/oproute
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-03-23 20:53:42 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-03-23 20:53:42 +0000
commit5e535e782212b88c5653bcdf5b479068766cccd3 (patch)
tree383e4760b87c61a4d7ed195e85cffa507c0ebb80 /net-mgmt/oproute
parent35cea31fea158f2accc4945843748baf785015f0 (diff)
downloadports-5e535e782212b88c5653bcdf5b479068766cccd3.tar.gz
ports-5e535e782212b88c5653bcdf5b479068766cccd3.zip
2009-03-22 emulators/dlx: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 java/javel: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 java/guavac: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 graphics/xrml: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 graphics/renderpark: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 games/jumpnbump: tcl8.0 support is going to be dropped 2009-03-17 irc/blackened: Broken and abandonware 2009-03-22 devel/libg++: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 devel/freescope: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 misc/menushki: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 misc/vbidecode: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 lang/wamcc: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 multimedia/mpegedit: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 mail/dkimap4: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 net-mgmt/oproute: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 x11/tkgoodstuff: tcl8.0 support is going to be dropped 2009-02-11 x11-toolkits/inti: not maintain by upstream for more than five years and no port depend on this
Notes
Notes: svn path=/head/; revision=230793
Diffstat (limited to 'net-mgmt/oproute')
-rw-r--r--net-mgmt/oproute/Makefile28
-rw-r--r--net-mgmt/oproute/distinfo3
-rw-r--r--net-mgmt/oproute/files/patch-Makefile17
-rw-r--r--net-mgmt/oproute/files/patch-oproute.cpp28
-rw-r--r--net-mgmt/oproute/files/patch-oproute.h12
-rw-r--r--net-mgmt/oproute/pkg-descr16
6 files changed, 0 insertions, 104 deletions
diff --git a/net-mgmt/oproute/Makefile b/net-mgmt/oproute/Makefile
deleted file mode 100644
index 2c6cac4e01b5..000000000000
--- a/net-mgmt/oproute/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: oproute
-# Date created: Mar 3, 2001
-# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= oproute
-PORTVERSION= 0.7
-CATEGORIES= net-mgmt
-MASTER_SITES= http://www.mirrors.wiretapped.net/security/network-monitoring/oproute/ \
- ftp://ftp.mirrors.wiretapped.net/pub/security/network-monitoring/oproute/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A tool for measuring general performance of the Internet
-
-DEPRECATED= unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
-EXPIRATION_DATE=2009-03-22
-
-PLIST_FILES= bin/oproute
-USE_GCC= 2.95
-
-post-patch:
- @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/Makefile
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/oproute/distinfo b/net-mgmt/oproute/distinfo
deleted file mode 100644
index 35762f5be5a8..000000000000
--- a/net-mgmt/oproute/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (oproute-0.7.tgz) = 57b45cd6218371e601501ed4d647bff7
-SHA256 (oproute-0.7.tgz) = 80f02fa2da1938a247628ce1d8b56de2527e8a24cb69db1a775407fda922b3ca
-SIZE (oproute-0.7.tgz) = 15258
diff --git a/net-mgmt/oproute/files/patch-Makefile b/net-mgmt/oproute/files/patch-Makefile
deleted file mode 100644
index ecdbbe432bda..000000000000
--- a/net-mgmt/oproute/files/patch-Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
---- Makefile.orig Wed Feb 28 18:28:31 2001
-+++ Makefile Fri Jan 25 22:31:09 2002
-@@ -1,12 +1,11 @@
--
--CPPFLAGS = -O3
-+CXXFLAGS ?= -O
- VERSION = 0.7
- BIN = /usr/local/bin
-
- all: oproute
-
- oproute: oproute.cpp oproute.h main.cpp
-- g++ $(CPPFLAGS) -o oproute oproute.cpp main.cpp jivastring.cpp
-+ ${CXX} $(CXXFLAGS) -o oproute oproute.cpp main.cpp jivastring.cpp
-
- install: all
- install -d $(BIN)
diff --git a/net-mgmt/oproute/files/patch-oproute.cpp b/net-mgmt/oproute/files/patch-oproute.cpp
deleted file mode 100644
index 324e25cc901d..000000000000
--- a/net-mgmt/oproute/files/patch-oproute.cpp
+++ /dev/null
@@ -1,28 +0,0 @@
---- oproute.cpp.orig Sat Mar 3 23:16:17 2001
-+++ oproute.cpp Sat Mar 3 23:18:11 2001
-@@ -706,7 +706,7 @@
- udp = (struct udphdr *)(recvbuf + hlen1 + 8 +hlen2);
- if(hip->ip_p == IPPROTO_UDP)
- {
-- pHop->nPort = ntohs(udp->dest);
-+ pHop->nPort = ntohs(udp->uh_dport);
- pHop->sRouterIP = sock_ntop_host((sockaddr *)sa_recv, sa_len);
- pHop->state = HOP_COMPLETED;
- pHop->fLatency = GetLatencyFromTV(tvNow, tvTimeOfLastSend);
-@@ -721,14 +721,14 @@
- {
- if (icmp->icmp_code == ICMP_UNREACH_PORT)
- {
-- pHop->nPort = ntohs(udp->dest);
-+ pHop->nPort = ntohs(udp->uh_dport);
- pHop->sRouterIP = sock_ntop_host((sockaddr *)sa_recv, sa_len);
- pHop->state = HOP_ENDOFLINE;
- pHop->fLatency = GetLatencyFromTV(tvNow, tvTimeOfLastSend);
- }
- else
- {
-- pHop->nPort = ntohs(udp->dest);
-+ pHop->nPort = ntohs(udp->uh_dport);
- pHop->sRouterIP = sock_ntop_host((sockaddr *)sa_recv, sa_len);
- pHop->state = HOP_FAILED;
- }
diff --git a/net-mgmt/oproute/files/patch-oproute.h b/net-mgmt/oproute/files/patch-oproute.h
deleted file mode 100644
index 22407f88729b..000000000000
--- a/net-mgmt/oproute/files/patch-oproute.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- oproute.h.orig Thu Mar 1 10:28:31 2001
-+++ oproute.h Sat Mar 3 23:12:12 2001
-@@ -3,6 +3,9 @@
-
- #include <vector>
- #include <string>
-+#include <sys/types.h>
-+#include <sys/socket.h>
-+#include <netinet/in.h>
- #include <sys/time.h>
- #include <map>
-
diff --git a/net-mgmt/oproute/pkg-descr b/net-mgmt/oproute/pkg-descr
deleted file mode 100644
index 70d86bca986e..000000000000
--- a/net-mgmt/oproute/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-Everyone knows that no one can agree on a system of metrics for
-measuring general performance of the Internet. It's one of these
-horrible religious issues that no matter how hard we try, we just
-can't reach a happy middle ground.
-
-The purpose of OpRoute is to attempt to establish a *generalized*
-measurement system which takes into account all of the factors that
-are usually considered to be important when it comes to performance.
-Specifically:
-
- - Packet Loss
- - Latency
- - Layer 3 Hops
- - AS Hops
- - NAP Hops
- - Throughput