pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Remove net/wireshark1, eol'd on 2016-07-31. Use net/wi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21af470bbf30
branches:  trunk
changeset: 350622:21af470bbf30
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 01 09:48:02 2016 +0000

description:
Remove net/wireshark1, eol'd on 2016-07-31. Use net/wireshark instead.

diffstat:

 doc/CHANGES-2016                               |    3 +-
 net/Makefile                                   |    3 +-
 net/wireshark1/DESCR                           |   13 -
 net/wireshark1/Makefile                        |   85 -------
 net/wireshark1/PLIST                           |  281 -------------------------
 net/wireshark1/distinfo                        |   14 -
 net/wireshark1/options.mk                      |  101 --------
 net/wireshark1/patches/patch-aa                |   16 -
 net/wireshark1/patches/patch-ac                |   17 -
 net/wireshark1/patches/patch-ba                |   15 -
 net/wireshark1/patches/patch-bb                |  163 --------------
 net/wireshark1/patches/patch-bc                |   15 -
 net/wireshark1/patches/patch-ca                |   50 ----
 net/wireshark1/patches/patch-help_Makefile.in  |   15 -
 net/wireshark1/patches/patch-ui_qt_Makefile.in |   15 -
 15 files changed, 3 insertions(+), 803 deletions(-)

diffs (truncated from 883 to 300 lines):

diff -r 3dfa87a269f1 -r 21af470bbf30 doc/CHANGES-2016
--- a/doc/CHANGES-2016  Mon Aug 01 09:43:09 2016 +0000
+++ b/doc/CHANGES-2016  Mon Aug 01 09:48:02 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2016,v 1.3153 2016/08/01 09:43:09 wiz Exp $
+$NetBSD: CHANGES-2016,v 1.3154 2016/08/01 09:48:02 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2016:
 
@@ -4463,3 +4463,4 @@
        Updated graphics/extrema to 4.4.5 [mef 2016-08-01]
        Updated www/lighttpd to 1.4.41 [wiz 2016-08-01]
        Updated graphics/ImageMagick to 7.0.2.6 [wiz 2016-08-01]
+       Removed net/wireshark1 successor net/wireshark [wiz 2016-08-01]
diff -r 3dfa87a269f1 -r 21af470bbf30 net/Makefile
--- a/net/Makefile      Mon Aug 01 09:43:09 2016 +0000
+++ b/net/Makefile      Mon Aug 01 09:48:02 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1126 2016/07/16 13:31:20 bsiegert Exp $
+# $NetBSD: Makefile,v 1.1127 2016/08/01 09:48:02 wiz Exp $
 #
 
 COMMENT=       Networking tools
@@ -825,7 +825,6 @@
 SUBDIR+=       wide-dhcpv6
 SUBDIR+=       wimon
 SUBDIR+=       wireshark
-SUBDIR+=       wireshark1
 SUBDIR+=       wistumbler
 SUBDIR+=       wistumbler2
 SUBDIR+=       wistumbler2-gtk
diff -r 3dfa87a269f1 -r 21af470bbf30 net/wireshark1/DESCR
--- a/net/wireshark1/DESCR      Mon Aug 01 09:43:09 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-Wireshark is a network traffic analyzer, or "sniffer", for Unix and
-Unix-like operating systems.  It uses GTK+, a graphical user interface
-library, and libpcap, a packet capture and filtering library.
-
-The Wireshark distribution also comes with TShark, which is a
-line-oriented sniffer (similar to Sun's snoop, or tcpdump) that uses the
-same dissection, capture-file reading and writing, and packet filtering
-code as Wireshark, and with editcap, which is a program to read capture
-files and write the packets from that capture file, possibly in a
-different capture file format, and with some packets possibly removed
-from the capture.
-
-This is the old stable release (v1.x).
diff -r 3dfa87a269f1 -r 21af470bbf30 net/wireshark1/Makefile
--- a/net/wireshark1/Makefile   Mon Aug 01 09:43:09 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,85 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2016/07/28 13:33:35 wiz Exp $
-
-DISTNAME=      wireshark-1.12.13
-CATEGORIES=    net
-MASTER_SITES=  https://www.wireshark.org/download/src/
-EXTRACT_SUFX=  .tar.bz2
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.wireshark.org/
-COMMENT=       Network protocol analyzer (v1.x)
-LICENSE=       gnu-gpl-v2
-
-CONFLICTS+=            ethereal-[0-9]*
-
-USE_LANGUAGES=         c c++
-USE_TOOLS+=            gmake perl pkg-config yacc lex
-
-USE_LIBTOOL=           yes
-SHLIBTOOL_OVERRIDE=    # empty
-CHECK_PORTABILITY_SKIP+=packaging/macosx/*/*
-
-GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --enable-static=no
-CONFIGURE_ARGS+=       --enable-threads
-CONFIGURE_ARGS+=       --with-ssl=${SSLBASE:Q}
-CONFIGURE_ARGS+=       --with-pcap=${BUILDLINK_PREFIX.libpcap}
-CONFIGURE_ARGS+=       --with-zlib=${BUILDLINK_PREFIX.zlib}
-CONFIGURE_ARGS+=       --with-pcre=${BUILDLINK_PREFIX.pcre}
-CONFIGURE_ENV+=                ac_cv_path_YACCDUMMY=${TOOLS_PATH.yacc}
-CONFIGURE_ENV+=                ac_cv_path_LEXDUMMY=${TOOLS_PATH.lex}
-
-PTHREAD_OPTS+=         require
-
-PYTHON_FOR_BUILD_ONLY= yes
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 # not yet ported as of 1.10.5
-REPLACE_PYTHON+=       help/faq.py
-REPLACE_PYTHON+=       tools/asn2deb
-REPLACE_PYTHON+=       tools/asn2wrs.py
-REPLACE_PYTHON+=       tools/dfilter-test.py
-REPLACE_PYTHON+=       tools/ftsanity.py
-REPLACE_PYTHON+=       tools/html2text.py
-REPLACE_PYTHON+=       tools/idl2deb
-REPLACE_PYTHON+=       tools/indexcap.py
-REPLACE_PYTHON+=       tools/make-dissector-reg.py
-REPLACE_PYTHON+=       tools/make-tap-reg.py
-REPLACE_PYTHON+=       tools/msnchat
-REPLACE_PYTHON+=       tools/ncp2222.py
-REPLACE_PYTHON+=       tools/netscreen2dump.py
-REPLACE_PYTHON+=       tools/pkt-from-core.py
-REPLACE_PYTHON+=       tools/rdps.py
-
-.include "../../mk/bsd.prefs.mk"
-.include "options.mk"
-
-.if !empty(MACHINE_PLATFORM:MDarwin-[567].*-*)
-USE_BUILTIN.libpcap=   no
-.endif
-
-CONFIGURE_ARGS.Darwin+=        --disable-osx-deploy-target
-
-# Extra post install targets are in options.mk
-post-install: ${POST_INSTALL_TARGETS}
-
-# wireshark no longer builds with NetBSD 3.x provided zlib
-BUILDLINK_API_DEPENDS.zlib=zlib>=1.2.1
-
-# wireshark uses gdk_pixbuf_new_from_inline which is deprecated, but asks
-# to hide deprecated prototypes. This leads to pointer truncation.
-# gui_utils.c:514:12: warning: incompatible integer to pointer conversion
-# assigning to 'GdkPixbuf *' (aka 'struct _GdkPixbuf *') from 'int'
-# [-Wint-conversion]
-BUILDLINK_TRANSFORM+=  rm:-DGDK_PIXBUF_DISABLE_DEPRECATED
-
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/pcre/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../net/libpcap/buildlink3.mk"
-.include "../../devel/libsmi/buildlink3.mk"
-.include "../../security/libgcrypt/buildlink3.mk"
-.include "../../security/gnutls/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-
-.include "../../lang/python/application.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 3dfa87a269f1 -r 21af470bbf30 net/wireshark1/PLIST
--- a/net/wireshark1/PLIST      Mon Aug 01 09:43:09 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,281 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2016/03/03 13:30:27 wiz Exp $
-bin/capinfos
-bin/captype
-bin/dftest
-bin/dumpcap
-bin/editcap
-bin/mergecap
-bin/randpkt
-bin/rawshark
-bin/reordercap
-bin/text2pcap
-bin/tshark
-${PLIST.gtk3}bin/wireshark
-${PLIST.qt5}bin/wireshark-qt
-lib/libfiletap.la
-lib/libwireshark.la
-lib/libwiretap.la
-lib/libwsutil.la
-lib/wireshark/plugins/${PKGVERSION}/docsis.la
-lib/wireshark/plugins/${PKGVERSION}/ethercat.la
-lib/wireshark/plugins/${PKGVERSION}/gryphon.la
-lib/wireshark/plugins/${PKGVERSION}/irda.la
-lib/wireshark/plugins/${PKGVERSION}/m2m.la
-lib/wireshark/plugins/${PKGVERSION}/mate.la
-lib/wireshark/plugins/${PKGVERSION}/opcua.la
-lib/wireshark/plugins/${PKGVERSION}/profinet.la
-lib/wireshark/plugins/${PKGVERSION}/stats_tree.la
-lib/wireshark/plugins/${PKGVERSION}/unistim.la
-lib/wireshark/plugins/${PKGVERSION}/wimax.la
-lib/wireshark/plugins/${PKGVERSION}/wimaxasncp.la
-lib/wireshark/plugins/${PKGVERSION}/wimaxmacphy.la
-man/man1/capinfos.1
-man/man1/dftest.1
-man/man1/dumpcap.1
-man/man1/editcap.1
-man/man1/mergecap.1
-man/man1/randpkt.1
-man/man1/rawshark.1
-man/man1/reordercap.1
-man/man1/text2pcap.1
-man/man1/tshark.1
-${PLIST.icons}man/man1/wireshark.1
-man/man4/wireshark-filter.4
-${PLIST.gtk3}share/applications/wireshark.desktop
-${PLIST.icons}share/icons/hicolor/128x128/mimetypes/application-vnd.tcpdump.pcap.png
-${PLIST.icons}share/icons/hicolor/16x16/apps/wireshark.png
-${PLIST.icons}share/icons/hicolor/16x16/mimetypes/application-vnd.tcpdump.pcap.png
-${PLIST.icons}share/icons/hicolor/24x24/mimetypes/application-vnd.tcpdump.pcap.png
-${PLIST.icons}share/icons/hicolor/256x256/mimetypes/application-vnd.tcpdump.pcap.png
-${PLIST.icons}share/icons/hicolor/32x32/apps/wireshark.png
-${PLIST.icons}share/icons/hicolor/32x32/mimetypes/application-vnd.tcpdump.pcap.png
-${PLIST.icons}share/icons/hicolor/48x48/apps/wireshark.png
-${PLIST.icons}share/icons/hicolor/48x48/mimetypes/application-vnd.tcpdump.pcap.png
-${PLIST.icons}share/icons/hicolor/64x64/mimetypes/application-vnd.tcpdump.pcap.png
-${PLIST.icons}share/icons/hicolor/scalable/apps/wireshark.svg
-${PLIST.icons}share/icons/locolor/16x16/apps/wireshark.png
-${PLIST.icons}share/icons/locolor/32x32/apps/wireshark.png
-${PLIST.icons}share/icons/locolor/48x48/apps/wireshark.png
-share/wireshark/AUTHORS-SHORT
-share/wireshark/COPYING
-share/wireshark/capinfos.html
-share/wireshark/cfilters
-share/wireshark/colorfilters
-${PLIST.lua}share/wireshark/console.lua
-share/wireshark/dfilters
-share/wireshark/dftest.html
-share/wireshark/diameter/AlcatelLucent.xml
-share/wireshark/diameter/ChinaTelecom.xml
-share/wireshark/diameter/Cisco.xml
-share/wireshark/diameter/Custom.xml
-share/wireshark/diameter/Ericsson.xml
-share/wireshark/diameter/Nokia.xml
-share/wireshark/diameter/NokiaSiemensNetworks.xml
-share/wireshark/diameter/SKT.xml
-share/wireshark/diameter/Starent.xml
-share/wireshark/diameter/TGPPGmb.xml
-share/wireshark/diameter/TGPPRx.xml
-share/wireshark/diameter/TGPPS9.xml
-share/wireshark/diameter/TGPPSh.xml
-share/wireshark/diameter/VerizonWireless.xml
-share/wireshark/diameter/Vodafone.xml
-share/wireshark/diameter/chargecontrol.xml
-share/wireshark/diameter/dictionary.dtd
-share/wireshark/diameter/dictionary.xml
-share/wireshark/diameter/eap.xml
-share/wireshark/diameter/etsie2e4.xml
-share/wireshark/diameter/gqpolicy.xml
-share/wireshark/diameter/imscxdx.xml
-share/wireshark/diameter/mobileipv4.xml
-share/wireshark/diameter/mobileipv6.xml
-share/wireshark/diameter/nasreq.xml
-share/wireshark/diameter/sip.xml
-share/wireshark/diameter/sunping.xml
-${PLIST.lua}share/wireshark/dtd_gen.lua
-share/wireshark/dtds/dc.dtd
-share/wireshark/dtds/itunes.dtd
-share/wireshark/dtds/mscml.dtd
-share/wireshark/dtds/pocsettings.dtd
-share/wireshark/dtds/presence.dtd
-share/wireshark/dtds/reginfo.dtd
-share/wireshark/dtds/rlmi.dtd
-share/wireshark/dtds/rss.dtd
-share/wireshark/dtds/smil.dtd
-share/wireshark/dtds/watcherinfo.dtd
-share/wireshark/dtds/xcap-caps.dtd
-share/wireshark/dtds/xcap-error.dtd
-share/wireshark/dumpcap.html
-share/wireshark/editcap.html
-share/wireshark/help/capture_filters.txt
-share/wireshark/help/capturing.txt
-share/wireshark/help/display_filters.txt
-share/wireshark/help/faq.txt
-share/wireshark/help/getting_started.txt
-share/wireshark/help/overview.txt
-share/wireshark/help/toc
-${PLIST.lua}share/wireshark/init.lua
-share/wireshark/ipmap.html
-share/wireshark/manuf
-share/wireshark/mergecap.html
-share/wireshark/pdml2html.xsl
-share/wireshark/profiles/Bluetooth/colorfilters
-share/wireshark/profiles/Classic/colorfilters
-share/wireshark/radius/README.radius_dictionary
-share/wireshark/radius/custom.includes
-share/wireshark/radius/dictionary
-share/wireshark/radius/dictionary.3com
-share/wireshark/radius/dictionary.3gpp
-share/wireshark/radius/dictionary.3gpp2
-share/wireshark/radius/dictionary.acc
-share/wireshark/radius/dictionary.acme
-share/wireshark/radius/dictionary.airespace
-share/wireshark/radius/dictionary.alcatel
-share/wireshark/radius/dictionary.alcatel-lucent.aaa
-share/wireshark/radius/dictionary.alcatel-lucent.xylan
-share/wireshark/radius/dictionary.alcatel.esam
-share/wireshark/radius/dictionary.alcatel.sr
-share/wireshark/radius/dictionary.alteon
-share/wireshark/radius/dictionary.altiga
-share/wireshark/radius/dictionary.alvarion
-share/wireshark/radius/dictionary.apc
-share/wireshark/radius/dictionary.aptis
-share/wireshark/radius/dictionary.aruba
-share/wireshark/radius/dictionary.ascend
-share/wireshark/radius/dictionary.asn
-share/wireshark/radius/dictionary.audiocodes
-share/wireshark/radius/dictionary.avaya
-share/wireshark/radius/dictionary.azaire
-share/wireshark/radius/dictionary.bay
-share/wireshark/radius/dictionary.bintec
-share/wireshark/radius/dictionary.bristol
-share/wireshark/radius/dictionary.cablelabs
-share/wireshark/radius/dictionary.cabletron
-share/wireshark/radius/dictionary.chillispot
-share/wireshark/radius/dictionary.cisco
-share/wireshark/radius/dictionary.cisco.bbsm
-share/wireshark/radius/dictionary.cisco.vpn3000
-share/wireshark/radius/dictionary.cisco.vpn5000
-share/wireshark/radius/dictionary.clavister
-share/wireshark/radius/dictionary.colubris



Home | Main Index | Thread Index | Old Index