From ce452499ffd7257235b0a6f13a8cea6f9985b6ef Mon Sep 17 00:00:00 2001
From: Ying-Chieh Liao <ijliao@FreeBSD.org>
Date: Sun, 7 Jul 2002 17:18:06 +0000
Subject: remove bitbox according to bento's log, it's unfetchable for 1 year

---
 archivers/Makefile                    |  1 -
 archivers/bitbox/Makefile             | 29 -----------------------------
 archivers/bitbox/distinfo             |  1 -
 archivers/bitbox/files/patch-bitbox.c | 12 ------------
 archivers/bitbox/files/patch-bitbox.h | 11 -----------
 archivers/bitbox/files/patch-makefile | 13 -------------
 archivers/bitbox/pkg-comment          |  1 -
 archivers/bitbox/pkg-descr            |  5 -----
 archivers/bitbox/pkg-plist            |  3 ---
 9 files changed, 76 deletions(-)
 delete mode 100644 archivers/bitbox/Makefile
 delete mode 100644 archivers/bitbox/distinfo
 delete mode 100644 archivers/bitbox/files/patch-bitbox.c
 delete mode 100644 archivers/bitbox/files/patch-bitbox.h
 delete mode 100644 archivers/bitbox/files/patch-makefile
 delete mode 100644 archivers/bitbox/pkg-comment
 delete mode 100644 archivers/bitbox/pkg-descr
 delete mode 100644 archivers/bitbox/pkg-plist

diff --git a/archivers/Makefile b/archivers/Makefile
index e5a6a052c8f3..85aa174dd240 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -4,7 +4,6 @@
     SUBDIR += 9e
     SUBDIR += arc
     SUBDIR += arj
-    SUBDIR += bitbox
     SUBDIR += bzip
     SUBDIR += bzip2
     SUBDIR += cabextract
diff --git a/archivers/bitbox/Makefile b/archivers/bitbox/Makefile
deleted file mode 100644
index 669c8f9411fa..000000000000
--- a/archivers/bitbox/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for:	bitbox
-# Date created:			Apr 8, 2001
-# Whom:				Ying-Chieh Liao <ijliao@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME=	bitbox
-PORTVERSION=	0.3.0
-CATEGORIES=	archivers
-MASTER_SITES=	http://home.stny.rr.com/gizmodrome/
-
-MAINTAINER=	ijliao@FreeBSD.org
-
-LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-
-WRKSRC=		${WRKDIR}/${PORTNAME}
-MAKEFILE=	makefile
-ALL_TARGET=	${PORTNAME}
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
-	@${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
-	${CP} ${WRKSRC}/quickstart.txt ${PREFIX}/share/doc/${PORTNAME}
-.endif
-
-.include <bsd.port.mk>
diff --git a/archivers/bitbox/distinfo b/archivers/bitbox/distinfo
deleted file mode 100644
index 02b356e7b32f..000000000000
--- a/archivers/bitbox/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (bitbox-0.3.0.tar.gz) = cc1b3ef4eb9a789a1ca7df5a718c8445
diff --git a/archivers/bitbox/files/patch-bitbox.c b/archivers/bitbox/files/patch-bitbox.c
deleted file mode 100644
index 5864460df26b..000000000000
--- a/archivers/bitbox/files/patch-bitbox.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- bitbox.c.orig	Mon Apr  2 02:26:37 2001
-+++ bitbox.c	Mon Apr  9 01:44:53 2001
-@@ -36,7 +36,8 @@
- #include <errno.h>
- 
- /* Needed for the size-invariant integer types, like int32_t. */
--#include <stdint.h>
-+/* #include <stdint.h> */
-+#include <sys/types.h>
- 
- /* We're not doing any networking, but we need the endian-swapping
-    macros, like htonl(). */
diff --git a/archivers/bitbox/files/patch-bitbox.h b/archivers/bitbox/files/patch-bitbox.h
deleted file mode 100644
index 72f3916a8b2d..000000000000
--- a/archivers/bitbox/files/patch-bitbox.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- bitbox.h.orig	Mon Apr  9 01:38:16 2001
-+++ bitbox.h	Mon Apr  9 01:38:29 2001
-@@ -1,7 +1,7 @@
- #ifndef __bitbox__
- #define __bitbox__
- 
--#include <stdint.h>
-+/* #include <stdint.h> */
- 
- /* Serialization/deserialization macros, just to save a few keystrokes.  Notice
-    that they all assume an int named rc is in scope, and that they're sensitive 
diff --git a/archivers/bitbox/files/patch-makefile b/archivers/bitbox/files/patch-makefile
deleted file mode 100644
index 1b688761fe15..000000000000
--- a/archivers/bitbox/files/patch-makefile
+++ /dev/null
@@ -1,13 +0,0 @@
---- makefile.orig	Mon Apr  9 01:41:48 2001
-+++ makefile	Mon Apr  2 02:26:37 2001
-@@ -1,8 +1,8 @@
- bitbox: bitbox.o
--	gcc bitbox.o -o bitbox -lz
-+	${CC} ${CFLAGS} bitbox.o -o bitbox -lz -L${LOCALBASE}/lib -lgnugetopt
- 
- bitbox.o: bitbox.c bitbox.h
--	gcc -Wall -c bitbox.c -o bitbox.o
-+	${CC} ${CFLAGS} -I${LOCALBASE}/include -c bitbox.c -o bitbox.o
- 
- 
- 
diff --git a/archivers/bitbox/pkg-comment b/archivers/bitbox/pkg-comment
deleted file mode 100644
index f8887d24e103..000000000000
--- a/archivers/bitbox/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-BitBox is a file splitter/joiner utility
diff --git a/archivers/bitbox/pkg-descr b/archivers/bitbox/pkg-descr
deleted file mode 100644
index 01cfc59a1e35..000000000000
--- a/archivers/bitbox/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-BitBox is a GPL'd file splitter/joiner utility that's intended to help
-distribute and re-distribute open source software packages via Internet
-newsgroups. Think of it as an open source version of the "RAR" program.
-
-WWW: http://home.stny.rr.com/gizmodrome/bitbox.html
diff --git a/archivers/bitbox/pkg-plist b/archivers/bitbox/pkg-plist
deleted file mode 100644
index eca32afb6349..000000000000
--- a/archivers/bitbox/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/bitbox
-%%PORTDOCS%%share/doc/bitbox/quickstart.txt
-%%PORTDOCS%%@dirrm share/doc/bitbox
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0