Remove expired port:

2018-03-21 games/timeseal: Abandoned, outdated, requires COMPAT_43 kernel option which was removed from GENERIC in FreeBSD 7.0
This commit is contained in:
Rene Ladan 2018-03-22 14:03:06 +00:00
parent 426af0fdb7
commit fea6b6da89
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465287
6 changed files with 1 additions and 50 deletions

1
MOVED
View File

@ -10220,3 +10220,4 @@ textproc/p5-HTML-CTPP2||2018-03-20|Has expired: Broken for more than 6 months
textproc/rubygem-compass-rails||2018-03-20|Has expired: Broken for more than 6 months
graphics/pfscalibration||2018-03-20|Deprecated: pfs-calibration is a part of pfstools (from version 2.0)
graphics/pfstmo||2018-03-20|Deprecated: pfstmo is a part of pfstools
games/timeseal||2018-03-22|Has expired: Abandoned, outdated, requires COMPAT_43 kernel option which was removed from GENERIC in FreeBSD 7.0

View File

@ -976,7 +976,6 @@
SUBDIR += thegrind
SUBDIR += thudboard
SUBDIR += tileworld
SUBDIR += timeseal
SUBDIR += tinymux
SUBDIR += tkmoo
SUBDIR += tomatoes

View File

@ -1,26 +0,0 @@
# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org>
# $FreeBSD$
PORTNAME= timeseal
PORTVERSION= 1.0
CATEGORIES= games
MASTER_SITES= LOCAL/jylefort
DISTFILES= timeseal.BSD386-1.0-i386
EXTRACT_ONLY=
MAINTAINER= ports@FreeBSD.org
COMMENT= Account for network lag in FICS chess games
DEPRECATED= Abandoned, outdated, requires COMPAT_43 kernel option which was removed from GENERIC in FreeBSD 7.0
EXPIRATION_DATE= 2018-03-21
ONLY_FOR_ARCHS= i386 amd64
NO_BUILD= yes
STRIP= # strip(1) does not support a.out binaries
PLIST_FILES= bin/timeseal
PKGMESSAGE= pkg-message.aout
do-install:
${INSTALL_PROGRAM} ${_DISTDIR}/${_DISTFILES} ${STAGEDIR}${PREFIX}/bin/timeseal
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (timeseal.BSD386-1.0-i386) = 488ce5a3d0398f3cb3cbb4f625d541507c9ffd8688defe708ace402e090ae2d0
SIZE (timeseal.BSD386-1.0-i386) = 64289

View File

@ -1,8 +0,0 @@
timeseal is a program that has been developed to improve chess on internet.
Netlag often causes players to lose valuable seconds or even minutes on their
chess clocks. Transmission time is counted against you, unless the chess
server can tell exactly when information is transmitted. The timeseal program
acts as a relay station and keeps track of transmission times. What timeseal
does is record your thinking time, so that transmission time is not counted
against you. Timeseal will not prevent netlag but it makes the games fairer
when lag occurs.

View File

@ -1,13 +0,0 @@
===============================================================================
timeseal requires a.out support, which is provided by the a.out kernel module.
To load the kernel module immediately, type the following command:
kldload aout
To load the kernel module at boot, add the following line to /boot/loader.conf:
aout_load="YES"
===============================================================================