pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/eboard Imported eboard.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8471045763ae
branches: trunk
changeset: 513022:8471045763ae
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri May 19 12:32:06 2006 +0000
description:
Imported eboard.
eboard is a chess interface for Unix-like systems (GNU/Linux, FreeBSD,
Solaris, etc.) based on the GTK+ GUI toolkit. It provides a chess board
interface to ICS (Internet Chess Servers) like FICS and to chess engines
like GNU Chess, Sjeng and Crafty.
eboard provides many features other interfaces lack, like a good
looking, configurable interface, multiple board views, resizeable board
(without restarting), seek table, text input separated from the output,
input history (bash-like), scripting, scroll lock, and many others.
diffstat:
games/eboard/DESCR | 9 +++++++++
games/eboard/Makefile | 31 +++++++++++++++++++++++++++++++
games/eboard/PLIST | 18 ++++++++++++++++++
games/eboard/distinfo | 5 +++++
4 files changed, 63 insertions(+), 0 deletions(-)
diffs (79 lines):
diff -r 6a3deb8542ca -r 8471045763ae games/eboard/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/eboard/DESCR Fri May 19 12:32:06 2006 +0000
@@ -0,0 +1,9 @@
+eboard is a chess interface for Unix-like systems (GNU/Linux, FreeBSD,
+Solaris, etc.) based on the GTK+ GUI toolkit. It provides a chess board
+interface to ICS (Internet Chess Servers) like FICS and to chess engines
+like GNU Chess, Sjeng and Crafty.
+
+eboard provides many features other interfaces lack, like a good
+looking, configurable interface, multiple board views, resizeable board
+(without restarting), seek table, text input separated from the output,
+input history (bash-like), scripting, scroll lock, and many others.
diff -r 6a3deb8542ca -r 8471045763ae games/eboard/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/eboard/Makefile Fri May 19 12:32:06 2006 +0000
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/05/19 12:32:06 rillig Exp $
+#
+
+DISTNAME= eboard-0.9.5
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=eboard/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= rillig%NetBSD.org@localhost
+HOMEPAGE= http://eboard.sourceforge.net/
+COMMENT= Graphical user interface for playing chess
+
+USE_PKGLOCALEDIR= yes
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS+= --prefix=${PREFIX}
+USE_LANGUAGES= c c++
+USE_TOOLS+= perl gmake
+REPLACE_PERL+= configure
+LDFLAGS+= ${LIBOSSAUDIO}
+
+SUBST_CLASSES+= mf
+SUBST_STAGE.mf= post-configure
+SUBST_MESSAGE.mf= Fixing autogenerated Makefile
+SUBST_FILES.mf= Makefile
+SUBST_SED.mf= -e 's/^CXXFLAGS.*=/CXXFLAGS += $${CPPFLAGS} /'
+SUBST_SED.mf+= -e 's/^LDFLAGS.*=/LDFLAGS += $${CXXFLAGS}/'
+
+.include "../../mk/oss.buildlink3.mk"
+.include "../../graphics/imlib/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6a3deb8542ca -r 8471045763ae games/eboard/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/eboard/PLIST Fri May 19 12:32:06 2006 +0000
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/19 12:32:06 rillig Exp $
+bin/eboard
+bin/eboard-addtheme
+bin/eboard-config
+man/man1/eboard-addtheme.1
+man/man1/eboard-config.1
+man/man6/eboard.6
+share/eboard/NAG.en.txt
+share/eboard/classic.png
+share/eboard/eboard.cs.dict
+share/eboard/eboard.de.dict
+share/eboard/eboard.es.dict
+share/eboard/eboard.it.dict
+share/eboard/eboard.pt_BR.dict
+share/eboard/eboard_themes.conf
+share/eboard/ghouls.png
+share/eboard/plastic.png
+@dirrm share/eboard
diff -r 6a3deb8542ca -r 8471045763ae games/eboard/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/eboard/distinfo Fri May 19 12:32:06 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/05/19 12:32:06 rillig Exp $
+
+SHA1 (eboard-0.9.5.tar.bz2) = 14047899f4e8009b4823e24b3ec2227ba43d1147
+RMD160 (eboard-0.9.5.tar.bz2) = 585a89ba80bc22d9d53f0657600a7a7b9d378a3f
+Size (eboard-0.9.5.tar.bz2) = 360241 bytes
Home |
Main Index |
Thread Index |
Old Index