summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2012-03-20 07:20:40 +0000
committermarkd <markd@pkgsrc.org>2012-03-20 07:20:40 +0000
commit132253ed2e6f2aac9066963eb56b213d55c6af96 (patch)
treea5b57f8a72fa73f8e0e2b5b7f0cf2292f8d73d01
parent2a505461829ca06dff5c1611c0eb1e54f8d229cc (diff)
downloadpkgsrc-132253ed2e6f2aac9066963eb56b213d55c6af96.tar.gz
Add blinken, kanagram, khangman. Part of KDE SC 4.8.0
-rw-r--r--games/blinken/DESCR5
-rw-r--r--games/blinken/Makefile15
-rw-r--r--games/blinken/PLIST29
-rw-r--r--games/blinken/distinfo5
-rw-r--r--games/kanagram/DESCR4
-rw-r--r--games/kanagram/Makefile16
-rw-r--r--games/kanagram/PLIST29
-rw-r--r--games/kanagram/distinfo5
-rw-r--r--games/khangman/DESCR7
-rw-r--r--games/khangman/Makefile16
-rw-r--r--games/khangman/PLIST35
-rw-r--r--games/khangman/distinfo5
12 files changed, 171 insertions, 0 deletions
diff --git a/games/blinken/DESCR b/games/blinken/DESCR
new file mode 100644
index 00000000000..b26e7995594
--- /dev/null
+++ b/games/blinken/DESCR
@@ -0,0 +1,5 @@
+Blinken is the KDE version of the well-known game Simon Says.
+Follow the pattern of sounds and lights as long as you can! Press the start
+game button to begin. Watch the computer and copy the pattern it makes.
+Complete the sequence in the right order to win.
+
diff --git a/games/blinken/Makefile b/games/blinken/Makefile
new file mode 100644
index 00000000000..cfc7e3f00a9
--- /dev/null
+++ b/games/blinken/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2012/03/20 07:20:40 markd Exp $
+
+DISTNAME= blinken-${_KDE_VERSION}
+CATEGORIES= games
+COMMENT= memory enhancement game
+
+.include "../../meta-pkgs/kde4/Makefile.kde4"
+
+.include "../../meta-pkgs/kde4/kde4.mk"
+
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../x11/kdelibs4/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/games/blinken/PLIST b/games/blinken/PLIST
new file mode 100644
index 00000000000..5dd40da559e
--- /dev/null
+++ b/games/blinken/PLIST
@@ -0,0 +1,29 @@
+@comment $NetBSD: PLIST,v 1.1 2012/03/20 07:20:40 markd Exp $
+bin/blinken
+share/applications/kde4/blinken.desktop
+share/doc/kde/HTML/en/blinken/blinken1.png
+share/doc/kde/HTML/en/blinken/blinken2.png
+share/doc/kde/HTML/en/blinken/blinken_accesskeys.png
+share/doc/kde/HTML/en/blinken/blinken_helpbutton.png
+share/doc/kde/HTML/en/blinken/blinken_highscoresbutton.png
+share/doc/kde/HTML/en/blinken/blinken_nickprompt.png
+share/doc/kde/HTML/en/blinken/blinken_quitbutton.png
+share/doc/kde/HTML/en/blinken/common
+share/doc/kde/HTML/en/blinken/index.cache.bz2
+share/doc/kde/HTML/en/blinken/index.docbook
+share/icons/hicolor/128x128/apps/blinken.png
+share/icons/hicolor/16x16/apps/blinken.png
+share/icons/hicolor/22x22/apps/blinken.png
+share/icons/hicolor/32x32/apps/blinken.png
+share/icons/hicolor/48x48/apps/blinken.png
+share/icons/hicolor/64x64/apps/blinken.png
+share/icons/hicolor/scalable/apps/blinken.svgz
+share/kde/apps/blinken/README.packagers
+share/kde/apps/blinken/fonts/steve.ttf
+share/kde/apps/blinken/images/blinken.svg
+share/kde/apps/blinken/sounds/1.wav
+share/kde/apps/blinken/sounds/2.wav
+share/kde/apps/blinken/sounds/3.wav
+share/kde/apps/blinken/sounds/4.wav
+share/kde/apps/blinken/sounds/lose.wav
+share/kde/config.kcfg/blinken.kcfg
diff --git a/games/blinken/distinfo b/games/blinken/distinfo
new file mode 100644
index 00000000000..bd773948239
--- /dev/null
+++ b/games/blinken/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/03/20 07:20:40 markd Exp $
+
+SHA1 (blinken-4.8.0.tar.bz2) = 7283a49de949e15f9c9ab06dfa133012a4090a7c
+RMD160 (blinken-4.8.0.tar.bz2) = 6fdaead4cf58a76b3764d643f392a130c316ebff
+Size (blinken-4.8.0.tar.bz2) = 601827 bytes
diff --git a/games/kanagram/DESCR b/games/kanagram/DESCR
new file mode 100644
index 00000000000..5a3cb2c4b16
--- /dev/null
+++ b/games/kanagram/DESCR
@@ -0,0 +1,4 @@
+Kanagram is a game based on anagrams of words: the puzzle is solved when
+the letters of the scrambled word are put back in the correct order.
+There is no limit on either time taken, or the amount of attempts to
+solve the word.
diff --git a/games/kanagram/Makefile b/games/kanagram/Makefile
new file mode 100644
index 00000000000..253c913f470
--- /dev/null
+++ b/games/kanagram/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2012/03/20 07:20:40 markd Exp $
+
+DISTNAME= kanagram-${_KDE_VERSION}
+CATEGORIES= games
+COMMENT= KDE letter order game
+
+.include "../../meta-pkgs/kde4/Makefile.kde4"
+
+.include "../../meta-pkgs/kde4/kde4.mk"
+
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../misc/libkdeedu/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../x11/kdelibs4/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/games/kanagram/PLIST b/games/kanagram/PLIST
new file mode 100644
index 00000000000..64fc97c208e
--- /dev/null
+++ b/games/kanagram/PLIST
@@ -0,0 +1,29 @@
+@comment $NetBSD: PLIST,v 1.1 2012/03/20 07:20:40 markd Exp $
+bin/kanagram
+share/applications/kde4/kanagram.desktop
+share/doc/kde/HTML/en/kanagram/answer-highlight.png
+share/doc/kde/HTML/en/kanagram/common
+share/doc/kde/HTML/en/kanagram/general-settings.png
+share/doc/kde/HTML/en/kanagram/helpstates.png
+share/doc/kde/HTML/en/kanagram/index.cache.bz2
+share/doc/kde/HTML/en/kanagram/index.docbook
+share/doc/kde/HTML/en/kanagram/kanagram-hint.png
+share/doc/kde/HTML/en/kanagram/kanagram.png
+share/doc/kde/HTML/en/kanagram/newstuff-dialog.png
+share/doc/kde/HTML/en/kanagram/newstuff-settings.png
+share/doc/kde/HTML/en/kanagram/shortcuts-settings.png
+share/doc/kde/HTML/en/kanagram/vocab-editor.png
+share/doc/kde/HTML/en/kanagram/vocab-settings.png
+share/icons/hicolor/128x128/apps/kanagram.png
+share/icons/hicolor/16x16/apps/kanagram.png
+share/icons/hicolor/22x22/apps/kanagram.png
+share/icons/hicolor/32x32/apps/kanagram.png
+share/icons/hicolor/48x48/apps/kanagram.png
+share/icons/hicolor/64x64/apps/kanagram.png
+share/icons/hicolor/scalable/apps/kanagram.svgz
+share/kde/apps/kanagram/images/kanagram.svg
+share/kde/apps/kanagram/sounds/chalk.ogg
+share/kde/apps/kanagram/sounds/right.ogg
+share/kde/apps/kanagram/sounds/wrong.ogg
+share/kde/config.kcfg/kanagram.kcfg
+share/kde/config/kanagram.knsrc
diff --git a/games/kanagram/distinfo b/games/kanagram/distinfo
new file mode 100644
index 00000000000..b8fd14eb03d
--- /dev/null
+++ b/games/kanagram/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/03/20 07:20:40 markd Exp $
+
+SHA1 (kanagram-4.8.0.tar.bz2) = 85daff6309edf72f93fe0f692413216313c98dbd
+RMD160 (kanagram-4.8.0.tar.bz2) = 6550ab657a0a6259c993770233890c17217b52f1
+Size (kanagram-4.8.0.tar.bz2) = 652432 bytes
diff --git a/games/khangman/DESCR b/games/khangman/DESCR
new file mode 100644
index 00000000000..8a7e3de328a
--- /dev/null
+++ b/games/khangman/DESCR
@@ -0,0 +1,7 @@
+KHangMan is a game based on the well-known hangman game. It is aimed at
+children aged six and over. The game has several categories of words to
+play with, for example: Animals (animals words) and three difficulty
+categories: Easy, Medium and Hard. A word is picked at random, the letters
+are hidden, and you must guess the word by trying one letter after another.
+Each time you guess a wrong letter, part of a picture of a hangman is drawn.
+You must guess the word before being hanged! You have 10 tries.
diff --git a/games/khangman/Makefile b/games/khangman/Makefile
new file mode 100644
index 00000000000..b73496393d7
--- /dev/null
+++ b/games/khangman/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2012/03/20 07:20:40 markd Exp $
+
+DISTNAME= khangman-${_KDE_VERSION}
+CATEGORIES= games
+COMMENT= KDE hangman game
+
+.include "../../meta-pkgs/kde4/Makefile.kde4"
+
+.include "../../meta-pkgs/kde4/kde4.mk"
+
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../misc/libkdeedu/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../x11/kdelibs4/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/games/khangman/PLIST b/games/khangman/PLIST
new file mode 100644
index 00000000000..6a71ef0547e
--- /dev/null
+++ b/games/khangman/PLIST
@@ -0,0 +1,35 @@
+@comment $NetBSD: PLIST,v 1.1 2012/03/20 07:20:40 markd Exp $
+bin/khangman
+man/man6/khangman.6
+share/applications/kde4/khangman.desktop
+share/doc/kde/HTML/en/khangman/application-exit.png
+share/doc/kde/HTML/en/khangman/common
+share/doc/kde/HTML/en/khangman/document-new.png
+share/doc/kde/HTML/en/khangman/games-hint.png
+share/doc/kde/HTML/en/khangman/getnewstuff.png
+share/doc/kde/HTML/en/khangman/index.cache.bz2
+share/doc/kde/HTML/en/khangman/index.docbook
+share/doc/kde/HTML/en/khangman/khangman-desert.png
+share/doc/kde/HTML/en/khangman/khangman-main.png
+share/doc/kde/HTML/en/khangman/man-khangman.6.docbook
+share/doc/kde/HTML/en/khangman/settings-general.png
+share/doc/kde/HTML/en/khangman/settings-languages.png
+share/doc/kde/HTML/en/khangman/settings-timers.png
+share/icons/hicolor/128x128/apps/khangman.png
+share/icons/hicolor/16x16/apps/khangman.png
+share/icons/hicolor/22x22/apps/khangman.png
+share/icons/hicolor/32x32/apps/khangman.png
+share/icons/hicolor/48x48/apps/khangman.png
+share/icons/hicolor/64x64/apps/khangman.png
+share/icons/hicolor/scalable/apps/khangman.svgz
+share/kde/apps/khangman/fonts/Domestic_Manners.ttf
+share/kde/apps/khangman/fonts/Dustismo_Roman.ttf
+share/kde/apps/khangman/khangmanui.rc
+share/kde/apps/khangman/pics/bees/khangman_bees.svg
+share/kde/apps/khangman/pics/desert/khangman_desert.svg
+share/kde/apps/khangman/pics/sea/khangman_sea.svg
+share/kde/apps/khangman/pics/standardthemes.xml
+share/kde/apps/khangman/sounds/EW_Dialogue_Appear.ogg
+share/kde/apps/khangman/sounds/new_game.ogg
+share/kde/config.kcfg/khangman.kcfg
+share/kde/config/khangman.knsrc
diff --git a/games/khangman/distinfo b/games/khangman/distinfo
new file mode 100644
index 00000000000..593c4a1cfe9
--- /dev/null
+++ b/games/khangman/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/03/20 07:20:40 markd Exp $
+
+SHA1 (khangman-4.8.0.tar.bz2) = 2deaab70f8ed414a4ddb21aeb91627dac74986a6
+RMD160 (khangman-4.8.0.tar.bz2) = 772b9314e0b6949194bd1ec6cab16775cf6b22de
+Size (khangman-4.8.0.tar.bz2) = 1301105 bytes