pkgsrc-WIP-changes archive

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

Import Aquaria OSE as wip/aquaria. Still a little rough around the edges.



Module Name:	pkgsrc-wip
Committed By:	Christian Koch <cfkoch%edgebsd.org@localhost>
Pushed By:	cfkoch
Date:		Mon Jan 25 21:50:58 2016 -0800
Changeset:	e87363f0a544f3968dd69a68965a16976f3d221c

Added Files:
	aquaria/DESCR
	aquaria/Makefile
	aquaria/PLIST
	aquaria/TODO
	aquaria/distinfo

Log Message:
Import Aquaria OSE as wip/aquaria. Still a little rough around the edges.

Everything compiles and runs OK, but there's no "install" target and the
situation with game data (audio, images, etc.) is pretty delicate (users
have to manually move some stuff on their own).

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

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

diffstat:
 aquaria/DESCR    |  8 ++++++++
 aquaria/Makefile | 22 ++++++++++++++++++++++
 aquaria/PLIST    |  2 ++
 aquaria/TODO     |  7 +++++++
 aquaria/distinfo |  5 +++++
 5 files changed, 44 insertions(+)

diffs:
diff --git a/aquaria/DESCR b/aquaria/DESCR
new file mode 100644
index 0000000..d097d45
--- /dev/null
+++ b/aquaria/DESCR
@@ -0,0 +1,8 @@
+A massive ocean world, teeming with life and filled with ancient secrets.
+Join Naija, a lone underwater dweller in search of her family, as she
+explores the depths of Aquaria. She'll travel from hidden caves, shrouded in
+darkness, to beautiful, sunlit oases, all lovingly handcrafted by its two
+creators.
+
+Naija's story, narrated fully with voice overs, will become yours, as you
+join her on this magnificent adventure.
diff --git a/aquaria/Makefile b/aquaria/Makefile
new file mode 100644
index 0000000..5dd781f
--- /dev/null
+++ b/aquaria/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME=	Aquaria
+PKGNAME=	aquaria-1.1.3
+CATEGORIES=	games
+GITHUB_TAG=	d8da8576e8321fd989cbb865c0e4d19d295a36b1
+GITHUB_PROJECT=	Aquaria
+MASTER_SITES=	${MASTER_SITE_GITHUB:=AquariaOSE/}
+LICENSE=	gpl-v2
+
+MAINTAINER=	cfkoch%edgebsd.org@localhost
+COMMENT=	Aquaria Open Source Edition
+
+EXTRACT_USING=	gtar
+USE_CMAKE=	yes
+USE_LANGUAGES=	c c++
+USE_TOOLS+=	pkg-config
+WRKSRC=		${WRKDIR}/${DISTNAME}-${GITHUB_TAG}
+
+.include "../../audio/openal/buildlink3.mk"
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/aquaria/PLIST b/aquaria/PLIST
new file mode 100644
index 0000000..5fe8ab6
--- /dev/null
+++ b/aquaria/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/aquaria
diff --git a/aquaria/TODO b/aquaria/TODO
new file mode 100644
index 0000000..e1b9d8e
--- /dev/null
+++ b/aquaria/TODO
@@ -0,0 +1,7 @@
+- Need to come up with a suitable PLIST, despite that there is no "install"
+  target. Fortunately, users can set the AQUARIA_DATA_PATH environment var
+  to pretty much whatever they want, including wherever we decide to install
+  that data (probably ${PREFIX}/share/aquaria/data). 
+
+- Need to build a MESSAGE which describes what you need to do/buy in order
+  to actually play the game.
diff --git a/aquaria/distinfo b/aquaria/distinfo
new file mode 100644
index 0000000..af5f97b
--- /dev/null
+++ b/aquaria/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+SHA1 (Aquaria-d8da8576e8321fd989cbb865c0e4d19d295a36b1.tar.gz) = 750e0646b36e772d1cfe5bbc3d79cfdf9cf35ba6
+RMD160 (Aquaria-d8da8576e8321fd989cbb865c0e4d19d295a36b1.tar.gz) = 15910047372c395444122964980ffa300d5680af
+Size (Aquaria-d8da8576e8321fd989cbb865c0e4d19d295a36b1.tar.gz) = 5727714 bytes


Home | Main Index | Thread Index | Old Index