pkgsrc-WIP-changes archive

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

Import OpenTomb-2016.07.12.alpha as wip/opentomb.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Aug 14 12:27:39 2016 +0200
Changeset:	a8340db78e10c3587ae32168bb96e46527fe281a

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

Log Message:
Import OpenTomb-2016.07.12.alpha as wip/opentomb.

OpenTomb is a cross-platform reimplementation of classic Tomb Raider 5 engines
that were developed by now defunct Core Design. It is not a patcher or DLL
extension of already existing engines.

The project does not use any old Tomb Raider source code, because all attempts
to retrieve sources from Eidos / Core were in vain, despite many petitions by
the community. Instead, everything is being developed completely from scratch.

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

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

diffstat:
 opentomb/DESCR    |  7 +++++++
 opentomb/Makefile | 23 +++++++++++++++++++++++
 opentomb/PLIST    |  1 +
 opentomb/distinfo |  6 ++++++
 4 files changed, 37 insertions(+)

diffs:
diff --git a/opentomb/DESCR b/opentomb/DESCR
new file mode 100644
index 0000000..57f25ca
--- /dev/null
+++ b/opentomb/DESCR
@@ -0,0 +1,7 @@
+OpenTomb is a cross-platform reimplementation of classic Tomb Raider 5 engines
+that were developed by now defunct Core Design. It is not a patcher or DLL
+extension of already existing engines.
+
+The project does not use any old Tomb Raider source code, because all attempts
+to retrieve sources from Eidos / Core were in vain, despite many petitions by
+the community. Instead, everything is being developed completely from scratch.
diff --git a/opentomb/Makefile b/opentomb/Makefile
new file mode 100644
index 0000000..d029610
--- /dev/null
+++ b/opentomb/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+OTDATEVER=	2016-07-12
+OTVERSUFX=	_alpha
+
+DISTNAME=	OpenTomb-${OTDATEVER:S/-/./g}${OTVERSUFX:S/_/./}
+CATEGORIES=	games
+MASTER_SITES=	${MASTER_SITE_GITHUB:=opentomb/}
+GITHUB_TAG=	win32-${OTDATEVER}${OTVERSUFX}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/opentomb/OpenTomb/
+COMMENT=	Open-Source Tomb Raider 1-5 engine remake
+LICENSE=	gnu-lgpl-v3
+
+USE_CMAKE=	yes
+
+USE_LANGUAGES=	c c++
+
+.include "../../audio/openal-soft/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../devel/SDL2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/opentomb/PLIST b/opentomb/PLIST
new file mode 100644
index 0000000..48d96a5
--- /dev/null
+++ b/opentomb/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/opentomb/distinfo b/opentomb/distinfo
new file mode 100644
index 0000000..b346e60
--- /dev/null
+++ b/opentomb/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (OpenTomb-2016.07.12.alpha.tar.gz) = c9f5c2b934d7258d803ccabc506fda7006430670
+RMD160 (OpenTomb-2016.07.12.alpha.tar.gz) = 9dfd3f2703e87ed67aac23223299c969d82e8cdb
+SHA512 (OpenTomb-2016.07.12.alpha.tar.gz) = 91e7a4855f068394950567a2e8a04282f3fefaf8cac3a66ae3879d114460ec3fc309e254971c030a0e444a4af1cace924d13e9e76fc0373096d878f0a0286bf3
+Size (OpenTomb-2016.07.12.alpha.tar.gz) = 4832556 bytes


Home | Main Index | Thread Index | Old Index