diff --git a/MOVED b/MOVED index 45067edcd691..cc8e7da92ad7 100644 --- a/MOVED +++ b/MOVED @@ -4238,3 +4238,4 @@ net-p2p/moodriver||2013-04-30|Has expired: Not supported by upstream, master sit www/p5-Dancer-Plugin-DataFu||2013-04-30|Has expired: No more public distfiles devel/p5-Oogly||2013-04-30|Has expired: No more public distfiles mail/listmanager||2013-04-30|Has expired: No more upstream, no more public distfiles +net-mgmt/nettop||2013-04-30|Has expired: Dead upstream diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 05f5f915e4de..865da72fde3d 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -169,7 +169,6 @@ SUBDIR += netmask SUBDIR += netmond SUBDIR += netspoc - SUBDIR += nettop SUBDIR += netustad SUBDIR += netwag SUBDIR += netwox diff --git a/net-mgmt/nettop/Makefile b/net-mgmt/nettop/Makefile deleted file mode 100644 index e0b327808cd7..000000000000 --- a/net-mgmt/nettop/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# Created by: Yen-Ming Lee -# $FreeBSD$ -# - -PORTNAME= nettop -PORTVERSION= 0.2.3 -PORTREVISION= 3 -CATEGORIES= net-mgmt -MASTER_SITES= http://fossies.org/unix/privat/old/ - -MAINTAINER= leeym@FreeBSD.org -COMMENT= A program which looks like top, but is for network packets - -LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-slang-libraries=${LOCALBASE}/lib \ - --with-slang-includes=${LOCALBASE}/include -LDFLAGS+= -lcurses - -PLIST_FILES= bin/nettop -PORTDOCS= README THANKS ChangeLog - -DEPRECATED= Dead upstream -EXPIRATION_DATE=2013-03-01 - -.include - -post-patch: - ${REINPLACE_CMD} -e '/count.*size/s/(int) //g' ${WRKSRC}/nettop.c -.if !exists(/usr/lib/libpthread.so) - ${REINPLACE_CMD} -e 's/lpthread/lc_r/g' ${WRKSRC}/${CONFIGURE_SCRIPT} -.endif - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} -.endif - -.include diff --git a/net-mgmt/nettop/distinfo b/net-mgmt/nettop/distinfo deleted file mode 100644 index 7876c34db75e..000000000000 --- a/net-mgmt/nettop/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (nettop-0.2.3.tar.gz) = 4dbb2bdb506c4a5a49d67fbd7bcc860008a881abe55271cf3651316620143556 -SIZE (nettop-0.2.3.tar.gz) = 22797 diff --git a/net-mgmt/nettop/files/patch-nettop.c b/net-mgmt/nettop/files/patch-nettop.c deleted file mode 100644 index 7941e4cd7278..000000000000 --- a/net-mgmt/nettop/files/patch-nettop.c +++ /dev/null @@ -1,19 +0,0 @@ ---- nettop.c.orig Fri Nov 9 11:50:03 2001 -+++ nettop.c Fri Apr 21 18:19:58 2006 -@@ -57,7 +57,7 @@ - #include - #include - #include --#ifdef sun -+#ifdef __FreeBSD__ - #include - #endif - #include -@@ -361,6 +361,7 @@ - } - break; - default: -+ break; - } - } - } diff --git a/net-mgmt/nettop/pkg-descr b/net-mgmt/nettop/pkg-descr deleted file mode 100644 index 538de7ea8cdb..000000000000 --- a/net-mgmt/nettop/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Nettop is a program which looks like top, but is for network packets. -It requires libpcap and slang to be installed on your computer. - -WWW: http://srparish.net/scripts/