1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Remove expired port:

2013-03-01 net-mgmt/nettop: Dead upstream
This commit is contained in:
Rene Ladan 2013-04-30 09:19:01 +00:00
parent 2911430650
commit a77c67fbd4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316905
6 changed files with 1 additions and 68 deletions

1
MOVED
View File

@ -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

View File

@ -169,7 +169,6 @@
SUBDIR += netmask
SUBDIR += netmond
SUBDIR += netspoc
SUBDIR += nettop
SUBDIR += netustad
SUBDIR += netwag
SUBDIR += netwox

View File

@ -1,42 +0,0 @@
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $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 <bsd.port.options.mk>
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 <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (nettop-0.2.3.tar.gz) = 4dbb2bdb506c4a5a49d67fbd7bcc860008a881abe55271cf3651316620143556
SIZE (nettop-0.2.3.tar.gz) = 22797

View File

@ -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 <signal.h>
#include <unistd.h>
#include <limits.h>
-#ifdef sun
+#ifdef __FreeBSD__
#include <netinet/in_systm.h>
#endif
#include <netinet/in.h>
@@ -361,6 +361,7 @@
}
break;
default:
+ break;
}
}
}

View File

@ -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/