From 94a3b873012549e399e154f2cec5dfa5736706f7 Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Sun, 24 Nov 2002 22:01:10 +0000 Subject: [PATCH] Add knight, A KDE chess interface (gnuchess/crafty) PR: 39806 Submitted by: Stefan Jahn --- games/Makefile | 1 + games/knights-kde4/Makefile | 25 ++++++++++++++++++++ games/knights-kde4/distinfo | 1 + games/knights-kde4/pkg-comment | 1 + games/knights-kde4/pkg-descr | 10 ++++++++ games/knights-kde4/pkg-plist | 43 ++++++++++++++++++++++++++++++++++ games/knights/Makefile | 25 ++++++++++++++++++++ games/knights/distinfo | 1 + games/knights/pkg-comment | 1 + games/knights/pkg-descr | 10 ++++++++ games/knights/pkg-plist | 43 ++++++++++++++++++++++++++++++++++ 11 files changed, 161 insertions(+) create mode 100644 games/knights-kde4/Makefile create mode 100644 games/knights-kde4/distinfo create mode 100644 games/knights-kde4/pkg-comment create mode 100644 games/knights-kde4/pkg-descr create mode 100644 games/knights-kde4/pkg-plist create mode 100644 games/knights/Makefile create mode 100644 games/knights/distinfo create mode 100644 games/knights/pkg-comment create mode 100644 games/knights/pkg-descr create mode 100644 games/knights/pkg-plist diff --git a/games/Makefile b/games/Makefile index 6a34a63b3348..723b6747d3f5 100644 --- a/games/Makefile +++ b/games/Makefile @@ -172,6 +172,7 @@ SUBDIR += jzip SUBDIR += kdegames3 SUBDIR += klondike + SUBDIR += knights SUBDIR += kobodeluxe SUBDIR += kxl SUBDIR += ladder diff --git a/games/knights-kde4/Makefile b/games/knights-kde4/Makefile new file mode 100644 index 000000000000..3215ec725ce5 --- /dev/null +++ b/games/knights-kde4/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: knight +# Date created: 24 Jun 2002 +# Whom: Stefan Jahn +# +# $FreeBSD$ +# + +PORTNAME= knights +PORTVERSION= 0.5.6 +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= knights + +MAINTAINER= stefan.jahn@nemesis-sektor.de + +RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty + +USE_KDELIBS_VER=3 +GNU_CONFIGURE= yes +USE_GMAKE= yes + +CONFIGURE_TARGET= +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +.include diff --git a/games/knights-kde4/distinfo b/games/knights-kde4/distinfo new file mode 100644 index 000000000000..ac2201189abd --- /dev/null +++ b/games/knights-kde4/distinfo @@ -0,0 +1 @@ +MD5 (knights-0.5.6.tar.gz) = cadb718070347a397ffcbc61be7df43e diff --git a/games/knights-kde4/pkg-comment b/games/knights-kde4/pkg-comment new file mode 100644 index 000000000000..3067650decc3 --- /dev/null +++ b/games/knights-kde4/pkg-comment @@ -0,0 +1 @@ +A KDE chess interface (gnuchess/crafty) diff --git a/games/knights-kde4/pkg-descr b/games/knights-kde4/pkg-descr new file mode 100644 index 000000000000..b2e079649ebd --- /dev/null +++ b/games/knights-kde4/pkg-descr @@ -0,0 +1,10 @@ +Knights is a graphical chess interface designed +to be both friendly to new chess players and +functional for Grand Masters. Knights is similar +to XBoard, but provides a more modern interface +and is more friendly to chess newbies. + +WWW: http://knights.sourceforge.net + +- Stefan Jahn +stefan.jahn@nemesis-sektor.de diff --git a/games/knights-kde4/pkg-plist b/games/knights-kde4/pkg-plist new file mode 100644 index 000000000000..ee751a835b0b --- /dev/null +++ b/games/knights-kde4/pkg-plist @@ -0,0 +1,43 @@ +bin/knights +share/doc/HTML/en/knights/index.docbook +share/doc/HTML/en/knights/common +share/doc/HTML/fr/knights/index.docbook +share/doc/HTML/fr/knights/common +share/doc/HTML/de/knights/index.docbook +share/doc/HTML/de/knights/common +share/doc/HTML/et/knights/index.docbook +share/doc/HTML/et/knights/common +share/applnk/Games/Board/knights.desktop +share/applnk/Amusement/Boards/knights.desktop +share/mimelnk/application/knights.desktop +share/locale/fr/LC_MESSAGES/knights.mo +share/locale/et/LC_MESSAGES/knights.mo +share/locale/de/LC_MESSAGES/knights.mo +share/apps/knights/splash.png +share/apps/knights/icon-display.png +share/apps/knights/themes/KBDefault.tar.gz +share/apps/knights/themes/KCDefault.tar.gz +share/apps/knights/themes/KSDefault.tar.gz +share/apps/knights/icon-console-bottom.png +share/apps/knights/icon-console-detach.png +share/apps/knights/icon-console-side.png +share/apps/knights/wizard.png +share/apps/knights/icon-general.png +share/icons/hicolor/16x16/apps/knights.png +share/icons/hicolor/16x16/mimetypes/pgn.png +share/icons/hicolor/32x32/apps/knights.png +share/icons/hicolor/32x32/mimetypes/pgn.png +share/icons/hicolor/48x48/apps/knights.png +share/icons/hicolor/48x48/mimetypes/pgn.png +share/icons/hicolor/64x64/apps/knights.png +share/icons/hicolor/64x64/mimetypes/pgn.png +share/icons/locolor/16x16/apps/knights.png +share/icons/locolor/16x16/mimetypes/pgn.png +share/icons/locolor/32x32/apps/knights.png +share/icons/locolor/32x32/mimetypes/pgn.png +@dirrm share/doc/HTML/en/knights +@dirrm share/doc/HTML/fr/knights +@dirrm share/doc/HTML/de/knights +@dirrm share/doc/HTML/et/knights +@dirrm share/apps/knights/themes +@dirrm share/apps/knights diff --git a/games/knights/Makefile b/games/knights/Makefile new file mode 100644 index 000000000000..3215ec725ce5 --- /dev/null +++ b/games/knights/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: knight +# Date created: 24 Jun 2002 +# Whom: Stefan Jahn +# +# $FreeBSD$ +# + +PORTNAME= knights +PORTVERSION= 0.5.6 +CATEGORIES= games kde +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= knights + +MAINTAINER= stefan.jahn@nemesis-sektor.de + +RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty + +USE_KDELIBS_VER=3 +GNU_CONFIGURE= yes +USE_GMAKE= yes + +CONFIGURE_TARGET= +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +.include diff --git a/games/knights/distinfo b/games/knights/distinfo new file mode 100644 index 000000000000..ac2201189abd --- /dev/null +++ b/games/knights/distinfo @@ -0,0 +1 @@ +MD5 (knights-0.5.6.tar.gz) = cadb718070347a397ffcbc61be7df43e diff --git a/games/knights/pkg-comment b/games/knights/pkg-comment new file mode 100644 index 000000000000..3067650decc3 --- /dev/null +++ b/games/knights/pkg-comment @@ -0,0 +1 @@ +A KDE chess interface (gnuchess/crafty) diff --git a/games/knights/pkg-descr b/games/knights/pkg-descr new file mode 100644 index 000000000000..b2e079649ebd --- /dev/null +++ b/games/knights/pkg-descr @@ -0,0 +1,10 @@ +Knights is a graphical chess interface designed +to be both friendly to new chess players and +functional for Grand Masters. Knights is similar +to XBoard, but provides a more modern interface +and is more friendly to chess newbies. + +WWW: http://knights.sourceforge.net + +- Stefan Jahn +stefan.jahn@nemesis-sektor.de diff --git a/games/knights/pkg-plist b/games/knights/pkg-plist new file mode 100644 index 000000000000..ee751a835b0b --- /dev/null +++ b/games/knights/pkg-plist @@ -0,0 +1,43 @@ +bin/knights +share/doc/HTML/en/knights/index.docbook +share/doc/HTML/en/knights/common +share/doc/HTML/fr/knights/index.docbook +share/doc/HTML/fr/knights/common +share/doc/HTML/de/knights/index.docbook +share/doc/HTML/de/knights/common +share/doc/HTML/et/knights/index.docbook +share/doc/HTML/et/knights/common +share/applnk/Games/Board/knights.desktop +share/applnk/Amusement/Boards/knights.desktop +share/mimelnk/application/knights.desktop +share/locale/fr/LC_MESSAGES/knights.mo +share/locale/et/LC_MESSAGES/knights.mo +share/locale/de/LC_MESSAGES/knights.mo +share/apps/knights/splash.png +share/apps/knights/icon-display.png +share/apps/knights/themes/KBDefault.tar.gz +share/apps/knights/themes/KCDefault.tar.gz +share/apps/knights/themes/KSDefault.tar.gz +share/apps/knights/icon-console-bottom.png +share/apps/knights/icon-console-detach.png +share/apps/knights/icon-console-side.png +share/apps/knights/wizard.png +share/apps/knights/icon-general.png +share/icons/hicolor/16x16/apps/knights.png +share/icons/hicolor/16x16/mimetypes/pgn.png +share/icons/hicolor/32x32/apps/knights.png +share/icons/hicolor/32x32/mimetypes/pgn.png +share/icons/hicolor/48x48/apps/knights.png +share/icons/hicolor/48x48/mimetypes/pgn.png +share/icons/hicolor/64x64/apps/knights.png +share/icons/hicolor/64x64/mimetypes/pgn.png +share/icons/locolor/16x16/apps/knights.png +share/icons/locolor/16x16/mimetypes/pgn.png +share/icons/locolor/32x32/apps/knights.png +share/icons/locolor/32x32/mimetypes/pgn.png +@dirrm share/doc/HTML/en/knights +@dirrm share/doc/HTML/fr/knights +@dirrm share/doc/HTML/de/knights +@dirrm share/doc/HTML/et/knights +@dirrm share/apps/knights/themes +@dirrm share/apps/knights