Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Apr 2016 02:04:01 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414248 - in head/games: . Cockatrice
Message-ID:  <201604290204.u3T2414I072711@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Fri Apr 29 02:04:01 2016
New Revision: 414248
URL: https://svnweb.freebsd.org/changeset/ports/414248

Log:
  Add new port, games/Cockatrice, a Magic the Gathering simulator written
  in QT.
  
  Reviewed by:	cs mat
  Differential Revision:	https://reviews.freebsd.org/D6089

Added:
  head/games/Cockatrice/
  head/games/Cockatrice/Makefile   (contents, props changed)
  head/games/Cockatrice/distinfo   (contents, props changed)
  head/games/Cockatrice/pkg-descr   (contents, props changed)
  head/games/Cockatrice/pkg-plist   (contents, props changed)
Modified:
  head/games/Makefile

Added: head/games/Cockatrice/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/Cockatrice/Makefile	Fri Apr 29 02:04:01 2016	(r414248)
@@ -0,0 +1,25 @@
+# Created by: Sean Bruno
+# $FreeBSD$
+
+PORTNAME=	Cockatrice
+PORTVERSION=	0.0.g2016.04.27
+CATEGORIES=	games
+
+MAINTAINER=	sbruno@FreeBSD.org
+COMMENT=	Cross-platform virtual tabletop for multiplayer card games
+
+LICENSE=	GPLv2
+
+LIB_DEPENDS=	libprotobuf.so:devel/protobuf
+
+USE_GITHUB=	yes
+GH_TAGNAME=	ff1091a
+
+USES=		cmake
+USE_QT5=	buildtools concurrent core multimedia network printsupport \
+		qmake svg linguisttools widgets
+
+INSTALLS_ICONS=	yes
+DATADIR=	${PREFIX}/share/${PORTNAME:tl}
+
+.include <bsd.port.mk>

Added: head/games/Cockatrice/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/Cockatrice/distinfo	Fri Apr 29 02:04:01 2016	(r414248)
@@ -0,0 +1,2 @@
+SHA256 (Cockatrice-Cockatrice-0.0.g2016.04.27-ff1091a_GH0.tar.gz) = 802c57f647f00400c6bac280eccab07ce05c3395826c717599ebff45de84d55f
+SIZE (Cockatrice-Cockatrice-0.0.g2016.04.27-ff1091a_GH0.tar.gz) = 6905652

Added: head/games/Cockatrice/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/Cockatrice/pkg-descr	Fri Apr 29 02:04:01 2016	(r414248)
@@ -0,0 +1,8 @@
+Cockatrice is an open-source multiplatform supported program for playing
+tabletop card games over a network. The program's server design prevents any
+kind of client modifications to gain an unfair advantage in a game. The client
+also has a built in single-player mode where you can brew without being
+connected to a server. This project is written in C++/Qt with support for both
+Qt4 and Qt5.
+
+WWW: http://www.woogerworks.com

Added: head/games/Cockatrice/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/Cockatrice/pkg-plist	Fri Apr 29 02:04:01 2016	(r414248)
@@ -0,0 +1,77 @@
+bin/cockatrice
+bin/oracle
+share/applications/cockatrice.desktop
+share/applications/oracle.desktop
+%%DATADIR%%/sounds/Default/attack_step.wav
+%%DATADIR%%/sounds/Default/buddy_join.wav
+%%DATADIR%%/sounds/Default/buddy_leave.wav
+%%DATADIR%%/sounds/Default/end_step.wav
+%%DATADIR%%/sounds/Default/player_join.wav
+%%DATADIR%%/sounds/Default/start_combat.wav
+%%DATADIR%%/sounds/Default/tap_card.wav
+%%DATADIR%%/sounds/Legacy/all_mention.wav
+%%DATADIR%%/sounds/Legacy/chat_mention.wav
+%%DATADIR%%/sounds/Legacy/draw_step.wav
+%%DATADIR%%/sounds/Legacy/play_card.wav
+%%DATADIR%%/sounds/Legacy/player_join.wav
+%%DATADIR%%/sounds/Legacy/private_message.wav
+%%DATADIR%%/sounds/Legacy/shuffle.wav
+%%DATADIR%%/sounds/Legacy/tap_card.wav
+%%DATADIR%%/sounds/Legacy/untap_card.wav
+%%DATADIR%%/themes/Default/.gitignore
+%%DATADIR%%/themes/Fabric/zones/handzone.png
+%%DATADIR%%/themes/Fabric/zones/playerzone.png
+%%DATADIR%%/themes/Fabric/zones/stackzone.png
+%%DATADIR%%/themes/Fabric/zones/tablezone.png
+%%DATADIR%%/themes/Leather/zones/handzone.png
+%%DATADIR%%/themes/Leather/zones/playerzone.png
+%%DATADIR%%/themes/Leather/zones/stackzone.png
+%%DATADIR%%/themes/Leather/zones/tablezone.png
+%%DATADIR%%/themes/Plasma/zones/handzone.png
+%%DATADIR%%/themes/Plasma/zones/playerzone.png
+%%DATADIR%%/themes/Plasma/zones/stackzone.png
+%%DATADIR%%/themes/Plasma/zones/tablezone.png
+%%DATADIR%%/themes/VelvetMarble/zones/handzone.jpg
+%%DATADIR%%/themes/VelvetMarble/zones/playerzone.jpg
+%%DATADIR%%/themes/VelvetMarble/zones/stackzone.jpg
+%%DATADIR%%/themes/VelvetMarble/zones/tablezone.jpg
+%%DATADIR%%/translations/cockatrice_cs.qm
+%%DATADIR%%/translations/cockatrice_de.qm
+%%DATADIR%%/translations/cockatrice_en.qm
+%%DATADIR%%/translations/cockatrice_en@pirate.qm
+%%DATADIR%%/translations/cockatrice_es.qm
+%%DATADIR%%/translations/cockatrice_et.qm
+%%DATADIR%%/translations/cockatrice_fr.qm
+%%DATADIR%%/translations/cockatrice_it.qm
+%%DATADIR%%/translations/cockatrice_ja.qm
+%%DATADIR%%/translations/cockatrice_ko.qm
+%%DATADIR%%/translations/cockatrice_nb.qm
+%%DATADIR%%/translations/cockatrice_nl.qm
+%%DATADIR%%/translations/cockatrice_pl.qm
+%%DATADIR%%/translations/cockatrice_pt.qm
+%%DATADIR%%/translations/cockatrice_pt_BR.qm
+%%DATADIR%%/translations/cockatrice_ru.qm
+%%DATADIR%%/translations/cockatrice_sv.qm
+%%DATADIR%%/translations/cockatrice_zh-Hans.qm
+share/icons/hicolor/48x48/apps/cockatrice.png
+share/icons/hicolor/48x48/apps/oracle.png
+share/icons/hicolor/scalable/apps/cockatrice.svg
+share/icons/hicolor/scalable/apps/oracle.svg
+share/oracle/translations/oracle_cs.qm
+share/oracle/translations/oracle_de.qm
+share/oracle/translations/oracle_en.qm
+share/oracle/translations/oracle_en@pirate.qm
+share/oracle/translations/oracle_es.qm
+share/oracle/translations/oracle_et.qm
+share/oracle/translations/oracle_fr.qm
+share/oracle/translations/oracle_it.qm
+share/oracle/translations/oracle_ja.qm
+share/oracle/translations/oracle_ko.qm
+share/oracle/translations/oracle_nb.qm
+share/oracle/translations/oracle_nl.qm
+share/oracle/translations/oracle_pl.qm
+share/oracle/translations/oracle_pt.qm
+share/oracle/translations/oracle_pt_BR.qm
+share/oracle/translations/oracle_ru.qm
+share/oracle/translations/oracle_sv.qm
+share/oracle/translations/oracle_zh-Hans.qm

Modified: head/games/Makefile
==============================================================================
--- head/games/Makefile	Fri Apr 29 00:54:14 2016	(r414247)
+++ head/games/Makefile	Fri Apr 29 02:04:01 2016	(r414248)
@@ -14,6 +14,7 @@
     SUBDIR += 54321
     SUBDIR += 7kaa
     SUBDIR += CaribbeanStud
+    SUBDIR += Cockatrice
     SUBDIR += HeroesOfMightAndMagic
     SUBDIR += KnightCap
     SUBDIR += abbayedesmorts



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604290204.u3T2414I072711>