summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorgusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-10-25 22:22:37 +0800
committergusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-10-25 22:22:37 +0800
commit0c4e2e209193a565b8e33eeb12cb5fc22d9d0be9 (patch)
treea320914e9d223652ac8368be497b2c2c7905de12 /games
parent2fd87cb1be7deebc30094c3ef53d1171eb80c203 (diff)
downloadmarcuscom-ports-0c4e2e209193a565b8e33eeb12cb5fc22d9d0be9.tar
marcuscom-ports-0c4e2e209193a565b8e33eeb12cb5fc22d9d0be9.tar.gz
marcuscom-ports-0c4e2e209193a565b8e33eeb12cb5fc22d9d0be9.tar.bz2
marcuscom-ports-0c4e2e209193a565b8e33eeb12cb5fc22d9d0be9.tar.lz
marcuscom-ports-0c4e2e209193a565b8e33eeb12cb5fc22d9d0be9.tar.xz
marcuscom-ports-0c4e2e209193a565b8e33eeb12cb5fc22d9d0be9.tar.zst
marcuscom-ports-0c4e2e209193a565b8e33eeb12cb5fc22d9d0be9.zip
Add hitori and connect it with gnome-games.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@20023 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games')
-rw-r--r--games/gnome-games/Makefile18
-rw-r--r--games/hitori/Makefile23
-rw-r--r--games/hitori/distinfo2
-rw-r--r--games/hitori/pkg-descr4
-rw-r--r--games/hitori/pkg-plist135
5 files changed, 174 insertions, 8 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile
index 8c17014b8..639838fd9 100644
--- a/games/gnome-games/Makefile
+++ b/games/gnome-games/Makefile
@@ -4,6 +4,7 @@
PORTNAME= gnome-games
PORTVERSION= 3.14.0
+PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= # empty
DISTFILES= # empty
@@ -12,22 +13,23 @@ EXTRACT_ONLY= # empty
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gnome games meta port
-RUN_DEPENDS= gnome-chess:${PORTSDIR}/games/gnome-chess \
- sol:${PORTSDIR}/games/aisleriot \
- five-or-more:${PORTSDIR}/games/five-or-more \
+RUN_DEPENDS= five-or-more:${PORTSDIR}/games/five-or-more \
four-in-a-row:${PORTSDIR}/games/four-in-a-row \
+ gnome-chess:${PORTSDIR}/games/gnome-chess \
+ gnome-klotski:${PORTSDIR}/games/gnome-klotski \
+ gnome-mahjongg:${PORTSDIR}/games/gnome-mahjongg \
+ gnome-mines:${PORTSDIR}/games/gnome-mines \
gnome-nibbles:${PORTSDIR}/games/gnome-nibbles \
gnome-robots:${PORTSDIR}/games/gnome-robots \
gnome-sudoku:${PORTSDIR}/games/gnome-sudoku \
- gnome-mines:${PORTSDIR}/games/gnome-mines \
gnome-tetravex:${PORTSDIR}/games/gnome-tetravex \
- gnome-klotski:${PORTSDIR}/games/gnome-klotski \
- tali:${PORTSDIR}/games/tali \
+ hitori:${PORTSDIR}/games/hitori \
iagno:${PORTSDIR}/games/iagno \
lightsoff:${PORTSDIR}/games/lightsoff \
- gnome-mahjongg:${PORTSDIR}/games/gnome-mahjongg \
quadrapassel:${PORTSDIR}/games/quadrapassel \
- swell-foop:${PORTSDIR}/games/swell-foop
+ sol:${PORTSDIR}/games/aisleriot \
+ swell-foop:${PORTSDIR}/games/swell-foop \
+ tali:${PORTSDIR}/games/tali
NO_BUILD= yes
NO_INSTALL= yes
diff --git a/games/hitori/Makefile b/games/hitori/Makefile
new file mode 100644
index 000000000..8a136b134
--- /dev/null
+++ b/games/hitori/Makefile
@@ -0,0 +1,23 @@
+# Created by: FreeBSD GNOME Team <gnome@freebsd.org>
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= hitori
+PORTVERSION= 3.14.0
+CATEGORIES= games gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome3
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Hitori
+
+BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
+
+USES= gettext gmake pathfix pkgconfig tar:xz
+USE_GNOME= gtk30 intlhack librsvg2 libxml2:build
+INSTALLS_ICONS= yes
+GNU_CONFIGURE= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
+.include <bsd.port.mk>
diff --git a/games/hitori/distinfo b/games/hitori/distinfo
new file mode 100644
index 000000000..96a9b82c4
--- /dev/null
+++ b/games/hitori/distinfo
@@ -0,0 +1,2 @@
+SHA256 (gnome3/hitori-3.14.0.tar.xz) = dcd9d37f9f54963f52fd9f41dd9041a006719912bd774bddac7edb044dafdd80
+SIZE (gnome3/hitori-3.14.0.tar.xz) = 482236
diff --git a/games/hitori/pkg-descr b/games/hitori/pkg-descr
new file mode 100644
index 000000000..8263b899e
--- /dev/null
+++ b/games/hitori/pkg-descr
@@ -0,0 +1,4 @@
+Hitori is a small application written to allow one to play the eponymous
+puzzle game, which is similar in theme to more popular puzzles such as Sudoku.
+
+WWW: https://wiki.gnome.org/Apps/Hitori
diff --git a/games/hitori/pkg-plist b/games/hitori/pkg-plist
new file mode 100644
index 000000000..1b0853381
--- /dev/null
+++ b/games/hitori/pkg-plist
@@ -0,0 +1,135 @@
+bin/hitori
+share/applications/hitori.desktop
+share/appstream/hitori.appdata.xml
+share/glib-2.0/schemas/org.gnome.hitori.gschema.xml
+share/help/C/hitori/customization.page
+share/help/C/hitori/figures/hitori_main_window.png
+share/help/C/hitori/game.page
+share/help/C/hitori/index.page
+share/help/C/hitori/legal.xml
+share/help/C/hitori/playing.page
+share/help/C/hitori/strategy.page
+share/help/cs/hitori/customization.page
+share/help/cs/hitori/figures/hitori_main_window.png
+share/help/cs/hitori/game.page
+share/help/cs/hitori/index.page
+share/help/cs/hitori/legal.xml
+share/help/cs/hitori/playing.page
+share/help/cs/hitori/strategy.page
+share/help/da/hitori/customization.page
+share/help/da/hitori/figures/hitori_main_window.png
+share/help/da/hitori/game.page
+share/help/da/hitori/index.page
+share/help/da/hitori/legal.xml
+share/help/da/hitori/playing.page
+share/help/da/hitori/strategy.page
+share/help/de/hitori/customization.page
+share/help/de/hitori/figures/hitori_main_window.png
+share/help/de/hitori/game.page
+share/help/de/hitori/index.page
+share/help/de/hitori/legal.xml
+share/help/de/hitori/playing.page
+share/help/de/hitori/strategy.page
+share/help/el/hitori/customization.page
+share/help/el/hitori/figures/hitori_main_window.png
+share/help/el/hitori/game.page
+share/help/el/hitori/index.page
+share/help/el/hitori/legal.xml
+share/help/el/hitori/playing.page
+share/help/el/hitori/strategy.page
+share/help/en_GB/hitori/customization.page
+share/help/en_GB/hitori/figures/hitori_main_window.png
+share/help/en_GB/hitori/game.page
+share/help/en_GB/hitori/index.page
+share/help/en_GB/hitori/legal.xml
+share/help/en_GB/hitori/playing.page
+share/help/en_GB/hitori/strategy.page
+share/help/es/hitori/customization.page
+share/help/es/hitori/figures/hitori_main_window.png
+share/help/es/hitori/game.page
+share/help/es/hitori/index.page
+share/help/es/hitori/legal.xml
+share/help/es/hitori/playing.page
+share/help/es/hitori/strategy.page
+share/help/fr/hitori/customization.page
+share/help/fr/hitori/figures/hitori_main_window.png
+share/help/fr/hitori/game.page
+share/help/fr/hitori/index.page
+share/help/fr/hitori/legal.xml
+share/help/fr/hitori/playing.page
+share/help/fr/hitori/strategy.page
+share/help/hu/hitori/customization.page
+share/help/hu/hitori/figures/hitori_main_window.png
+share/help/hu/hitori/game.page
+share/help/hu/hitori/index.page
+share/help/hu/hitori/legal.xml
+share/help/hu/hitori/playing.page
+share/help/hu/hitori/strategy.page
+share/help/ro/hitori/customization.page
+share/help/ro/hitori/figures/hitori_main_window.png
+share/help/ro/hitori/game.page
+share/help/ro/hitori/index.page
+share/help/ro/hitori/legal.xml
+share/help/ro/hitori/playing.page
+share/help/ro/hitori/strategy.page
+share/help/sl/hitori/customization.page
+share/help/sl/hitori/figures/hitori_main_window.png
+share/help/sl/hitori/game.page
+share/help/sl/hitori/index.page
+share/help/sl/hitori/legal.xml
+share/help/sl/hitori/playing.page
+share/help/sl/hitori/strategy.page
+share/help/sv/hitori/customization.page
+share/help/sv/hitori/figures/hitori_main_window.png
+share/help/sv/hitori/game.page
+share/help/sv/hitori/index.page
+share/help/sv/hitori/legal.xml
+share/help/sv/hitori/playing.page
+share/help/sv/hitori/strategy.page
+share/help/zh_CN/hitori/customization.page
+share/help/zh_CN/hitori/figures/hitori_main_window.png
+share/help/zh_CN/hitori/game.page
+share/help/zh_CN/hitori/index.page
+share/help/zh_CN/hitori/legal.xml
+share/help/zh_CN/hitori/playing.page
+share/help/zh_CN/hitori/strategy.page
+share/hitori/hitori.css
+share/hitori/hitori.ui
+share/icons/hicolor/16x16/apps/hitori.png
+share/icons/hicolor/22x22/apps/hitori.png
+share/icons/hicolor/32x32/apps/hitori.png
+share/icons/hicolor/48x48/apps/hitori.png
+share/locale/as/LC_MESSAGES/hitori.mo
+share/locale/ca/LC_MESSAGES/hitori.mo
+share/locale/ca@valencia/LC_MESSAGES/hitori.mo
+share/locale/cs/LC_MESSAGES/hitori.mo
+share/locale/da/LC_MESSAGES/hitori.mo
+share/locale/de/LC_MESSAGES/hitori.mo
+share/locale/el/LC_MESSAGES/hitori.mo
+share/locale/en_GB/LC_MESSAGES/hitori.mo
+share/locale/es/LC_MESSAGES/hitori.mo
+share/locale/fi/LC_MESSAGES/hitori.mo
+share/locale/fr/LC_MESSAGES/hitori.mo
+share/locale/gl/LC_MESSAGES/hitori.mo
+share/locale/he/LC_MESSAGES/hitori.mo
+share/locale/hu/LC_MESSAGES/hitori.mo
+share/locale/id/LC_MESSAGES/hitori.mo
+share/locale/ko/LC_MESSAGES/hitori.mo
+share/locale/lt/LC_MESSAGES/hitori.mo
+share/locale/lv/LC_MESSAGES/hitori.mo
+share/locale/nb/LC_MESSAGES/hitori.mo
+share/locale/pa/LC_MESSAGES/hitori.mo
+share/locale/pl/LC_MESSAGES/hitori.mo
+share/locale/pt_BR/LC_MESSAGES/hitori.mo
+share/locale/ro/LC_MESSAGES/hitori.mo
+share/locale/ru/LC_MESSAGES/hitori.mo
+share/locale/sk/LC_MESSAGES/hitori.mo
+share/locale/sl/LC_MESSAGES/hitori.mo
+share/locale/sr/LC_MESSAGES/hitori.mo
+share/locale/sr@latin/LC_MESSAGES/hitori.mo
+share/locale/sv/LC_MESSAGES/hitori.mo
+share/locale/uk/LC_MESSAGES/hitori.mo
+share/locale/vi/LC_MESSAGES/hitori.mo
+share/locale/zh_CN/LC_MESSAGES/hitori.mo
+share/locale/zh_HK/LC_MESSAGES/hitori.mo
+share/locale/zh_TW/LC_MESSAGES/hitori.mo