pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
raptor: import raptor-0.8.0 as wip/raptor
Module Name: pkgsrc-wip
Committed By: Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By: yhardy
Date: Thu Apr 27 15:19:47 2023 +0200
Changeset: 79c020e97ae46dba94898bf621d02df60436aec7
Modified Files:
Makefile
Added Files:
raptor/DESCR
raptor/Makefile
raptor/PLIST
raptor/distinfo
Log Message:
raptor: import raptor-0.8.0 as wip/raptor
Source port for the game Raptor Call Of The Shadows.
Based on the reverse-engineered codebase from Raptor Call Of
The Shadows by nukeykt
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=79c020e97ae46dba94898bf621d02df60436aec7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
raptor/DESCR | 3 +++
raptor/Makefile | 27 +++++++++++++++++++++++++++
raptor/PLIST | 5 +++++
raptor/distinfo | 5 +++++
5 files changed, 41 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 2dc6c694ba..c3c3aed9f8 100644
--- a/Makefile
+++ b/Makefile
@@ -4997,6 +4997,7 @@ SUBDIR+= rainbow
SUBDIR+= rakudo-star
SUBDIR+= ranmacgen
SUBDIR+= rapidxml
+SUBDIR+= raptor
SUBDIR+= raqm
SUBDIR+= rar4
SUBDIR+= raster3d
diff --git a/raptor/DESCR b/raptor/DESCR
new file mode 100644
index 0000000000..300539dcf5
--- /dev/null
+++ b/raptor/DESCR
@@ -0,0 +1,3 @@
+Source port for the game Raptor Call Of The Shadows.
+Based on the reverse-engineered codebase from Raptor Call Of
+The Shadows by nukeykt
diff --git a/raptor/Makefile b/raptor/Makefile
new file mode 100644
index 0000000000..ae75e65398
--- /dev/null
+++ b/raptor/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+GITHUB_TAG= v${PKGVERSION_NOREV}
+DISTNAME= raptor-0.8.0
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_GITHUB:=skynettx/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/skynettx/raptor/
+COMMENT= Source port for Raptor Call Of The Shadows
+LICENSE= gnu-gpl-v2
+
+USE_LANGUAGES= c c++
+
+INSTALLATION_DIRS+= bin
+INSTALLATION_DIRS+= share/doc/raptor
+INSTALLATION_DIRS+= share/examples/raptor
+INSTALL_TARGET= ${BUILD_TARGET}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${CMAKE_BUILD_DIR}/bin/raptor ${DESTDIR}${PREFIX}/bin/
+ ${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/raptor/
+ ${INSTALL_DATA} ${WRKSRC}/SETUP* ${DESTDIR}${PREFIX}/share/examples/raptor/
+
+.include "../../devel/SDL2/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/raptor/PLIST b/raptor/PLIST
new file mode 100644
index 0000000000..51a1db7c1d
--- /dev/null
+++ b/raptor/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+bin/raptor
+share/doc/raptor/README.md
+share/examples/raptor/SETUP(ADLIB).INI
+share/examples/raptor/SETUP(MIDI).INI
diff --git a/raptor/distinfo b/raptor/distinfo
new file mode 100644
index 0000000000..4335df488a
--- /dev/null
+++ b/raptor/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (raptor-0.8.0.tar.gz) = 4f0dd22a68391fa196d2a928ca3673c1781e10d5b54dd7f2f7d5d1526144ac9d
+SHA512 (raptor-0.8.0.tar.gz) = e7d74b2a54054e08c314ea78113081f3dca5ce0bd4e9e849bd1ccfd98a6122047f7f444dd5e37921dcd27f838952de8a6de12298cd59e5124af6142a4b08f5e5
+Size (raptor-0.8.0.tar.gz) = 20664443 bytes
Home |
Main Index |
Thread Index |
Old Index