pkgsrc-WIP-changes archive

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

vcmi: Import as wip/vcmi version 0.99



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%NetBSD.org@localhost>
Pushed By:	ng0
Date:		Mon Jan 6 13:21:17 2020 +0000
Changeset:	33393d0fa92774e70a1a39909ef2b366a519cb89

Added Files:
	vcmi/DESCR
	vcmi/Makefile
	vcmi/PLIST
	vcmi/distinfo

Log Message:
vcmi: Import as wip/vcmi version 0.99

VCMI is work-in-progress attempt to recreate engine for Heroes III,
giving it new and extended possibilities. To use VCMI you need to own
original data files.

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

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

diffstat:
 vcmi/DESCR    |  3 +++
 vcmi/Makefile | 33 +++++++++++++++++++++++++++++++++
 vcmi/PLIST    |  4 ++++
 vcmi/distinfo |  6 ++++++
 4 files changed, 46 insertions(+)

diffs:
diff --git a/vcmi/DESCR b/vcmi/DESCR
new file mode 100644
index 0000000000..253e3dd458
--- /dev/null
+++ b/vcmi/DESCR
@@ -0,0 +1,3 @@
+VCMI is work-in-progress attempt to recreate engine for Heroes III,
+giving it new and extended possibilities. To use VCMI you need to own
+original data files.
diff --git a/vcmi/Makefile b/vcmi/Makefile
new file mode 100644
index 0000000000..fb2d0af5c4
--- /dev/null
+++ b/vcmi/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	vcmi
+GITHUB_TAG=	0.99
+DISTNAME=	0.99
+PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES=	games
+MASTER_SITES=	${MASTER_SITE_GITHUB:=vcmi/}
+DIST_SUBDIR=	${GITHUB_PROJECT}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://vcmi.eu/
+COMMENT=	Open-source engine for Heroes of Might and Magic 3
+LICENSE=	gnu-gpl-v2
+
+WRKSRC=		${WRKDIR}/vcmi-0.99
+USE_CMAKE=	yes
+USE_LANGUAGES=	c c++
+USE_TOOLS+=	pkg-config
+
+# \todo Not 100% sure, at least pthreads are checked for.
+PTHREAD_OPTS=	require native
+LDFLAGS+=	-lpthread
+
+.include "../../audio/SDL2_mixer/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../devel/boost-headers/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../fonts/SDL2_ttf/buildlink3.mk"
+.include "../../graphics/SDL2_image/buildlink3.mk"
+.include "../../multimedia/ffmpeg4/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/vcmi/PLIST b/vcmi/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/vcmi/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/bin/make package"
+@comment TODO: 2. run "/usr/bin/make print-PLIST"
diff --git a/vcmi/distinfo b/vcmi/distinfo
new file mode 100644
index 0000000000..ee24d17726
--- /dev/null
+++ b/vcmi/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (vcmi/0.99.tar.gz) = 23d647ddf2f1485812bb93dfed8cc5c37fa1d2ef
+RMD160 (vcmi/0.99.tar.gz) = e91716aed2ea1bdd4aa8fb91a162ab2d3411f72e
+SHA512 (vcmi/0.99.tar.gz) = 7491da9efebb1e8875d00e23d6a2a69e280b90b23b0f2db920bccf4e83df5267aa40cd36e945aa31cb38196744aef61b511d3cf91c2d93f3dc7a156b4c58aabd
+Size (vcmi/0.99.tar.gz) = 7548936 bytes


Home | Main Index | Thread Index | Old Index