pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games games: Remove sirius - old GNOME 2 game with dea...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ed74a99c5d8
branches:  trunk
changeset: 423947:8ed74a99c5d8
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Mar 01 11:52:23 2020 +0000

description:
games: Remove sirius - old GNOME 2 game with dead upstream site

appears to be barely available outside pkgsrc, but there's another 'sirius'
package - a "domain specific library for electronic structure calculations"
which is actively maintained

diffstat:

 games/Makefile        |   3 +--
 games/sirius/DESCR    |  15 ---------------
 games/sirius/Makefile |  24 ------------------------
 games/sirius/PLIST    |  12 ------------
 games/sirius/distinfo |   6 ------
 5 files changed, 1 insertions(+), 59 deletions(-)

diffs (90 lines):

diff -r 4cd0943ccfc7 -r 8ed74a99c5d8 games/Makefile
--- a/games/Makefile    Sun Mar 01 11:51:39 2020 +0000
+++ b/games/Makefile    Sun Mar 01 11:52:23 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.481 2020/02/17 10:43:57 wiz Exp $
+# $NetBSD: Makefile,v 1.482 2020/03/01 11:52:23 nia Exp $
 #
 
 COMMENT=       Games
@@ -358,7 +358,6 @@
 SUBDIR+=       simutrans
 SUBDIR+=       simutrans-pak128
 SUBDIR+=       singularity
-SUBDIR+=       sirius
 SUBDIR+=       sjeng
 SUBDIR+=       sl
 SUBDIR+=       solarus
diff -r 4cd0943ccfc7 -r 8ed74a99c5d8 games/sirius/DESCR
--- a/games/sirius/DESCR        Sun Mar 01 11:51:39 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-Sirius is a program for playing the game of othello.  The program includes
-an AI (Artificial Intelligence) opponent which plays at a very challenging
-level and is actually quite hard to beat.  The AI opponent's strength can
-therefore be adjusted in several ways to give you a suitable opponent.
-
-The AI opponent uses a plain alpha-beta search with hashing to figure out
-which move to make.  To be able to tell a good position from a bad one, it
-uses a pattern based evaluation function.  The pattern used is the 9 discs
-surrounding each corner and the 8 discs creating the edge of the board.
-The evaluation function also takes mobility, potential mobility and parity
-into count.  For the initial 9 moves the AI opponent optionally uses a
-simple opening book.  During midgame it searches and evaluates about
-200.000 nodes per second on a PIII 750 MHz, in the endgame this number is
-significantly higher due to more transpositions and a less expensive
-evaluation function.
diff -r 4cd0943ccfc7 -r 8ed74a99c5d8 games/sirius/Makefile
--- a/games/sirius/Makefile     Sun Mar 01 11:51:39 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.86 2020/01/18 21:49:31 jperkin Exp $
-#
-
-DISTNAME=      sirius-0.8.0
-PKGREVISION=   59
-CATEGORIES=    games gnome
-MASTER_SITES=  http://sirius.bitvis.nu/files/
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://sirius.bitvis.nu/
-COMMENT=       Othello game for GNOME2
-
-GNU_CONFIGURE=         YES
-USE_TOOLS+=            gmake intltool msgfmt pkg-config
-USE_LIBTOOL=           YES
-USE_PKGLOCALEDIR=      YES
-
-.include "../../devel/GConf/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/libgnomeui/buildlink3.mk"
-.include "../../graphics/libgnomecanvas/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 4cd0943ccfc7 -r 8ed74a99c5d8 games/sirius/PLIST
--- a/games/sirius/PLIST        Sun Mar 01 11:51:39 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2009/06/14 17:56:56 joerg Exp $
-bin/sirius
-share/applications/sirius.desktop
-share/locale/de/LC_MESSAGES/sirius.mo
-share/locale/fr/LC_MESSAGES/sirius.mo
-share/locale/ru/LC_MESSAGES/sirius.mo
-share/locale/sv/LC_MESSAGES/sirius.mo
-share/pixmaps/sirius.png
-share/pixmaps/sirius/marker_classic.png
-share/sirius/corner
-share/sirius/edge
-share/sirius/opening_book
diff -r 4cd0943ccfc7 -r 8ed74a99c5d8 games/sirius/distinfo
--- a/games/sirius/distinfo     Sun Mar 01 11:51:39 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.6 2015/11/03 20:57:04 agc Exp $
-
-SHA1 (sirius-0.8.0.tar.gz) = 4d6854c9a7bcb19069215162040037518cd66cea
-RMD160 (sirius-0.8.0.tar.gz) = 9d264f6072ac64ab236d1b209b35e88d8d6e5a00
-SHA512 (sirius-0.8.0.tar.gz) = ffe5cb3354f30b8cb916b83b8fce1cbf7f7b37fad232ddb77a918eaf149d6b3e47488ff900301970e0d9240edfe483d57c434b1af35b87a9f50bcbd0e3aed3d8
-Size (sirius-0.8.0.tar.gz) = 1623435 bytes



Home | Main Index | Thread Index | Old Index