pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc ntop: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9391c5b5e9da
branches:  trunk
changeset: 375761:9391c5b5e9da
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Mar 25 11:27:33 2022 +0000

description:
ntop: remove

Successor ntopng is already in pkgsrc.

Ok adam@

diffstat:

 doc/CHANGES-2022          |    3 +-
 net/Makefile              |    3 +-
 net/ntop/DESCR            |   15 -
 net/ntop/Makefile         |   52 -----
 net/ntop/PLIST            |  451 ----------------------------------------------
 net/ntop/distinfo         |    8 -
 net/ntop/patches/patch-aa |   13 -
 net/ntop/patches/patch-ab |  101 ----------
 net/ntop/patches/patch-ac |   20 --
 9 files changed, 3 insertions(+), 663 deletions(-)

diffs (truncated from 719 to 300 lines):

diff -r f38b0fcb5817 -r 9391c5b5e9da doc/CHANGES-2022
--- a/doc/CHANGES-2022  Fri Mar 25 11:02:42 2022 +0000
+++ b/doc/CHANGES-2022  Fri Mar 25 11:27:33 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.1550 2022/03/25 10:46:04 wiz Exp $
+$NetBSD: CHANGES-2022,v 1.1551 2022/03/25 11:27:33 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2022:
 
@@ -2039,3 +2039,4 @@
        Updated graphics/tiff to 4.3.0nb1 [nia 2022-03-25]
        Removed news/nget [wiz 2022-03-25]
        Removed parallel/gridscheduler [wiz 2022-03-25]
+       Removed net/ntop successor net/ntopng [wiz 2022-03-25]
diff -r f38b0fcb5817 -r 9391c5b5e9da net/Makefile
--- a/net/Makefile      Fri Mar 25 11:02:42 2022 +0000
+++ b/net/Makefile      Fri Mar 25 11:27:33 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1447 2022/03/13 15:12:12 gdt Exp $
+# $NetBSD: Makefile,v 1.1448 2022/03/25 11:27:33 wiz Exp $
 #
 
 COMMENT=       Networking tools
@@ -467,7 +467,6 @@
 SUBDIR+=       nsd
 SUBDIR+=       nslint
 SUBDIR+=       nstx
-SUBDIR+=       ntop
 SUBDIR+=       ntopng
 SUBDIR+=       ntp4
 SUBDIR+=       nyx
diff -r f38b0fcb5817 -r 9391c5b5e9da net/ntop/DESCR
--- a/net/ntop/DESCR    Fri Mar 25 11:02:42 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-ntop is a network traffic probe that shows the network usage, similar to what
-the popular top Unix command does. ntop is based on libpcap and it has been
-written in a portable way in order to virtually run on every Unix platform and
-on Win32 as well.
-
-ntop users can use a web browser (e.g. netscape) to navigate through ntop (that
-acts as a web server) traffic information and get a dump of the network status.
-In the latter case, ntop can be seen as a simple RMON-like agent with an
-embedded web interface.
-
-The use of:
-- a web interface
-- limited configuration and administration via the web interface
-- reduced CPU and memory usage (they vary according to network size and traffic)
-make ntop easy to use and suitable for monitoring various kind of networks.
diff -r f38b0fcb5817 -r 9391c5b5e9da net/ntop/Makefile
--- a/net/ntop/Makefile Fri Mar 25 11:02:42 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,52 +0,0 @@
-# $NetBSD: Makefile,v 1.113 2021/12/08 16:06:04 adam Exp $
-
-DISTNAME=      ntop-4.1.0
-PKGREVISION=   42
-CATEGORIES=    net
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ntop/}
-
-MAINTAINER=    adam%NetBSD.org@localhost
-HOMEPAGE=      http://www.ntop.org/products/ntop/
-COMMENT=       Shows network usage (similar to "top" for processes)
-LICENSE=       gnu-gpl-v3
-
-CONFLICTS=     ntop-[0-9]*
-DEPENDS+=      ${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako
-
-USE_LIBTOOL=           yes
-USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            aclocal autoconf autoheader automake gawk gmake gunzip
-GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
-CONFIGURE_ARGS+=       --sysconfdir=${PREFIX}/share/ntop
-CONFIGURE_ARGS+=       --with-gdbm-root=${BUILDLINK_PREFIX.gdbm}
-CONFIGURE_ARGS+=       --with-ossl-root=${BUILDLINK_PREFIX.openssl}
-CONFIGURE_ARGS+=       --with-pcap-root=${BUILDLINK_PREFIX.libpcap}
-CONFIGURE_ARGS+=       --with-zlib-root=${BUILDLINK_PREFIX.zlib}
-
-BUILDLINK_API_DEPENDS.libpcap+=        libpcap>=0.8.3
-
-.include "../../mk/pthread.buildlink3.mk"
-.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} == "none"
-CONFIGURE_ARGS+=       --disable-mt
-.endif
-
-.if (${OPSYS} == "NetBSD" && !empty(OS_VERSION:M[0-4].*))
-USE_BUILTIN.libevent=  no
-.endif
-
-pre-configure:
-       set -e; cd ${WRKSRC}; \
-       libtoolize -c -f; cp m4/libtool.m4 libtool.m4.in; \
-       cat acinclude.m4.in libtool.m4.in acinclude.m4.ntop > acinclude.m4; \
-       aclocal; autoheader; automake -a --foreign -i; autoconf
-
-.include "../../databases/gdbm/buildlink3.mk"
-.include "../../databases/rrdtool/buildlink3.mk"
-.include "../../devel/libevent/buildlink3.mk"
-.include "../../devel/pcre/buildlink3.mk"
-.include "../../lang/python/application.mk"
-.include "../../net/GeoIP/buildlink3.mk"
-.include "../../net/libpcap/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r f38b0fcb5817 -r 9391c5b5e9da net/ntop/PLIST
--- a/net/ntop/PLIST    Fri Mar 25 11:02:42 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,451 +0,0 @@
-@comment $NetBSD: PLIST,v 1.14 2011/10/18 10:33:06 adam Exp $
-bin/ntop
-lib/libcpacketPlugin-${PKGVERSION}.so
-lib/libcpacketPlugin.so
-lib/libicmpPlugin-${PKGVERSION}.so
-lib/libicmpPlugin.so
-lib/libnetflowPlugin-${PKGVERSION}.so
-lib/libnetflowPlugin.so
-lib/libntop.la
-lib/libntopreport.la
-lib/librrdPlugin-${PKGVERSION}.so
-lib/librrdPlugin.so
-lib/libsflowPlugin-${PKGVERSION}.so
-lib/libsflowPlugin.so
-lib/ntop/plugins/cpacketPlugin.so
-lib/ntop/plugins/icmpPlugin.so
-lib/ntop/plugins/netflowPlugin.so
-lib/ntop/plugins/rrdPlugin.so
-lib/ntop/plugins/sflowPlugin.so
-man/man8/ntop.8
-share/ntop/html/JSCookMenu.js
-share/ntop/html/MochiKit/Async.js
-share/ntop/html/MochiKit/Base.js
-share/ntop/html/MochiKit/Color.js
-share/ntop/html/MochiKit/DOM.js
-share/ntop/html/MochiKit/DateTime.js
-share/ntop/html/MochiKit/DragAndDrop.js
-share/ntop/html/MochiKit/Format.js
-share/ntop/html/MochiKit/Iter.js
-share/ntop/html/MochiKit/Logging.js
-share/ntop/html/MochiKit/LoggingPane.js
-share/ntop/html/MochiKit/MochiKit.js
-share/ntop/html/MochiKit/MockDOM.js
-share/ntop/html/MochiKit/Position.js
-share/ntop/html/MochiKit/Selector.js
-share/ntop/html/MochiKit/Signal.js
-share/ntop/html/MochiKit/Sortable.js
-share/ntop/html/MochiKit/Style.js
-share/ntop/html/MochiKit/Test.js
-share/ntop/html/MochiKit/Visual.js
-share/ntop/html/MochiKit/__package__.js
-share/ntop/html/PlotKit/Base.js
-share/ntop/html/PlotKit/Canvas.js
-share/ntop/html/PlotKit/EasyPlot.js
-share/ntop/html/PlotKit/Layout.js
-share/ntop/html/PlotKit/PlotKit.js
-share/ntop/html/PlotKit/PlotKit_Packed.js
-share/ntop/html/PlotKit/SVG.js
-share/ntop/html/PlotKit/SweetCanvas.js
-share/ntop/html/PlotKit/SweetSVG.js
-share/ntop/html/PlotKit/excanvas.js
-share/ntop/html/Risk_high.gif
-share/ntop/html/Risk_low.gif
-share/ntop/html/Risk_medium.gif
-share/ntop/html/Risk_unknown.gif
-share/ntop/html/antenna.gif
-share/ntop/html/arrow.gif
-share/ntop/html/arrow_down.png
-share/ntop/html/arrow_up.png
-share/ntop/html/autosuggest.css
-share/ntop/html/autosuggest.js
-share/ntop/html/back.png
-share/ntop/html/bg_line.gif
-share/ntop/html/bit_off.png
-share/ntop/html/bit_on.png
-share/ntop/html/black.gif
-share/ntop/html/blank.gif
-share/ntop/html/bottom_corner.gif
-share/ntop/html/bridge.gif
-share/ntop/html/brocade.gif
-share/ntop/html/bug.png
-share/ntop/html/bulb.gif
-share/ntop/html/calendar-setup.js
-share/ntop/html/calendar.gif
-share/ntop/html/calendar.js
-share/ntop/html/card.gif
-share/ntop/html/child.gif
-share/ntop/html/clear.gif
-share/ntop/html/clock.gif
-share/ntop/html/collapsed.gif
-share/ntop/html/corner.gif
-share/ntop/html/deleteURL.gif
-share/ntop/html/deleteUser.gif
-share/ntop/html/disk.gif
-share/ntop/html/dns.gif
-share/ntop/html/domLib.js
-share/ntop/html/domTT.js
-share/ntop/html/download.gif
-share/ntop/html/dump.html
-share/ntop/html/edit.gif
-share/ntop/html/emulex.gif
-share/ntop/html/error.gif
-share/ntop/html/expanded.gif
-share/ntop/html/external.png
-share/ntop/html/facebook.gif
-share/ntop/html/faq.html
-share/ntop/html/favicon.ico
-share/ntop/html/fback.png
-share/ntop/html/fforward.png
-share/ntop/html/forward.png
-share/ntop/html/functions.js
-share/ntop/html/gauge.jpg
-share/ntop/html/gaugeR.jpg
-share/ntop/html/gaugeS.jpg
-share/ntop/html/graph.gif
-share/ntop/html/graph_zoom.gif
-share/ntop/html/graph_zoomDOWN.gif
-share/ntop/html/graph_zoomUP.gif
-share/ntop/html/gray_bg.gif
-share/ntop/html/help.html
-share/ntop/html/help.png
-share/ntop/html/hostSortNote.html
-share/ntop/html/icon_python.png
-share/ntop/html/img_inquisitor/as_pointer.gif
-share/ntop/html/img_inquisitor/hl_corner_bl.gif
-share/ntop/html/img_inquisitor/hl_corner_br.gif
-share/ntop/html/img_inquisitor/hl_corner_tl.gif
-share/ntop/html/img_inquisitor/hl_corner_tr.gif
-share/ntop/html/img_inquisitor/ul_corner_bl.gif
-share/ntop/html/img_inquisitor/ul_corner_br.gif
-share/ntop/html/img_inquisitor/ul_corner_tl.gif
-share/ntop/html/img_inquisitor/ul_corner_tr.gif
-share/ntop/html/info.gif
-share/ntop/html/initiator.gif
-share/ntop/html/jscalendar/calendar-load.js
-share/ntop/html/jscalendar/calendar-setup.js
-share/ntop/html/jscalendar/calendar.js
-share/ntop/html/jscalendar/lang/calendar-en.js
-share/ntop/html/json2.js
-share/ntop/html/line-bottom.png
-share/ntop/html/linkedin.gif
-share/ntop/html/lock.png
-share/ntop/html/mail.gif
-share/ntop/html/major.gif
-share/ntop/html/marchio_unipi_pant541_144.gif
-share/ntop/html/marker.gif
-share/ntop/html/marker.png
-share/ntop/html/minor.gif
-share/ntop/html/multihomed.png
-share/ntop/html/multivlaned.gif
-share/ntop/html/nboxLogo.gif
-share/ntop/html/ntop.gif
-share/ntop/html/ntop.html
-share/ntop/html/ntop_logo.png
-share/ntop/html/ntopdump.dtd
-share/ntop/html/ntophelp.html
-share/ntop/html/p2p.gif
-share/ntop/html/phone.gif
-share/ntop/html/printer.gif
-share/ntop/html/privacyNotice.html
-share/ntop/html/question.gif
-share/ntop/html/reflection.js
-share/ntop/html/router.gif
-share/ntop/html/rrdAlarmConfig.js
-share/ntop/html/seagate.gif
-share/ntop/html/skype.gif
-share/ntop/html/skype.png
-share/ntop/html/sorterScript.js
-share/ntop/html/sorterStyle.css
-share/ntop/html/spacer.gif
-share/ntop/html/statsicons/flags/ad.gif
-share/ntop/html/statsicons/flags/ae.gif
-share/ntop/html/statsicons/flags/af.gif
-share/ntop/html/statsicons/flags/ag.gif
-share/ntop/html/statsicons/flags/ai.gif
-share/ntop/html/statsicons/flags/al.gif
-share/ntop/html/statsicons/flags/am.gif
-share/ntop/html/statsicons/flags/an.gif
-share/ntop/html/statsicons/flags/ao.gif
-share/ntop/html/statsicons/flags/aq.gif
-share/ntop/html/statsicons/flags/ar.gif
-share/ntop/html/statsicons/flags/as.gif
-share/ntop/html/statsicons/flags/at.gif
-share/ntop/html/statsicons/flags/au.gif
-share/ntop/html/statsicons/flags/aw.gif
-share/ntop/html/statsicons/flags/az.gif
-share/ntop/html/statsicons/flags/ba.gif
-share/ntop/html/statsicons/flags/bb.gif
-share/ntop/html/statsicons/flags/bd.gif
-share/ntop/html/statsicons/flags/be.gif
-share/ntop/html/statsicons/flags/bf.gif
-share/ntop/html/statsicons/flags/bg.gif
-share/ntop/html/statsicons/flags/bh.gif
-share/ntop/html/statsicons/flags/bi.gif
-share/ntop/html/statsicons/flags/bj.gif
-share/ntop/html/statsicons/flags/bm.gif
-share/ntop/html/statsicons/flags/bn.gif
-share/ntop/html/statsicons/flags/bo.gif
-share/ntop/html/statsicons/flags/br.gif
-share/ntop/html/statsicons/flags/bs.gif



Home | Main Index | Thread Index | Old Index