aboutsummaryrefslogtreecommitdiff
path: root/games/timeseal
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-03-22 14:03:06 +0000
committerRene Ladan <rene@FreeBSD.org>2018-03-22 14:03:06 +0000
commitfea6b6da894cd5f076968b3027eba112f7b1156d (patch)
tree1491c6965d9d72938644d9ba466123361bd46a18 /games/timeseal
parent426af0fdb766e8b404c767b8a0f3f828293832d7 (diff)
downloadports-fea6b6da894cd5f076968b3027eba112f7b1156d.tar.gz
ports-fea6b6da894cd5f076968b3027eba112f7b1156d.zip
Remove expired port:
2018-03-21 games/timeseal: Abandoned, outdated, requires COMPAT_43 kernel option which was removed from GENERIC in FreeBSD 7.0
Notes
Notes: svn path=/head/; revision=465287
Diffstat (limited to 'games/timeseal')
-rw-r--r--games/timeseal/Makefile26
-rw-r--r--games/timeseal/distinfo2
-rw-r--r--games/timeseal/pkg-descr8
-rw-r--r--games/timeseal/pkg-message.aout13
4 files changed, 0 insertions, 49 deletions
diff --git a/games/timeseal/Makefile b/games/timeseal/Makefile
deleted file mode 100644
index c20d8068cb45..000000000000
--- a/games/timeseal/Makefile
+++ /dev/null
@@ -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>
diff --git a/games/timeseal/distinfo b/games/timeseal/distinfo
deleted file mode 100644
index a29db2f2dddd..000000000000
--- a/games/timeseal/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (timeseal.BSD386-1.0-i386) = 488ce5a3d0398f3cb3cbb4f625d541507c9ffd8688defe708ace402e090ae2d0
-SIZE (timeseal.BSD386-1.0-i386) = 64289
diff --git a/games/timeseal/pkg-descr b/games/timeseal/pkg-descr
deleted file mode 100644
index dccd3e810343..000000000000
--- a/games/timeseal/pkg-descr
+++ /dev/null
@@ -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.
diff --git a/games/timeseal/pkg-message.aout b/games/timeseal/pkg-message.aout
deleted file mode 100644
index 4d6468a73da2..000000000000
--- a/games/timeseal/pkg-message.aout
+++ /dev/null
@@ -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"
-
-===============================================================================