-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- version 0.12.0 * #17: Add the ability to place Armies with the mouse wheel * [bug #16] Fix the client-side deadlock when the server shuts down and the client tries to reconnect. * introduction of a new code style * removal of unused code * lots of refactorings - version 0.11.2 Mar 13 2007 [bug 1634385] Updated french translation (by Cyril Brulebois) [bug 1628790] Updated spanish translation (by Carlos Galisteo) Apr 02 2006 Change Metaserver address to teg.game-server.cc Mar 16 2006 Fix for remote DoS (CAN-2006-1150) found by Luigi Auriemma <[email protected]> Updated the spec file for Suse Linux 10.0 Mar 14 2006 [bug 991399] Premature victory after surrender fixed Increased dialog width (German text did not fit inside) Switched boards from png to jpg to save space for theme (~400kB per theme) Minor fixes Mon Mar 13 2006 Fix for crash in tegrobot when placing more than 50 armies Mar 09 2006 [bug 1307267] Fixed typo in Spanish translation [bug 1107661] Fixed missing detail about getting new cards [bug 1107636] Regroup dialog pops up only if selected Many typos in German translation fixed Many minor fixes Jan 1 2006 Remake of "sentimental" theme Dec 20 2005 Galician translation by Nacho Resa Apr 24 2005 Switch from autoconf 2.13 to 2.5 Switch from automake 1.4 to 1.8 Aug 4 2004 Hungarian translation by Lenart Janos <[email protected]> Aug 4, 2004 Applied Josef Spillner patches to make it compatible with new ggz scoring. Added Hungarian translation by Lenart Janos <[email protected]>
- Loading branch information
Showing
7 changed files
with
121 additions
and
171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,28 @@ | ||
# $NetBSD: Makefile,v 1.84 2023/11/12 13:21:44 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.85 2023/11/13 18:45:25 wiz Exp $ | ||
|
||
DISTNAME= teg-0.11.1 | ||
PKGREVISION= 74 | ||
DISTNAME= teg-0.12.0 | ||
CATEGORIES= games | ||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=teg/} | ||
MASTER_SITES= ${MASTER_SITE_GITHUB:=wfx/} | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= http://teg.sourceforge.net/ | ||
COMMENT= Round-based computer board game | ||
HOMEPAGE= https://github.com/wfx/teg | ||
COMMENT= Round-based computer board game (similar to Risk) | ||
LICENSE= gnu-gpl-v2 | ||
|
||
TOOL_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto | ||
|
||
USE_PKGLOCALEDIR= yes | ||
USE_LIBTOOL= yes | ||
GNU_CONFIGURE= yes | ||
USE_TOOLS+= intltool msgfmt pkg-config | ||
USE_LIBTOOL= yes | ||
USE_PKGLOCALEDIR= yes | ||
USE_TOOLS+= autoconf automake autopoint autoreconf gmake pkg-config | ||
|
||
USE_LANGUAGES= c c++ | ||
USE_CXX_FEATURES= c++17 | ||
|
||
GCONF_SCHEMAS+= teg.schemas | ||
pre-configure: | ||
cd ${WRKSRC} && autoreconf -fiv | ||
|
||
.include "../../devel/libgnomeui/buildlink3.mk" | ||
.include "../../devel/GConf/schemas.mk" | ||
.include "../../mk/readline.buildlink3.mk" | ||
.include "../../devel/glib2/schemas.mk" | ||
.include "../../graphics/goocanvas2/buildlink3.mk" | ||
.include "../../textproc/libxml2/buildlink3.mk" | ||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,5 @@ | ||
$NetBSD: distinfo,v 1.5 2021/10/26 10:44:27 nia Exp $ | ||
$NetBSD: distinfo,v 1.6 2023/11/13 18:45:25 wiz Exp $ | ||
|
||
BLAKE2s (teg-0.11.1.tar.gz) = 355ba6aa49c6d537e24c22f144fbbbe6ddc566a8af65f04b35dcf59e2d23a1f2 | ||
SHA512 (teg-0.11.1.tar.gz) = fd0ec657234ef9f55845764eecfc8233d2c42648919e250e78aa723f1419f5157be28a533ac49067fc606e2f8164e105824fdec9cccd0cb079862c37d1b58ed5 | ||
Size (teg-0.11.1.tar.gz) = 3805983 bytes | ||
SHA1 (patch-aa) = 8df1d95a0634d0683a55948947103ad300c8013e | ||
SHA1 (patch-ab) = afe615fa8df185429ff95d04e86af6aa6206d9e3 | ||
SHA1 (patch-ac) = cff7c1cee55cb7b070591c5f02352f1a92b0cf3d | ||
SHA1 (patch-ad) = 33547b2f4d880e163657d703000a9ba82271f109 | ||
BLAKE2s (teg-0.12.0.tar.gz) = 17a6ee28bac646e06bf147fdc780d47b4f60637416100d979515827a071feacb | ||
SHA512 (teg-0.12.0.tar.gz) = bcfeb0db386adb620ca4ea0a34a68c4f5dee1d1659fc8497c96ac17d60e0f2a16e306a51b4876495bdabda21faaddb7d224c305b3db22c909e0a28cfdb0ba4bc | ||
Size (teg-0.12.0.tar.gz) = 5193030 bytes |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.