diff options
author | rene <rene@FreeBSD.org> | 2013-04-30 17:19:01 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-04-30 17:19:01 +0800 |
commit | 89bf51d90c9f456cbf99a7fbf62901ebec6d7c0f (patch) | |
tree | c7dbdbf840015ddb72e21056afb69d8c16683424 /net-mgmt | |
parent | 7508deb28f35e07ef9f93aaf3333c9a05d262cad (diff) | |
download | freebsd-ports-gnome-89bf51d90c9f456cbf99a7fbf62901ebec6d7c0f.tar.gz freebsd-ports-gnome-89bf51d90c9f456cbf99a7fbf62901ebec6d7c0f.tar.zst freebsd-ports-gnome-89bf51d90c9f456cbf99a7fbf62901ebec6d7c0f.zip |
Remove expired port:
2013-03-01 net-mgmt/nettop: Dead upstream
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/nettop/Makefile | 42 | ||||
-rw-r--r-- | net-mgmt/nettop/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/nettop/files/patch-nettop.c | 19 | ||||
-rw-r--r-- | net-mgmt/nettop/pkg-descr | 4 |
5 files changed, 0 insertions, 68 deletions
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 <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> 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 <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; - } - } - } 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/ |