1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

Remove comms/hcidump. The only master site was a geocities web page

which disappeared almost 3 years ago.

Approved by:	maintainer
This commit is contained in:
Doug Barton 2011-09-03 07:23:04 +00:00
parent ae1d1e9a47
commit 2f55ac3c66
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281065
8 changed files with 2 additions and 75 deletions

3
MOVED
View File

@ -2579,7 +2579,8 @@ devel/ruby-rbtree||2011-09-01|Has expired: No Master Site
dns/host||2011-09-01|Has expired: No more public distfiles
emulators/linux-padjoy||2011-09-01|Has expired: No more public distfiles
emulators/mame-extras||2011-09-01|Has expired: No more public distfiles
emulators/snespp||2011-09-01|Has expired: BROKEN for more than 6 month
emulators/snespp||2011-09-01|Has expired: BROKEN for more than 6 months
emulators/xgs||2011-09-01|Has expired: No more public distfiles
ftp/gproftpd||2011-09-01|Has expired: No more public distfiles
ftp/muddleftpd||2011-09-01|Has expired: No more public distfiles
comms/hcidump||2011-09-03|Has expired: No more public distfiles

View File

@ -49,7 +49,6 @@
SUBDIR += gsmlib
SUBDIR += hamfax
SUBDIR += hamlib
SUBDIR += hcidump
SUBDIR += hf
SUBDIR += hso-kmod
SUBDIR += hylafax

View File

@ -1,25 +0,0 @@
# New ports collection makefile for: hcidump
# Date created: 10 Dec 2004
# Whom: Pav Lucistnik <pav@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= hcidump
PORTVERSION= 1.5.1
CATEGORIES= comms sysutils
MASTER_SITES= http://www.geocities.com/m_evmenkin/
MAINTAINER= pav@FreeBSD.org
COMMENT= Bluetooth traffic dumper, similar to tcpdump
DEPRECATED= No Master Site
EXPIRATION_DATE= 2011-09-01
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN1= hcidump.1
MANCOMPRESSED= yes
PLIST_FILES= bin/hcidump
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (hcidump-1.5.1.tar.gz) = fffd83539c9e1c565a381bc4e178597be0c64a1eb3364e6ce31db1f30827ab4e
SIZE (hcidump-1.5.1.tar.gz) = 32480

View File

@ -1,19 +0,0 @@
--- hcidump/Makefile.orig Fri Mar 12 23:16:58 2004
+++ hcidump/Makefile Fri Dec 10 21:06:23 2004
@@ -2,13 +2,12 @@
# $FreeBSD$
PROG= hcidump
-BINDIR= /usr/local/bin
-MANDIR= /usr/local/man/man
+BINDIR= ${PREFIX}/bin
+MANDIR= ${PREFIX}/man/man
MAN1= hcidump.1
SRCS= hcidump.c
WARNS?= 2
-DEBUG_FLAGS= -g
-CFLAGS= -O2 -I../parser
+CFLAGS+= -I../parser
DPADD+= ../parser/libparser.a
LDADD+= -L../parser -lparser

View File

@ -1,12 +0,0 @@
--- parser/Makefile.orig Fri Mar 12 23:16:59 2004
+++ parser/Makefile Fri Dec 10 21:07:28 2004
@@ -7,8 +7,7 @@
MAN=
SRCS= bnep.c cmtp.c hidp.c l2cap.c rfcomm.c hci.c parser.c sdp.c
WARNS?= 2
-DEBUG_FLAGS= -g
-CFLAGS= -O2
+CFLAGS?= -O2
NOPROFILE= 1

View File

@ -1,11 +0,0 @@
--- parser/parser.c.ORIG Fri Sep 22 23:33:36 2006
+++ parser/parser.c Fri Sep 22 23:34:45 2006
@@ -65,7 +65,7 @@
if (!parser.state) {
if (parser.flags & DUMP_TSTAMP)
- printf("%8lu.%06lu ", f->ts.tv_sec, f->ts.tv_usec);
+ printf("%8lu.%06lu ", (unsigned long)f->ts.tv_sec, f->ts.tv_usec);
printf("%c ", (f->in ? '>' : '<'));
parser.state = 1;
} else

View File

@ -1,4 +0,0 @@
HCIdump reads raw HCI data coming from and going to a Bluetooth device and
prints to screen commands, events and data in a human-readable form.
Optionally, the dump can be written to a file rather than parsed, and the dump
file can be parsed in a subsequent moment.