diff options
author | scheidell <scheidell@FreeBSD.org> | 2012-05-12 05:08:38 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2012-05-12 05:08:38 +0800 |
commit | 25fb9077af515e9d7ea5508154de398f27167cc8 (patch) | |
tree | 1dc2a4bb883150febcc7e04812f31957e4c7d77a /games | |
parent | 1d08ce20802797e06fdbf71292e8d5c1ce672550 (diff) | |
download | freebsd-ports-gnome-25fb9077af515e9d7ea5508154de398f27167cc8.tar.gz freebsd-ports-gnome-25fb9077af515e9d7ea5508154de398f27167cc8.tar.zst freebsd-ports-gnome-25fb9077af515e9d7ea5508154de398f27167cc8.zip |
- Remove unmaintained COW-3 binary in favor of supported opensource client-cow version
PR: ports/167349
Submitted by: Kevin Zheng <kevinz5000@gmail.com> (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/netrek-COW3-bin/Makefile | 30 | ||||
-rw-r--r-- | games/netrek-COW3-bin/distinfo | 2 | ||||
-rw-r--r-- | games/netrek-COW3-bin/pkg-descr | 23 | ||||
-rw-r--r-- | games/netrek-COW3-bin/pkg-message | 19 |
4 files changed, 0 insertions, 74 deletions
diff --git a/games/netrek-COW3-bin/Makefile b/games/netrek-COW3-bin/Makefile deleted file mode 100644 index 50bc0220a70d..000000000000 --- a/games/netrek-COW3-bin/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: netrek -# Date created: 15 Mar 1999 -# Whom: Donald Burr <dburr@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= netrek-COW -PORTVERSION= 3.00.0 -PORTREVISION= 2 -CATEGORIES= games -MASTER_SITES= http://ftp.netrek.org/pub/netrek/clients/cow/COW-bin/old/ -DISTFILES= COW.3.00pl0.FreeBSD.gz - -MAINTAINER= ports@FreeBSD.org -COMMENT= A 16-player network space battle/conquest game with a Star Trek theme - -NO_BUILD= YES -NO_WRKSUBDIR= YES -PLIST_FILES= bin/netrek - -do-extract: - ${MKDIR} ${WRKDIR} - ${GUNZIP_CMD} < ${DISTDIR}/${DISTFILES} > ${WRKDIR}/netrek - -do-install: - ${INSTALL} -c -o root -g wheel -m 555 ${WRKDIR}/netrek ${PREFIX}/bin - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/games/netrek-COW3-bin/distinfo b/games/netrek-COW3-bin/distinfo deleted file mode 100644 index 6be1b66a4136..000000000000 --- a/games/netrek-COW3-bin/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (COW.3.00pl0.FreeBSD.gz) = db2cbe3afce9f47a58227b4e40ed82926de45b83e4c8c650e7cd9070a7652d78 -SIZE (COW.3.00pl0.FreeBSD.gz) = 159237 diff --git a/games/netrek-COW3-bin/pkg-descr b/games/netrek-COW3-bin/pkg-descr deleted file mode 100644 index ff5e392efb37..000000000000 --- a/games/netrek-COW3-bin/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -Netrek is a multiplayer (up to 16 players) network space battle/conquest -game, with a Star Trek theem. Players can command one of several ship -types (Federation/Romulan/Klingon/Orion) and can band up in teams. The -object of the game is, basically, to control the Universe, by capturing -enemy planets, killing the enemy, etc. - -WWW: http://www.netrek.org/ - -NOTE: This is the "COW3" client. It has several improvements over the -older servers -- a flashy 256 color mode, sound support, etc. Naturally, -these embellishments require more processing power. If your system is -on the sluggish side, you may like the "BRMH" client (also in ports) better. - -NOTE 2: This client is distributed in binary form, because it is a -"Blessed" client, meaning that it has been approved by the "Gods of Netrek" -and has had an RSA key embedded in it. You can, of course, compile your -own client if you wish, but keep in mind that, if you do so, your client -will be "Un-Blessed" and will probably be kicked out of the official -servers. This is to prevent some unscrupulous player from hacking his/her -client to give him/her superhuman powers ("cyborgs", or "borgs"). - -NOTE 3: This client, since it is still in development, has an expiration -date. The current version of the client will expire on Fri, 4/16/99. diff --git a/games/netrek-COW3-bin/pkg-message b/games/netrek-COW3-bin/pkg-message deleted file mode 100644 index 1ef048ebdabd..000000000000 --- a/games/netrek-COW3-bin/pkg-message +++ /dev/null @@ -1,19 +0,0 @@ -The Netrek client is now installed. You may start it by typing "netrek". - -Be sure and read the Netrek web site (http://www.netrek.org/) before you -play! It contains many useful documents for the new (and not-so-new) -Netrek player, including the Netrek FAQ. Highly recommended reading! - -NOTE: Since this client was compiled, the address of the Netrek metaserver -has changed. The new metaserver address is "metaserver.netrek.org"> -To fix this, please insert the following into your ${HOME}/.netrekrc -file: - -metaserver: metaserver.netrek.org - -NOTE 2: This client, since it is still in development, has an expiration -date. The current version of the client will expire on Fri, 4/16/99. -I will be sure and update the port before this expiration date, when the -next version of the client comes out. :) - -Enjoy, have fun, and may you live long and prosper... |