aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--games/Makefile1
-rw-r--r--games/bnetd/Makefile43
-rw-r--r--games/bnetd/distinfo1
-rw-r--r--games/bnetd/files/bnetd.sh21
-rw-r--r--games/bnetd/pkg-descr15
-rw-r--r--games/bnetd/pkg-plist58
7 files changed, 1 insertions, 139 deletions
diff --git a/MOVED b/MOVED
index 1dfdb6f5508c..dcfbe499c718 100644
--- a/MOVED
+++ b/MOVED
@@ -423,3 +423,4 @@ chinese/acroread-chtfont|chinese/acroread5-chtfont|2003-07-24|security vulnerabi
x11-wm/xfwm4|x11-wm/xfce4-wm|2003-07-27|rename it to be consistent with other xfce4 ports
misc/shc||2003-07-30|broken for nearly a year
mail/icqmail||2003-07-30|port no longer works, and is no longer developed
+games/bnetd||2003-07-30|project was abandoned for legal reasons
diff --git a/games/Makefile b/games/Makefile
index b25c894dfc75..0c308317515c 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -40,7 +40,6 @@
SUBDIR += block
SUBDIR += blockade
SUBDIR += blue
- SUBDIR += bnetd
SUBDIR += bogged
SUBDIR += bomb
SUBDIR += bomberclone
diff --git a/games/bnetd/Makefile b/games/bnetd/Makefile
deleted file mode 100644
index e7e07b1d8882..000000000000
--- a/games/bnetd/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: bnetd
-# Date created: 24 April 1999
-# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
-#
-# $FreeBSD$
-#
-
-PORTNAME= bnetd
-PORTVERSION= 0.4.25
-PORTREVISION= 0
-CATEGORIES= games net
-MASTER_SITES= ftp://ftp.bnetd.org/pub/source/ \
- ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/pre/}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A program that attempts to emulate Blizzard's Battle.net service
-
-IGNORE= "has been disabled for legal issue"
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/bnetd \
- --localstatedir=${PREFIX}/share/bnetd # --with-bits
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
-
-MAN1= bnbot.1 bnchat.1 bnetd.1 bnftp.1 bni2tga.1 bnibuild.1 bniextract.1 \
- bnilist.1 bnpass.1 bnproxy.1 bnstat.1 bntrackd.1 tgainfo.1
-MAN5= bnetd.conf.5 bntext.5
-MLINKS= bntext.5 bnmotd.txt.5 bntext.5 bnnews.txt.5 bntext.5 bnissue.5
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/bnetd
- ${CP} -R ${WRKSRC}/../docs/ ${PREFIX}/share/doc/bnetd
-.endif
- @if [ ! -f ${PREFIX}/etc/rc.d/bnetd.sh ]; then \
- ${ECHO} "Installing ${PREFIX}/etc/rc.d/bnetd.sh startup file."; \
- ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/bnetd.sh \
- ${PREFIX}/etc/rc.d/bnetd.sh; \
- fi
-
-.include <bsd.port.mk>
diff --git a/games/bnetd/distinfo b/games/bnetd/distinfo
deleted file mode 100644
index 9a99ba1a7f66..000000000000
--- a/games/bnetd/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (bnetd-0.4.25.tar.gz) = 8a27ad997fabfb6d1dc514bb14c01bed
diff --git a/games/bnetd/files/bnetd.sh b/games/bnetd/files/bnetd.sh
deleted file mode 100644
index fa3f1fd139f1..000000000000
--- a/games/bnetd/files/bnetd.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-# $FreeBSD$
-
-if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then
- echo "$0: Cannot determine the PREFIX" >&2
- exit 1
-fi
-
-case "$1" in
-start)
- cd ${PREFIX}; [ -x sbin/bnetd -a -f etc/bnetd/bnetd.conf ] && sbin/bnetd -c etc/bnetd/bnetd.conf > /dev/null && echo -n ' bnetd'
- ;;
-stop)
- killall bnetd && echo -n ' bnetd'
- ;;
-*)
- echo "Usage: `basename $0` {start|stop}" >&2
- ;;
-esac
-
-exit 0
diff --git a/games/bnetd/pkg-descr b/games/bnetd/pkg-descr
deleted file mode 100644
index 181af9bf0544..000000000000
--- a/games/bnetd/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-The project is a collaboration focusing on development of the bnetd server.
-This is a program that attempts to emulate Blizzard's Battle.net service.
-
-A major part of the effort is supporting all Blizzard's Battle.net compatible
-games. The server may eventually support some non-Blizzard clients as well,
-but no work is currently being put into that. Certain software in addition to
-the bnetd server should also be considered part of the bnetd project. This
-includes BNS (BNetd Selector), bnchat (a text-based chat client), the BNI
-utilities, and bntrackd (BNetd TRACKing Daemon). The bnetd team also produces
-documentation about these programs and the Battle.net protocol.
-
-WWW: http://www.bnetd.org/
-
-- Ying-Chieh Liao
-ijliao@csie.nctu.edu.tw
diff --git a/games/bnetd/pkg-plist b/games/bnetd/pkg-plist
deleted file mode 100644
index 40bbfd4df28e..000000000000
--- a/games/bnetd/pkg-plist
+++ /dev/null
@@ -1,58 +0,0 @@
-bin/bnbot
-bin/bnchat
-bin/bnftp
-bin/bni2tga
-bin/bnibuild
-bin/bniextract
-bin/bnilist
-bin/bnpass
-bin/bnstat
-bin/tgainfo
-sbin/bnetd
-sbin/bnproxy
-sbin/bntrackd
-sbin/d2cs
-sbin/d2dbs
-etc/rc.d/bnetd.sh
-etc/bnetd/ad.list
-etc/bnetd/autoupdate
-etc/bnetd/bnban
-etc/bnetd/bnbitsmotd.txt
-etc/bnetd/bnbitspasswd
-etc/bnetd/bnetd.conf
-etc/bnetd/bnetd_default_user
-etc/bnetd/bnhelp
-etc/bnetd/bnissue.txt
-etc/bnetd/bnmotd.txt
-etc/bnetd/channel.list
-etc/bnetd/d2cs.conf
-etc/bnetd/d2dbs.conf
-etc/bnetd/gametrans
-etc/bnetd/news.txt
-etc/bnetd/realm.list
-etc/bnetd/versioncheck
-share/bnetd/files/ad000001.pcx
-share/bnetd/files/bnserver-D2DV.ini
-share/bnetd/files/icons.bni
-share/bnetd/files/newbie.save
-share/bnetd/files/tos.txt
-@dirrm etc/bnetd
-@unexec rm -rf %D/share/bnetd 2>/dev/null || true
-%%PORTDOCS%%share/doc/bnetd/CHANGES_BNIUTILS
-%%PORTDOCS%%share/doc/bnetd/CHANGE_BUCKY
-%%PORTDOCS%%share/doc/bnetd/CHANGE_VAP
-%%PORTDOCS%%share/doc/bnetd/FAQ.html
-%%PORTDOCS%%share/doc/bnetd/README.BORLAND
-%%PORTDOCS%%share/doc/bnetd/README.adbanner
-%%PORTDOCS%%share/doc/bnetd/README.bits
-%%PORTDOCS%%share/doc/bnetd/README.bni
-%%PORTDOCS%%share/doc/bnetd/README.debugging
-%%PORTDOCS%%share/doc/bnetd/README.diablo108
-%%PORTDOCS%%share/doc/bnetd/README.ladder
-%%PORTDOCS%%share/doc/bnetd/README.registry
-%%PORTDOCS%%share/doc/bnetd/README.storage
-%%PORTDOCS%%share/doc/bnetd/TODO.Sherpya
-%%PORTDOCS%%share/doc/bnetd/TODO_BUCKY
-%%PORTDOCS%%share/doc/bnetd/TODO_VAP
-%%PORTDOCS%%share/doc/bnetd/bniheader.txt
-%%PORTDOCS%%@dirrm share/doc/bnetd