pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import Cockatrice 2.8.0 as wip/cockatrice
Module Name: pkgsrc-wip
Committed By: Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By: cfkoch
Date: Sun Jul 31 23:49:31 2022 -0700
Changeset: 866adf093391fcc5ee143f5372459092d25edf23
Modified Files:
Makefile
Added Files:
cockatrice/DESCR
cockatrice/Makefile
cockatrice/PLIST
cockatrice/distinfo
Log Message:
Import Cockatrice 2.8.0 as wip/cockatrice
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=866adf093391fcc5ee143f5372459092d25edf23
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
cockatrice/DESCR | 4 +++
cockatrice/Makefile | 25 +++++++++++++++
cockatrice/PLIST | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++
cockatrice/distinfo | 5 +++
5 files changed, 124 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 7446dc43b4..c42e72cc7f 100644
--- a/Makefile
+++ b/Makefile
@@ -479,6 +479,7 @@ SUBDIR+= cm-unicode-ttf
SUBDIR+= cmetrics
SUBDIR+= coccigrep
SUBDIR+= coccinelle
+SUBDIR+= cockatrice
SUBDIR+= cockroach
SUBDIR+= collectd-unbound
SUBDIR+= colm-devel
diff --git a/cockatrice/DESCR b/cockatrice/DESCR
new file mode 100644
index 0000000000..7ba82235b5
--- /dev/null
+++ b/cockatrice/DESCR
@@ -0,0 +1,4 @@
+Cockatrice is an open-source, multiplatform program for playing tabletop
+card games over a network. The program's server design prevents users from
+manipulating the game for unfair advantage. The client also provides a
+single-player mode, which allows users to brew while offline.
diff --git a/cockatrice/Makefile b/cockatrice/Makefile
new file mode 100644
index 0000000000..b6b537e8ce
--- /dev/null
+++ b/cockatrice/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD$
+
+DISTNAME= cockatrice-2.8.0
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_GITHUB:=Cockatrice/}
+GITHUB_TAG= 2021-01-26-Release-${PKGVERSION_NOREV}
+
+MAINTAINER= charlotte%NetBSD.org@localhost
+HOMEPAGE= https://cockatrice.github.io/
+COMMENT= Virtual tabletop for multiplayer card games
+LICENSE= gnu-gpl-v2
+
+USE_CMAKE= yes
+USE_LANGUAGES= c c++
+
+WRKSRC= ${WRKDIR}/Cockatrice-${GITHUB_TAG}
+
+CMAKE_ARGS+= -DWITH_SERVER=0
+
+.include "../../devel/protobuf/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qtmultimedia/buildlink3.mk"
+.include "../../x11/qt5-qtsvg/buildlink3.mk"
+.include "../../x11/qt5-qtwebsockets/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/cockatrice/PLIST b/cockatrice/PLIST
new file mode 100644
index 0000000000..d0678aa7c4
--- /dev/null
+++ b/cockatrice/PLIST
@@ -0,0 +1,89 @@
+@comment $NetBSD$
+bin/cockatrice
+bin/dbconverter
+bin/oracle
+share/applications/cockatrice.desktop
+share/applications/oracle.desktop
+share/cockatrice/sounds/Default/attack_step.wav
+share/cockatrice/sounds/Default/buddy_join.wav
+share/cockatrice/sounds/Default/buddy_leave.wav
+share/cockatrice/sounds/Default/end_step.wav
+share/cockatrice/sounds/Default/player_join.wav
+share/cockatrice/sounds/Default/start_combat.wav
+share/cockatrice/sounds/Default/tap_card.wav
+share/cockatrice/sounds/Legacy/all_mention.wav
+share/cockatrice/sounds/Legacy/chat_mention.wav
+share/cockatrice/sounds/Legacy/draw_step.wav
+share/cockatrice/sounds/Legacy/play_card.wav
+share/cockatrice/sounds/Legacy/player_join.wav
+share/cockatrice/sounds/Legacy/private_message.wav
+share/cockatrice/sounds/Legacy/shuffle.wav
+share/cockatrice/sounds/Legacy/tap_card.wav
+share/cockatrice/sounds/Legacy/untap_card.wav
+share/cockatrice/themes/Default/.gitignore
+share/cockatrice/themes/Fabric/zones/handzone.png
+share/cockatrice/themes/Fabric/zones/playerzone.png
+share/cockatrice/themes/Fabric/zones/stackzone.png
+share/cockatrice/themes/Fabric/zones/tablezone.png
+share/cockatrice/themes/Leather/zones/handzone.png
+share/cockatrice/themes/Leather/zones/playerzone.png
+share/cockatrice/themes/Leather/zones/stackzone.png
+share/cockatrice/themes/Leather/zones/tablezone.png
+share/cockatrice/themes/Plasma/zones/handzone.png
+share/cockatrice/themes/Plasma/zones/playerzone.png
+share/cockatrice/themes/Plasma/zones/stackzone.png
+share/cockatrice/themes/Plasma/zones/tablezone.png
+share/cockatrice/themes/VelvetMarble/zones/handzone.jpg
+share/cockatrice/themes/VelvetMarble/zones/playerzone.jpg
+share/cockatrice/themes/VelvetMarble/zones/stackzone.jpg
+share/cockatrice/themes/VelvetMarble/zones/tablezone.jpg
+share/cockatrice/translations/cockatrice_cs.qm
+share/cockatrice/translations/cockatrice_de.qm
+share/cockatrice/translations/cockatrice_el.qm
+share/cockatrice/translations/cockatrice_en.qm
+share/cockatrice/translations/cockatrice_en%pirate.qm@localhost
+share/cockatrice/translations/cockatrice_es.qm
+share/cockatrice/translations/cockatrice_et.qm
+share/cockatrice/translations/cockatrice_fi.qm
+share/cockatrice/translations/cockatrice_fr.qm
+share/cockatrice/translations/cockatrice_hu.qm
+share/cockatrice/translations/cockatrice_it.qm
+share/cockatrice/translations/cockatrice_ja.qm
+share/cockatrice/translations/cockatrice_ko.qm
+share/cockatrice/translations/cockatrice_nb.qm
+share/cockatrice/translations/cockatrice_nl.qm
+share/cockatrice/translations/cockatrice_pl.qm
+share/cockatrice/translations/cockatrice_pt.qm
+share/cockatrice/translations/cockatrice_pt_BR.qm
+share/cockatrice/translations/cockatrice_ru.qm
+share/cockatrice/translations/cockatrice_sr.qm
+share/cockatrice/translations/cockatrice_sv.qm
+share/cockatrice/translations/cockatrice_tr.qm
+share/cockatrice/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_el.qm
+share/oracle/translations/oracle_en.qm
+share/oracle/translations/oracle_en%pirate.qm@localhost
+share/oracle/translations/oracle_es.qm
+share/oracle/translations/oracle_et.qm
+share/oracle/translations/oracle_fi.qm
+share/oracle/translations/oracle_fr.qm
+share/oracle/translations/oracle_hu.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_sr.qm
+share/oracle/translations/oracle_sv.qm
+share/oracle/translations/oracle_tr.qm
+share/oracle/translations/oracle_zh-Hans.qm
diff --git a/cockatrice/distinfo b/cockatrice/distinfo
new file mode 100644
index 0000000000..5338eb2e84
--- /dev/null
+++ b/cockatrice/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+RMD160 (cockatrice-2.8.0.tar.gz) = 1dcf689bb58c2947eb835fb3090040a72920feca
+SHA512 (cockatrice-2.8.0.tar.gz) = e07cdee72c8bf4755d49cac69bd6a2ddb4c168d370ed4a1cbd341537184869ee8680fbf5e9d6b636c7c68888a8d00f474bae9cf245303d638b3aac8762f9fa8e
+Size (cockatrice-2.8.0.tar.gz) = 8589061 bytes
Home |
Main Index |
Thread Index |
Old Index