diff options
author | rene <rene@FreeBSD.org> | 2014-09-30 20:28:26 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-09-30 20:28:26 +0800 |
commit | 9ba4c8bfa828f64d9092b4f48c62819840532f7a (patch) | |
tree | 8901e20b698721ae14ddefd27c9d644b9fb55366 /net/despoof | |
parent | 4781565a3268dfad26d39d74142868934496246f (diff) | |
download | freebsd-ports-gnome-9ba4c8bfa828f64d9092b4f48c62819840532f7a.tar.gz freebsd-ports-gnome-9ba4c8bfa828f64d9092b4f48c62819840532f7a.tar.zst freebsd-ports-gnome-9ba4c8bfa828f64d9092b4f48c62819840532f7a.zip |
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
Diffstat (limited to 'net/despoof')
-rw-r--r-- | net/despoof/Makefile | 38 | ||||
-rw-r--r-- | net/despoof/distinfo | 2 | ||||
-rw-r--r-- | net/despoof/files/patch-Makefile | 17 | ||||
-rw-r--r-- | net/despoof/files/patch-despoof.c | 11 | ||||
-rw-r--r-- | net/despoof/pkg-descr | 6 | ||||
-rw-r--r-- | net/despoof/pkg-plist | 3 |
6 files changed, 0 insertions, 77 deletions
diff --git a/net/despoof/Makefile b/net/despoof/Makefile deleted file mode 100644 index e5057354332a..000000000000 --- a/net/despoof/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# Created by: Kris Kennaway <kris@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= despoof -PORTVERSION= 0.9 -PORTREVISION= 3 -CATEGORIES= net security -MASTER_SITES= ${MASTER_SITE_PACKETSTORM} -MASTER_SITE_SUBDIR= UNIX/misc - -MAINTAINER= portmaster@bsdforge.com -COMMENT= Command-line anti-spoofing detection utility - -DEPRECATED= Depends on expired net/libnet10 -EXPIRATION_DATE= 2014-09-30 - -BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10 - -LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config -USES= tar:tgz - -OPTIONS_DEFINE= DOCS - -post-patch: - @${REINPLACE_CMD} -e \ - 's|-I$${LOCALBASE}/include ||; \ - s|-L$${LOCALBASE}/lib ||; \ - s|--defines|& --cflags|; \ - s|libnet-config|${LIBNET_CONFIG}|; \ - s|-lnet |`${LIBNET_CONFIG} --libs` |' \ - ${WRKSRC}/${MAKEFILE} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/despoof ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/net/despoof/distinfo b/net/despoof/distinfo deleted file mode 100644 index 1478a4db34cb..000000000000 --- a/net/despoof/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (despoof-0.9.tgz) = c730656dba9ef4d9ad86dcb864c528f945e8c29c056ccfe8f82664ec9d4a1e39 -SIZE (despoof-0.9.tgz) = 8792 diff --git a/net/despoof/files/patch-Makefile b/net/despoof/files/patch-Makefile deleted file mode 100644 index 89bfdfbd640f..000000000000 --- a/net/despoof/files/patch-Makefile +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile.orig Sat Sep 2 18:33:10 2000 -+++ Makefile Sat Sep 2 18:35:05 2000 -@@ -1,10 +1,10 @@ - # despoof makefile - # --CC=gcc --CFLAGS=-O3 -+CC?=gcc -+CFLAGS?=-O - PROG=despoof --DEFS=`libnet-config --defines` --LIBS=-lnet -lpcap -+DEFS=-I${LOCALBASE}/include `libnet-config --defines` -+LIBS=-L${LOCALBASE}/lib -lnet -lpcap - - default: all - diff --git a/net/despoof/files/patch-despoof.c b/net/despoof/files/patch-despoof.c deleted file mode 100644 index fde6ceb4a075..000000000000 --- a/net/despoof/files/patch-despoof.c +++ /dev/null @@ -1,11 +0,0 @@ ---- despoof.c.orig Sat Sep 2 18:34:37 2000 -+++ despoof.c Sat Sep 2 18:34:45 2000 -@@ -150,7 +150,7 @@ - - if (targetaddr == ip->ip_src.s_addr) - { -- if (((inquery == 1) && (icmp->icmp_type == ICMP_ECHOREPLY)) || ((inquery == 2) && (icmp->icmp_type == ICMP_TIMESTAMPREPLY)) || ((inquery == 3) && (sport == ntohs(tcphdr->th_dport)))) -+ if (((inquery == 1) && (icmp->icmp_type == ICMP_ECHOREPLY)) || ((inquery == 2) && (icmp->icmp_type == ICMP_TSTAMPREPLY)) || ((inquery == 3) && (sport == ntohs(tcphdr->th_dport)))) - { - if (ttlval == ip->ip_ttl) - { diff --git a/net/despoof/pkg-descr b/net/despoof/pkg-descr deleted file mode 100644 index 9b3407492fe7..000000000000 --- a/net/despoof/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -A command-line anti-spoofing detection utility. The idea is simple: -should you receive a packet that you suspect is spoofed, try to determine the -real TTL of the packet and compare it to the TTL of the packet you received. -This is intended for use as a component to an IDS toolkit, and the likes. - -WWW: http://BSDforge.com/projects/net/despoof/ diff --git a/net/despoof/pkg-plist b/net/despoof/pkg-plist deleted file mode 100644 index d0a161f4f02c..000000000000 --- a/net/despoof/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/despoof -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% |