pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import Another World Engine
Module Name: pkgsrc-wip
Committed By: Daniel Oelschlegel <amoibos%gmail.com@localhost>
Pushed By: amoibos
Date: Wed Dec 7 22:49:24 2016 +0000
Changeset: c2c90481218eeaccbdd93bc2891f85e205cda949
Added Files:
raw/DESCR
raw/Makefile
raw/PLIST
raw/distinfo
Log Message:
Import Another World Engine
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c2c90481218eeaccbdd93bc2891f85e205cda949
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
raw/DESCR | 10 ++++++++++
raw/Makefile | 24 ++++++++++++++++++++++++
raw/PLIST | 2 ++
raw/distinfo | 1 +
4 files changed, 37 insertions(+)
diffs:
diff --git a/raw/DESCR b/raw/DESCR
new file mode 100644
index 0000000..cd939d6
--- /dev/null
+++ b/raw/DESCR
@@ -0,0 +1,10 @@
+raw is a re-implmentation of the engine used in the game Another World.
+This game, released under the name Out Of This World in non-European
+countries, was written by Eric Chahi at the beginning of the '90s.
+
+Supported Version:
+ * English PC DOS version is supported("Out of this World)
+
+You need the original files, here is the required list:
+ * BANK*
+ * MEMLIST.BIN
diff --git a/raw/Makefile b/raw/Makefile
new file mode 100644
index 0000000..db68814
--- /dev/null
+++ b/raw/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+VERSION= 0.1.1
+#PKGNAME= raw-${VERSION}
+CATEGORIES= games
+GHCOMMIT= d25fa27040834764f3e767ec04906e171002e02f
+GITHUB_TAG= ${GHCOMMIT}
+DISTNAME= Another-World-Bytecode-Interpreter
+
+MASTER_SITES= ${MASTER_SITE_GITHUB:=fabiensanglard/}
+EXTRACT_SUFX= .zip
+#LICENSE= #
+
+MAINTAINER= amoibos%gmail.com@localhost
+HOMEPAGE= http://fabiensanglard.net/anotherWorld_code_review/index.php/
+COMMENT= Open Source implementation of Another World engine
+
+DIST_SUBDIR= Another-World-Bytecode-Interpreter
+WRKSRC= ${WRKDIR}/Another-World-Bytecode-Interpreter-${GHCOMMIT}
+BUILD_TARGET= game
+
+USE_LANGUAGES+= c c++
+
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/raw/PLIST b/raw/PLIST
new file mode 100644
index 0000000..2d341bc
--- /dev/null
+++ b/raw/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/game
diff --git a/raw/distinfo b/raw/distinfo
new file mode 100644
index 0000000..c641c55
--- /dev/null
+++ b/raw/distinfo
@@ -0,0 +1 @@
+$NetBSD$
Home |
Main Index |
Thread Index |
Old Index