pkgsrc-WIP-changes archive

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

rawgl-git: import rawgl (git snapshot) as wip/rawgl-git



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Wed Dec 18 09:00:42 2019 +0200
Changeset:	0d10af478d9880da55b463a13ae1544a93a68da1

Modified Files:
	Makefile
Added Files:
	rawgl-git/DESCR
	rawgl-git/Makefile
	rawgl-git/PLIST
	rawgl-git/distinfo

Log Message:
rawgl-git: import rawgl (git snapshot) as wip/rawgl-git

rawgl is a re-implementation of the engine used in the game Another World
(also known as Out of this World).

- Amiga and PC DOS releases (Bank*)
- 15th anniversary edition (Pak01.pak)
- 20th anniversary edition (game/*)
- Windows 3.1 release (Bank)
- 3DO release (GameData/*)

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

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

diffstat:
 Makefile           |  1 +
 rawgl-git/DESCR    | 10 ++++++++++
 rawgl-git/Makefile | 31 +++++++++++++++++++++++++++++++
 rawgl-git/PLIST    |  3 +++
 rawgl-git/distinfo |  2 ++
 5 files changed, 47 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index d55d5fe721..6b7c049e5e 100644
--- a/Makefile
+++ b/Makefile
@@ -4245,6 +4245,7 @@ SUBDIR+=	ratproxy
 SUBDIR+=	raw
 SUBDIR+=	rawdog
 SUBDIR+=	rawgl
+SUBDIR+=	rawgl-git
 SUBDIR+=	rc.d.Interix
 SUBDIR+=	rclone
 SUBDIR+=	rdsn-git
diff --git a/rawgl-git/DESCR b/rawgl-git/DESCR
new file mode 100644
index 0000000000..12f42f4884
--- /dev/null
+++ b/rawgl-git/DESCR
@@ -0,0 +1,10 @@
+rawgl is a re-implementation of the engine used in the game Another World
+(also known as Out of this World).
+
+## Supported Versions
+
+- Amiga and PC DOS releases (Bank*)
+- 15th anniversary edition (Pak01.pak)
+- 20th anniversary edition (game/*)
+- Windows 3.1 release (Bank)
+- 3DO release (GameData/*)
diff --git a/rawgl-git/Makefile b/rawgl-git/Makefile
new file mode 100644
index 0000000000..a567cfa045
--- /dev/null
+++ b/rawgl-git/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD$
+
+DISTNAME=	rawgl-0.2.1
+CATEGORIES=	games
+MASTER_SITES=	${MASTER_SITE_GITHUB:=cyxx/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/cyxx/rawgl/
+COMMENT=	Re-implementation of the engine used in the game Another World
+#LICENSE=	# TODO: (see mk/license.mk)
+
+GIT_REPOSITORIES=	rawgl
+GIT_REPO.rawgl=		git://github.com/cyxx/rawgl.git
+WRKSRC=			${WRKDIR}/rawgl/
+
+USE_LANGUAGES=	c++
+
+BUILD_TARGET=		rawgl
+
+INSTALLATION_DIRS=	bin share/doc/rawgl
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/rawgl ${DESTDIR}${PREFIX}/bin
+	${INSTALL_DATA} ${WRKSRC}/README.md \
+		${DESTDIR}${PREFIX}/share/doc/rawgl
+
+.include "../../audio/SDL2_mixer/buildlink3.mk"
+.include "../../devel/SDL2/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/rawgl-git/PLIST b/rawgl-git/PLIST
new file mode 100644
index 0000000000..6ac909ba9b
--- /dev/null
+++ b/rawgl-git/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/rawgl
+share/doc/rawgl/README.md
diff --git a/rawgl-git/distinfo b/rawgl-git/distinfo
new file mode 100644
index 0000000000..afc76512f4
--- /dev/null
+++ b/rawgl-git/distinfo
@@ -0,0 +1,2 @@
+$NetBSD$
+


Home | Main Index | Thread Index | Old Index