pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Add the Cockatrice server 2.8.0



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By:	cfkoch
Date:		Mon Aug 1 13:37:57 2022 -0700
Changeset:	4d2c584c5975e816c39e076c5f732e115534f79e

Modified Files:
	Makefile
Added Files:
	cockatrice-server/DESCR
	cockatrice-server/Makefile
	cockatrice-server/PLIST
	cockatrice-server/distinfo

Log Message:
Add the Cockatrice server 2.8.0

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4d2c584c5975e816c39e076c5f732e115534f79e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                   |  1 +
 cockatrice-server/DESCR    |  5 +++++
 cockatrice-server/Makefile | 28 ++++++++++++++++++++++++++++
 cockatrice-server/PLIST    |  7 +++++++
 cockatrice-server/distinfo |  5 +++++
 5 files changed, 46 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index c42e72cc7f..5208fdc0fe 100644
--- a/Makefile
+++ b/Makefile
@@ -480,6 +480,7 @@ SUBDIR+=	cmetrics
 SUBDIR+=	coccigrep
 SUBDIR+=	coccinelle
 SUBDIR+=	cockatrice
+SUBDIR+=	cockatrice-server
 SUBDIR+=	cockroach
 SUBDIR+=	collectd-unbound
 SUBDIR+=	colm-devel
diff --git a/cockatrice-server/DESCR b/cockatrice-server/DESCR
new file mode 100644
index 0000000000..3e9d4a45ad
--- /dev/null
+++ b/cockatrice-server/DESCR
@@ -0,0 +1,5 @@
+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.
+
+This package provides only the Cockatrice server.
diff --git a/cockatrice-server/Makefile b/cockatrice-server/Makefile
new file mode 100644
index 0000000000..cb0efd0173
--- /dev/null
+++ b/cockatrice-server/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD$
+
+PKGNAME=	cockatrice-server-2.8.0
+DISTNAME=	cockatrice-${PKGVERSION_NOREV}
+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 (server only)
+LICENSE=	gnu-gpl-v2
+
+USE_CMAKE=	yes
+USE_LANGUAGES=	c c++
+
+WRKSRC=		${WRKDIR}/Cockatrice-${GITHUB_TAG}
+
+CMAKE_ARGS+=	-DWITH_CLIENT=0
+CMAKE_ARGS+=	-DWITH_DBCONVERTER=0
+CMAKE_ARGS+=	-DWITH_ORACLE=0
+CMAKE_ARGS+=	-DWITH_SERVER=1
+
+.include "../../databases/mysql57-client/buildlink3.mk"
+.include "../../devel/protobuf/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qtwebsockets/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/cockatrice-server/PLIST b/cockatrice-server/PLIST
new file mode 100644
index 0000000000..d7af8684fa
--- /dev/null
+++ b/cockatrice-server/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD$
+bin/servatrice
+share/applications/servatrice.desktop
+share/icons/hicolor/48x48/apps/servatrice.png
+share/icons/hicolor/scalable/apps/servatrice.svg
+share/servatrice/servatrice.ini.example
+share/servatrice/servatrice.sql
diff --git a/cockatrice-server/distinfo b/cockatrice-server/distinfo
new file mode 100644
index 0000000000..5338eb2e84
--- /dev/null
+++ b/cockatrice-server/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