diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-01 00:42:01 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-01 00:42:01 +0800 |
commit | d9cde63632187ed16d9341f69909d6a647a48d57 (patch) | |
tree | a5109cbda22eb0d19efa6e896cab0c2bdad53662 /net | |
parent | 329d6cdfc020814b66eb2aa148cf9b3195f75f94 (diff) | |
download | freebsd-ports-gnome-d9cde63632187ed16d9341f69909d6a647a48d57.tar.gz freebsd-ports-gnome-d9cde63632187ed16d9341f69909d6a647a48d57.tar.zst freebsd-ports-gnome-d9cde63632187ed16d9341f69909d6a647a48d57.zip |
Remove net/tcptraceroute-devel
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/tcptraceroute-devel/Makefile | 38 | ||||
-rw-r--r-- | net/tcptraceroute-devel/distinfo | 2 | ||||
-rw-r--r-- | net/tcptraceroute-devel/pkg-descr | 18 | ||||
-rw-r--r-- | net/tcptraceroute-devel/pkg-plist | 2 |
5 files changed, 0 insertions, 61 deletions
diff --git a/net/Makefile b/net/Makefile index 563f2c4d7ea0..9df98adf6cd7 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1377,7 +1377,6 @@ SUBDIR += tcptestsuite SUBDIR += tcptrace SUBDIR += tcptraceroute - SUBDIR += tcptraceroute-devel SUBDIR += tcpview SUBDIR += tcpwatch SUBDIR += tcpxd diff --git a/net/tcptraceroute-devel/Makefile b/net/tcptraceroute-devel/Makefile deleted file mode 100644 index 5e0282d2c16b..000000000000 --- a/net/tcptraceroute-devel/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# Created by: josh.carroll@gmail.com -# $FreeBSD$ - -PORTNAME= tcptraceroute -DISTVERSION= 1.5beta7 -PORTREVISION= 1 -CATEGORIES= net -MASTER_SITES= http://BSDforge.com/projects/source/net/tcptraceroute/ \ - http://pflog.net/tcptraceroute/ -PKGNAMESUFFIX= -devel - -MAINTAINER= portmaster@bsdforge.com -COMMENT= Traceroute implementation using TCP packets - -LICENSE= GPLv2 - -LIB_DEPENDS= libnet.so:net/libnet - -CONFLICTS= tcptraceroute-1.4* - -DEPRECATED= Use net/tcptraceroute instead -EXPIRATION_DATE=2018-01-31 - -PORTDOCS= tcptraceroute.1.html tcptraceroute.lsm AUTHORS \ - COPYING ChangeLog NEWS README examples.txt - -OPTIONS_DEFINE= DOCS -USES= gmake -GNU_CONFIGURE= yes - -CONFIGURE_ARGS= --with-libnet=${LOCALBASE} --with-libpcap=/usr --bindir=${PREFIX}/sbin - -post-install: - @${CHMOD} u+s ${STAGEDIR}${PREFIX}/sbin/tcptraceroute - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) - -.include <bsd.port.mk> diff --git a/net/tcptraceroute-devel/distinfo b/net/tcptraceroute-devel/distinfo deleted file mode 100644 index a54bf38cd78d..000000000000 --- a/net/tcptraceroute-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (tcptraceroute-1.5beta7.tar.gz) = aed5b163ed4886f04242b46005a6cb4876ef38ad72001a94facb62a99dc99c57 -SIZE (tcptraceroute-1.5beta7.tar.gz) = 119119 diff --git a/net/tcptraceroute-devel/pkg-descr b/net/tcptraceroute-devel/pkg-descr deleted file mode 100644 index 38d576fcb1d6..000000000000 --- a/net/tcptraceroute-devel/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -tcptraceroute is a traceroute implementation using TCP packets. - -The more traditional traceroute(8) sends out either UDP or ICMP ECHO -packets with a TTL of one, and increments the TTL until the destination -has been reached. By printing the gateways that generate ICMP time -exceeded messages along the way, it is able to determine the path -packets are taking to reach the destination. - -The problem is that with the widespread use of firewalls on the modern -Internet, many of the packets that traceroute(8) sends out end up being -filtered, making it impossible to completely trace the path to the -destination. However, in many cases, these firewalls will permit inbound -TCP packets to specific ports that hosts sitting behind the firewall are -listening for connections on. By sending out TCP SYN packets instead of -UDP or ICMP ECHO packets, tcptraceroute is able to bypass the most -common firewall filters. - -WWW: http://BSDforge.com/projects/net/tcptraceroute/ diff --git a/net/tcptraceroute-devel/pkg-plist b/net/tcptraceroute-devel/pkg-plist deleted file mode 100644 index 3b1aa394ef83..000000000000 --- a/net/tcptraceroute-devel/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -sbin/tcptraceroute -man/man1/tcptraceroute.1.gz |