summaryrefslogtreecommitdiff
path: root/net-mgmt/sing
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-09-30 12:28:26 +0000
committerRene Ladan <rene@FreeBSD.org>2014-09-30 12:28:26 +0000
commit67eb00ba41d54762933bef29d307879f87ec2a16 (patch)
tree8901e20b698721ae14ddefd27c9d644b9fb55366 /net-mgmt/sing
parentThis is deprecated. (diff)
Remove expired ports:
2014-08-31 net/libnet10: Superseded by net/libnet 2014-09-30 net/despoof: Depends on expired net/libnet10 2014-09-30 sysutils/gpkgdep: Requires old pkg_info 2014-09-30 security/vida: Depends on expired net/libnet10 2014-09-30 net/nemesis: Depends on expired net/libnet10 2014-09-30 net-mgmt/sing: Depends on expired net/libnet10 2014-09-30 net-mgmt/gps: Depends on expired net/libnet10 2014-09-30 net/ttlscan: Depends on expired net/libnet10 2014-09-30 security/zombiezapper: Depends on expired net/libnet10 2014-09-30 dns/dnshijacker: Depends on expired net/libnet10 2014-09-30 net/xboxproxy: Depends on expired net/libnet10 2014-09-30 net-mgmt/scdp: Depends on expired net/libnet10 2014-09-30 net-mgmt/angst: Depends on expired net/libnet10 2014-09-30 security/py-otr: Abandoned upstream 2014-09-30 net-p2p/cdonkey: depends on deprecated db41 version
Notes
Notes: svn path=/head/; revision=369592
Diffstat (limited to 'net-mgmt/sing')
-rw-r--r--net-mgmt/sing/Makefile36
-rw-r--r--net-mgmt/sing/distinfo2
-rw-r--r--net-mgmt/sing/files/patch-Makefile.in45
-rw-r--r--net-mgmt/sing/files/patch-configure53
-rw-r--r--net-mgmt/sing/pkg-descr18
5 files changed, 0 insertions, 154 deletions
diff --git a/net-mgmt/sing/Makefile b/net-mgmt/sing/Makefile
deleted file mode 100644
index f3bcc6492323..000000000000
--- a/net-mgmt/sing/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# Created by: Roman Shterenzon <roman@xpert.com>
-# $FreeBSD$
-
-PORTNAME= sing
-PORTVERSION= 1.1
-PORTREVISION= 2
-CATEGORIES= net-mgmt security
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20sources/${PORTVERSION}
-DISTNAME= SING-${PORTVERSION}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Tool for sending customized ICMP packets
-
-LICENSE= GPLv2
-
-DEPRECATED= Depends on expired net/libnet10
-EXPIRATION_DATE= 2014-09-30
-
-BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-libpcap-prefix=/usr
-CPPFLAGS+= `${LIBNET_CONFIG} --defines` \
- `${LIBNET_CONFIG} --cflags`
-LIBS+= `${LIBNET_CONFIG} --libs`
-PLIST_FILES= sbin/sing \
- man/man8/sing.8.gz
-
-LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config
-
-post-extract:
- @${RM} -rf ${WRKSRC}/libpcap-* ;\
- ${RM} -rf ${WRKSRC}/Libnet-*
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/sing/distinfo b/net-mgmt/sing/distinfo
deleted file mode 100644
index bcd866890fab..000000000000
--- a/net-mgmt/sing/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (SING-1.1.tgz) = aed0af97180a25926f8a0bf83ddfa301ac7ab6b6c3f01ab111d855b4dafa2b77
-SIZE (SING-1.1.tgz) = 446221
diff --git a/net-mgmt/sing/files/patch-Makefile.in b/net-mgmt/sing/files/patch-Makefile.in
deleted file mode 100644
index 89198ecd6a7b..000000000000
--- a/net-mgmt/sing/files/patch-Makefile.in
+++ /dev/null
@@ -1,45 +0,0 @@
---- Makefile.in.orig Wed Apr 18 14:11:06 2001
-+++ Makefile.in Thu May 3 16:01:19 2001
-@@ -76,7 +76,7 @@
- libnetdir = @libnetdir@
- libpcapdir = @libpcapdir@
-
--INCLUDES = -I$(includedir) -I$(libpcapdir) -I$(libnetdir)/include
-+INCLUDES = -I$(includedir) #-I$(libpcapdir) -I$(libnetdir)/include
-
- LIBS = @LIBS@ -lpcap -lnet
-
-@@ -111,7 +111,7 @@
- SOURCES = $(sing_SOURCES)
- OBJECTS = $(sing_OBJECTS)
-
--all: libpcap libnet all-redirect
-+all: all-redirect
- .SUFFIXES:
- .SUFFIXES: .S .c .o .s
-
-@@ -152,11 +152,11 @@
-
- install-binPROGRAMS: $(bin_PROGRAMS)
- @$(NORMAL_INSTALL)
-- $(mkinstalldirs) $(DESTDIR)$(bindir)
-+ $(mkinstalldirs) $(DESTDIR)$(sbindir)
- @list='$(bin_PROGRAMS)'; for p in $$list; do \
- if test -f $$p; then \
-- echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
-- $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
-+ echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
-+ $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
- else :; fi; \
- done
-
-@@ -226,8 +226,7 @@
-
-
- help.o: help.c config.h
--sing.o: sing.c config.h libpcap-0.4/pcap.h libpcap-0.4/net/bpf.h \
-- sing.h ipcompat.h misc.h packet.h dev_struct.h
-+sing.o: sing.c config.h sing.h ipcompat.h misc.h packet.h dev_struct.h
- ip_options.o: ip_options.c config.h ip_options.h ipcompat.h packet.h \
- misc.h
- device.o: device.c config.h device.h misc.h packet.h dev_struct.h
diff --git a/net-mgmt/sing/files/patch-configure b/net-mgmt/sing/files/patch-configure
deleted file mode 100644
index 44c0c18a9355..000000000000
--- a/net-mgmt/sing/files/patch-configure
+++ /dev/null
@@ -1,53 +0,0 @@
---- configure.orig Thu May 3 17:44:18 2001
-+++ configure Thu May 3 16:33:56 2001
-@@ -11,6 +11,10 @@
- ac_help=
- ac_default_prefix=/usr/local
- # Any additions from configure.in:
-+ac_help="$ac_help
-+ --with-libnet-prefix=PATH path for libnet-config"
-+ac_help="$ac_help
-+ --with-libpcap-prefix=PATH path for libpcap"
-
- # Initialize some variables set by options.
- # The variables have the same names as the options, with
-@@ -526,8 +530,23 @@
-
-
-
--libpcapdir=libpcap-0.4
--libnetdir=Libnet-1.0.1b
-+# Check whether --with-libnet-prefix or --without-libnet-prefix was given.
-+if test "${with_libnet_prefix+set}" = set; then
-+ withval="$with_libnet_prefix/bin"
-+ libnetdir="$withval"
-+else
-+ libnetdir="Libnet-1.0.1b"
-+fi
-+
-+
-+# Check whether --with-libpcap-prefix or --without-libpcap-prefix was given.
-+if test "${with_libpcap_prefix+set}" = set; then
-+ withval="$with_libpcap_prefix"
-+ libpcapdir="$withval"
-+else
-+ libpcapdir="libpcap-0.4"
-+fi
-+
-
-
-
-@@ -1097,12 +1116,9 @@
- fi
- fi
-
--if test -n "$GCC"; then
-- CFLAGS="-O3 -Wall"
--fi
-
- echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
--echo "configure:1106: checking how to run the C preprocessor" >&5
-+echo "configure:1122: checking how to run the C preprocessor" >&5
- # On Suns, sometimes $CPP names a directory.
- if test -n "$CPP" && test -d "$CPP"; then
- CPP=
diff --git a/net-mgmt/sing/pkg-descr b/net-mgmt/sing/pkg-descr
deleted file mode 100644
index 490e930560eb..000000000000
--- a/net-mgmt/sing/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-Sing is a little tool that sends ICMP packets fully customized from command
-line. The main purpose is to replace/complement the niceful ping command
-with certain enhancements as:
-
- - Send fragmented packets (Linux and BSD).
- - Send monster packets > 65534 (Linux and BSD).
- - Send/read spoofed packets.
- - Send many ICMP Information types in addition to the ECHO REQUEST type sent
- by default as Address Mask Request, Timestamp, Information Request, Router
- Solicitation and Router Advertisement.
- - Send many ICMP error types: Redirect, Source Quench, Time Exceeded,
- Destination Unreach and Parameter Problem.
- - Send to host with Loose or Strict Source Routing.
- - Use little fingerprinting techniques to discover Windows or Solaris boxes.
- - Send ICMP packets emulating certain OS: Cisco, Solaris, Linux, Shiva,
- Unix and Windows at the moment.
-
-WWW: http://sourceforge.net/projects/sing/