aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-07-08 01:18:06 +0800
committerijliao <ijliao@FreeBSD.org>2002-07-08 01:18:06 +0800
commitc750f792647391cfbf77adf687bad931f5d3d950 (patch)
tree983af158bf22f586e6578bb7a194ee96a550cd15 /archivers
parent30c1ec1394eba4005a72b115dc66ce9843aea455 (diff)
downloadfreebsd-ports-gnome-c750f792647391cfbf77adf687bad931f5d3d950.tar.gz
freebsd-ports-gnome-c750f792647391cfbf77adf687bad931f5d3d950.tar.zst
freebsd-ports-gnome-c750f792647391cfbf77adf687bad931f5d3d950.zip
remove bitbox
according to bento's log, it's unfetchable for 1 year
Diffstat (limited to 'archivers')
-rw-r--r--archivers/Makefile1
-rw-r--r--archivers/bitbox/Makefile29
-rw-r--r--archivers/bitbox/distinfo1
-rw-r--r--archivers/bitbox/files/patch-bitbox.c12
-rw-r--r--archivers/bitbox/files/patch-bitbox.h11
-rw-r--r--archivers/bitbox/files/patch-makefile13
-rw-r--r--archivers/bitbox/pkg-comment1
-rw-r--r--archivers/bitbox/pkg-descr5
-rw-r--r--archivers/bitbox/pkg-plist3
9 files changed, 0 insertions, 76 deletions
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