pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc xipdump: remove
details: https://anonhg.NetBSD.org/pkgsrc/rev/934132ce6e6e
branches: trunk
changeset: 375909:934132ce6e6e
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Mar 29 18:07:01 2022 +0000
description:
xipdump: remove
Last release from 1999, no upstream, does not build with current libpcap.
diffstat:
doc/CHANGES-2022 | 3 +-
net/Makefile | 3 +-
net/xipdump/DESCR | 5 --
net/xipdump/Makefile | 41 -----------------------
net/xipdump/PLIST | 4 --
net/xipdump/distinfo | 13 -------
net/xipdump/patches/patch-XmgDict.c | 31 -----------------
net/xipdump/patches/patch-aa | 43 ------------------------
net/xipdump/patches/patch-ab | 53 ------------------------------
net/xipdump/patches/patch-ac | 14 --------
net/xipdump/patches/patch-ad | 13 -------
net/xipdump/patches/patch-ae | 13 -------
net/xipdump/patches/patch-af | 12 ------
net/xipdump/patches/patch-mg__dict__int_c | 54 -------------------------------
14 files changed, 3 insertions(+), 299 deletions(-)
diffs (truncated from 375 to 300 lines):
diff -r df3cdae2461e -r 934132ce6e6e doc/CHANGES-2022
--- a/doc/CHANGES-2022 Tue Mar 29 18:04:44 2022 +0000
+++ b/doc/CHANGES-2022 Tue Mar 29 18:07:01 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.1577 2022/03/29 16:48:29 ryoon Exp $
+$NetBSD: CHANGES-2022,v 1.1578 2022/03/29 18:07:01 wiz Exp $
Changes to the packages collection and infrastructure in 2022:
@@ -2076,3 +2076,4 @@
Updated textproc/lowdown to 0.11.2 [fcambus 2022-03-29]
Updated chat/weechat to 3.5 [ryoon 2022-03-29]
Updated games/love11 to 11.4 [ryoon 2022-03-29]
+ Removed net/xipdump [wiz 2022-03-29]
diff -r df3cdae2461e -r 934132ce6e6e net/Makefile
--- a/net/Makefile Tue Mar 29 18:04:44 2022 +0000
+++ b/net/Makefile Tue Mar 29 18:07:01 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1448 2022/03/25 11:27:33 wiz Exp $
+# $NetBSD: Makefile,v 1.1449 2022/03/29 18:07:01 wiz Exp $
#
COMMENT= Networking tools
@@ -1024,7 +1024,6 @@
SUBDIR+= wpa_supplicant
SUBDIR+= x2vnc
SUBDIR+= xfce4-wavelan-plugin
-SUBDIR+= xipdump
SUBDIR+= xl2tpd
SUBDIR+= xmftp
SUBDIR+= xorp
diff -r df3cdae2461e -r 934132ce6e6e net/xipdump/DESCR
--- a/net/xipdump/DESCR Tue Mar 29 18:04:44 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-xipdump - displays ip packets using X window.
-
-xipdump is a protocol analyzer and tester. It's a kind of graphical
-tcpdump(8) with possibility of changing packet values and resending them.
-It could be also designed by term "human ip stack".
diff -r df3cdae2461e -r 934132ce6e6e net/xipdump/Makefile
--- a/net/xipdump/Makefile Tue Mar 29 18:04:44 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,41 +0,0 @@
-# $NetBSD: Makefile,v 1.38 2017/09/06 10:40:32 wiz Exp $
-#
-
-DISTNAME= xipdump-1.5.4
-PKGREVISION= 5
-CATEGORIES= net
-MASTER_SITES= http://www.lse.epita.fr/twiki/pub/Projects/XipDump/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE= http://www.lse.epita.fr/twiki/bin/view/Projects/XipDump
-COMMENT= Displays IP packets using X Window System
-
-PLIST_SRC= ${WRKDIR}/PLIST
-
-GNU_CONFIGURE= yes
-CFLAGS+= -I${PREFIX}/include
-LIBS+= -L${PREFIX}/lib ${COMPILER_RPATH_FLAG}${PREFIX}/lib -lnet
-LIBS.SunOS+= -lsocket
-
-INSTALLATION_DIRS= bin lib/X11/app-defaults ${PKGMANDIR}/man8
-INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} \
- mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}
-
-post-build:
- @${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
- @(cd ${WRKSRC}/data; ${FIND} pkc pkt ! -type d -print | \
- ${SED} -e 's|^|share/xipdump/|' >> ${PLIST_SRC})
-
-post-install:
- ${FIND} ${DESTDIR}${PREFIX}/share/xipdump -name *.pkc | \
- ${XARGS} ${CHMOD} ${DOCMODE}
- ${FIND} ${DESTDIR}${PREFIX}/share/xipdump -name *.pkt | \
- ${XARGS} ${CHMOD} ${DOCMODE}
- ${CHMOD} ${MANMODE} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/xipdump.8
- ${CHMOD} ${SHAREMODE} ${DESTDIR}${PREFIX}/lib/X11/app-defaults/Xipdump
-
-.include "../../devel/libnet10/buildlink3.mk"
-.include "../../net/libpcap/buildlink3.mk"
-.include "../../x11/libXaw/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r df3cdae2461e -r 934132ce6e6e net/xipdump/PLIST
--- a/net/xipdump/PLIST Tue Mar 29 18:04:44 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:59:55 zuntum Exp $
-bin/xipdump
-lib/X11/app-defaults/Xipdump
-man/man8/xipdump.8
diff -r df3cdae2461e -r 934132ce6e6e net/xipdump/distinfo
--- a/net/xipdump/distinfo Tue Mar 29 18:04:44 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 11:07:12 nia Exp $
-
-BLAKE2s (xipdump-1.5.4.tgz) = 3e2417249f0fc006663a2c6aaa7ccf7189efb024514529b878045c04790e2247
-SHA512 (xipdump-1.5.4.tgz) = 92d3a507c6a3c0892f9d839021ecf322e65ca84880b6568c45002aaadd64d17f88863407884e3a4da549d4ab3ec4efad658f13c59761bd4f03957ea2fd1b7077
-Size (xipdump-1.5.4.tgz) = 311526 bytes
-SHA1 (patch-XmgDict.c) = 03834a2ebf1844851c0fdee28ebe988977ceaa0d
-SHA1 (patch-aa) = 4dc89157456a3d223456babcbdca4ac501b6a664
-SHA1 (patch-ab) = f416f3a66f95f4b3f26bd8a3a672f34d44087aea
-SHA1 (patch-ac) = 71c25f1fe5bb52667902c5a10f2a56d8809eb560
-SHA1 (patch-ad) = 0c7bd3c0be1bffe19a7823add4c5c2ae3ff29ba3
-SHA1 (patch-ae) = 7653b883f53ec90a231fa25d506f51f8cb75470a
-SHA1 (patch-af) = 115aca8ae051caf44accb9b8d2a7acd691cd78fc
-SHA1 (patch-mg__dict__int_c) = d01da78f568dd88c6439c2de4a8c31dfbc0367a8
diff -r df3cdae2461e -r 934132ce6e6e net/xipdump/patches/patch-XmgDict.c
--- a/net/xipdump/patches/patch-XmgDict.c Tue Mar 29 18:04:44 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-$NetBSD: patch-XmgDict.c,v 1.1 2013/01/17 16:01:38 joerg Exp $
-
---- XmgDict.c.orig 2013-01-16 11:25:14.000000000 +0000
-+++ XmgDict.c
-@@ -27,7 +27,7 @@ XFontStruct *xfs;
-
- if (he = dict_get(XmgXFSDict,name))
- {
-- return ;
-+ return 0;
- }
- else
- return (dict_add(XmgXFSDict,
-@@ -71,7 +71,7 @@ Pixel pixel;
- {
- if (cmap == x->cmap)
- {
-- return ;
-+ return 0;
- }
- }
- VEC_ENDFOR;
-@@ -158,7 +158,7 @@ Pixmap pixmap;
- {
- if (depth == x->depth)
- {
-- return ;
-+ return 0;
- }
- }
- VEC_ENDFOR;
diff -r df3cdae2461e -r 934132ce6e6e net/xipdump/patches/patch-aa
--- a/net/xipdump/patches/patch-aa Tue Mar 29 18:04:44 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2000/09/09 19:23:25 wiz Exp $
-
---- configure.in.orig Wed Dec 22 09:50:40 1999
-+++ configure.in
-@@ -55,6 +55,8 @@
- LDFLAGS="$LDFLAGS -L$PCAP_LIBPATH"
- fi
-
-+if false
-+then
- MG_LIBNET(LIBNET_DEP,LIBNET_INCLPATH,LIBNET_LIBPATH)
- if test "x$LIBNET_INCLPATH" != "x"
- then
-@@ -64,14 +66,8 @@
- then
- LDFLAGS="$LDFLAGS -L$LIBNET_LIBPATH"
- fi
--
--dnl Extra defines for libnet
--if test "x$ac_cv_c_bigendian" = "xyes"; then
-- AC_DEFINE(LIBNET_BIG_ENDIAN)
--else
-- AC_DEFINE(LIBNET_LIL_ENDIAN)
- fi
--
-+
- dnl Determine if -lsocket or -lnsl are needed.
- dnl On some platforms (Irix) libnsl and libsocket should not be used.
- AC_CHECK_FUNCS(gethostbyname getservbyname)
-@@ -111,6 +107,13 @@
- FP_C_PROTOTYPES
- MG_C_ANSI_CPP
-
-+dnl Extra defines for libnet
-+if test "x$ac_cv_c_bigendian" = "xyes"; then
-+ AC_DEFINE(LIBNET_BIG_ENDIAN)
-+else
-+ AC_DEFINE(LIBNET_LIL_ENDIAN)
-+fi
-+
- dnl
- dnl library functions
- dnl
diff -r df3cdae2461e -r 934132ce6e6e net/xipdump/patches/patch-ab
--- a/net/xipdump/patches/patch-ab Tue Mar 29 18:04:44 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,53 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2011/12/14 04:05:33 sbd Exp $
-
---- configure.orig 1999-12-22 08:51:48.000000000 +0000
-+++ configure
-@@ -1360,6 +1360,8 @@ then
- LDFLAGS="$LDFLAGS -L$PCAP_LIBPATH"
- fi
-
-+if false
-+then
- echo $ac_n "checking for local libnet library""... $ac_c" 1>&6
- echo "configure:1365: checking for local libnet library" >&5
- libnet=FAIL
-@@ -1389,19 +1391,8 @@ if test "x$LIBNET_LIBPATH" != "x"
- then
- LDFLAGS="$LDFLAGS -L$LIBNET_LIBPATH"
- fi
--
--if test "x$ac_cv_c_bigendian" = "xyes"; then
-- cat >> confdefs.h <<\EOF
--#define LIBNET_BIG_ENDIAN 1
--EOF
--
--else
-- cat >> confdefs.h <<\EOF
--#define LIBNET_LIL_ENDIAN 1
--EOF
--
- fi
--
-+
- for ac_func in gethostbyname getservbyname
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-@@ -1877,6 +1868,18 @@ EOF
- fi
-
-
-+if test "x$ac_cv_c_bigendian" = "xyes"; then
-+ cat >> confdefs.h <<\EOF
-+#define LIBNET_BIG_ENDIAN 1
-+EOF
-+
-+else
-+ cat >> confdefs.h <<\EOF
-+#define LIBNET_LIL_ENDIAN 1
-+EOF
-+
-+fi
-+
-
- for ac_func in bzero bcopy bcmp strdup qsort snprintf usleep strerror strtol strtoul dlopen scandir
- do
diff -r df3cdae2461e -r 934132ce6e6e net/xipdump/patches/patch-ac
--- a/net/xipdump/patches/patch-ac Tue Mar 29 18:04:44 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 1999/11/15 02:29:51 sakamoto Exp $
-
---- xipshcut.c.orig Fri Oct 29 05:23:57 1999
-+++ xipshcut.c Mon Nov 15 10:41:54 1999
-@@ -27,7 +27,7 @@
- {"",
- "<b>%Timestamp%</b>: %Pat% %ether.shost% %ether.dhost% %ether.Type% %Len%"},
-- {"arp[6:2] = 1",
-+ {"arp[7] = 1 && arp[6] = 0",
- "<b>%Timestamp%</b>: arp who-has %arpethip.Tpa% tell %arpethip.Spa%"},
-- {"arp[6:2] = 2",
-+ {"arp[7] = 2 && arp[6] = 0",
- "<b>%Timestamp%</b>: %arpethip.Spa% tells %arpethip.Tpa% he has %arpethip.sha%"},
- {"ip",
diff -r df3cdae2461e -r 934132ce6e6e net/xipdump/patches/patch-ad
--- a/net/xipdump/patches/patch-ad Tue Mar 29 18:04:44 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2000/10/10 13:20:07 pooka Exp $
-
---- XmgMacro.c.orig Mon Nov 15 10:47:25 1999
-+++ XmgMacro.c Tue Oct 10 16:10:50 2000
-@@ -274,7 +274,7 @@
- #if defined(__osf__) && defined(__alpha)
- (ArgList)(var._a0),
- #else
-- (ArgList)var,
-+ va_arg(var, ArgList),
- #endif
- total_count);
- #if XtSpecificationRelease>4
diff -r df3cdae2461e -r 934132ce6e6e net/xipdump/patches/patch-ae
--- a/net/xipdump/patches/patch-ae Tue Mar 29 18:04:44 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.2 2010/02/11 23:18:29 joerg Exp $
-
---- Makefile.in 2002/06/27 20:47:49 1.1
-+++ Makefile.in 2002/06/27 20:49:00
-@@ -115,7 +115,7 @@
- $(INSTALL) -d $(datadir)/xipdump/pkc
- $(INSTALL) data/pkt/* $(datadir)/xipdump/pkt
- $(INSTALL) data/pkc/* $(datadir)/xipdump/pkc
-- $(INSTALL) Xipdump.ad @APP_DEFAULTS_DIR@/Xipdump
-+ $(INSTALL) Xipdump.ad ${DESTDIR}@prefix@/lib/X11/app-defaults/Xipdump
-
- .SUFFIXES: .E .w
Home |
Main Index |
Thread Index |
Old Index