pkgsrc-WIP-changes archive

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

cytopia: initial import of 0.2.1



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <sjmulder%NetBSD.org@localhost>
Pushed By:	sjmulder
Date:		Tue Feb 4 21:37:15 2025 +0100
Changeset:	8b0452c8863ce0bf57ce15bef77da4490b993384

Modified Files:
	Makefile
Added Files:
	cytopia/DESCR
	cytopia/Makefile
	cytopia/PLIST
	cytopia/TODO
	cytopia/distinfo

Log Message:
cytopia: initial import of 0.2.1

Very early; missing dependencies.

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

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

diffstat:
 Makefile         |  1 +
 cytopia/DESCR    |  2 ++
 cytopia/Makefile | 26 ++++++++++++++++++++++++++
 cytopia/PLIST    |  0
 cytopia/TODO     |  2 ++
 cytopia/distinfo |  5 +++++
 6 files changed, 36 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 1f3bf5fcad..d77d4419c3 100644
--- a/Makefile
+++ b/Makefile
@@ -644,6 +644,7 @@ SUBDIR+=	cygwin-binutils
 SUBDIR+=	cyrus-imapd30
 SUBDIR+=	cyrus-imapd34
 SUBDIR+=	cyrus-imapd36
+SUBDIR+=	cytopia
 SUBDIR+=	d-feet
 SUBDIR+=	d1x-rebirth
 SUBDIR+=	d2
diff --git a/cytopia/DESCR b/cytopia/DESCR
new file mode 100644
index 0000000000..5d06d3c758
--- /dev/null
+++ b/cytopia/DESCR
@@ -0,0 +1,2 @@
+Free, open source retro pixel-art city building game with a big focus on
+mods. It utilizes a custom isometric rendering engine based on SDL2.
diff --git a/cytopia/Makefile b/cytopia/Makefile
new file mode 100644
index 0000000000..acf4e40980
--- /dev/null
+++ b/cytopia/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+DISTNAME=	Cytopia-0.2.1
+PKGNAME=	${DISTNAME:tl}
+CATEGORIES=	games
+MASTER_SITES=	${MASTER_SITE_GITHUB:=CytopiaTeam/}
+GITHUB_PROJECT=	Cytopia
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	sjmulder%NetBSD.org@localhost
+HOMEPAGE=	https://www.cytopia.net/
+COMMENT=	City building simulation game
+LICENSE=	gnu-gpl-v3
+
+# TODO: OpenAL
+# TODO: imgui
+# TODO: libnoise
+.include "../../audio/libvorbis/buildlink3.mk"
+.include "../../devel/SDL2/buildlink3.mk"
+.include "../../devel/SDL_ttf/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../graphics/SDL2_image/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../multimedia/libogg/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/cytopia/PLIST b/cytopia/PLIST
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/cytopia/TODO b/cytopia/TODO
new file mode 100644
index 0000000000..6a97334ce4
--- /dev/null
+++ b/cytopia/TODO
@@ -0,0 +1,2 @@
+ - Missing dependencies
+ - Test etc
diff --git a/cytopia/distinfo b/cytopia/distinfo
new file mode 100644
index 0000000000..efe57baa26
--- /dev/null
+++ b/cytopia/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (Cytopia-0.2.1.tar.gz) = 765aa7db0a72ef7fe0efc8ff4550608a48054d06884e23b80b6666f031125332
+SHA512 (Cytopia-0.2.1.tar.gz) = d1c5875267881441ed7af79d6ff3423b1d58dcf43228993c437cbc010a6217d7b238b05ed9b0289e4738fd5b08bc48b3ceeea0cc7acf87b356fca1b46f88191c
+Size (Cytopia-0.2.1.tar.gz) = 45757141 bytes


Home | Main Index | Thread Index | Old Index